+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-1-108.ec2.internal ++ [[ -n ip-10-0-1-108.ec2.internal ]] ++ [[ -f /env/ip-10-0-1-108.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 'I0702 02:08:33.549357207 - disable conntrack on geneve port' I0702 02:08:33.549357207 - 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' I0702 02:08:33.567034415 - starting ovnkube-node + echo 'I0702 02:08:33.567034415 - 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-108.ec2.internal --init-node ip-10-0-1-108.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-108.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 I0702 02:08:33.610735 3413 config.go:2284] Parsed config file /run/ovnkube-config/ovnkube.conf I0702 02:08:33.610791 3413 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-2921f922c2.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}} I0702 02:08:33.613283 3413 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0702 02:08:33.613309 3413 kube.go:409] Waiting for certificate I0702 02:08:33.613346 3413 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0702 02:08:33.614108 3413 cert_rotation.go:140] Starting client certificate rotation controller I0702 02:08:33.637033 3413 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0702 02:08:33.637051 3413 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0702 02:08:33.642034 3413 reflector.go:305] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 02:08:33.642049 3413 reflector.go:341] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 02:08:33.644988 3413 reflector.go:368] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 02:08:33.647848 3413 csr.go:261] certificate signing request csr-fkf5r is approved, waiting to be issued I0702 02:08:33.653929 3413 csr.go:257] certificate signing request csr-fkf5r is issued I0702 02:08:33.653977 3413 reflector.go:311] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0702 02:08:34.614329 3413 kube.go:416] Certificate found I0702 02:08:34.615420 3413 cert_rotation.go:140] Starting client certificate rotation controller I0702 02:08:34.616390 3413 metrics.go:533] Starting metrics server at address "127.0.0.1:29103" I0702 02:08:34.656521 3413 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-03 02:03:33 +0000 UTC, rotation deadline is 2026-07-02 19:23:31.289940393 +0000 UTC I0702 02:08:34.656665 3413 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 17h14m56.633282663s for next certificate rotation I0702 02:08:34.677924 3413 node_controller_manager.go:145] Starting the node network controller manager, Mode: full I0702 02:08:34.678007 3413 factory.go:522] Starting watch factory I0702 02:08:34.678113 3413 reflector.go:305] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.678174 3413 reflector.go:341] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.678252 3413 reflector.go:305] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.678272 3413 reflector.go:341] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.678113 3413 reflector.go:305] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.678853 3413 reflector.go:341] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.678112 3413 reflector.go:305] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.680451 3413 reflector.go:341] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.678159 3413 reflector.go:305] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.680597 3413 reflector.go:341] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.680991 3413 reflector.go:305] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.681006 3413 reflector.go:341] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.685183 3413 metrics.go:533] Starting metrics server at address "127.0.0.1:29105" I0702 02:08:34.691002 3413 controller_manager.go:332] Starting the ovnkube controller I0702 02:08:34.691014 3413 controller_manager.go:337] Waiting up to 5m0s for NBDB zone to match: ip-10-0-1-108.ec2.internal I0702 02:08:34.691066 3413 controller_manager.go:357] NBDB zone sync took: 45.186µs I0702 02:08:34.691076 3413 factory.go:522] Starting watch factory I0702 02:08:34.696821 3413 reflector.go:368] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.696922 3413 reflector.go:368] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.702786 3413 reflector.go:368] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.703509 3413 reflector.go:368] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.703822 3413 ovn_northd.go:123] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0702 02:08:34.707454 3413 ovn_db.go:374] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0702 02:08:34.708640 3413 reflector.go:368] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.711164 3413 reflector.go:368] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0702 02:08:34.711635 3413 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 I0702 02:08:34.712394 3413 ovn_db.go:326] ovnnb_db.sock found at /var/run/ovn/ I0702 02:08:34.730072 3413 ovn_db.go:421] Found db is standalone, don't register db_cluster metrics I0702 02:08:34.784295 3413 reflector.go:305] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 02:08:34.784312 3413 reflector.go:305] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 02:08:34.784320 3413 reflector.go:341] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 02:08:34.784327 3413 reflector.go:341] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 02:08:34.786954 3413 reflector.go:368] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 02:08:34.786963 3413 reflector.go:368] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0702 02:08:34.790065 3413 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 I0702 02:08:34.790081 3413 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 I0702 02:08:34.792172 3413 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 I0702 02:08:34.795303 3413 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 I0702 02:08:34.795318 3413 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 I0702 02:08:34.798198 3413 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 I0702 02:08:34.801085 3413 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 I0702 02:08:34.801100 3413 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 I0702 02:08:34.803383 3413 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 I0702 02:08:34.806252 3413 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 I0702 02:08:34.806263 3413 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 I0702 02:08:34.808377 3413 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 I0702 02:08:34.811283 3413 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 I0702 02:08:34.811295 3413 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 I0702 02:08:34.813512 3413 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 I0702 02:08:34.816533 3413 reflector.go:305] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0702 02:08:34.816548 3413 reflector.go:341] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0702 02:08:34.819487 3413 reflector.go:368] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0702 02:08:34.822473 3413 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 I0702 02:08:34.822536 3413 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 I0702 02:08:34.822542 3413 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 I0702 02:08:34.822619 3413 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 I0702 02:08:34.824965 3413 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 I0702 02:08:34.825438 3413 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 I0702 02:08:34.827703 3413 default_node_network_controller.go:163] Enable node proxy healthz server on 0.0.0.0:10256 I0702 02:08:34.827898 3413 default_node_network_controller.go:806] PreStarting the default node network controller I0702 02:08:34.834369 3413 ovs.go:162] Exec(8): stdout: "" I0702 02:08:34.834439 3413 ovs.go:163] Exec(8): stderr: "" I0702 02:08:34.834452 3413 node_controller_manager.go:335] CheckForStaleOVSInternalPorts took 6.81623ms I0702 02:08:34.834467 3413 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!="" I0702 02:08:34.840517 3413 ovs.go:162] Exec(9): stdout: "" I0702 02:08:34.840537 3413 ovs.go:163] Exec(9): stderr: "" I0702 02:08:34.841401 3413 controller_manager.go:368] Waiting up to 5m0s for a node to have "ip-10-0-1-108.ec2.internal" zone I0702 02:08:34.841406 3413 ovs.go:159] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0702 02:08:34.846931 3413 ovs.go:162] Exec(10): stdout: "ens5\nbr-int\nbr-ex\n" I0702 02:08:34.846946 3413 ovs.go:163] Exec(10): stderr: "" I0702 02:08:34.850538 3413 ovs.go:159] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0702 02:08:34.855471 3413 ovs.go:162] Exec(11): stdout: "ip-10-0-1-108.ec2.internal\n" I0702 02:08:34.855492 3413 ovs.go:163] Exec(11): stderr: "" I0702 02:08:34.856978 3413 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.108 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-108.ec2.internal" I0702 02:08:34.869853 3413 ovs.go:162] Exec(12): stdout: "" I0702 02:08:34.869929 3413 ovs.go:163] Exec(12): stderr: "" I0702 02:08:34.869972 3413 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 I0702 02:08:34.885937 3413 ovs.go:162] Exec(13): stdout: "" I0702 02:08:34.885956 3413 ovs.go:163] Exec(13): stderr: "" I0702 02:08:34.885971 3413 udn_isolation.go:101] Starting UDN host isolation manager I0702 02:08:34.892860 3413 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0702 02:08:35.080664 3413 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0702 02:08:35.080736 3413 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0702 02:08:35.080748 3413 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0702 02:08:35.113662 3413 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0702 02:08:35.118263 3413 default_node_network_controller.go:914] Node ip-10-0-1-108.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0702 02:08:35.118336 3413 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 I0702 02:08:35.123645 3413 ovs.go:162] Exec(14): stdout: "" I0702 02:08:35.123664 3413 ovs.go:163] Exec(14): stderr: "" I0702 02:08:35.123767 3413 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 I0702 02:08:35.129421 3413 ovs.go:162] Exec(15): stdout: "" I0702 02:08:35.129442 3413 ovs.go:163] Exec(15): stderr: "" I0702 02:08:35.129539 3413 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-108.ec2.internal I0702 02:08:35.143348 3413 ovs.go:162] Exec(16): stdout: "" I0702 02:08:35.143388 3413 ovs.go:163] Exec(16): stderr: "" I0702 02:08:35.143722 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:08:35.143799 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:08:35.143866 3413 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}" I0702 02:08:35.143902 3413 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}" I0702 02:08:35.143934 3413 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}" I0702 02:08:35.143999 3413 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} I0702 02:08:35.144249 3413 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} I0702 02:08:35.144376 3413 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} I0702 02:08:35.144559 3413 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} I0702 02:08:35.144666 3413 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}" I0702 02:08:35.144683 3413 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}" I0702 02:08:35.144700 3413 ovs.go:159] Exec(17): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.forwarding=1 I0702 02:08:35.145734 3413 ovs.go:162] Exec(17): stdout: "net.ipv4.conf.ovn-k8s-mp0.forwarding = 1\n" I0702 02:08:35.145755 3413 ovs.go:163] Exec(17): stderr: "" I0702 02:08:35.152758 3413 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} I0702 02:08:35.152851 3413 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} I0702 02:08:35.223412 3413 kube.go:130] Setting annotations map[k8s.ovn.org/zone-name:ip-10-0-1-108.ec2.internal] on node ip-10-0-1-108.ec2.internal I0702 02:08:35.241678 3413 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0702 02:08:35.248888 3413 gateway_init.go:324] Initializing Gateway Functionality for Gateway PreStart I0702 02:08:35.248918 3413 ovs.go:159] Exec(18): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0702 02:08:35.255680 3413 ovs.go:162] Exec(18): stdout: "" I0702 02:08:35.255701 3413 ovs.go:163] Exec(18): stderr: "ovs-vsctl: no port named br-ex\n" I0702 02:08:35.255709 3413 ovs.go:165] Exec(18): err: exit status 1 I0702 02:08:35.256037 3413 helper_linux.go:91] Provided gateway interface "br-ex", found as index: 5 I0702 02:08:35.256147 3413 helper_linux.go:116] Found default gateway interface br-ex 10.0.1.1 I0702 02:08:35.256305 3413 gateway_init.go:361] Preparing Gateway I0702 02:08:35.256357 3413 gateway_shared_intf.go:2223] Creating new gateway I0702 02:08:35.256378 3413 ovs.go:159] Exec(19): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0702 02:08:35.262846 3413 ovs.go:162] Exec(19): stdout: "" I0702 02:08:35.262866 3413 ovs.go:163] Exec(19): stderr: "ovs-vsctl: no port named br-ex\n" I0702 02:08:35.262875 3413 ovs.go:165] Exec(19): err: exit status 1 I0702 02:08:35.262891 3413 ovs.go:159] Exec(20): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0702 02:08:35.269250 3413 ovs.go:162] Exec(20): stdout: "" I0702 02:08:35.269266 3413 ovs.go:163] Exec(20): stderr: "" I0702 02:08:35.269280 3413 ovs.go:159] Exec(21): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0702 02:08:35.274796 3413 ovs.go:162] Exec(21): stdout: "ens5\n" I0702 02:08:35.274811 3413 ovs.go:163] Exec(21): stderr: "" I0702 02:08:35.274826 3413 ovs.go:159] Exec(22): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0702 02:08:35.280158 3413 ovs.go:162] Exec(22): stdout: "[fc8ddc81-1c2f-4af7-b25d-7541deff4c53]\n" I0702 02:08:35.280179 3413 ovs.go:163] Exec(22): stderr: "" I0702 02:08:35.280194 3413 ovs.go:159] Exec(23): /usr/bin/ovs-vsctl --timeout=15 get Interface fc8ddc81-1c2f-4af7-b25d-7541deff4c53 Type I0702 02:08:35.285004 3413 ovs.go:162] Exec(23): stdout: "system\n" I0702 02:08:35.285017 3413 ovs.go:163] Exec(23): stderr: "" I0702 02:08:35.285029 3413 ovs.go:159] Exec(24): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0702 02:08:35.290194 3413 ovs.go:162] Exec(24): stdout: "1\n" I0702 02:08:35.290209 3413 ovs.go:163] Exec(24): stderr: "" I0702 02:08:35.290235 3413 ovs.go:159] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0702 02:08:35.294927 3413 ovs.go:162] Exec(25): stdout: "\"0a:ff:c2:43:92:05\"\n" I0702 02:08:35.294946 3413 ovs.go:163] Exec(25): stderr: "" I0702 02:08:35.294960 3413 ovs.go:159] Exec(26): /usr/sbin/sysctl -w net.ipv4.conf.br-ex.forwarding=1 I0702 02:08:35.295671 3413 ovs.go:162] Exec(26): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0702 02:08:35.295682 3413 ovs.go:163] Exec(26): stderr: "" I0702 02:08:35.295694 3413 ovs.go:159] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0702 02:08:35.300622 3413 ovs.go:162] Exec(27): stdout: "\n" I0702 02:08:35.300637 3413 ovs.go:163] Exec(27): stderr: "" I0702 02:08:35.300649 3413 ovs.go:159] Exec(28): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0702 02:08:35.307000 3413 ovs.go:162] Exec(28): stdout: "" I0702 02:08:35.307018 3413 ovs.go:163] Exec(28): stderr: "" I0702 02:08:35.307033 3413 ovs.go:159] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0702 02:08:35.311931 3413 ovs.go:162] Exec(29): stdout: "\"108b79b4-c642-4ed8-873a-708110063b61\"\n" I0702 02:08:35.311954 3413 ovs.go:163] Exec(29): stderr: "" I0702 02:08:35.311967 3413 ovs.go:159] Exec(30): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0702 02:08:35.315546 3413 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" I0702 02:08:35.315569 3413 ovs.go:163] Exec(30): stderr: "" I0702 02:08:35.315619 3413 ovs.go:159] Exec(31): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0702 02:08:35.320691 3413 ovs.go:162] Exec(31): stdout: "\n" I0702 02:08:35.320708 3413 ovs.go:163] Exec(31): stderr: "" I0702 02:08:35.321458 3413 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0702 02:08:35.330308 3413 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0702 02:08:35.331971 3413 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0702 02:08:35.333497 3413 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0702 02:08:35.334858 3413 iptables.go:107] Creating table: filter chain: FORWARD I0702 02:08:35.335903 3413 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. I0702 02:08:35.337203 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0702 02:08:35.339680 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0702 02:08:35.340847 3413 iptables.go:107] Creating table: filter chain: OUTPUT I0702 02:08:35.341875 3413 controller_manager.go:391] Waiting for node in zone sync took: 500.45173ms I0702 02:08:35.341969 3413 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. I0702 02:08:35.342192 3413 ovs.go:159] Exec(32): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0702 02:08:35.343456 3413 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0702 02:08:35.346473 3413 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0702 02:08:35.347876 3413 gateway_shared_intf.go:2374] Gateway Creation Complete I0702 02:08:35.347896 3413 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-108.ec2.internal","mac-address":"0a:ff:c2:43:92:05","ip-addresses":["10.0.1.108/24"],"ip-address":"10.0.1.108/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:108b79b4-c642-4ed8-873a-708110063b61 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.108/24"} k8s.ovn.org/zone-name:ip-10-0-1-108.ec2.internal] on node ip-10-0-1-108.ec2.internal I0702 02:08:35.349281 3413 ovs.go:162] Exec(32): 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" I0702 02:08:35.349308 3413 ovs.go:163] Exec(32): stderr: "" I0702 02:08:35.349410 3413 controller_manager.go:252] SCTP support detected in OVN I0702 02:08:35.349450 3413 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:u4237236374}] I0702 02:08:35.349498 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236374}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236375}] I0702 02:08:35.349553 3413 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:u4237236374} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236374}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236375}] I0702 02:08:35.352412 3413 ovnkube_controller.go:1230] Config duration recorder: updated measurement rate to approx 1 in every 20 requests I0702 02:08:35.352551 3413 services_controller.go:70] Creating services controller for network=default I0702 02:08:35.352676 3413 udn_enabled_svc.go:79] Waiting for service informer to sync I0702 02:08:35.352802 3413 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0702 02:08:35.352831 3413 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0702 02:08:35.352846 3413 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0702 02:08:35.352803 3413 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:u4237236376}] I0702 02:08:35.352861 3413 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0702 02:08:35.352863 3413 address_set.go:302] New(u4237236376/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0702 02:08:35.352873 3413 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:u4237236376}] I0702 02:08:35.352891 3413 network_controller.go:244] [zone-nad-controller network controller]: syncing all networks I0702 02:08:35.352965 3413 network_controller.go:255] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 70.864µs I0702 02:08:35.352976 3413 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0702 02:08:35.352990 3413 nad_controller.go:161] [zone-nad-controller NAD controller]: started I0702 02:08:35.353003 3413 default_network_controller.go:349] Starting the default network controller I0702 02:08:35.353018 3413 address_set_sync.go:395] SyncAddressSets found 0 stale address sets, 0 of them were ignored I0702 02:08:35.353359 3413 udn_enabled_svc.go:94] Performing full resync I0702 02:08:35.353426 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {79ad773e-e47d-44bf-9474-b52d2ef64973}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.353469 3413 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {79ad773e-e47d-44bf-9474-b52d2ef64973}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.353818 3413 udn_enabled_svc.go:98] Waiting for handler to sync I0702 02:08:35.353836 3413 udn_enabled_svc.go:103] Starting worker I0702 02:08:35.355324 3413 acl_sync.go:167] Updating Tier of existing ACLs... I0702 02:08:35.355340 3413 acl_sync.go:192] Updating tier's of all ACLs in cluster took 3.319µs I0702 02:08:35.355356 3413 port_group_sync.go:309] SyncPortGroups found 0 stale port groups I0702 02:08:35.357568 3413 default_network_controller.go:394] Existing number of nodes: 2 I0702 02:08:35.357586 3413 ovs.go:159] Exec(33): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0702 02:08:35.361942 3413 ovs.go:159] Exec(34): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3077.ctl connection-status I0702 02:08:35.363019 3413 ovs.go:162] Exec(33): stdout: "" I0702 02:08:35.363034 3413 ovs.go:163] Exec(33): stderr: "" I0702 02:08:35.363081 3413 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:u4237236377}] I0702 02:08:35.363116 3413 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:u4237236378}] I0702 02:08:35.363150 3413 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:u4237236379}] I0702 02:08:35.363169 3413 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:u4237236377} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236378} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236379}] I0702 02:08:35.363701 3413 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:u4237236380}] I0702 02:08:35.363746 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236381}] I0702 02:08:35.363832 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236382}] I0702 02:08:35.363869 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236383}] I0702 02:08:35.363892 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236384}] I0702 02:08:35.363916 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236385}] I0702 02:08:35.363960 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236386}] I0702 02:08:35.364033 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236387}] I0702 02:08:35.364059 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236388}] I0702 02:08:35.364098 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236389}] I0702 02:08:35.364139 3413 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:u4237236390}] I0702 02:08:35.364162 3413 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:u4237236380} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236381} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236382} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236383} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236384} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236385} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236386} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236387} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236388} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4237236380}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236389} {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:u4237236390}] I0702 02:08:35.365471 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d25cfc22-6f5f-460b-861e-1e450ed1f6fe}]} 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:u4237236391}] I0702 02:08:35.365502 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc007c75cf8 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d25cfc22-6f5f-460b-861e-1e450ed1f6fe}]} 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:u4237236391}] I0702 02:08:35.365959 3413 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:u4237236392}] I0702 02:08:35.366025 3413 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:u4237236392}] I0702 02:08:35.366455 3413 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:u4237236393}] I0702 02:08:35.366496 3413 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:u4237236393}] I0702 02:08:35.366639 3413 ovs.go:162] Exec(34): stdout: "connected\n" I0702 02:08:35.366652 3413 ovs.go:163] Exec(34): stderr: "" I0702 02:08:35.366660 3413 default_node_network_controller.go:510] Node connection status = connected I0702 02:08:35.366670 3413 ovs.go:159] Exec(35): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 02:08:35.366893 3413 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:u4237236394}] I0702 02:08:35.366989 3413 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:u4237236395}] I0702 02:08:35.367057 3413 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:u4237236394} {GoUUID:u4237236395}]}}] Timeout: Where:[where column _uuid == {a68d78ac-1a7c-4bea-8b54-a655d090d89f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.367093 3413 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:u4237236394} {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:u4237236395} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4237236394} {GoUUID:u4237236395}]}}] Timeout: Where:[where column _uuid == {a68d78ac-1a7c-4bea-8b54-a655d090d89f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.367902 3413 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:u4237236396}] I0702 02:08:35.367973 3413 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:u4237236397}] I0702 02:08:35.368037 3413 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:u4237236396} {GoUUID:u4237236397}]}}] Timeout: Where:[where column _uuid == {aa26f821-59fd-484e-92fd-09df09ece105}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.368060 3413 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:u4237236396} {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:u4237236397} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4237236396} {GoUUID:u4237236397}]}}] Timeout: Where:[where column _uuid == {aa26f821-59fd-484e-92fd-09df09ece105}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.368904 3413 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:u4237236398}] I0702 02:08:35.368956 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc00737ea00 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:u4237236398}] I0702 02:08:35.369353 3413 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:u4237236399}] I0702 02:08:35.369408 3413 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:u4237236399}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.369433 3413 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:u4237236399} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236399}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.369854 3413 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:u4237236400}] I0702 02:08:35.369894 3413 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:u4237236400}]}}] Timeout: Where:[where column _uuid == {a551bcf6-ff38-4919-ab47-c9f5fbb90133}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.369910 3413 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:u4237236400} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236400}]}}] Timeout: Where:[where column _uuid == {a551bcf6-ff38-4919-ab47-c9f5fbb90133}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.370317 3413 default_network_controller.go:427] Cleaning External Gateway ECMP routes I0702 02:08:35.370402 3413 repair.go:33] Syncing exgw routes took 65.173µs I0702 02:08:35.370440 3413 default_network_controller.go:446] Starting all the Watchers... I0702 02:08:35.370625 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager I0702 02:08:35.370689 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-logging I0702 02:08:35.370727 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-node I0702 02:08:35.370738 3413 namespace.go:92] [openshift-logging] adding namespace I0702 02:08:35.370746 3413 namespace.go:92] [openshift-node] adding namespace I0702 02:08:35.370688 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-csm I0702 02:08:35.370756 3413 namespace.go:92] [openshift-backplane-csm] adding namespace I0702 02:08:35.370668 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-image-registry I0702 02:08:35.370764 3413 namespace.go:92] [openshift-image-registry] adding namespace I0702 02:08:35.370670 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-operator I0702 02:08:35.370772 3413 namespace.go:92] [openshift-network-operator] adding namespace I0702 02:08:35.370631 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-machine-approver I0702 02:08:35.370780 3413 namespace.go:92] [openshift-cluster-machine-approver] adding namespace I0702 02:08:35.370701 3413 namespace.go:92] [openshift-kube-controller-manager] adding namespace I0702 02:08:35.370657 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-must-gather-operator I0702 02:08:35.370790 3413 namespace.go:92] [openshift-must-gather-operator] adding namespace I0702 02:08:35.370707 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-host-network I0702 02:08:35.370800 3413 namespace.go:92] [openshift-host-network] adding namespace I0702 02:08:35.370625 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-ovn-kubernetes I0702 02:08:35.370807 3413 namespace.go:92] [openshift-ovn-kubernetes] adding namespace I0702 02:08:35.370711 3413 obj_retry.go:512] Add event received for *v1.Namespace kube-system I0702 02:08:35.370627 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver I0702 02:08:35.370826 3413 namespace.go:92] [openshift-kube-apiserver] adding namespace I0702 02:08:35.370815 3413 namespace.go:92] [kube-system] adding namespace I0702 02:08:35.370721 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-node-identity I0702 02:08:35.370854 3413 namespace.go:92] [openshift-network-node-identity] adding namespace I0702 02:08:35.370732 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver-operator I0702 02:08:35.370866 3413 namespace.go:92] [openshift-apiserver-operator] adding namespace I0702 02:08:35.370717 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0702 02:08:35.370875 3413 namespace.go:92] [openshift-kube-apiserver-operator] adding namespace I0702 02:08:35.370869 3413 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:u4237236401}] I0702 02:08:35.370900 3413 address_set.go:302] New(u4237236401/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0702 02:08:35.370906 3413 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:u4237236401}] I0702 02:08:35.371368 3413 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:u4237236402}] I0702 02:08:35.371389 3413 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:u4237236402}] I0702 02:08:35.371736 3413 namespace.go:96] [openshift-logging] adding namespace took 989.893µs I0702 02:08:35.371748 3413 obj_retry.go:551] Creating *v1.Namespace openshift-logging took: 1.01046ms I0702 02:08:35.371757 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-config I0702 02:08:35.371763 3413 namespace.go:92] [openshift-config] adding namespace I0702 02:08:35.371804 3413 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:u4237236403}] I0702 02:08:35.371840 3413 address_set.go:302] New(u4237236403/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0702 02:08:35.371848 3413 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:u4237236403}] I0702 02:08:35.372287 3413 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:u4237236404}] I0702 02:08:35.372358 3413 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:u4237236404}] I0702 02:08:35.372790 3413 namespace.go:96] [openshift-config] adding namespace took 1.019228ms I0702 02:08:35.372815 3413 obj_retry.go:551] Creating *v1.Namespace openshift-config took: 1.048983ms I0702 02:08:35.372808 3413 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:u4237236405}] I0702 02:08:35.372828 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-console I0702 02:08:35.372830 3413 address_set.go:302] New(u4237236405/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0702 02:08:35.372835 3413 namespace.go:92] [openshift-console] adding namespace I0702 02:08:35.372836 3413 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:u4237236405}] I0702 02:08:35.373013 3413 ovs.go:162] Exec(35): stdout: "" I0702 02:08:35.373038 3413 ovs.go:163] Exec(35): stderr: "" I0702 02:08:35.373047 3413 ovs.go:159] Exec(36): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 02:08:35.373232 3413 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:u4237236406}] I0702 02:08:35.373266 3413 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:u4237236406}] I0702 02:08:35.373652 3413 namespace.go:96] [openshift-node] adding namespace took 2.898471ms I0702 02:08:35.373674 3413 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:u4237236407}] I0702 02:08:35.373697 3413 obj_retry.go:551] Creating *v1.Namespace openshift-node took: 2.948044ms I0702 02:08:35.373707 3413 address_set.go:302] New(u4237236407/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0702 02:08:35.373716 3413 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:u4237236407}] I0702 02:08:35.373726 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0702 02:08:35.373778 3413 namespace.go:92] [openshift-backplane-managed-scripts] adding namespace I0702 02:08:35.374090 3413 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:u4237236408}] I0702 02:08:35.374114 3413 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:u4237236408}] I0702 02:08:35.374550 3413 namespace.go:96] [openshift-backplane-csm] adding namespace took 3.785868ms I0702 02:08:35.374570 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-csm took: 3.809357ms I0702 02:08:35.374571 3413 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:u4237236409}] I0702 02:08:35.374593 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-config-operator I0702 02:08:35.374594 3413 address_set.go:302] New(u4237236409/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0702 02:08:35.374602 3413 namespace.go:92] [openshift-machine-config-operator] adding namespace I0702 02:08:35.374601 3413 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:u4237236409}] I0702 02:08:35.374942 3413 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:u4237236410}] I0702 02:08:35.374965 3413 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:u4237236410}] I0702 02:08:35.375399 3413 namespace.go:96] [openshift-image-registry] adding namespace took 4.626796ms I0702 02:08:35.375414 3413 obj_retry.go:551] Creating *v1.Namespace openshift-image-registry took: 4.646504ms I0702 02:08:35.375425 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns I0702 02:08:35.375434 3413 namespace.go:92] [openshift-dns] adding namespace I0702 02:08:35.375426 3413 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:u4237236411}] I0702 02:08:35.375461 3413 address_set.go:302] New(u4237236411/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0702 02:08:35.375470 3413 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:u4237236411}] I0702 02:08:35.375836 3413 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:u4237236412}] I0702 02:08:35.375862 3413 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:u4237236412}] I0702 02:08:35.376253 3413 namespace.go:96] [openshift-network-operator] adding namespace took 5.473066ms I0702 02:08:35.376272 3413 obj_retry.go:551] Creating *v1.Namespace openshift-network-operator took: 5.496008ms I0702 02:08:35.376283 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators-redhat I0702 02:08:35.376292 3413 namespace.go:92] [openshift-operators-redhat] adding namespace I0702 02:08:35.376286 3413 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:u4237236413}] I0702 02:08:35.376313 3413 address_set.go:302] New(u4237236413/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0702 02:08:35.376320 3413 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:u4237236413}] I0702 02:08:35.376667 3413 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:u4237236414}] I0702 02:08:35.376689 3413 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:u4237236414}] I0702 02:08:35.377075 3413 namespace.go:96] [openshift-cluster-machine-approver] adding namespace took 6.286473ms I0702 02:08:35.377098 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-machine-approver took: 6.314699ms I0702 02:08:35.377159 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0702 02:08:35.377171 3413 namespace.go:92] [openshift-cluster-csi-drivers] adding namespace I0702 02:08:35.377099 3413 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:u4237236415}] I0702 02:08:35.377188 3413 address_set.go:302] New(u4237236415/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0702 02:08:35.377199 3413 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:u4237236415}] I0702 02:08:35.377681 3413 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:u4237236416}] I0702 02:08:35.377715 3413 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:u4237236416}] I0702 02:08:35.378100 3413 namespace.go:96] [openshift-kube-controller-manager] adding namespace took 7.309647ms I0702 02:08:35.378120 3413 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager took: 7.424164ms I0702 02:08:35.378131 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-tam I0702 02:08:35.378136 3413 namespace.go:92] [openshift-backplane-tam] adding namespace I0702 02:08:35.378170 3413 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:u4237236417}] I0702 02:08:35.378229 3413 address_set.go:302] New(u4237236417/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0702 02:08:35.378239 3413 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:u4237236417}] I0702 02:08:35.378604 3413 ovs.go:162] Exec(36): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=15\n" I0702 02:08:35.378656 3413 ovs.go:163] Exec(36): stderr: "" I0702 02:08:35.378650 3413 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:u4237236418}] I0702 02:08:35.378677 3413 ovs.go:159] Exec(37): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-108.ec2.internal-to-br-int ofport I0702 02:08:35.378675 3413 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:u4237236418}] I0702 02:08:35.379046 3413 namespace.go:96] [openshift-must-gather-operator] adding namespace took 8.249431ms I0702 02:08:35.379065 3413 obj_retry.go:551] Creating *v1.Namespace openshift-must-gather-operator took: 8.270531ms I0702 02:08:35.379075 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-lpsre I0702 02:08:35.379083 3413 namespace.go:92] [openshift-backplane-lpsre] adding namespace I0702 02:08:35.379131 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.129.0.2 100.64.0.3 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:u4237236419}] I0702 02:08:35.379156 3413 address_set.go:302] New(u4237236419/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3] I0702 02:08:35.379162 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.129.0.2 100.64.0.3 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:u4237236419}] I0702 02:08:35.379567 3413 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:u4237236420}] I0702 02:08:35.379588 3413 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:u4237236420}] I0702 02:08:35.380003 3413 namespace.go:96] [openshift-host-network] adding namespace took 9.194751ms I0702 02:08:35.380034 3413 obj_retry.go:551] Creating *v1.Namespace openshift-host-network took: 9.230828ms I0702 02:08:35.380047 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0702 02:08:35.380055 3413 namespace.go:92] [openshift-kube-controller-manager-operator] adding namespace I0702 02:08:35.380052 3413 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:u4237236421}] I0702 02:08:35.380117 3413 address_set.go:302] New(u4237236421/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0702 02:08:35.380133 3413 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:u4237236421}] I0702 02:08:35.380551 3413 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:u4237236422}] I0702 02:08:35.380575 3413 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:u4237236422}] I0702 02:08:35.380976 3413 namespace.go:96] [openshift-ovn-kubernetes] adding namespace took 10.162022ms I0702 02:08:35.381026 3413 obj_retry.go:551] Creating *v1.Namespace openshift-ovn-kubernetes took: 10.21499ms I0702 02:08:35.381042 3413 obj_retry.go:512] Add event received for *v1.Namespace kube-node-lease I0702 02:08:35.381050 3413 namespace.go:92] [kube-node-lease] adding namespace I0702 02:08:35.381040 3413 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:u4237236423}] I0702 02:08:35.381067 3413 address_set.go:302] New(u4237236423/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0702 02:08:35.381074 3413 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:u4237236423}] I0702 02:08:35.381520 3413 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:u4237236424}] I0702 02:08:35.381595 3413 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:u4237236424}] I0702 02:08:35.382110 3413 namespace.go:96] [openshift-kube-apiserver] adding namespace took 11.271624ms I0702 02:08:35.382123 3413 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver took: 11.29679ms I0702 02:08:35.382132 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns-operator I0702 02:08:35.382137 3413 namespace.go:92] [openshift-dns-operator] adding namespace I0702 02:08:35.382132 3413 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:u4237236425}] I0702 02:08:35.382168 3413 address_set.go:302] New(u4237236425/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0702 02:08:35.382176 3413 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:u4237236425}] I0702 02:08:35.382570 3413 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:u4237236426}] I0702 02:08:35.382598 3413 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:u4237236426}] I0702 02:08:35.382929 3413 namespace.go:96] [kube-system] adding namespace took 12.080259ms I0702 02:08:35.382948 3413 obj_retry.go:551] Creating *v1.Namespace kube-system took: 12.129136ms I0702 02:08:35.382960 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-etcd I0702 02:08:35.382968 3413 namespace.go:92] [openshift-etcd] adding namespace I0702 02:08:35.382972 3413 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:u4237236427}] I0702 02:08:35.383001 3413 address_set.go:302] New(u4237236427/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0702 02:08:35.383008 3413 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:u4237236427}] I0702 02:08:35.383388 3413 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:u4237236428}] I0702 02:08:35.383440 3413 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:u4237236428}] I0702 02:08:35.383832 3413 namespace.go:96] [openshift-network-node-identity] adding namespace took 12.968568ms I0702 02:08:35.383834 3413 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:u4237236429}] I0702 02:08:35.383847 3413 obj_retry.go:551] Creating *v1.Namespace openshift-network-node-identity took: 12.99301ms I0702 02:08:35.383854 3413 address_set.go:302] New(u4237236429/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0702 02:08:35.383861 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-credential-operator I0702 02:08:35.383868 3413 namespace.go:92] [openshift-cloud-credential-operator] adding namespace I0702 02:08:35.383861 3413 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:u4237236429}] I0702 02:08:35.384248 3413 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:u4237236430}] I0702 02:08:35.384273 3413 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:u4237236430}] I0702 02:08:35.384617 3413 namespace.go:96] [openshift-apiserver-operator] adding namespace took 13.743186ms I0702 02:08:35.384619 3413 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:u4237236431}] I0702 02:08:35.384633 3413 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver-operator took: 13.763165ms I0702 02:08:35.384641 3413 address_set.go:302] New(u4237236431/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0702 02:08:35.384648 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators I0702 02:08:35.384646 3413 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:u4237236431}] I0702 02:08:35.384656 3413 namespace.go:92] [openshift-operators] adding namespace I0702 02:08:35.384952 3413 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:u4237236432}] I0702 02:08:35.384976 3413 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:u4237236432}] I0702 02:08:35.385070 3413 ovs.go:162] Exec(37): stdout: "" I0702 02:08:35.385084 3413 ovs.go:163] Exec(37): stderr: "" I0702 02:08:35.385298 3413 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:u4237236433}] I0702 02:08:35.385324 3413 address_set.go:302] New(u4237236433/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0702 02:08:35.385328 3413 namespace.go:96] [openshift-kube-apiserver-operator] adding namespace took 14.445881ms I0702 02:08:35.385331 3413 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:u4237236433}] I0702 02:08:35.385340 3413 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver-operator took: 14.460985ms I0702 02:08:35.385353 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane I0702 02:08:35.385362 3413 namespace.go:92] [openshift-backplane] adding namespace I0702 02:08:35.385581 3413 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:u4237236434}] I0702 02:08:35.385600 3413 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:u4237236434}] I0702 02:08:35.385879 3413 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:u4237236435}] I0702 02:08:35.385904 3413 namespace.go:96] [openshift-console] adding namespace took 13.061994ms I0702 02:08:35.385905 3413 address_set.go:302] New(u4237236435/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0702 02:08:35.385913 3413 obj_retry.go:551] Creating *v1.Namespace openshift-console took: 13.07685ms I0702 02:08:35.385922 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0702 02:08:35.385927 3413 namespace.go:92] [openshift-backplane-mcs-tier-two] adding namespace I0702 02:08:35.385915 3413 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:u4237236435}] I0702 02:08:35.386193 3413 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:u4237236436}] I0702 02:08:35.386239 3413 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:u4237236436}] I0702 02:08:35.386537 3413 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:u4237236437}] I0702 02:08:35.386563 3413 address_set.go:302] New(u4237236437/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0702 02:08:35.386576 3413 namespace.go:96] [openshift-backplane-managed-scripts] adding namespace took 12.791385ms I0702 02:08:35.386587 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-managed-scripts took: 12.806872ms I0702 02:08:35.386572 3413 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:u4237236437}] I0702 02:08:35.386597 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cee I0702 02:08:35.386604 3413 namespace.go:92] [openshift-backplane-cee] adding namespace I0702 02:08:35.386933 3413 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:u4237236438}] I0702 02:08:35.386956 3413 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:u4237236438}] I0702 02:08:35.387243 3413 namespace.go:96] [openshift-machine-config-operator] adding namespace took 12.634856ms I0702 02:08:35.387242 3413 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:u4237236439}] I0702 02:08:35.387258 3413 obj_retry.go:551] Creating *v1.Namespace openshift-machine-config-operator took: 12.655193ms I0702 02:08:35.387266 3413 address_set.go:302] New(u4237236439/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0702 02:08:35.387271 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-storage-operator I0702 02:08:35.387280 3413 namespace.go:92] [openshift-cluster-storage-operator] adding namespace I0702 02:08:35.387272 3413 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:u4237236439}] I0702 02:08:35.387559 3413 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:u4237236440}] I0702 02:08:35.387582 3413 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:u4237236440}] I0702 02:08:35.387863 3413 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:u4237236441}] I0702 02:08:35.387894 3413 address_set.go:302] New(u4237236441/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0702 02:08:35.387898 3413 namespace.go:96] [openshift-dns] adding namespace took 12.457636ms I0702 02:08:35.387910 3413 obj_retry.go:551] Creating *v1.Namespace openshift-dns took: 12.474138ms I0702 02:08:35.387901 3413 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:u4237236441}] I0702 02:08:35.387921 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager-operator I0702 02:08:35.387930 3413 namespace.go:92] [openshift-controller-manager-operator] adding namespace I0702 02:08:35.388240 3413 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:u4237236442}] I0702 02:08:35.388268 3413 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:u4237236442}] I0702 02:08:35.388562 3413 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:u4237236443}] I0702 02:08:35.388586 3413 address_set.go:302] New(u4237236443/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0702 02:08:35.388593 3413 namespace.go:96] [openshift-operators-redhat] adding namespace took 12.295185ms I0702 02:08:35.388603 3413 obj_retry.go:551] Creating *v1.Namespace openshift-operators-redhat took: 12.31073ms I0702 02:08:35.388594 3413 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:u4237236443}] I0702 02:08:35.388612 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-version I0702 02:08:35.388618 3413 namespace.go:92] [openshift-cluster-version] adding namespace I0702 02:08:35.388850 3413 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:u4237236444}] I0702 02:08:35.388870 3413 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:u4237236444}] I0702 02:08:35.389158 3413 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:u4237236445}] I0702 02:08:35.389182 3413 address_set.go:302] New(u4237236445/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0702 02:08:35.389184 3413 namespace.go:96] [openshift-cluster-csi-drivers] adding namespace took 12.005407ms I0702 02:08:35.389192 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-csi-drivers took: 12.021152ms I0702 02:08:35.389188 3413 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:u4237236445}] I0702 02:08:35.389200 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mobb I0702 02:08:35.389206 3413 namespace.go:92] [openshift-backplane-mobb] adding namespace I0702 02:08:35.389472 3413 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:u4237236446}] I0702 02:08:35.389492 3413 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:u4237236446}] I0702 02:08:35.389732 3413 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:u4237236447}] I0702 02:08:35.389753 3413 address_set.go:302] New(u4237236447/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0702 02:08:35.389769 3413 namespace.go:96] [openshift-backplane-tam] adding namespace took 11.627006ms I0702 02:08:35.389785 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-tam took: 11.646271ms I0702 02:08:35.389794 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0702 02:08:35.389800 3413 namespace.go:92] [openshift-operator-lifecycle-manager] adding namespace I0702 02:08:35.389758 3413 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:u4237236447}] I0702 02:08:35.390044 3413 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:u4237236448}] I0702 02:08:35.390063 3413 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:u4237236448}] I0702 02:08:35.390392 3413 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:u4237236449}] I0702 02:08:35.390417 3413 address_set.go:302] New(u4237236449/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0702 02:08:35.390418 3413 namespace.go:96] [openshift-backplane-lpsre] adding namespace took 11.327658ms I0702 02:08:35.390427 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-lpsre took: 11.343434ms I0702 02:08:35.390423 3413 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:u4237236449}] I0702 02:08:35.390435 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-deployment-validation-operator I0702 02:08:35.390441 3413 namespace.go:92] [openshift-deployment-validation-operator] adding namespace I0702 02:08:35.390682 3413 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:u4237236450}] I0702 02:08:35.390700 3413 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:u4237236450}] I0702 02:08:35.390952 3413 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:u4237236451}] I0702 02:08:35.390977 3413 address_set.go:302] New(u4237236451/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0702 02:08:35.390987 3413 namespace.go:96] [openshift-kube-controller-manager-operator] adding namespace took 10.926401ms I0702 02:08:35.390998 3413 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 10.941495ms I0702 02:08:35.390987 3413 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:u4237236451}] I0702 02:08:35.391012 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-marketplace I0702 02:08:35.391020 3413 namespace.go:92] [openshift-marketplace] adding namespace I0702 02:08:35.391300 3413 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:u4237236452}] I0702 02:08:35.391321 3413 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:u4237236452}] I0702 02:08:35.391625 3413 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:u4237236453}] I0702 02:08:35.391647 3413 address_set.go:302] New(u4237236453/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0702 02:08:35.391657 3413 namespace.go:96] [kube-node-lease] adding namespace took 10.601212ms I0702 02:08:35.391653 3413 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:u4237236453}] I0702 02:08:35.391667 3413 obj_retry.go:551] Creating *v1.Namespace kube-node-lease took: 10.616934ms I0702 02:08:35.391676 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-console I0702 02:08:35.391681 3413 namespace.go:92] [openshift-network-console] adding namespace I0702 02:08:35.391925 3413 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:u4237236454}] I0702 02:08:35.391950 3413 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:u4237236454}] I0702 02:08:35.392274 3413 namespace.go:96] [openshift-dns-operator] adding namespace took 10.130347ms I0702 02:08:35.392267 3413 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:u4237236455}] I0702 02:08:35.392285 3413 obj_retry.go:551] Creating *v1.Namespace openshift-dns-operator took: 10.146303ms I0702 02:08:35.392288 3413 address_set.go:302] New(u4237236455/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0702 02:08:35.392294 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep I0702 02:08:35.392299 3413 namespace.go:92] [openshift-backplane-srep] adding namespace I0702 02:08:35.392295 3413 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:u4237236455}] I0702 02:08:35.392573 3413 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:u4237236456}] I0702 02:08:35.392592 3413 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:u4237236456}] I0702 02:08:35.392840 3413 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:u4237236457}] I0702 02:08:35.392864 3413 address_set.go:302] New(u4237236457/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0702 02:08:35.392877 3413 namespace.go:96] [openshift-etcd] adding namespace took 9.90232ms I0702 02:08:35.392872 3413 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:u4237236457}] I0702 02:08:35.392888 3413 obj_retry.go:551] Creating *v1.Namespace openshift-etcd took: 9.917527ms I0702 02:08:35.392901 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler I0702 02:08:35.392908 3413 namespace.go:92] [openshift-kube-scheduler] adding namespace I0702 02:08:35.393197 3413 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:u4237236458}] I0702 02:08:35.393234 3413 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:u4237236458}] I0702 02:08:35.393547 3413 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:u4237236459}] I0702 02:08:35.393571 3413 namespace.go:96] [openshift-cloud-credential-operator] adding namespace took 9.698476ms I0702 02:08:35.393572 3413 address_set.go:302] New(u4237236459/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0702 02:08:35.393580 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-credential-operator took: 9.71117ms I0702 02:08:35.393588 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-monitoring I0702 02:08:35.393581 3413 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:u4237236459}] I0702 02:08:35.393593 3413 namespace.go:92] [openshift-monitoring] adding namespace I0702 02:08:35.393865 3413 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:u4237236460}] I0702 02:08:35.393886 3413 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:u4237236460}] I0702 02:08:35.394179 3413 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:u4237236461}] I0702 02:08:35.394201 3413 address_set.go:302] New(u4237236461/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0702 02:08:35.394207 3413 namespace.go:96] [openshift-operators] adding namespace took 9.544658ms I0702 02:08:35.394227 3413 obj_retry.go:551] Creating *v1.Namespace openshift-operators took: 9.557731ms I0702 02:08:35.394233 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-infra I0702 02:08:35.394206 3413 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:u4237236461}] I0702 02:08:35.394238 3413 namespace.go:92] [openshift-infra] adding namespace I0702 02:08:35.394538 3413 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:u4237236462}] I0702 02:08:35.394557 3413 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:u4237236462}] I0702 02:08:35.394817 3413 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:u4237236463}] I0702 02:08:35.394838 3413 address_set.go:302] New(u4237236463/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0702 02:08:35.394851 3413 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:u4237236463}] I0702 02:08:35.394840 3413 namespace.go:96] [openshift-backplane] adding namespace took 9.47324ms I0702 02:08:35.394906 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane took: 9.544216ms I0702 02:08:35.394915 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-multus I0702 02:08:35.394921 3413 namespace.go:92] [openshift-multus] adding namespace I0702 02:08:35.395132 3413 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:u4237236464}] I0702 02:08:35.395152 3413 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:u4237236464}] I0702 02:08:35.395429 3413 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:u4237236465}] I0702 02:08:35.395452 3413 address_set.go:302] New(u4237236465/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0702 02:08:35.395466 3413 namespace.go:96] [openshift-backplane-mcs-tier-two] adding namespace took 9.534304ms I0702 02:08:35.395458 3413 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:u4237236465}] I0702 02:08:35.395479 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 9.549962ms I0702 02:08:35.395487 3413 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-agent-addon I0702 02:08:35.395493 3413 namespace.go:92] [open-cluster-management-agent-addon] adding namespace I0702 02:08:35.395714 3413 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:u4237236466}] I0702 02:08:35.395733 3413 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:u4237236466}] I0702 02:08:35.395982 3413 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:u4237236467}] I0702 02:08:35.396009 3413 namespace.go:96] [openshift-backplane-cee] adding namespace took 9.396348ms I0702 02:08:35.396014 3413 address_set.go:302] New(u4237236467/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0702 02:08:35.396020 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cee took: 9.412742ms I0702 02:08:35.396030 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress I0702 02:08:35.396022 3413 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:u4237236467}] I0702 02:08:35.396039 3413 namespace.go:92] [openshift-ingress] adding namespace I0702 02:08:35.396332 3413 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:u4237236468}] I0702 02:08:35.396353 3413 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:u4237236468}] I0702 02:08:35.396619 3413 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:u4237236469}] I0702 02:08:35.396642 3413 namespace.go:96] [openshift-cluster-storage-operator] adding namespace took 9.355704ms I0702 02:08:35.396644 3413 address_set.go:302] New(u4237236469/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0702 02:08:35.396650 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-storage-operator took: 9.37096ms I0702 02:08:35.396658 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift I0702 02:08:35.396651 3413 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:u4237236469}] I0702 02:08:35.396663 3413 namespace.go:92] [openshift] adding namespace I0702 02:08:35.396892 3413 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:u4237236470}] I0702 02:08:35.396910 3413 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:u4237236470}] I0702 02:08:35.397201 3413 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:u4237236471}] I0702 02:08:35.397242 3413 namespace.go:96] [openshift-controller-manager-operator] adding namespace took 9.301953ms I0702 02:08:35.397245 3413 address_set.go:302] New(u4237236471/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0702 02:08:35.397253 3413 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager-operator took: 9.322044ms I0702 02:08:35.397264 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication-operator I0702 02:08:35.397253 3413 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:u4237236471}] I0702 02:08:35.397272 3413 namespace.go:92] [openshift-authentication-operator] adding namespace I0702 02:08:35.397547 3413 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:u4237236472}] I0702 02:08:35.397568 3413 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:u4237236472}] I0702 02:08:35.397814 3413 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:u4237236473}] I0702 02:08:35.397836 3413 address_set.go:302] New(u4237236473/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0702 02:08:35.397841 3413 namespace.go:96] [openshift-cluster-version] adding namespace took 9.217549ms I0702 02:08:35.397848 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-version took: 9.229603ms I0702 02:08:35.397842 3413 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:u4237236473}] I0702 02:08:35.397854 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0702 02:08:35.397859 3413 namespace.go:92] [openshift-cluster-node-tuning-operator] adding namespace I0702 02:08:35.398061 3413 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:u4237236474}] I0702 02:08:35.398079 3413 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:u4237236474}] I0702 02:08:35.398346 3413 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:u4237236475}] I0702 02:08:35.398374 3413 address_set.go:302] New(u4237236475/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0702 02:08:35.398379 3413 namespace.go:96] [openshift-backplane-mobb] adding namespace took 9.167182ms I0702 02:08:35.398390 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mobb took: 9.180546ms I0702 02:08:35.398382 3413 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:u4237236475}] I0702 02:08:35.398401 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-samples-operator I0702 02:08:35.398410 3413 namespace.go:92] [openshift-cluster-samples-operator] adding namespace I0702 02:08:35.398638 3413 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:u4237236476}] I0702 02:08:35.398657 3413 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:u4237236476}] I0702 02:08:35.398881 3413 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:u4237236477}] I0702 02:08:35.398900 3413 address_set.go:302] New(u4237236477/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0702 02:08:35.398906 3413 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:u4237236477}] I0702 02:08:35.398919 3413 namespace.go:96] [openshift-operator-lifecycle-manager] adding namespace took 9.113628ms I0702 02:08:35.398975 3413 obj_retry.go:551] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 9.173536ms I0702 02:08:35.398983 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-customer-monitoring I0702 02:08:35.398989 3413 namespace.go:92] [openshift-customer-monitoring] adding namespace I0702 02:08:35.399143 3413 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:u4237236478}] I0702 02:08:35.399160 3413 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:u4237236478}] I0702 02:08:35.399482 3413 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:u4237236479}] I0702 02:08:35.399502 3413 address_set.go:302] New(u4237236479/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0702 02:08:35.399507 3413 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:u4237236479}] I0702 02:08:35.399521 3413 namespace.go:96] [openshift-deployment-validation-operator] adding namespace took 9.074506ms I0702 02:08:35.399531 3413 obj_retry.go:551] Creating *v1.Namespace openshift-deployment-validation-operator took: 9.088023ms I0702 02:08:35.399540 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication I0702 02:08:35.399545 3413 namespace.go:92] [openshift-authentication] adding namespace I0702 02:08:35.399785 3413 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:u4237236480}] I0702 02:08:35.399803 3413 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:u4237236480}] I0702 02:08:35.400067 3413 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:u4237236481}] I0702 02:08:35.400086 3413 address_set.go:302] New(u4237236481/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0702 02:08:35.400093 3413 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:u4237236481}] I0702 02:08:35.400106 3413 namespace.go:96] [openshift-marketplace] adding namespace took 9.080833ms I0702 02:08:35.400117 3413 obj_retry.go:551] Creating *v1.Namespace openshift-marketplace took: 9.097848ms I0702 02:08:35.400125 3413 obj_retry.go:512] Add event received for *v1.Namespace kube-public I0702 02:08:35.400130 3413 namespace.go:92] [kube-public] adding namespace I0702 02:08:35.400344 3413 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:u4237236482}] I0702 02:08:35.400364 3413 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:u4237236482}] I0702 02:08:35.400660 3413 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:u4237236483}] I0702 02:08:35.400682 3413 address_set.go:302] New(u4237236483/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0702 02:08:35.400686 3413 namespace.go:96] [openshift-network-console] adding namespace took 9.000427ms I0702 02:08:35.400694 3413 obj_retry.go:551] Creating *v1.Namespace openshift-network-console took: 9.011875ms I0702 02:08:35.400688 3413 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:u4237236483}] I0702 02:08:35.400703 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep-ro I0702 02:08:35.400709 3413 namespace.go:92] [openshift-backplane-srep-ro] adding namespace I0702 02:08:35.400927 3413 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:u4237236484}] I0702 02:08:35.400946 3413 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:u4237236484}] I0702 02:08:35.401178 3413 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:u4237236485}] I0702 02:08:35.401202 3413 address_set.go:302] New(u4237236485/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0702 02:08:35.401242 3413 namespace.go:96] [openshift-backplane-srep] adding namespace took 8.936503ms I0702 02:08:35.401256 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep took: 8.95513ms I0702 02:08:35.401264 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-package-operator I0702 02:08:35.401270 3413 namespace.go:92] [openshift-package-operator] adding namespace I0702 02:08:35.401234 3413 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:u4237236485}] I0702 02:08:35.401524 3413 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:u4237236486}] I0702 02:08:35.401541 3413 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:u4237236486}] I0702 02:08:35.401780 3413 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:u4237236487}] I0702 02:08:35.401803 3413 address_set.go:302] New(u4237236487/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0702 02:08:35.401820 3413 namespace.go:96] [openshift-kube-scheduler] adding namespace took 8.905196ms I0702 02:08:35.401834 3413 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler took: 8.926111ms I0702 02:08:35.401843 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-user-workload-monitoring I0702 02:08:35.401848 3413 namespace.go:92] [openshift-user-workload-monitoring] adding namespace I0702 02:08:35.401811 3413 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:u4237236487}] I0702 02:08:35.402078 3413 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:u4237236488}] I0702 02:08:35.402096 3413 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:u4237236488}] I0702 02:08:35.402366 3413 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:u4237236489}] I0702 02:08:35.402388 3413 address_set.go:302] New(u4237236489/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0702 02:08:35.402396 3413 namespace.go:96] [openshift-monitoring] adding namespace took 8.797041ms I0702 02:08:35.402403 3413 obj_retry.go:551] Creating *v1.Namespace openshift-monitoring took: 8.808627ms I0702 02:08:35.402396 3413 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:u4237236489}] I0702 02:08:35.402412 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-operator I0702 02:08:35.402417 3413 namespace.go:92] [openshift-config-operator] adding namespace I0702 02:08:35.402667 3413 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:u4237236490}] I0702 02:08:35.402687 3413 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:u4237236490}] W0702 02:08:35.402919 3413 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-zkdml: no pod IPs found W0702 02:08:35.402930 3413 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-km7tb: no pod IPs found I0702 02:08:35.402953 3413 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:u4237236491}] I0702 02:08:35.402964 3413 namespace.go:96] [openshift-infra] adding namespace took 8.720755ms I0702 02:08:35.402972 3413 address_set.go:302] New(u4237236491/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0702 02:08:35.402975 3413 obj_retry.go:551] Creating *v1.Namespace openshift-infra took: 8.734961ms I0702 02:08:35.402983 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-service-ca-operator I0702 02:08:35.402978 3413 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:u4237236491}] I0702 02:08:35.402989 3413 namespace.go:92] [openshift-service-ca-operator] adding namespace I0702 02:08:35.403241 3413 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:u4237236492}] I0702 02:08:35.403262 3413 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:u4237236492}] I0702 02:08:35.403535 3413 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:u4237236493}] I0702 02:08:35.403556 3413 address_set.go:302] New(u4237236493/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0702 02:08:35.403561 3413 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:u4237236493}] I0702 02:08:35.403603 3413 namespace.go:96] [openshift-multus] adding namespace took 8.678481ms I0702 02:08:35.403613 3413 obj_retry.go:551] Creating *v1.Namespace openshift-multus took: 8.691522ms I0702 02:08:35.403621 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-api I0702 02:08:35.403626 3413 namespace.go:92] [openshift-machine-api] adding namespace I0702 02:08:35.403864 3413 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:u4237236494}] I0702 02:08:35.403885 3413 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:u4237236494}] I0702 02:08:35.404161 3413 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:u4237236495}] I0702 02:08:35.404187 3413 address_set.go:302] New(u4237236495/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0702 02:08:35.404194 3413 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:u4237236495}] I0702 02:08:35.404203 3413 namespace.go:96] [open-cluster-management-agent-addon] adding namespace took 8.702937ms I0702 02:08:35.404230 3413 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-agent-addon took: 8.719738ms I0702 02:08:35.404239 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0702 02:08:35.404244 3413 namespace.go:92] [openshift-kube-scheduler-operator] adding namespace I0702 02:08:35.404508 3413 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:u4237236496}] I0702 02:08:35.404528 3413 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:u4237236496}] I0702 02:08:35.404827 3413 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:u4237236497}] I0702 02:08:35.404850 3413 address_set.go:302] New(u4237236497/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0702 02:08:35.404857 3413 namespace.go:96] [openshift-ingress] adding namespace took 8.810655ms I0702 02:08:35.404855 3413 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:u4237236497}] I0702 02:08:35.404865 3413 obj_retry.go:551] Creating *v1.Namespace openshift-ingress took: 8.82579ms I0702 02:08:35.404875 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-ai-agent I0702 02:08:35.404883 3413 namespace.go:92] [openshift-backplane-ai-agent] adding namespace I0702 02:08:35.405091 3413 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:u4237236498}] I0702 02:08:35.405112 3413 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:u4237236498}] I0702 02:08:35.405378 3413 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:u4237236499}] I0702 02:08:35.405401 3413 address_set.go:302] New(u4237236499/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0702 02:08:35.405419 3413 namespace.go:96] [openshift] adding namespace took 8.750599ms I0702 02:08:35.405409 3413 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:u4237236499}] I0702 02:08:35.405431 3413 obj_retry.go:551] Creating *v1.Namespace openshift took: 8.765386ms I0702 02:08:35.405442 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-route-controller-manager I0702 02:08:35.405453 3413 namespace.go:92] [openshift-route-controller-manager] adding namespace I0702 02:08:35.405730 3413 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:u4237236500}] I0702 02:08:35.405752 3413 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:u4237236500}] I0702 02:08:35.406010 3413 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:u4237236501}] I0702 02:08:35.406031 3413 address_set.go:302] New(u4237236501/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0702 02:08:35.406034 3413 namespace.go:96] [openshift-authentication-operator] adding namespace took 8.756441ms I0702 02:08:35.406041 3413 obj_retry.go:551] Creating *v1.Namespace openshift-authentication-operator took: 8.769205ms I0702 02:08:35.406037 3413 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:u4237236501}] I0702 02:08:35.406047 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-diagnostics I0702 02:08:35.406053 3413 namespace.go:92] [openshift-network-diagnostics] adding namespace I0702 02:08:35.406300 3413 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:u4237236502}] I0702 02:08:35.406320 3413 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:u4237236502}] I0702 02:08:35.406575 3413 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:u4237236503}] I0702 02:08:35.406600 3413 address_set.go:302] New(u4237236503/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0702 02:08:35.406608 3413 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:u4237236503}] I0702 02:08:35.406617 3413 namespace.go:96] [openshift-cluster-node-tuning-operator] adding namespace took 8.751859ms I0702 02:08:35.406660 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 8.799284ms I0702 02:08:35.406668 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-user-settings I0702 02:08:35.406674 3413 namespace.go:92] [openshift-console-user-settings] adding namespace I0702 02:08:35.406868 3413 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:u4237236504}] I0702 02:08:35.406887 3413 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:u4237236504}] I0702 02:08:35.407137 3413 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:u4237236505}] I0702 02:08:35.407160 3413 address_set.go:302] New(u4237236505/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0702 02:08:35.407168 3413 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:u4237236505}] I0702 02:08:35.407179 3413 namespace.go:96] [openshift-cluster-samples-operator] adding namespace took 8.763049ms I0702 02:08:35.407237 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-samples-operator took: 8.826078ms I0702 02:08:35.407246 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0702 02:08:35.407251 3413 namespace.go:92] [openshift-cloud-network-config-controller] adding namespace I0702 02:08:35.407469 3413 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:u4237236506}] I0702 02:08:35.407487 3413 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:u4237236506}] I0702 02:08:35.407757 3413 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:u4237236507}] I0702 02:08:35.407784 3413 address_set.go:302] New(u4237236507/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0702 02:08:35.407790 3413 namespace.go:96] [openshift-customer-monitoring] adding namespace took 8.795162ms I0702 02:08:35.407801 3413 obj_retry.go:551] Creating *v1.Namespace openshift-customer-monitoring took: 8.809193ms I0702 02:08:35.407792 3413 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:u4237236507}] I0702 02:08:35.407811 3413 obj_retry.go:512] Add event received for *v1.Namespace dedicated-admin I0702 02:08:35.407818 3413 namespace.go:92] [dedicated-admin] adding namespace I0702 02:08:35.408092 3413 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:u4237236508}] I0702 02:08:35.408112 3413 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:u4237236508}] I0702 02:08:35.408388 3413 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:u4237236509}] I0702 02:08:35.408409 3413 address_set.go:302] New(u4237236509/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0702 02:08:35.408423 3413 namespace.go:96] [openshift-authentication] adding namespace took 8.872934ms I0702 02:08:35.408414 3413 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:u4237236509}] I0702 02:08:35.408433 3413 obj_retry.go:551] Creating *v1.Namespace openshift-authentication took: 8.885907ms I0702 02:08:35.408441 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager I0702 02:08:35.408446 3413 namespace.go:92] [openshift-controller-manager] adding namespace I0702 02:08:35.408686 3413 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:u4237236510}] I0702 02:08:35.408705 3413 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:u4237236510}] I0702 02:08:35.408947 3413 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:u4237236511}] I0702 02:08:35.408968 3413 address_set.go:302] New(u4237236511/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0702 02:08:35.408981 3413 namespace.go:96] [kube-public] adding namespace took 8.846251ms I0702 02:08:35.408974 3413 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:u4237236511}] I0702 02:08:35.408988 3413 obj_retry.go:551] Creating *v1.Namespace kube-public took: 8.856697ms I0702 02:08:35.408995 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-operator I0702 02:08:35.409002 3413 namespace.go:92] [openshift-ingress-operator] adding namespace I0702 02:08:35.409232 3413 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:u4237236512}] I0702 02:08:35.409256 3413 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:u4237236512}] I0702 02:08:35.409536 3413 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:u4237236513}] I0702 02:08:35.409561 3413 address_set.go:302] New(u4237236513/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0702 02:08:35.409563 3413 namespace.go:96] [openshift-backplane-srep-ro] adding namespace took 8.848084ms I0702 02:08:35.409571 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep-ro took: 8.861095ms I0702 02:08:35.409566 3413 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:u4237236513}] I0702 02:08:35.409580 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-insights I0702 02:08:35.409585 3413 namespace.go:92] [openshift-insights] adding namespace I0702 02:08:35.409800 3413 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:u4237236514}] I0702 02:08:35.409819 3413 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:u4237236514}] I0702 02:08:35.410054 3413 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:u4237236515}] I0702 02:08:35.410077 3413 address_set.go:302] New(u4237236515/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0702 02:08:35.410085 3413 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:u4237236515}] I0702 02:08:35.410094 3413 namespace.go:96] [openshift-package-operator] adding namespace took 8.817711ms I0702 02:08:35.410106 3413 obj_retry.go:551] Creating *v1.Namespace openshift-package-operator took: 8.834729ms I0702 02:08:35.410116 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-canary I0702 02:08:35.410122 3413 namespace.go:92] [openshift-ingress-canary] adding namespace I0702 02:08:35.410359 3413 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:u4237236516}] I0702 02:08:35.410379 3413 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:u4237236516}] I0702 02:08:35.410620 3413 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:u4237236517}] I0702 02:08:35.410643 3413 address_set.go:302] New(u4237236517/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0702 02:08:35.410647 3413 namespace.go:96] [openshift-user-workload-monitoring] adding namespace took 8.792545ms I0702 02:08:35.410659 3413 obj_retry.go:551] Creating *v1.Namespace openshift-user-workload-monitoring took: 8.806827ms I0702 02:08:35.410650 3413 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:u4237236517}] I0702 02:08:35.410669 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-controller-manager I0702 02:08:35.410678 3413 namespace.go:92] [openshift-cloud-controller-manager] adding namespace I0702 02:08:35.410921 3413 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:u4237236518}] I0702 02:08:35.410944 3413 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:u4237236518}] I0702 02:08:35.411181 3413 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:u4237236519}] I0702 02:08:35.411205 3413 address_set.go:302] New(u4237236519/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0702 02:08:35.411228 3413 namespace.go:96] [openshift-config-operator] adding namespace took 8.80493ms I0702 02:08:35.411225 3413 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:u4237236519}] I0702 02:08:35.411240 3413 obj_retry.go:551] Creating *v1.Namespace openshift-config-operator took: 8.819133ms I0702 02:08:35.411251 3413 obj_retry.go:512] Add event received for *v1.Namespace default I0702 02:08:35.411256 3413 namespace.go:92] [default] adding namespace I0702 02:08:35.411473 3413 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:u4237236520}] I0702 02:08:35.411492 3413 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:u4237236520}] I0702 02:08:35.411785 3413 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:u4237236521}] I0702 02:08:35.411812 3413 address_set.go:302] New(u4237236521/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0702 02:08:35.411819 3413 namespace.go:96] [openshift-service-ca-operator] adding namespace took 8.816639ms I0702 02:08:35.411827 3413 obj_retry.go:551] Creating *v1.Namespace openshift-service-ca-operator took: 8.837639ms I0702 02:08:35.411820 3413 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:u4237236521}] I0702 02:08:35.411835 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-operator I0702 02:08:35.411841 3413 namespace.go:92] [openshift-console-operator] adding namespace I0702 02:08:35.412070 3413 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:u4237236522}] I0702 02:08:35.412087 3413 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:u4237236522}] I0702 02:08:35.412346 3413 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:u4237236523}] I0702 02:08:35.412369 3413 address_set.go:302] New(u4237236523/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0702 02:08:35.412373 3413 namespace.go:96] [openshift-machine-api] adding namespace took 8.741563ms I0702 02:08:35.412380 3413 obj_retry.go:551] Creating *v1.Namespace openshift-machine-api took: 8.752432ms I0702 02:08:35.412374 3413 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:u4237236523}] I0702 02:08:35.412387 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-managed I0702 02:08:35.412392 3413 namespace.go:92] [openshift-config-managed] adding namespace I0702 02:08:35.412692 3413 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:u4237236524}] I0702 02:08:35.412718 3413 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:u4237236524}] I0702 02:08:35.412993 3413 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:u4237236525}] I0702 02:08:35.413017 3413 namespace.go:96] [openshift-kube-scheduler-operator] adding namespace took 8.767619ms I0702 02:08:35.413021 3413 address_set.go:302] New(u4237236525/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0702 02:08:35.413024 3413 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler-operator took: 8.778172ms I0702 02:08:35.413027 3413 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:u4237236525}] I0702 02:08:35.413283 3413 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:u4237236526}] I0702 02:08:35.413302 3413 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:u4237236526}] I0702 02:08:35.413549 3413 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:u4237236527}] I0702 02:08:35.413571 3413 address_set.go:302] New(u4237236527/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0702 02:08:35.413580 3413 namespace.go:96] [openshift-backplane-ai-agent] adding namespace took 8.691224ms I0702 02:08:35.413586 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-ai-agent took: 8.703821ms I0702 02:08:35.413578 3413 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:u4237236527}] I0702 02:08:35.413860 3413 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:u4237236528}] I0702 02:08:35.413880 3413 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:u4237236528}] W0702 02:08:35.414111 3413 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-zdvdh: no pod IPs found W0702 02:08:35.414122 3413 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-t8szg: no pod IPs found I0702 02:08:35.414158 3413 namespace.go:96] [openshift-route-controller-manager] adding namespace took 8.699763ms I0702 02:08:35.414151 3413 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:u4237236529}] I0702 02:08:35.414168 3413 obj_retry.go:551] Creating *v1.Namespace openshift-route-controller-manager took: 8.715598ms I0702 02:08:35.414172 3413 address_set.go:302] New(u4237236529/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0702 02:08:35.414178 3413 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 I0702 02:08:35.414183 3413 namespace.go:92] [open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27] adding namespace I0702 02:08:35.414178 3413 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:u4237236529}] I0702 02:08:35.414488 3413 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:u4237236530}] I0702 02:08:35.414508 3413 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:u4237236530}] I0702 02:08:35.414747 3413 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:u4237236531}] I0702 02:08:35.414770 3413 address_set.go:302] New(u4237236531/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0702 02:08:35.414786 3413 namespace.go:96] [openshift-network-diagnostics] adding namespace took 8.725485ms I0702 02:08:35.414777 3413 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:u4237236531}] I0702 02:08:35.414798 3413 obj_retry.go:551] Creating *v1.Namespace openshift-network-diagnostics took: 8.74163ms I0702 02:08:35.415018 3413 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:u4237236532}] I0702 02:08:35.415037 3413 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:u4237236532}] I0702 02:08:35.415269 3413 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:u4237236533}] I0702 02:08:35.415289 3413 address_set.go:302] New(u4237236533/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0702 02:08:35.415294 3413 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:u4237236533}] I0702 02:08:35.415307 3413 namespace.go:96] [openshift-console-user-settings] adding namespace took 8.626115ms I0702 02:08:35.415314 3413 obj_retry.go:551] Creating *v1.Namespace openshift-console-user-settings took: 8.64041ms I0702 02:08:35.415530 3413 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:u4237236534}] I0702 02:08:35.415549 3413 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:u4237236534}] I0702 02:08:35.415784 3413 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:u4237236535}] I0702 02:08:35.415806 3413 address_set.go:302] New(u4237236535/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0702 02:08:35.415820 3413 namespace.go:96] [openshift-cloud-network-config-controller] adding namespace took 8.563763ms I0702 02:08:35.415813 3413 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:u4237236535}] I0702 02:08:35.415833 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-network-config-controller took: 8.579233ms I0702 02:08:35.416055 3413 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:u4237236536}] I0702 02:08:35.416073 3413 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:u4237236536}] I0702 02:08:35.416307 3413 namespace.go:96] [dedicated-admin] adding namespace took 8.483066ms I0702 02:08:35.416317 3413 obj_retry.go:551] Creating *v1.Namespace dedicated-admin took: 8.50007ms I0702 02:08:35.416325 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0702 02:08:35.416313 3413 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:u4237236537}] I0702 02:08:35.416331 3413 namespace.go:92] [openshift-kube-storage-version-migrator-operator] adding namespace I0702 02:08:35.416334 3413 address_set.go:302] New(u4237236537/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0702 02:08:35.416339 3413 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:u4237236537}] I0702 02:08:35.416617 3413 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:u4237236538}] I0702 02:08:35.416637 3413 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:u4237236538}] I0702 02:08:35.416870 3413 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:u4237236539}] I0702 02:08:35.416889 3413 address_set.go:302] New(u4237236539/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0702 02:08:35.416894 3413 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:u4237236539}] I0702 02:08:35.416906 3413 namespace.go:96] [openshift-controller-manager] adding namespace took 8.455946ms I0702 02:08:35.416911 3413 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager took: 8.46521ms I0702 02:08:35.417135 3413 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:u4237236540}] I0702 02:08:35.417154 3413 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:u4237236540}] I0702 02:08:35.417417 3413 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:u4237236541}] I0702 02:08:35.417440 3413 address_set.go:302] New(u4237236541/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0702 02:08:35.417448 3413 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:u4237236541}] I0702 02:08:35.417459 3413 namespace.go:96] [openshift-ingress-operator] adding namespace took 8.452175ms I0702 02:08:35.417471 3413 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-operator took: 8.465484ms I0702 02:08:35.417716 3413 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:u4237236542}] I0702 02:08:35.417740 3413 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:u4237236542}] I0702 02:08:35.418006 3413 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:u4237236543}] I0702 02:08:35.418029 3413 address_set.go:302] New(u4237236543/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0702 02:08:35.418038 3413 namespace.go:96] [openshift-insights] adding namespace took 8.446478ms I0702 02:08:35.418037 3413 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:u4237236543}] I0702 02:08:35.418050 3413 obj_retry.go:551] Creating *v1.Namespace openshift-insights took: 8.461225ms I0702 02:08:35.418319 3413 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:u4237236544}] I0702 02:08:35.418339 3413 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:u4237236544}] I0702 02:08:35.418609 3413 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:u4237236545}] I0702 02:08:35.418631 3413 address_set.go:302] New(u4237236545/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0702 02:08:35.418638 3413 namespace.go:96] [openshift-ingress-canary] adding namespace took 8.512132ms I0702 02:08:35.418636 3413 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:u4237236545}] I0702 02:08:35.418645 3413 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-canary took: 8.522516ms I0702 02:08:35.418898 3413 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:u4237236546}] I0702 02:08:35.418918 3413 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:u4237236546}] I0702 02:08:35.419183 3413 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:u4237236547}] I0702 02:08:35.419204 3413 address_set.go:302] New(u4237236547/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0702 02:08:35.419225 3413 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:u4237236547}] I0702 02:08:35.419208 3413 namespace.go:96] [openshift-cloud-controller-manager] adding namespace took 8.521745ms I0702 02:08:35.419243 3413 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-controller-manager took: 8.565986ms I0702 02:08:35.419491 3413 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:u4237236548}] I0702 02:08:35.419511 3413 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:u4237236548}] I0702 02:08:35.419750 3413 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:u4237236549}] I0702 02:08:35.419770 3413 address_set.go:302] New(u4237236549/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0702 02:08:35.419776 3413 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:u4237236549}] I0702 02:08:35.419784 3413 namespace.go:96] [default] adding namespace took 8.522309ms I0702 02:08:35.419837 3413 obj_retry.go:551] Creating *v1.Namespace default took: 8.577506ms I0702 02:08:35.419848 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver I0702 02:08:35.419856 3413 namespace.go:92] [openshift-apiserver] adding namespace I0702 02:08:35.420060 3413 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:u4237236550}] I0702 02:08:35.420078 3413 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:u4237236550}] I0702 02:08:35.420376 3413 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:u4237236551}] I0702 02:08:35.420410 3413 address_set.go:302] New(u4237236551/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0702 02:08:35.420411 3413 namespace.go:96] [openshift-console-operator] adding namespace took 8.564325ms I0702 02:08:35.420421 3413 obj_retry.go:551] Creating *v1.Namespace openshift-console-operator took: 8.578691ms I0702 02:08:35.420417 3413 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:u4237236551}] I0702 02:08:35.420693 3413 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:u4237236552}] I0702 02:08:35.420713 3413 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:u4237236552}] I0702 02:08:35.420975 3413 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-2r9nbgvmgvbn22v764b0rl5o6j84ga27:v4 k8s.ovn.org/name:open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a170607930803188641] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236553}] I0702 02:08:35.421000 3413 address_set.go:302] New(u4237236553/default-network-controller:Namespace:open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27:v4/a170607930803188641) with [] I0702 02:08:35.421008 3413 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-2r9nbgvmgvbn22v764b0rl5o6j84ga27:v4 k8s.ovn.org/name:open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a170607930803188641] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236553}] I0702 02:08:35.421042 3413 namespace.go:96] [openshift-config-managed] adding namespace took 8.643138ms I0702 02:08:35.421055 3413 obj_retry.go:551] Creating *v1.Namespace openshift-config-managed took: 8.660699ms I0702 02:08:35.421065 3413 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cse I0702 02:08:35.421074 3413 namespace.go:92] [openshift-backplane-cse] adding namespace I0702 02:08:35.421340 3413 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-2r9nbgvmgvbn22v764b0rl5o6j84ga27 k8s.ovn.org/name:open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2950041333633182443] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236554}] I0702 02:08:35.421360 3413 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-2r9nbgvmgvbn22v764b0rl5o6j84ga27 k8s.ovn.org/name:open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a2950041333633182443] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236554}] I0702 02:08:35.421632 3413 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:u4237236555}] I0702 02:08:35.421655 3413 address_set.go:302] New(u4237236555/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0702 02:08:35.421669 3413 namespace.go:96] [open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27] adding namespace took 7.480512ms I0702 02:08:35.421660 3413 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:u4237236555}] I0702 02:08:35.421679 3413 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 took: 7.494251ms I0702 02:08:35.421946 3413 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:u4237236556}] I0702 02:08:35.421965 3413 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:u4237236556}] I0702 02:08:35.422335 3413 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:u4237236557}] I0702 02:08:35.422359 3413 address_set.go:302] New(u4237236557/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0702 02:08:35.422367 3413 namespace.go:96] [openshift-kube-storage-version-migrator-operator] adding namespace took 6.029484ms I0702 02:08:35.422364 3413 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:u4237236557}] I0702 02:08:35.422377 3413 obj_retry.go:551] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 6.04507ms I0702 02:08:35.422674 3413 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:u4237236558}] I0702 02:08:35.422696 3413 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:u4237236558}] I0702 02:08:35.423025 3413 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:u4237236559}] I0702 02:08:35.423051 3413 address_set.go:302] New(u4237236559/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0702 02:08:35.423051 3413 namespace.go:96] [openshift-apiserver] adding namespace took 3.189228ms I0702 02:08:35.423062 3413 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver took: 3.20594ms I0702 02:08:35.423059 3413 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:u4237236559}] I0702 02:08:35.423391 3413 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:u4237236560}] I0702 02:08:35.423413 3413 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:u4237236560}] I0702 02:08:35.423678 3413 namespace.go:96] [openshift-backplane-cse] adding namespace took 2.598683ms I0702 02:08:35.423688 3413 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cse took: 2.61536ms I0702 02:08:35.423701 3413 factory.go:1336] Added *v1.Namespace event handler 1 I0702 02:08:35.423838 3413 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:u4237236561}] I0702 02:08:35.423858 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc008764d90 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:u4237236561}] I0702 02:08:35.424174 3413 zone_ic_handler.go:214] Time taken to create transit switch: 385.264µs I0702 02:08:35.424252 3413 obj_retry.go:512] Add event received for *v1.Node ip-10-0-1-108.ec2.internal I0702 02:08:35.424277 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:08:35.424253 3413 obj_retry.go:512] Add event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:08:35.424389 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:2650c6a8-9052-4a83-9d4c-d7da84924713} {GoUUID:31f09347-2b7d-4e3c-91db-f5c9064a9ea3}]} name:ip-10-0-1-108.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:u4237236562}] I0702 02:08:35.424429 3413 obj_retry.go:546] Failed to create *v1.Node ip-10-0-2-7.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-7.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-7.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-7.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-7.ec2.internal I0702 02:08:35.424415 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-1-108.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc007cb5a28 Where:[where column name == ip-10-0-1-108.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:2650c6a8-9052-4a83-9d4c-d7da84924713} {GoUUID:31f09347-2b7d-4e3c-91db-f5c9064a9ea3}]} name:ip-10-0-1-108.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:u4237236562}] I0702 02:08:35.424868 3413 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-108.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-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236563}] I0702 02:08:35.424929 3413 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:u4237236563}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.424956 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-108.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-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236563} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236563}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.425420 3413 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:30fee677-c0af-4856-aa70-5d9062ccb5fe}]}}] Timeout: Where:[where column _uuid == {aa26f821-59fd-484e-92fd-09df09ece105}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.425443 3413 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:30fee677-c0af-4856-aa70-5d9062ccb5fe}]}}] Timeout: Where:[where column _uuid == {aa26f821-59fd-484e-92fd-09df09ece105}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.425738 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:108b79b4-c642-4ed8-873a-708110063b61 name:rtos-ip-10-0-1-108.ec2.internal-108b79b4-c642-4ed8-873a-708110063b61 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236564}] I0702 02:08:35.425785 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u4237236564}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-108.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236565}] I0702 02:08:35.425824 3413 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:u4237236565}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.425844 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:108b79b4-c642-4ed8-873a-708110063b61 name:rtos-ip-10-0-1-108.ec2.internal-108b79b4-c642-4ed8-873a-708110063b61 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236564} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u4237236564}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-108.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236565} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236565}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.426358 3413 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-108.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-108.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:u4237236566}] I0702 02:08:35.426406 3413 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:u4237236566}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.426424 3413 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-108.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-108.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:u4237236566} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4237236566}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.426812 3413 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-108.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236567}] I0702 02:08:35.426859 3413 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:u4237236567}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.426881 3413 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-108.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236567} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236567}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.427183 3413 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:5e48dabb-06e0-47d9-8ba4-2ff3c5ee47bc}]}}] Timeout: Where:[where column _uuid == {a68d78ac-1a7c-4bea-8b54-a655d090d89f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.427204 3413 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:5e48dabb-06e0-47d9-8ba4-2ff3c5ee47bc}]}}] Timeout: Where:[where column _uuid == {a68d78ac-1a7c-4bea-8b54-a655d090d89f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.427448 3413 switch.go:50] Hybridoverlay port does not exist for node ip-10-0-1-108.ec2.internal I0702 02:08:35.427461 3413 switch.go:59] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0702 02:08:35.427514 3413 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 == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.427536 3413 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 == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.427776 3413 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:u4237236568}] I0702 02:08:35.427799 3413 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:u4237236568}] I0702 02:08:35.428065 3413 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:u4237236569}] I0702 02:08:35.428113 3413 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:u4237236570}] I0702 02:08:35.428156 3413 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:u4237236571}] I0702 02:08:35.428190 3413 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:u4237236572}] I0702 02:08:35.428251 3413 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:u4237236573}] I0702 02:08:35.428287 3413 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:u4237236569} {GoUUID:u4237236570} {GoUUID:u4237236571} {GoUUID:u4237236572} {GoUUID:u4237236573}]}}] Timeout: Where:[where column _uuid == {5e8c35be-2e95-481f-8ad6-a7ebc7c4ab88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.428305 3413 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:u4237236569} {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:u4237236570} {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:u4237236571} {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:u4237236572} {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:u4237236573} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4237236569} {GoUUID:u4237236570} {GoUUID:u4237236571} {GoUUID:u4237236572} {GoUUID:u4237236573}]}}] Timeout: Where:[where column _uuid == {5e8c35be-2e95-481f-8ad6-a7ebc7c4ab88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.429275 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:08:35.429437 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d25cfc22-6f5f-460b-861e-1e450ed1f6fe}]} external_ids:{GoMap:map[physical_ip:10.0.1.108 physical_ips:10.0.1.108]} load_balancer_group:{GoSet:[{GoUUID:2650c6a8-9052-4a83-9d4c-d7da84924713} {GoUUID:95a0a7d0-264b-40a6-869a-aeea986cad24}]} name:GR_ip-10-0-1-108.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:108b79b4-c642-4ed8-873a-708110063b61 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:u4237236574}] I0702 02:08:35.429464 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-1-108.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc008a8c520 Where:[where column name == GR_ip-10-0-1-108.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d25cfc22-6f5f-460b-861e-1e450ed1f6fe}]} external_ids:{GoMap:map[physical_ip:10.0.1.108 physical_ips:10.0.1.108]} load_balancer_group:{GoSet:[{GoUUID:2650c6a8-9052-4a83-9d4c-d7da84924713} {GoUUID:95a0a7d0-264b-40a6-869a-aeea986cad24}]} name:GR_ip-10-0-1-108.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:108b79b4-c642-4ed8-873a-708110063b61 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:u4237236574}] I0702 02:08:35.429905 3413 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-108.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236575}] I0702 02:08:35.429939 3413 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:u4237236575}]}}] Timeout: Where:[where column _uuid == {a551bcf6-ff38-4919-ab47-c9f5fbb90133}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.429955 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-108.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236575} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236575}]}}] Timeout: Where:[where column _uuid == {a551bcf6-ff38-4919-ab47-c9f5fbb90133}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.430312 3413 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-108.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:u4237236576}] I0702 02:08:35.430357 3413 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:u4237236576}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.430375 3413 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-108.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:u4237236576} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236576}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.430686 3413 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:u4237236577}] I0702 02:08:35.430723 3413 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:u4237236577}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.430741 3413 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:u4237236577} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236577}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.431019 3413 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:c2:43:92:05 name:rtoe-GR_ip-10-0-1-108.ec2.internal networks:{GoSet:[10.0.1.108/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236578}] I0702 02:08:35.431063 3413 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:u4237236578}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.431078 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:c2:43:92:05 name:rtoe-GR_ip-10-0-1-108.ec2.internal networks:{GoSet:[10.0.1.108/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236578} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236578}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.431395 3413 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-108.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236579}] I0702 02:08:35.431438 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:c2:43:92:05]} name:etor-GR_ip-10-0-1-108.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236580}] I0702 02:08:35.431495 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-108.ec2.internal ports:{GoSet:[{GoUUID:u4237236579} {GoUUID:u4237236580}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236581}] I0702 02:08:35.431510 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-1-108.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc008abe680 Where:[where column name == ext_ip-10-0-1-108.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-108.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236579} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:c2:43:92:05]} name:etor-GR_ip-10-0-1-108.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236580} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-108.ec2.internal ports:{GoSet:[{GoUUID:u4237236579} {GoUUID:u4237236580}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236581}] I0702 02:08:35.431976 3413 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-108.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236582}] I0702 02:08:35.431996 3413 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-108.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236582}] I0702 02:08:35.432229 3413 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-108.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236583}] I0702 02:08:35.432280 3413 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:u4237236583}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.432302 3413 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-108.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236583} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236583}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.432599 3413 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-108.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236584}] I0702 02:08:35.432640 3413 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:u4237236584}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.432657 3413 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-108.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236584} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236584}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.432964 3413 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:u4237236585}] I0702 02:08:35.432999 3413 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:u4237236585}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.433017 3413 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:u4237236585} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236585}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.433365 3413 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:u4237236586}] I0702 02:08:35.433399 3413 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:u4237236586}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.433418 3413 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:u4237236586} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236586}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.433697 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236587}] I0702 02:08:35.433729 3413 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:u4237236587}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.433744 3413 transact.go:42] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236587} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4237236587}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0702 02:08:35.438031 3413 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-zkdml: pod openshift-multus/network-metrics-daemon-zkdml: no pod IPs found W0702 02:08:35.438048 3413 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-t8szg: pod openshift-network-diagnostics/network-check-target-t8szg: no pod IPs found I0702 02:08:35.438140 3413 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-108.ec2.internal" && ip4.dst == 10.0.1.108 /* ip-10-0-1-108.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236588}] I0702 02:08:35.438182 3413 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:u4237236588}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.438207 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-108.ec2.internal" && ip4.dst == 10.0.1.108 /* ip-10-0-1-108.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc008c4f6a8 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-108.ec2.internal" && ip4.dst == 10.0.1.108 /* ip-10-0-1-108.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-108.ec2.internal" && ip4.dst == 10.0.1.108 /* ip-10-0-1-108.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236588} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4237236588}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.441884 3413 base_network_controller.go:532] When adding node ip-10-0-1-108.ec2.internal for network default, found 12 pods to add to retryPods I0702 02:08:35.441899 3413 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-wfh8m to retryPods for network default I0702 02:08:35.441909 3413 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal to retryPods for network default I0702 02:08:35.441914 3413 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf to retryPods for network default I0702 02:08:35.441918 3413 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-qkmgh to retryPods for network default I0702 02:08:35.441922 3413 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-t9fln to retryPods for network default I0702 02:08:35.441938 3413 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-qk9j7 to retryPods for network default I0702 02:08:35.441943 3413 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal to retryPods for network default I0702 02:08:35.441948 3413 base_network_controller.go:538] Adding pod openshift-multus/multus-7lhn6 to retryPods for network default I0702 02:08:35.441953 3413 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-vgvn4 to retryPods for network default I0702 02:08:35.441958 3413 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-zkdml to retryPods for network default I0702 02:08:35.441962 3413 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-t8szg to retryPods for network default I0702 02:08:35.441967 3413 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-dghkk to retryPods for network default I0702 02:08:35.441973 3413 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0702 02:08:35.442018 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Encap Row:map[chassis_name:108b79b4-c642-4ed8-873a-708110063b61 ip:10.0.1.108 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a634d808-02e6-497d-9cf5-08720ce6a37b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.442067 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:a634d808-02e6-497d-9cf5-08720ce6a37b}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2065d0d6-2aa4-4d75-9c7f-4b3ab24c9afb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.442091 3413 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 == {2065d0d6-2aa4-4d75-9c7f-4b3ab24c9afb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.442107 3413 transact.go:42] Configuring OVN: [{Op:update Table:Encap Row:map[chassis_name:108b79b4-c642-4ed8-873a-708110063b61 ip:10.0.1.108 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a634d808-02e6-497d-9cf5-08720ce6a37b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:a634d808-02e6-497d-9cf5-08720ce6a37b}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2065d0d6-2aa4-4d75-9c7f-4b3ab24c9afb}] 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 == {2065d0d6-2aa4-4d75-9c7f-4b3ab24c9afb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.442532 3413 zone_ic_handler.go:222] Creating interconnect resources for local zone node ip-10-0-1-108.ec2.internal for the network default I0702 02:08:35.442578 3413 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-108.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:u4237236589}] I0702 02:08:35.442614 3413 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:u4237236589}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.442630 3413 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-108.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:u4237236589} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236589}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.443020 3413 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-108.ec2.internal]} name:tstor-ip-10-0-1-108.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236590}] I0702 02:08:35.443069 3413 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:u4237236590}]}}] Timeout: Where:[where column _uuid == {8b364ab0-aaa9-4476-9e09-7259118b3cde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.443086 3413 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-108.ec2.internal]} name:tstor-ip-10-0-1-108.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-108.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236590} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236590}]}}] Timeout: Where:[where column _uuid == {8b364ab0-aaa9-4476-9e09-7259118b3cde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.443496 3413 obj_retry.go:551] Creating *v1.Node ip-10-0-1-108.ec2.internal took: 19.225604ms I0702 02:08:35.443525 3413 factory.go:1336] Added *v1.Node event handler 2 I0702 02:08:35.443541 3413 services_controller.go:189] Starting controller ovn-lb-controller for network=default I0702 02:08:35.443559 3413 services_controller.go:196] Waiting for node tracker handler to sync for network=default I0702 02:08:35.443568 3413 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0702 02:08:35.443600 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-108.ec2.internal I0702 02:08:35.443648 3413 node_tracker.go:172] Node ip-10-0-1-108.ec2.internal switch + router changed, syncing services I0702 02:08:35.443663 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:08:35.443673 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-7.ec2.internal I0702 02:08:35.443683 3413 node_tracker.go:238] Node ip-10-0-2-7.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-7.ec2.internal" I0702 02:08:35.443688 3413 node_tracker.go:172] Node ip-10-0-2-7.ec2.internal switch + router changed, syncing services I0702 02:08:35.443692 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:08:35.543812 3413 shared_informer.go:320] Caches are synced for node-tracker-controller I0702 02:08:35.543837 3413 services_controller.go:204] Setting up event handlers for services for network=default I0702 02:08:35.543894 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:08:35.543902 3413 services_controller.go:214] Setting up event handlers for endpoint slices for network=default I0702 02:08:35.543911 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:08:35.543922 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:08:35.543927 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:08:35.543933 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:08:35.543938 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:08:35.543951 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:35.543955 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:08:35.543960 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:08:35.543964 3413 services_controller.go:229] Waiting for service and endpoint handlers to sync for network=default I0702 02:08:35.543978 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:35.543982 3413 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0702 02:08:35.543986 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:35.543991 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:08:35.543996 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:35.544006 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:35.544011 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:35.544016 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:08:35.544021 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:08:35.544024 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:35.544029 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:35.544034 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:08:35.544038 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:35.544043 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:08:35.544067 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:35.544112 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:08:35.544124 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:08:35.544131 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:35.544139 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:35.544144 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:08:35.544149 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:35.544153 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:35.544158 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:35.544162 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:08:35.544167 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:35.544173 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:35.544177 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:35.544181 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:08:35.544186 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:35.544189 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:35.544196 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:08:35.544202 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:08:35.544206 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:08:35.644325 3413 shared_informer.go:320] Caches are synced for ovn-lb-controller I0702 02:08:35.644345 3413 repair.go:60] Starting repairing loop for services I0702 02:08:35.644440 3413 repair.go:131] Deleted 0 stale service LBs I0702 02:08:35.644461 3413 repair.go:137] Deleted 0 stale Chassis Template Vars I0702 02:08:35.644477 3413 repair.go:62] Finished repairing loop for services: 133.809µs I0702 02:08:35.644504 3413 services_controller.go:338] Controller cache of 0 load balancers initialized for 0 services for network=default I0702 02:08:35.644514 3413 services_controller.go:250] Starting workers for network=default I0702 02:08:35.644561 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:08:35.644577 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:35.644583 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 24.341µs I0702 02:08:35.644588 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:08:35.644600 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:08:35.644600 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 13.575µs I0702 02:08:35.644608 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:08:35.644615 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:08:35.644667 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:35.644685 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 19.56µs I0702 02:08:35.644698 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:08:35.644620 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.644868 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:08:35.644910 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:35.644918 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:35.644932 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.644610 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:08:35.644955 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:35.644970 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:08:35.644965 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.644988 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:35.644992 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:08:35.645001 3413 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 I0702 02:08:35.644995 3413 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}} I0702 02:08:35.645015 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.645010 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.645055 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:08:35.645073 3413 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-108.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.162.141:443:172.30.100.77:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236591}] I0702 02:08:35.645064 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.645126 3413 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:u4237236591}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.645163 3413 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:u4237236591}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.644590 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.645181 3413 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-108.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.162.141:443:172.30.100.77:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236591} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236591}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236591}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.644706 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:08:35.645250 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:08:35.645263 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:08:35.645275 3413 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.106.110"}, 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}} I0702 02:08:35.645293 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:35.645297 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.644622 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.645310 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.645335 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.644780 3413 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-t9fln I0702 02:08:35.645381 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:08:35.645397 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-t9fln I0702 02:08:35.645400 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:08:35.645406 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:08:35.645412 3413 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 I0702 02:08:35.644781 3413 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:35.645426 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:35.645410 3413 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-t9fln in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645434 3413 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-qkmgh in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645426 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:08:35.644782 3413 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-wfh8m I0702 02:08:35.645451 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.645461 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.644783 3413 default_network_controller.go:732] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 I0702 02:08:35.644781 3413 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal I0702 02:08:35.644794 3413 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:35.645442 3413 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-qkmgh took: 6.722µs I0702 02:08:35.645480 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 I0702 02:08:35.645486 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:35.645488 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:35.645495 3413 obj_retry.go:551] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 took: 664ns I0702 02:08:35.645504 3413 default_network_controller.go:776] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 I0702 02:08:35.645483 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.645498 3413 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645514 3413 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-qk9j7 I0702 02:08:35.645497 3413 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:35.645517 3413 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf took: 19.023µs I0702 02:08:35.645522 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-qk9j7 I0702 02:08:35.645527 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:35.644796 3413 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:35.645533 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:35.645532 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal I0702 02:08:35.644798 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.644799 3413 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-c86qm I0702 02:08:35.645550 3413 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal in node ip-10-0-2-7.ec2.internal I0702 02:08:35.645552 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.644800 3413 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:08:35.645556 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf. OVN-Kubernetes controller took 4.7259e-05 seconds. No OVN measurement. I0702 02:08:35.645562 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-zkdml in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645537 3413 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-5745c667f-cn6db I0702 02:08:35.645562 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:08:35.645574 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-5745c667f-cn6db I0702 02:08:35.645582 3413 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 took: 347ns I0702 02:08:35.645110 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:08:35.645587 3413 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-5745c667f-cn6db took: 164ns I0702 02:08:35.645591 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:08:35.645595 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-5745c667f-cn6db I0702 02:08:35.644809 3413 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:35.644817 3413 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:35.645301 3413 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}} I0702 02:08:35.645608 3413 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-zkdml] creating logical port openshift-multus_network-metrics-daemon-zkdml for pod on switch ip-10-0-1-108.ec2.internal I0702 02:08:35.645610 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:35.645615 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.645619 3413 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-zdvdh in node ip-10-0-2-7.ec2.internal I0702 02:08:35.645551 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf in node ip-10-0-2-7.ec2.internal I0702 02:08:35.645633 3413 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf took: 84.817µs I0702 02:08:35.645642 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:35.645426 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.645663 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:08:35.645664 3413 obj_retry.go:546] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-zdvdh, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-zdvdh: suppressed error logged: pod openshift-network-diagnostics/network-check-target-zdvdh: no pod IPs found I0702 02:08:35.645673 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:35.645683 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:35.645691 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-km7tb in node ip-10-0-2-7.ec2.internal I0702 02:08:35.644783 3413 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-j27bl I0702 02:08:35.645703 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-j27bl I0702 02:08:35.645442 3413 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-t9fln took: 31.316µs I0702 02:08:35.645713 3413 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-j27bl in node ip-10-0-2-7.ec2.internal I0702 02:08:35.645715 3413 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-t9fln I0702 02:08:35.645725 3413 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-j27bl took: 12.065µs I0702 02:08:35.645698 3413 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] I0702 02:08:35.645732 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-j27bl I0702 02:08:35.645740 3413 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:35.645748 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:35.645725 3413 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.106.110:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236592}] I0702 02:08:35.645757 3413 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645764 3413 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal took: 8.743µs I0702 02:08:35.645770 3413 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:35.644797 3413 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-5745c667f-9rzdb I0702 02:08:35.645785 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-5745c667f-9rzdb I0702 02:08:35.645726 3413 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:35.645805 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:35.645535 3413 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-qk9j7 in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645820 3413 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-qk9j7 took: 290.275µs I0702 02:08:35.645821 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw in node ip-10-0-2-7.ec2.internal I0702 02:08:35.645825 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-qk9j7 I0702 02:08:35.645792 3413 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:u4237236592}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.645840 3413 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw took: 10.414µs I0702 02:08:35.645847 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:35.645673 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.645541 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:35.645862 3413 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dghkk in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645863 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:08:35.645608 3413 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:35.645869 3413 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dghkk took: 8.831µs I0702 02:08:35.645876 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:35.645560 3413 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal took: 10.975µs I0702 02:08:35.645882 3413 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645885 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-7lhn6 I0702 02:08:35.645886 3413 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal I0702 02:08:35.645889 3413 kube.go:317] Updating pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.645891 3413 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal took: 12.118µs I0702 02:08:35.645600 3413 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 I0702 02:08:35.645899 3413 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:35.645906 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:35.644809 3413 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-gw2rx I0702 02:08:35.645917 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:35.645876 3413 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 I0702 02:08:35.645928 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645918 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-gw2rx I0702 02:08:35.645936 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 took: 8.98µs I0702 02:08:35.645943 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:35.645946 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-gw2rx in node ip-10-0-2-7.ec2.internal I0702 02:08:35.645516 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:08:35.645911 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.645955 3413 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-gw2rx took: 10.836µs I0702 02:08:35.645960 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:08:35.645935 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.645907 3413 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal I0702 02:08:35.645971 3413 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 I0702 02:08:35.645975 3413 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal I0702 02:08:35.645466 3413 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-wfh8m I0702 02:08:35.645893 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-7lhn6 I0702 02:08:35.645993 3413 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-wfh8m in node ip-10-0-1-108.ec2.internal I0702 02:08:35.645554 3413 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-c86qm I0702 02:08:35.646002 3413 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-wfh8m took: 9.898µs I0702 02:08:35.646005 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-c86qm in node ip-10-0-2-7.ec2.internal I0702 02:08:35.646009 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-wfh8m I0702 02:08:35.645963 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-gw2rx I0702 02:08:35.646018 3413 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-zbfdq I0702 02:08:35.646021 3413 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.646026 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-zbfdq I0702 02:08:35.645995 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-7lhn6 in node ip-10-0-1-108.ec2.internal I0702 02:08:35.646034 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-7lhn6 took: 41.139µs I0702 02:08:35.646027 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.646039 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-7lhn6 I0702 02:08:35.646035 3413 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-zbfdq in node ip-10-0-2-7.ec2.internal I0702 02:08:35.646047 3413 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-t8szg in node ip-10-0-1-108.ec2.internal I0702 02:08:35.646051 3413 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-zbfdq took: 16.976µs I0702 02:08:35.646059 3413 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-zbfdq I0702 02:08:35.645792 3413 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-5745c667f-9rzdb took: 227ns I0702 02:08:35.646082 3413 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-t8szg] creating logical port openshift-network-diagnostics_network-check-target-t8szg for pod on switch ip-10-0-1-108.ec2.internal I0702 02:08:35.646101 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-5745c667f-9rzdb I0702 02:08:35.646109 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:35.646118 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0702 02:08:35.646140 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:35.645983 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.646114 3413 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-108.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:u4237236593}] I0702 02:08:35.646151 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in node ip-10-0-2-7.ec2.internal I0702 02:08:35.646158 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 took: 8.394µs I0702 02:08:35.646158 3413 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] I0702 02:08:35.646188 3413 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-108.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:u4237236595}] I0702 02:08:35.646261 3413 kube.go:317] Updating pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.646140 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.531344ms I0702 02:08:35.646299 3413 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.186.161:1936: 172.30.186.161:443: 172.30.186.161:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236596}] I0702 02:08:35.646332 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:08:35.646012 3413 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-c86qm took: 7.528µs I0702 02:08:35.646357 3413 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:u4237236596}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646384 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-c86qm I0702 02:08:35.646393 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-x254f I0702 02:08:35.646401 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-x254f I0702 02:08:35.646412 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-x254f in node ip-10-0-2-7.ec2.internal I0702 02:08:35.646343 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.646167 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:35.645705 3413 obj_retry.go:546] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-km7tb, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-km7tb: suppressed error logged: pod openshift-multus/network-metrics-daemon-km7tb: no pod IPs found I0702 02:08:35.645984 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal in node ip-10-0-2-7.ec2.internal I0702 02:08:35.646385 3413 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.186.161:1936: 172.30.186.161:443: 172.30.186.161:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236596} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236596}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646459 3413 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal took: 473.898µs I0702 02:08:35.646461 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:08:35.646468 3413 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal I0702 02:08:35.645838 3413 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.106.110:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236592} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236592}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646477 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:35.646423 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-x254f took: 12.124µs I0702 02:08:35.646495 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-x254f I0702 02:08:35.646300 3413 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:u4237236593} {GoUUID:u4237236595}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646490 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:35.646526 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.646549 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:35.646563 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.646607 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:08:35.646619 3413 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 I0702 02:08:35.646540 3413 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:u4237236593} {GoUUID:u4237236595}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646633 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.646192 3413 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-108.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:u4237236594}] I0702 02:08:35.646714 3413 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:u4237236594}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646649 3413 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-108.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:u4237236593} {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-108.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:u4237236595} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236593} {GoUUID:u4237236595}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236593} {GoUUID:u4237236595}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646758 3413 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:u4237236594}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646763 3413 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-108.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.26.54:443:172.30.39.197:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236597}] I0702 02:08:35.646773 3413 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-108.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:u4237236594} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236594}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236594}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646838 3413 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:u4237236597}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646891 3413 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:u4237236597}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.646919 3413 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-108.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.26.54:443:172.30.39.197:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236597} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236597}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236597}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.647079 3413 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"} I0702 02:08:35.647098 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 2.480527ms I0702 02:08:35.647115 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:08:35.647133 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.647243 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:08:35.647262 3413 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.134.116"}, 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}} I0702 02:08:35.647284 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.647296 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.647313 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.647345 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.647357 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.647369 3413 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 I0702 02:08:35.647388 3413 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"} I0702 02:08:35.647382 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.647404 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 2.828689ms I0702 02:08:35.647418 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:35.647456 3413 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.134.116:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236598}] I0702 02:08:35.647447 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.647536 3413 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:u4237236598}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.647564 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:08:35.647580 3413 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.55.105"}, 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}} I0702 02:08:35.647598 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.647564 3413 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.134.116:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236598} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236598}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.647608 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.647626 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.647662 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:08:35.647673 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:08:35.647685 3413 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 I0702 02:08:35.647701 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.647836 3413 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.55.105:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236599}] I0702 02:08:35.647884 3413 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:u4237236599}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.647915 3413 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.55.105:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236599} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236599}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.647929 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0702 02:08:35.648028 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 3.427534ms I0702 02:08:35.648042 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:35.648050 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.083µs I0702 02:08:35.648058 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:08:35.648108 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0702 02:08:35.648134 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 3.435353ms I0702 02:08:35.648157 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:35.648065 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.648237 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:08:35.648174 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.648295 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:08:35.648313 3413 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.223.197"}, 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}} I0702 02:08:35.648346 3413 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) I0702 02:08:35.648356 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.648375 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.648257 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0702 02:08:35.648408 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:08:35.648422 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:08:35.648436 3413 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 I0702 02:08:35.648450 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.648410 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 2.079016ms I0702 02:08:35.648545 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0702 02:08:35.648555 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:35.648559 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.445427ms I0702 02:08:35.648536 3413 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.223.197:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236600}] I0702 02:08:35.648570 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:35.648564 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.648257 3413 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.16.166"}, 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}} I0702 02:08:35.648577 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.648634 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:08:35.648646 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:08:35.648647 3413 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.17.153"}, 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}} I0702 02:08:35.648658 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:08:35.648672 3413 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) I0702 02:08:35.648673 3413 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"} I0702 02:08:35.648641 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.648684 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.266435ms I0702 02:08:35.648689 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.648695 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:08:35.648704 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.648726 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.648733 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.648742 3413 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 I0702 02:08:35.648702 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.648765 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:08:35.648778 3413 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.3.55"}, 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}} I0702 02:08:35.648788 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.648794 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.648804 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.648824 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:08:35.648831 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:08:35.648673 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.648851 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.648877 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.648917 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:08:35.648756 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.648945 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:08:35.648963 3413 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 I0702 02:08:35.648980 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.648600 3413 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:u4237236600}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649004 3413 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.16.166:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236601}] I0702 02:08:35.649055 3413 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:u4237236601}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.648679 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.649019 3413 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.223.197:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236600} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236600}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649077 3413 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.16.166:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236601} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236601}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649098 3413 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.193.198:8443: 172.30.193.198:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236602}] I0702 02:08:35.648838 3413 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 I0702 02:08:35.649143 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.649158 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.649183 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.649185 3413 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:u4237236602}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649236 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:35.649248 3413 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 I0702 02:08:35.649241 3413 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.193.198:8443: 172.30.193.198:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236602} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236602}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649261 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.649254 3413 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.3.55:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236603}] I0702 02:08:35.649314 3413 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:u4237236603}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649338 3413 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.17.153:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236604}] I0702 02:08:35.649349 3413 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.3.55:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236603} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236603}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649392 3413 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:u4237236604}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649430 3413 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.17.153:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236604} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236604}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.649697 3413 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"} I0702 02:08:35.649712 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.55669ms I0702 02:08:35.649723 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:08:35.649730 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.649838 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:08:35.649854 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:08:35.649864 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.649871 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.649881 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.649913 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.649934 3413 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"} I0702 02:08:35.649947 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:08:35.649957 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.897242ms I0702 02:08:35.649961 3413 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 I0702 02:08:35.649970 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:35.649975 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.649979 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.650076 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:08:35.650089 3413 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.138.94"}, 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}} I0702 02:08:35.650105 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650112 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650115 3413 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.167.150:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236605}] I0702 02:08:35.650122 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.650165 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:08:35.650163 3413 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:u4237236605}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.650177 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:08:35.650176 3413 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"} I0702 02:08:35.650187 3413 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 I0702 02:08:35.650191 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.619464ms I0702 02:08:35.650209 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:35.650204 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.650181 3413 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.167.150:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236605} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236605}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.650238 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.650315 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:08:35.650328 3413 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.147.233"}, 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}} I0702 02:08:35.650342 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650353 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650370 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.650371 3413 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.138.94:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236606}] I0702 02:08:35.650401 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:08:35.650413 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:08:35.650420 3413 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"} I0702 02:08:35.650441 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.743946ms I0702 02:08:35.650426 3413 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 I0702 02:08:35.650466 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:08:35.650464 3413 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:u4237236606}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.650462 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.650481 3413 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.138.94:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236606} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236606}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.650480 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.650574 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:08:35.650555 3413 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.147.233:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236607}] I0702 02:08:35.650592 3413 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.1.232"}, 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}} I0702 02:08:35.650609 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650645 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650647 3413 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:u4237236607}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.650665 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.650699 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.650717 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.650721 3413 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"} I0702 02:08:35.650730 3413 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 I0702 02:08:35.650739 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 2.187742ms I0702 02:08:35.650755 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:35.650673 3413 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.147.233:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236607} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236607}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.650764 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 10.244µs I0702 02:08:35.650749 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.650772 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:35.650817 3413 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.1.232:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236608}] I0702 02:08:35.650781 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.650889 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:08:35.650904 3413 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.29.193"}, 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}} I0702 02:08:35.650922 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650930 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.650964 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.651005 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0702 02:08:35.651023 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.298617ms I0702 02:08:35.651038 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:35.651045 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.651104 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:08:35.651116 3413 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.226.216"}, 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}} I0702 02:08:35.651125 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.651134 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.651010 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.651166 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.651150 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.651183 3413 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 I0702 02:08:35.651186 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.651200 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:35.651195 3413 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"} I0702 02:08:35.651228 3413 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 I0702 02:08:35.651234 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.24195ms I0702 02:08:35.651201 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.651253 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:08:35.650900 3413 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:u4237236608}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651242 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.651265 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.651342 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:08:35.651365 3413 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.178.162"}, 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}} I0702 02:08:35.651284 3413 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.1.232:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236608} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236608}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651387 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.651400 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.651404 3413 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.29.193:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236610}] I0702 02:08:35.651417 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.651304 3413 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"} I0702 02:08:35.651446 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.651453 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.244638ms I0702 02:08:35.651459 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.651470 3413 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 I0702 02:08:35.651466 3413 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:u4237236610}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651493 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:08:35.651491 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.651531 3413 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.29.193:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236610} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236610}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651533 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.651560 3413 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.178.162:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236611}] I0702 02:08:35.651612 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:08:35.651625 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:35.651620 3413 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:u4237236611}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651631 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:35.651642 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.651661 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:35.651641 3413 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.178.162:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236611} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236611}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651671 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.651702 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:08:35.651713 3413 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 I0702 02:08:35.651727 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:35.651760 3413 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.226.216:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236609}] I0702 02:08:35.651808 3413 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:u4237236609}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651837 3413 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.226.216:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236609} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236609}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651795 3413 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-108.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.35.186:443:172.30.85.218:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236612}] I0702 02:08:35.651932 3413 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:u4237236612}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.651992 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0702 02:08:35.652010 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.549394ms I0702 02:08:35.652047 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:08:35.652061 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.652105 3413 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:u4237236612}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.652127 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:08:35.652137 3413 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.124.2"}, 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}} I0702 02:08:35.652148 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.652155 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.652130 3413 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-108.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.35.186:443:172.30.85.218:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236612} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236612}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236612}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.652167 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652200 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.652199 3413 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"} I0702 02:08:35.652227 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.652231 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.457416ms I0702 02:08:35.652239 3413 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 I0702 02:08:35.652245 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:35.652253 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652256 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.652349 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:08:35.652358 3413 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.185.252"}, 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}} I0702 02:08:35.652367 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.652375 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.652392 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652412 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.652398 3413 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.124.2:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236613}] I0702 02:08:35.652421 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:08:35.652428 3413 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 I0702 02:08:35.652442 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652456 3413 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:u4237236613}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.652464 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0702 02:08:35.652481 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.230251ms I0702 02:08:35.652500 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:35.652525 3413 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"} I0702 02:08:35.652504 3413 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.124.2:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236613} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236613}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.652545 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.505068ms I0702 02:08:35.652520 3413 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.185.252:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236614}] I0702 02:08:35.652560 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:08:35.652513 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.652593 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:08:35.652609 3413 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.230.151"}, 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}} I0702 02:08:35.652624 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.652632 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.652649 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652681 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:08:35.652573 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:08:35.652693 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:08:35.652582 3413 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:u4237236614}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.652700 3413 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 I0702 02:08:35.652718 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:35.652710 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652733 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:35.652710 3413 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.185.252:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236614} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236614}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.652748 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:08:35.652786 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:08:35.652805 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.652858 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652896 3413 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0702 02:08:35.652910 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:08:35.652921 3413 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 I0702 02:08:35.652936 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.652977 3413 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.230.151:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236615}] I0702 02:08:35.653038 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0702 02:08:35.653038 3413 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:u4237236615}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653022 3413 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.179.128:443: 172.30.179.128:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236616}] I0702 02:08:35.653057 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 1.587833ms I0702 02:08:35.653072 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:35.653060 3413 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.230.151:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236615} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236615}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653085 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.653186 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:08:35.653205 3413 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.68.161"}, 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}} I0702 02:08:35.653235 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653246 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653247 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0702 02:08:35.653266 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.238922ms I0702 02:08:35.653286 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:08:35.653161 3413 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:u4237236616}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653281 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653310 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.653322 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.653333 3413 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 I0702 02:08:35.653308 3413 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.179.128:443: 172.30.179.128:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236616} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236616}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653296 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.653348 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653366 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:08:35.653381 3413 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.181.87"}, 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}} I0702 02:08:35.653386 3413 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"} I0702 02:08:35.653398 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653400 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.155518ms I0702 02:08:35.653409 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653412 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:08:35.653415 3413 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.68.161:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236617}] I0702 02:08:35.653478 3413 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:u4237236617}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653420 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.653426 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653521 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:08:35.653499 3413 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.68.161:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236617} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236617}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653532 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:08:35.653535 3413 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.194.188"}, 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}} I0702 02:08:35.653546 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:08:35.653550 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653557 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653558 3413 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 I0702 02:08:35.653577 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653574 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653601 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.653609 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.653616 3413 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 I0702 02:08:35.653627 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653635 3413 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.181.87:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236618}] I0702 02:08:35.653670 3413 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:u4237236618}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653699 3413 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"} I0702 02:08:35.653690 3413 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.194.188:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236619}] I0702 02:08:35.653716 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.217226ms I0702 02:08:35.653693 3413 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.181.87:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236618} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236618}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653730 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:35.653743 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.638µs I0702 02:08:35.653754 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:35.653763 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.653810 3413 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:u4237236619}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653847 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:08:35.653850 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.109689258 seconds. No OVN measurement. I0702 02:08:35.653861 3413 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.2.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}} I0702 02:08:35.653882 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653898 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.653845 3413 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.194.188:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236619} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236619}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.653919 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653933 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0702 02:08:35.653950 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.653953 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.392108ms I0702 02:08:35.653963 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:35.653968 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:35.653978 3413 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 I0702 02:08:35.653996 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.653980 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.654049 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:08:35.654069 3413 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.30.123"}, 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}} I0702 02:08:35.654082 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.654089 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.654065 3413 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.2.112:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236620}] I0702 02:08:35.654099 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.654123 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:08:35.654119 3413 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:u4237236620}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.654134 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:08:35.654147 3413 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 I0702 02:08:35.654158 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.654143 3413 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.2.112:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236620} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236620}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.654244 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0702 02:08:35.654262 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 975.923µs I0702 02:08:35.654246 3413 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.30.123:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236621}] I0702 02:08:35.654274 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:08:35.654144 3413 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"} I0702 02:08:35.654293 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.220032ms I0702 02:08:35.654290 3413 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:u4237236621}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.654311 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:35.654311 3413 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.30.123:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236621} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236621}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.654325 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.654284 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:35.654418 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:08:35.654427 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:08:35.654428 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:08:35.654445 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.654453 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.654447 3413 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.194.249"}, 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}} I0702 02:08:35.654465 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:35.654475 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:35.654470 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.654490 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:08:35.654498 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:08:35.654505 3413 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 I0702 02:08:35.654493 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.654522 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:35.654513 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.654535 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:35.654546 3413 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 I0702 02:08:35.654552 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0702 02:08:35.654568 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.154764ms I0702 02:08:35.654563 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:35.654582 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:35.654590 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.565µs I0702 02:08:35.654574 3413 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.156.165:8798: 172.30.156.165:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236622}] I0702 02:08:35.654600 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:35.654617 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 17.547µs I0702 02:08:35.654626 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:08:35.654630 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 4.755µs I0702 02:08:35.654688 3413 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:u4237236622}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.654702 3413 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.194.249:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236623}] I0702 02:08:35.654709 3413 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.156.165:8798: 172.30.156.165:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236622} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236622}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.654804 3413 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"} I0702 02:08:35.654827 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 858.136µs I0702 02:08:35.654837 3413 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:u4237236623}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.654760 3413 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"} I0702 02:08:35.654874 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.118709ms I0702 02:08:35.654862 3413 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.194.249:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236623} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236623}]}}] Timeout: Where:[where column _uuid == {2650c6a8-9052-4a83-9d4c-d7da84924713}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.655156 3413 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"} I0702 02:08:35.655172 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 862.19µs I0702 02:08:35.655337 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0702 02:08:35.655350 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.075327ms I0702 02:08:35.674522 3413 pod.go:62] [openshift-network-diagnostics/network-check-target-t8szg] pod update took 28.339292ms I0702 02:08:35.674545 3413 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-target-t8szg] addLogicalPort annotation time took 28.366827ms I0702 02:08:35.674619 3413 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-t8szg options:{GoMap:map[iface-id-ver:e7115139-cc9d-479e-a916-768ecb8a7fed requested-chassis:ip-10-0-1-108.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:u4237236624}] I0702 02:08:35.674686 3413 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:u4237236624}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.674743 3413 address_set.go:575] (u4237236529/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.4]) to address set I0702 02:08:35.674774 3413 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 == {f6db228a-4b2b-46b1-909b-506a531c3ace}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.674818 3413 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:u4237236624}]}}] Timeout: Where:[where column _uuid == {8a31c399-5e79-4ff6-b659-e482a5812138}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.674929 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236625}] I0702 02:08:35.674973 3413 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:u4237236625}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.674997 3413 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-t8szg options:{GoMap:map[iface-id-ver:e7115139-cc9d-479e-a916-768ecb8a7fed requested-chassis:ip-10-0-1-108.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:u4237236624} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236624}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] 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 == {f6db228a-4b2b-46b1-909b-506a531c3ace}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236624}]}}] Timeout: Where:[where column _uuid == {8a31c399-5e79-4ff6-b659-e482a5812138}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236625} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4237236625}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.675997 3413 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-t8szg): added port &{name:openshift-network-diagnostics_network-check-target-t8szg uuid:85c2ad9f-417e-492e-8672-fbff03a6e861 logicalSwitch:ip-10-0-1-108.ec2.internal ips:[0xc008b48090] 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 I0702 02:08:35.676030 3413 pods.go:252] [openshift-network-diagnostics/network-check-target-t8szg] addLogicalPort took 29.960586ms, libovsdb time 991.142µs I0702 02:08:35.676041 3413 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-t8szg took: 29.992972ms I0702 02:08:35.676048 3413 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.677664 3413 pod.go:62] [openshift-multus/network-metrics-daemon-zkdml] pod update took 31.922492ms I0702 02:08:35.677682 3413 base_network_controller_pods.go:921] [default/openshift-multus/network-metrics-daemon-zkdml] addLogicalPort annotation time took 31.943764ms I0702 02:08:35.677726 3413 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-zkdml options:{GoMap:map[iface-id-ver:01080f2c-8e4a-401a-bdf5-ecaaead021fb requested-chassis:ip-10-0-1-108.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:u4237236626}] I0702 02:08:35.677769 3413 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:u4237236626}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.677808 3413 address_set.go:575] (u4237236491/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.3]) to address set I0702 02:08:35.677827 3413 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 == {a3a34feb-300b-4200-a193-f5ef875c234f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.677892 3413 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:u4237236626}]}}] Timeout: Where:[where column _uuid == {f2829641-ad14-4334-9c64-2af683b471d0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.677991 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236627}] I0702 02:08:35.678035 3413 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:u4237236627}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.678056 3413 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-zkdml options:{GoMap:map[iface-id-ver:01080f2c-8e4a-401a-bdf5-ecaaead021fb requested-chassis:ip-10-0-1-108.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:u4237236626} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236626}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] 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 == {a3a34feb-300b-4200-a193-f5ef875c234f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236626}]}}] Timeout: Where:[where column _uuid == {f2829641-ad14-4334-9c64-2af683b471d0}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236627} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4237236627}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.678905 3413 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-zkdml): added port &{name:openshift-multus_network-metrics-daemon-zkdml uuid:20130bd3-898c-45ee-9cc0-9c4075ba1251 logicalSwitch:ip-10-0-1-108.ec2.internal ips:[0xc008da44b0] 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 I0702 02:08:35.678926 3413 pods.go:252] [openshift-multus/network-metrics-daemon-zkdml] addLogicalPort took 33.335137ms, libovsdb time 842.162µs I0702 02:08:35.678938 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-zkdml took: 33.374722ms I0702 02:08:35.678945 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.678962 3413 factory.go:1336] Added *v1.Pod event handler 3 I0702 02:08:35.678990 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:35.679003 3413 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.679004 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:35.679011 3413 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0702 02:08:35.679016 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.679014 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.679023 3413 obj_retry.go:409] Going to retry *v1.Pod resource setup for 2 objects: [openshift-network-diagnostics/network-check-target-zdvdh openshift-multus/network-metrics-daemon-km7tb] I0702 02:08:35.679029 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.679034 3413 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0702 02:08:35.679040 3413 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-t8szg in node ip-10-0-1-108.ec2.internal I0702 02:08:35.679048 3413 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.679048 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-zkdml in node ip-10-0-1-108.ec2.internal I0702 02:08:35.678994 3413 admin_network_policy_controller.go:133] Setting up event handlers for Admin Network Policy I0702 02:08:35.679056 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.679056 3413 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-km7tb before timer (time: 2026-07-02 02:08:37.010686767 +0000 UTC m=+3.436350992): skip I0702 02:08:35.679073 3413 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-zdvdh before timer (time: 2026-07-02 02:08:36.83761431 +0000 UTC m=+3.263278534): skip I0702 02:08:35.679086 3413 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 65.173µs) I0702 02:08:35.679119 3413 admin_network_policy_controller.go:151] Setting up event handlers for Baseline Admin Network Policy I0702 02:08:35.679185 3413 admin_network_policy_controller.go:168] Setting up event handlers for Namespaces in Admin Network Policy controller I0702 02:08:35.679387 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0702 02:08:35.679405 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0702 02:08:35.679422 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0702 02:08:35.679443 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-operator I0702 02:08:35.679454 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console I0702 02:08:35.679465 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0702 02:08:35.679469 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-marketplace I0702 02:08:35.679476 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0702 02:08:35.679480 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-public I0702 02:08:35.679490 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0702 02:08:35.679494 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0702 02:08:35.679501 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0702 02:08:35.679505 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0702 02:08:35.679512 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-api I0702 02:08:35.679520 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift I0702 02:08:35.679524 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0702 02:08:35.679527 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0702 02:08:35.679531 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0702 02:08:35.679536 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication I0702 02:08:35.679539 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0702 02:08:35.679543 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress I0702 02:08:35.679546 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-package-operator I0702 02:08:35.679550 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0702 02:08:35.679554 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0702 02:08:35.679664 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller dedicated-admin I0702 02:08:35.679675 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller default I0702 02:08:35.679681 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0702 02:08:35.679703 3413 admin_network_policy_controller.go:184] Setting up event handlers for Pods in Admin Network Policy controller I0702 02:08:35.679727 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0702 02:08:35.679739 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0702 02:08:35.679743 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0702 02:08:35.679747 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-managed I0702 02:08:35.679750 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-operator I0702 02:08:35.679754 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0702 02:08:35.679758 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-insights I0702 02:08:35.679762 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0702 02:08:35.679765 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0702 02:08:35.679769 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 I0702 02:08:35.679772 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver I0702 02:08:35.679776 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0702 02:08:35.679780 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0702 02:08:35.679784 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0702 02:08:35.679787 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0702 02:08:35.679787 3413 admin_network_policy_controller.go:200] Setting up event handlers for Nodes in Admin Network Policy controller I0702 02:08:35.679791 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0702 02:08:35.679795 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0702 02:08:35.679798 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-operator I0702 02:08:35.679801 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0702 02:08:35.679805 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-system I0702 02:08:35.679809 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config I0702 02:08:35.679815 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-etcd I0702 02:08:35.679820 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0702 02:08:35.679827 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-logging I0702 02:08:35.679827 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.679831 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0702 02:08:35.679835 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0702 02:08:35.679844 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0702 02:08:35.679836 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.679849 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-node-lease I0702 02:08:35.679853 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:35.679854 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0702 02:08:35.679868 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0702 02:08:35.679874 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0702 02:08:35.679876 3413 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-1-108.ec2.internal I0702 02:08:35.679881 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-5745c667f-9rzdb I0702 02:08:35.679885 3413 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-2-7.ec2.internal I0702 02:08:35.679888 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:35.679877 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-image-registry I0702 02:08:35.679895 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:35.679896 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0702 02:08:35.679899 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-5745c667f-cn6db I0702 02:08:35.679902 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-node I0702 02:08:35.679904 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-x254f I0702 02:08:35.679906 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0702 02:08:35.679908 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:35.679910 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane I0702 02:08:35.679914 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0702 02:08:35.679915 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-7lhn6 I0702 02:08:35.679919 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0702 02:08:35.679920 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:35.679923 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-host-network I0702 02:08:35.679927 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal I0702 02:08:35.679928 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0702 02:08:35.679933 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-km7tb I0702 02:08:35.679934 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators I0702 02:08:35.679939 3413 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-108.ec2.internal I0702 02:08:35.679951 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0702 02:08:35.679957 3413 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-7.ec2.internal I0702 02:08:35.679958 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-multus I0702 02:08:35.679959 3413 admin_network_policy_controller.go:226] Starting controller default-network-controller I0702 02:08:35.679962 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:35.679964 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0702 02:08:35.679967 3413 admin_network_policy_controller.go:229] Waiting for informer caches to sync I0702 02:08:35.679973 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0702 02:08:35.679980 3413 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0702 02:08:35.679968 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 I0702 02:08:35.679989 3413 shared_informer.go:320] Caches are synced for default-network-controller I0702 02:08:35.679990 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-j27bl I0702 02:08:35.679995 3413 admin_network_policy_controller.go:236] Repairing Admin Network Policies I0702 02:08:35.679998 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-t9fln I0702 02:08:35.680003 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:35.680010 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-wfh8m I0702 02:08:35.680016 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:08:35.680022 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:35.680027 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-qk9j7 I0702 02:08:35.680034 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:35.680039 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-c86qm I0702 02:08:35.680045 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-gw2rx I0702 02:08:35.680054 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-zbfdq I0702 02:08:35.679981 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0702 02:08:35.680082 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0702 02:08:35.680091 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0702 02:08:35.680096 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns I0702 02:08:35.680102 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-infra I0702 02:08:35.680106 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0702 02:08:35.680112 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-monitoring I0702 02:08:35.680117 3413 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-console I0702 02:08:35.680158 3413 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:u4237236628}] I0702 02:08:35.680203 3413 repair.go:27] Repairing admin network policies took 201.407µs I0702 02:08:35.680232 3413 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:u4237236629}] I0702 02:08:35.680300 3413 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:u4237236628} {GoUUID:u4237236629}]}}] Timeout: Where:[where column _uuid == {a68d78ac-1a7c-4bea-8b54-a655d090d89f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.680328 3413 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:u4237236628} {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:u4237236629} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4237236628} {GoUUID:u4237236629}]}}] Timeout: Where:[where column _uuid == {a68d78ac-1a7c-4bea-8b54-a655d090d89f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.680415 3413 repair.go:90] Repairing baseline admin network policies took 184.551µs I0702 02:08:35.680426 3413 admin_network_policy_controller.go:249] Starting Admin Network Policy workers I0702 02:08:35.680438 3413 admin_network_policy_controller.go:260] Starting Baseline Admin Network Policy workers I0702 02:08:35.680448 3413 admin_network_policy_controller.go:271] Starting Namespace Admin Network Policy workers I0702 02:08:35.680467 3413 admin_network_policy_controller.go:282] Starting Pod Admin Network Policy workers I0702 02:08:35.680480 3413 admin_network_policy_controller.go:293] Starting Node Admin Network Policy workers I0702 02:08:35.680508 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0702 02:08:35.680559 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 54.057µs I0702 02:08:35.680605 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0702 02:08:35.680624 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 20.323µs I0702 02:08:35.680637 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0702 02:08:35.680641 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 4.278µs I0702 02:08:35.680646 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0702 02:08:35.680649 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 3.282µs I0702 02:08:35.680653 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0702 02:08:35.680657 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 3.306µs I0702 02:08:35.680660 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0702 02:08:35.680664 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 3.199µs I0702 02:08:35.680674 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0702 02:08:35.680677 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 4.641µs I0702 02:08:35.680681 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0702 02:08:35.680685 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 3.169µs I0702 02:08:35.680693 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-108.ec2.internal in Admin Network Policy controller I0702 02:08:35.680703 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-108.ec2.internal Admin Network Policy controller: took 13.337µs I0702 02:08:35.680718 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-7.ec2.internal in Admin Network Policy controller I0702 02:08:35.680722 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-7.ec2.internal Admin Network Policy controller: took 6.125µs I0702 02:08:35.680729 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-zkdml in Admin Network Policy controller I0702 02:08:35.680736 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-zkdml Admin Network Policy controller: took 6.691µs I0702 02:08:35.680742 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-t8szg in Admin Network Policy controller I0702 02:08:35.680746 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-t8szg Admin Network Policy controller: took 4.175µs I0702 02:08:35.680751 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf in Admin Network Policy controller I0702 02:08:35.680755 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf Admin Network Policy controller: took 3.766µs I0702 02:08:35.680759 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-5745c667f-9rzdb in Admin Network Policy controller I0702 02:08:35.680763 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-5745c667f-9rzdb Admin Network Policy controller: took 4.388µs I0702 02:08:35.680769 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in Admin Network Policy controller I0702 02:08:35.680775 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-2wd99 Admin Network Policy controller: took 5.512µs I0702 02:08:35.680781 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal in Admin Network Policy controller I0702 02:08:35.680805 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal Admin Network Policy controller: took 5.616µs I0702 02:08:35.680823 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-5745c667f-cn6db in Admin Network Policy controller I0702 02:08:35.680829 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-5745c667f-cn6db Admin Network Policy controller: took 9.125µs I0702 02:08:35.680836 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-x254f in Admin Network Policy controller I0702 02:08:35.680841 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-x254f Admin Network Policy controller: took 5.68µs I0702 02:08:35.680847 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf in Admin Network Policy controller I0702 02:08:35.680853 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf Admin Network Policy controller: took 5.19µs I0702 02:08:35.680859 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-7lhn6 in Admin Network Policy controller I0702 02:08:35.680865 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-7lhn6 Admin Network Policy controller: took 5.351µs I0702 02:08:35.680871 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-zdvdh in Admin Network Policy controller I0702 02:08:35.680877 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-zdvdh Admin Network Policy controller: took 5.73µs I0702 02:08:35.680883 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal in Admin Network Policy controller I0702 02:08:35.680897 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal Admin Network Policy controller: took 14.08µs I0702 02:08:35.680911 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-km7tb in Admin Network Policy controller I0702 02:08:35.680917 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-km7tb Admin Network Policy controller: took 5.741µs I0702 02:08:35.680924 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal in Admin Network Policy controller I0702 02:08:35.680930 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal Admin Network Policy controller: took 6.19µs I0702 02:08:35.680937 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal in Admin Network Policy controller I0702 02:08:35.680942 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal Admin Network Policy controller: took 5.673µs I0702 02:08:35.680949 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-qkmgh in Admin Network Policy controller I0702 02:08:35.680955 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-qkmgh Admin Network Policy controller: took 5.804µs I0702 02:08:35.680966 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 in Admin Network Policy controller I0702 02:08:35.680977 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 Admin Network Policy controller: took 10.465µs I0702 02:08:35.680985 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-j27bl in Admin Network Policy controller I0702 02:08:35.680991 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-j27bl Admin Network Policy controller: took 5.966µs I0702 02:08:35.680997 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-t9fln in Admin Network Policy controller I0702 02:08:35.681003 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-t9fln Admin Network Policy controller: took 6.129µs I0702 02:08:35.681011 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-dghkk in Admin Network Policy controller I0702 02:08:35.681017 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-dghkk Admin Network Policy controller: took 6.459µs I0702 02:08:35.681024 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-wfh8m in Admin Network Policy controller I0702 02:08:35.681029 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-wfh8m Admin Network Policy controller: took 6.319µs I0702 02:08:35.681036 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 in Admin Network Policy controller I0702 02:08:35.681042 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 Admin Network Policy controller: took 5.5µs I0702 02:08:35.681050 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0702 02:08:35.681057 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 10.09µs I0702 02:08:35.681065 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0702 02:08:35.681068 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 3.442µs I0702 02:08:35.681073 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0702 02:08:35.681076 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 3.294µs I0702 02:08:35.681080 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0702 02:08:35.681083 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 3.15µs I0702 02:08:35.681088 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0702 02:08:35.681091 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 3.156µs I0702 02:08:35.681095 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0702 02:08:35.681098 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 2.954µs I0702 02:08:35.681102 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0702 02:08:35.681105 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 3.075µs I0702 02:08:35.681109 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0702 02:08:35.681112 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 2.984µs I0702 02:08:35.681117 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0702 02:08:35.681120 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 4.524µs I0702 02:08:35.681124 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0702 02:08:35.681127 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 2.991µs I0702 02:08:35.681131 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0702 02:08:35.681135 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 3.421µs I0702 02:08:35.681142 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0702 02:08:35.681141 3413 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0702 02:08:35.681146 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 4.739µs I0702 02:08:35.681153 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0702 02:08:35.681156 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 3.277µs I0702 02:08:35.681155 3413 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0702 02:08:35.681160 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0702 02:08:35.681163 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 3.166µs I0702 02:08:35.681167 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0702 02:08:35.681170 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 3.079µs I0702 02:08:35.681175 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0702 02:08:35.681177 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 2.931µs I0702 02:08:35.681180 3413 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0702 02:08:35.681192 3413 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}]} I0702 02:08:35.681265 3413 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0702 02:08:35.681182 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0702 02:08:35.681293 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 106.269µs I0702 02:08:35.681308 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0702 02:08:35.681316 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 9.07µs I0702 02:08:35.681321 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0702 02:08:35.681325 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 4.04µs I0702 02:08:35.681329 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0702 02:08:35.681332 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 3.157µs I0702 02:08:35.681337 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0702 02:08:35.681340 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 3.051µs I0702 02:08:35.681344 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0702 02:08:35.681348 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 2.873µs I0702 02:08:35.681352 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0702 02:08:35.681355 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 3.078µs I0702 02:08:35.681330 3413 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:u4237236630}] I0702 02:08:35.681364 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0702 02:08:35.681378 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 5.307µs I0702 02:08:35.681389 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0702 02:08:35.681394 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 5.187µs I0702 02:08:35.681400 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0702 02:08:35.681404 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 4.611µs I0702 02:08:35.681388 3413 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:u4237236631}] I0702 02:08:35.681410 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0702 02:08:35.681414 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 4.859µs I0702 02:08:35.681420 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0702 02:08:35.681425 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 4.511µs I0702 02:08:35.681430 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 in Admin Network Policy controller I0702 02:08:35.681435 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 Admin Network Policy controller: took 4.483µs I0702 02:08:35.681441 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0702 02:08:35.681446 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 4.52µs I0702 02:08:35.681452 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0702 02:08:35.681457 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 4.508µs I0702 02:08:35.681463 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0702 02:08:35.681468 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 4.772µs I0702 02:08:35.681433 3413 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:u4237236632}] I0702 02:08:35.681476 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0702 02:08:35.681480 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 5.255µs I0702 02:08:35.681487 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0702 02:08:35.681491 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 4.79µs I0702 02:08:35.681498 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0702 02:08:35.681504 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 4.605µs I0702 02:08:35.681517 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0702 02:08:35.681522 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 5.084µs I0702 02:08:35.681529 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0702 02:08:35.681533 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.953µs I0702 02:08:35.681537 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0702 02:08:35.681504 3413 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:u4237236633}] I0702 02:08:35.681541 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 3.139µs I0702 02:08:35.681548 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0702 02:08:35.681552 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 4.385µs I0702 02:08:35.681559 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0702 02:08:35.681563 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 4.694µs I0702 02:08:35.681570 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0702 02:08:35.681575 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 4.773µs I0702 02:08:35.681582 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0702 02:08:35.681569 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4237236630} {GoUUID:u4237236631}]} 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:u4237236634}] I0702 02:08:35.681586 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 4.35µs I0702 02:08:35.681599 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0702 02:08:35.681602 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 4.176µs I0702 02:08:35.681607 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0702 02:08:35.681614 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 6.436µs I0702 02:08:35.681621 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0702 02:08:35.681625 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 4.734µs I0702 02:08:35.681629 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0702 02:08:35.681632 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 3.056µs I0702 02:08:35.681637 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0702 02:08:35.681640 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 3.183µs I0702 02:08:35.681624 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4237236632} {GoUUID:u4237236633}]} 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:u4237236635}] I0702 02:08:35.681644 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0702 02:08:35.681648 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 3.242µs I0702 02:08:35.681654 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0702 02:08:35.681659 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 4.701µs I0702 02:08:35.681663 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0702 02:08:35.681667 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 2.936µs I0702 02:08:35.681671 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0702 02:08:35.681674 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 3.009µs I0702 02:08:35.681680 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0702 02:08:35.681684 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 5.169µs I0702 02:08:35.681691 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0702 02:08:35.681698 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 4.841µs I0702 02:08:35.681705 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0702 02:08:35.681710 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 4.932µs I0702 02:08:35.681716 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0702 02:08:35.681720 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 4.635µs I0702 02:08:35.681727 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0702 02:08:35.681731 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 5.103µs I0702 02:08:35.681737 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0702 02:08:35.681742 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 4.254µs I0702 02:08:35.681748 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0702 02:08:35.681752 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 4.006µs I0702 02:08:35.681759 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0702 02:08:35.681764 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 4.95µs I0702 02:08:35.681650 3413 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:u4237236630} {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:u4237236631} {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:u4237236632} {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:u4237236633} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4237236630} {GoUUID:u4237236631}]} 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:u4237236634} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4237236632} {GoUUID:u4237236633}]} 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:u4237236635}] I0702 02:08:35.681771 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0702 02:08:35.681860 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 85.214µs I0702 02:08:35.681876 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0702 02:08:35.681881 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 6.204µs I0702 02:08:35.681891 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0702 02:08:35.681896 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 4.515µs I0702 02:08:35.681902 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0702 02:08:35.681907 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 4.534µs I0702 02:08:35.681915 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0702 02:08:35.681920 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 5.441µs I0702 02:08:35.681927 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0702 02:08:35.681931 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 4.664µs I0702 02:08:35.681938 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0702 02:08:35.681943 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 4.819µs I0702 02:08:35.681949 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0702 02:08:35.681953 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 4.497µs I0702 02:08:35.681962 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0702 02:08:35.681967 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 4.852µs I0702 02:08:35.681975 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0702 02:08:35.681979 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 4.934µs I0702 02:08:35.681986 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0702 02:08:35.681990 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 4.478µs I0702 02:08:35.681997 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0702 02:08:35.682004 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 4.694µs I0702 02:08:35.682011 3413 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0702 02:08:35.682016 3413 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 4.529µs I0702 02:08:35.682025 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw in Admin Network Policy controller I0702 02:08:35.682034 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw Admin Network Policy controller: took 9.587µs I0702 02:08:35.682043 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-qk9j7 in Admin Network Policy controller I0702 02:08:35.682049 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-qk9j7 Admin Network Policy controller: took 6.52µs I0702 02:08:35.682057 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in Admin Network Policy controller I0702 02:08:35.682062 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-vgvn4 Admin Network Policy controller: took 5.743µs I0702 02:08:35.682069 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-c86qm in Admin Network Policy controller I0702 02:08:35.682075 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-c86qm Admin Network Policy controller: took 5.91µs I0702 02:08:35.682082 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-gw2rx in Admin Network Policy controller I0702 02:08:35.682088 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-gw2rx Admin Network Policy controller: took 6.308µs I0702 02:08:35.682095 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-zbfdq in Admin Network Policy controller I0702 02:08:35.682100 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-zbfdq Admin Network Policy controller: took 5.617µs I0702 02:08:35.683039 3413 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:u4237236636}] I0702 02:08:35.683064 3413 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:u4237236636}] I0702 02:08:35.683572 3413 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:u4237236637}] I0702 02:08:35.683625 3413 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:u4237236637}]}}] Timeout: Where:[where column _uuid == {944d45a1-2aab-4a0b-94b8-b78db56b444c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.683648 3413 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:u4237236637} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4237236637}]}}] Timeout: Where:[where column _uuid == {944d45a1-2aab-4a0b-94b8-b78db56b444c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.684428 3413 obj_retry.go:512] Add event received for *factory.peerNamespaceSelector openshift-insights I0702 02:08:35.684589 3413 obj_retry.go:551] Creating *factory.peerNamespaceSelector openshift-insights took: 117.85µs I0702 02:08:35.684608 3413 factory.go:1336] Added *v1.Namespace event handler 5 I0702 02:08:35.684674 3413 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 I0702 02:08:35.684688 3413 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 took: 592ns I0702 02:08:35.684697 3413 factory.go:1336] Added *v1.Pod event handler 6 I0702 02:08:35.684708 3413 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0702 02:08:35.684717 3413 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.552569ms I0702 02:08:35.684725 3413 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0702 02:08:35.684734 3413 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0702 02:08:35.684740 3413 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0702 02:08:35.684748 3413 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0702 02:08:35.684757 3413 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[]} I0702 02:08:35.684771 3413 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0702 02:08:35.684825 3413 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:u4237236638}] I0702 02:08:35.684887 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4237236638}]} 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:u4237236639}] I0702 02:08:35.684908 3413 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:u4237236638} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4237236638}]} 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:u4237236639}] I0702 02:08:35.685575 3413 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 I0702 02:08:35.685596 3413 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 took: 1.367µs I0702 02:08:35.685630 3413 factory.go:1336] Added *v1.Pod event handler 7 I0702 02:08:35.685645 3413 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0702 02:08:35.685656 3413 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 908.154µs I0702 02:08:35.685665 3413 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0702 02:08:35.685678 3413 factory.go:1336] Added *v1.NetworkPolicy event handler 4 I0702 02:08:35.685872 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-logging I0702 02:08:35.685907 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-node-lease I0702 02:08:35.685962 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns-operator I0702 02:08:35.685995 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-host-network I0702 02:08:35.685911 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0702 02:08:35.686061 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns-operator took: 60.119µs I0702 02:08:35.686071 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0702 02:08:35.686077 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.103µs I0702 02:08:35.686084 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0702 02:08:35.686093 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 2.147µs I0702 02:08:35.686100 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-package-operator I0702 02:08:35.685964 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators I0702 02:08:35.686159 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators took: 28.185µs I0702 02:08:35.686173 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-multus I0702 02:08:35.686186 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-multus took: 4.464µs I0702 02:08:35.686193 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-infra I0702 02:08:35.686202 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-infra took: 2.549µs I0702 02:08:35.686209 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress I0702 02:08:35.686083 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-node-identity took: 12.791µs I0702 02:08:35.686241 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress took: 5.015µs I0702 02:08:35.686243 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0702 02:08:35.686250 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0702 02:08:35.686259 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-tam took: 2.109µs I0702 02:08:35.686263 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-operator took: 2.637µs I0702 02:08:35.686265 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-monitoring I0702 02:08:35.685897 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0702 02:08:35.686276 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-monitoring took: 3.7µs I0702 02:08:35.686283 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0702 02:08:35.686288 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 1.121µs I0702 02:08:35.686290 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 11.237µs I0702 02:08:35.686292 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0702 02:08:35.686299 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0702 02:08:35.686308 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cee took: 1.589µs I0702 02:08:35.686310 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 11.321µs I0702 02:08:35.686314 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-console I0702 02:08:35.685925 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0702 02:08:35.686325 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-console took: 2.41µs I0702 02:08:35.686332 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0702 02:08:35.685932 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-logging took: 17.506µs I0702 02:08:35.686340 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config I0702 02:08:35.686343 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication-operator took: 2.798µs I0702 02:08:35.686349 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver I0702 02:08:35.685879 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-system I0702 02:08:35.686359 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver took: 2.488µs I0702 02:08:35.686350 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config took: 4.449µs I0702 02:08:35.686371 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-api I0702 02:08:35.686381 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-api took: 3.391µs I0702 02:08:35.685947 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0702 02:08:35.686413 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 9.229µs I0702 02:08:35.686418 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0702 02:08:35.686424 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 1.245µs I0702 02:08:35.686440 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console I0702 02:08:35.686447 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console took: 1.833µs I0702 02:08:35.686451 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-public I0702 02:08:35.686456 3413 obj_retry.go:551] Creating *factory.egressIPNamespace kube-public took: 1.27µs I0702 02:08:35.686460 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager I0702 02:08:35.686333 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 9.338µs I0702 02:08:35.686465 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager took: 1.071µs I0702 02:08:35.686471 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0702 02:08:35.686371 3413 obj_retry.go:551] Creating *factory.egressIPNamespace kube-system took: 11.118µs I0702 02:08:35.686481 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 4.336µs I0702 02:08:35.686484 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane I0702 02:08:35.686471 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0702 02:08:35.686494 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane took: 2.291µs I0702 02:08:35.686501 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0702 02:08:35.686503 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 3.87µs I0702 02:08:35.686513 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-version I0702 02:08:35.685950 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-image-registry I0702 02:08:35.686523 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-version took: 3.885µs I0702 02:08:35.686530 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0702 02:08:35.686537 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-image-registry took: 14.157µs I0702 02:08:35.686539 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 2.422µs I0702 02:08:35.686546 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0702 02:08:35.686557 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0702 02:08:35.686558 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 5.059µs I0702 02:08:35.685967 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0702 02:08:35.686513 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 4.67µs I0702 02:08:35.685964 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0702 02:08:35.686578 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication I0702 02:08:35.686590 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication took: 2.333µs I0702 02:08:35.686394 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0702 02:08:35.686598 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace dedicated-admin I0702 02:08:35.686602 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 2.616µs I0702 02:08:35.686607 3413 obj_retry.go:551] Creating *factory.egressIPNamespace dedicated-admin took: 2.847µs I0702 02:08:35.686610 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 I0702 02:08:35.686591 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 7.726µs I0702 02:08:35.686618 3413 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 took: 2.557µs I0702 02:08:35.686568 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 3.07µs I0702 02:08:35.686625 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0702 02:08:35.686628 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0702 02:08:35.686633 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cse took: 1.865µs I0702 02:08:35.686637 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 2.068µs I0702 02:08:35.686568 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-marketplace I0702 02:08:35.686659 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-marketplace took: 5.23µs I0702 02:08:35.686616 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 33.935µs I0702 02:08:35.686674 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0702 02:08:35.686684 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 2.779µs I0702 02:08:35.686691 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-managed I0702 02:08:35.686699 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-managed took: 1.927µs I0702 02:08:35.686705 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0702 02:08:35.686729 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 18.787µs I0702 02:08:35.686675 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-node I0702 02:08:35.686785 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-node took: 2.156µs I0702 02:08:35.686809 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0702 02:08:35.686835 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 19.428µs I0702 02:08:35.686845 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0702 02:08:35.686855 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 2.84µs I0702 02:08:35.685989 3413 obj_retry.go:551] Creating *factory.egressIPNamespace kube-node-lease took: 18.665µs I0702 02:08:35.686861 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0702 02:08:35.686869 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0702 02:08:35.686881 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators-redhat took: 3.74µs I0702 02:08:35.686885 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-canary took: 17.664µs I0702 02:08:35.686620 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0702 02:08:35.686874 3413 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-81c69af3fc666d7bf7a38db2996e47ac54bbff273c6641439609a90670e65883.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d81c69af3fc666d7bf7a38db2996e47ac54bbff273c6641439609a90670e65883_2emount"}, Sequence:0x5} I0702 02:08:35.686898 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.922µs I0702 02:08:35.686905 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0702 02:08:35.686899 3413 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-81c69af3fc666d7bf7a38db2996e47ac54bbff273c6641439609a90670e65883.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d81c69af3fc666d7bf7a38db2996e47ac54bbff273c6641439609a90670e65883_2emount"}, Sequence:0x6} I0702 02:08:35.686914 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 2.284µs I0702 02:08:35.686920 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0702 02:08:35.686930 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 2.185µs I0702 02:08:35.686936 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0702 02:08:35.686948 3413 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 3.288µs I0702 02:08:35.686888 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-operator I0702 02:08:35.686963 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-operator took: 1.918µs I0702 02:08:35.686970 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0702 02:08:35.686977 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-user-settings took: 1.606µs I0702 02:08:35.686983 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-insights I0702 02:08:35.686990 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-insights took: 2.435µs I0702 02:08:35.685891 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0702 02:08:35.687016 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 13.588µs I0702 02:08:35.687027 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-etcd I0702 02:08:35.687036 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-etcd took: 1.936µs I0702 02:08:35.687044 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0702 02:08:35.687054 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 2.24µs I0702 02:08:35.687061 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift I0702 02:08:35.687068 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift took: 1.367µs I0702 02:08:35.687073 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace default I0702 02:08:35.687081 3413 obj_retry.go:551] Creating *factory.egressIPNamespace default took: 2.372µs I0702 02:08:35.687088 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0702 02:08:35.687094 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.355µs I0702 02:08:35.686115 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-package-operator took: 10.383µs I0702 02:08:35.687104 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0702 02:08:35.687112 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 2.006µs I0702 02:08:35.687117 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-operator I0702 02:08:35.687127 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-operator took: 4.162µs I0702 02:08:35.685937 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0702 02:08:35.687144 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 7.723µs I0702 02:08:35.687149 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0702 02:08:35.687156 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 2.224µs I0702 02:08:35.687162 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0702 02:08:35.687169 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.655µs I0702 02:08:35.687174 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0702 02:08:35.687181 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 1.497µs I0702 02:08:35.687187 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0702 02:08:35.687195 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 1.675µs I0702 02:08:35.686046 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-host-network took: 33.265µs I0702 02:08:35.687205 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns I0702 02:08:35.687231 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns took: 20.694µs I0702 02:08:35.687237 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0702 02:08:35.687243 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 2.284µs I0702 02:08:35.687249 3413 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-operator I0702 02:08:35.687256 3413 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-operator took: 1.897µs I0702 02:08:35.687267 3413 factory.go:1336] Added *v1.Namespace event handler 8 I0702 02:08:35.687326 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-j27bl I0702 02:08:35.687380 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 I0702 02:08:35.687389 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:35.687399 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal I0702 02:08:35.687407 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-j27bl took: 16.838µs I0702 02:08:35.687422 3413 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:35.687425 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf took: 19.628µs I0702 02:08:35.687427 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal took: 16.46µs I0702 02:08:35.687437 3413 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal took: 5.644µs I0702 02:08:35.687316 3413 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} I0702 02:08:35.687381 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-5745c667f-9rzdb I0702 02:08:35.687450 3413 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} I0702 02:08:35.687475 3413 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} I0702 02:08:35.687490 3413 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} I0702 02:08:35.687336 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:35.687501 3413 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} I0702 02:08:35.687467 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-5745c667f-9rzdb took: 13.202µs I0702 02:08:35.687519 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:35.687531 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-zkdml took: 3.706µs I0702 02:08:35.687538 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-7lhn6 I0702 02:08:35.687548 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-7lhn6 took: 3.288µs I0702 02:08:35.687530 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal took: 16.253µs I0702 02:08:35.687353 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:35.687561 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:35.687573 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 took: 4.081µs I0702 02:08:35.687355 3413 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-wfh8m I0702 02:08:35.687574 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dghkk took: 12.892µs I0702 02:08:35.687586 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:35.687588 3413 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-wfh8m took: 6.503µs I0702 02:08:35.687594 3413 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-c86qm I0702 02:08:35.687597 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-vgvn4 took: 4.152µs I0702 02:08:35.687599 3413 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-c86qm took: 1.32µs I0702 02:08:35.687363 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:08:35.687604 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:35.687613 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 took: 6.172µs I0702 02:08:35.687618 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:35.687626 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fdwmw took: 2.428µs I0702 02:08:35.687364 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-t9fln I0702 02:08:35.687633 3413 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal I0702 02:08:35.687642 3413 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal took: 3.434µs I0702 02:08:35.687626 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf took: 15.326µs I0702 02:08:35.687377 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-zbfdq I0702 02:08:35.687652 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-t9fln took: 11.799µs I0702 02:08:35.687374 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-qk9j7 I0702 02:08:35.687661 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-zbfdq took: 7.131µs I0702 02:08:35.687666 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:35.687667 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-qk9j7 took: 6.43µs I0702 02:08:35.687673 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:35.687441 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-crxx9 took: 43.194µs I0702 02:08:35.687367 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:35.687679 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-t8szg took: 1.353µs I0702 02:08:35.687684 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:35.687691 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-km7tb took: 2.659µs I0702 02:08:35.687691 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-qkmgh took: 7.279µs I0702 02:08:35.687673 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-zdvdh took: 1.457µs I0702 02:08:35.687352 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-gw2rx I0702 02:08:35.687719 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-gw2rx took: 11.235µs I0702 02:08:35.687347 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-5745c667f-cn6db I0702 02:08:35.687743 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-5745c667f-cn6db took: 8.812µs I0702 02:08:35.687750 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-x254f I0702 02:08:35.687761 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-x254f took: 3.258µs I0702 02:08:35.687772 3413 factory.go:1336] Added *v1.Pod event handler 9 I0702 02:08:35.687765 3413 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} I0702 02:08:35.687783 3413 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} I0702 02:08:35.687796 3413 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} I0702 02:08:35.687804 3413 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} I0702 02:08:35.687840 3413 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} I0702 02:08:35.687901 3413 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} I0702 02:08:35.687913 3413 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:u4237236640}] I0702 02:08:35.687989 3413 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:u4237236640}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.688011 3413 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:0xc008e6df00 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:u4237236640} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4237236640}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.688021 3413 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:0x6559746927caf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "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:0x6559746923244}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc70c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974692321b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc6e5}, "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:0x655974692671f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ffbe7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xeb, 0xb8, 0xa0, 0x8d, 0x2, 0x80, 0x43, 0x41, 0x95, 0x64, 0x78, 0x6, 0xc2, 0x3, 0x9, 0x94}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746927caf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0702 02:08:35.688134 3413 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:0x655974643b7eb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0702 02:08:35.688229 3413 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} I0702 02:08:35.688328 3413 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:0x655974645afb8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "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:0x655974645af46}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974645af44}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440c}, "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:0x655974645afb8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x31, 0xce, 0x71, 0x2a, 0xe0, 0xb3, 0x44, 0x49, 0x9c, 0x2c, 0xca, 0xb9, 0x4f, 0xa1, 0xbc, 0xea}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597468430d9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x61c5a1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x15} I0702 02:08:35.688402 3413 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-81c69af3fc666d7bf7a38db2996e47ac54bbff273c6641439609a90670e65883-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d81c69af3fc666d7bf7a38db2996e47ac54bbff273c6641439609a90670e65883_2dmerged_2emount"}, Sequence:0x16} I0702 02:08:35.688569 3413 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:0x65597467d3758}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5acc20}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x17} I0702 02:08:35.688686 3413 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:0x6559746922cf2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "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:0x6559746922cea}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922ce9}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbb, 0xeb, 0xec, 0xd6, 0xb3, 0xcd, 0x43, 0xe1, 0xac, 0x61, 0x2b, 0x41, 0x9f, 0x42, 0x96, 0x20}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x18} I0702 02:08:35.688781 3413 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:u4237236641}] I0702 02:08:35.688766 3413 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:0x6559746953685}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "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:0x655974695367d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb46}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974695367a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb43}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9, 0x1c, 0xbb, 0x8d, 0xb4, 0xc6, 0x4d, 0xa0, 0x98, 0xa1, 0x57, 0x9d, 0xe2, 0xbe, 0x51, 0x17}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x19} I0702 02:08:35.688844 3413 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:u4237236641}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.688864 3413 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:0xc009264ba0 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:u4237236641} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4237236641}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.689419 3413 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:u4237236642}] I0702 02:08:35.689470 3413 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:u4237236642}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.689489 3413 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:0xc009265820 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:u4237236642} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4237236642}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.690116 3413 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:u4237236643}] I0702 02:08:35.690165 3413 address_set.go:302] New(u4237236643/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0702 02:08:35.690172 3413 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:u4237236643}] I0702 02:08:35.690552 3413 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:u4237236644}] I0702 02:08:35.690589 3413 address_set.go:302] New(u4237236644/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0702 02:08:35.690598 3413 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:u4237236644}] I0702 02:08:35.690911 3413 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:u4237236645}] I0702 02:08:35.690933 3413 address_set.go:302] New(u4237236645/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0702 02:08:35.690938 3413 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:u4237236645}] I0702 02:08:35.691274 3413 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:08:35.691326 3413 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-1-108.ec2.internal I0702 02:08:35.691442 3413 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 == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.691463 3413 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.691810 3413 obj_retry.go:551] Creating *factory.egressNode ip-10-0-2-7.ec2.internal took: 517.352µs I0702 02:08:35.691920 3413 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:u4237236646}] I0702 02:08:35.692005 3413 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:u4237236646}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.692026 3413 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:u4237236646} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u4237236646}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.692596 3413 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 == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.692622 3413 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.692913 3413 egressip.go:1976] Egress node: ip-10-0-1-108.ec2.internal about to be initialized I0702 02:08:35.692980 3413 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:u4237236647}] I0702 02:08:35.693017 3413 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:u4237236647}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.693035 3413 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:u4237236647} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236647}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.693393 3413 obj_retry.go:551] Creating *factory.egressNode ip-10-0-1-108.ec2.internal took: 2.046487ms I0702 02:08:35.693417 3413 factory.go:1336] Added *v1.Node event handler 10 I0702 02:08:35.693445 3413 factory.go:1336] Added *v1.EgressIP event handler 11 I0702 02:08:35.693669 3413 factory.go:1336] Added *v1.EgressFirewall event handler 12 I0702 02:08:35.693737 3413 controller.go:132] Adding controller ef_node_controller event handlers I0702 02:08:35.693763 3413 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0702 02:08:35.693780 3413 shared_informer.go:320] Caches are synced for ef_node_controller I0702 02:08:35.693789 3413 controller.go:156] Starting controller ef_node_controller with 1 workers I0702 02:08:35.693799 3413 egressqos.go:192] Setting up event handlers for EgressQoS I0702 02:08:35.693928 3413 egressqos.go:244] Starting EgressQoS Controller I0702 02:08:35.693936 3413 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0702 02:08:35.693940 3413 shared_informer.go:320] Caches are synced for egressqosnodes I0702 02:08:35.693944 3413 shared_informer.go:313] Waiting for caches to sync for egressqospods I0702 02:08:35.693948 3413 shared_informer.go:320] Caches are synced for egressqospods I0702 02:08:35.693951 3413 shared_informer.go:313] Waiting for caches to sync for egressqos I0702 02:08:35.693955 3413 shared_informer.go:320] Caches are synced for egressqos I0702 02:08:35.693960 3413 egressqos.go:258] Repairing EgressQoSes I0702 02:08:35.693965 3413 egressqos.go:398] Starting repairing loop for egressqos I0702 02:08:35.694066 3413 egressqos.go:400] Finished repairing loop for egressqos: 99.887µs I0702 02:08:35.694086 3413 egressservice_zone.go:130] Setting up event handlers for Egress Services I0702 02:08:35.694113 3413 egressqos.go:1006] Processing sync for EgressQoS node ip-10-0-1-108.ec2.internal I0702 02:08:35.694248 3413 egressservice_zone.go:208] Starting Egress Services Controller I0702 02:08:35.694261 3413 shared_informer.go:313] Waiting for caches to sync for egressservices I0702 02:08:35.694248 3413 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-4tf6m as it is not a known egress service I0702 02:08:35.694267 3413 shared_informer.go:320] Caches are synced for egressservices I0702 02:08:35.694275 3413 egressservice_zone_endpointslice.go:80] Ignoring updating default/packageserver for endpointslice default/packageserver-tdc99 as it is not a known egress service I0702 02:08:35.694276 3413 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0702 02:08:35.694284 3413 shared_informer.go:320] Caches are synced for egressservices_services I0702 02:08:35.694284 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-mp6sd as it is not a known egress service I0702 02:08:35.694291 3413 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0702 02:08:35.694292 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-g9whv as it is not a known egress service I0702 02:08:35.694297 3413 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0702 02:08:35.694300 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-6nzz8 as it is not a known egress service I0702 02:08:35.694303 3413 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0702 02:08:35.694306 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-t2njr as it is not a known egress service I0702 02:08:35.694307 3413 shared_informer.go:320] Caches are synced for egressservices_nodes I0702 02:08:35.694315 3413 egressservice_zone.go:226] Repairing Egress Services I0702 02:08:35.694316 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-hvjw9 as it is not a known egress service I0702 02:08:35.694324 3413 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-t2snz as it is not a known egress service I0702 02:08:35.694126 3413 egressqos.go:1021] EgressQoS ip-10-0-1-108.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-1-108.ec2.internal a0c12473-173e-4974-a6c2-8760b1755e00 9117 0 2026-07-02 02:08:06 +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-2921f922c2-workers-1 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-1-108.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-0eae889d41f39efb0","ifaddr":{"ipv4":"10.0.1.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/cluster-name:2r9nbgvmgvbn22v764b0rl5o6j84ga27 cluster.x-k8s.io/cluster-namespace:ocm-production-2r9nbgvmgvbn22v764b0rl5o6j84ga27-kx-2921f922c2 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-2921f922c2-workers-1-z2kq4-csnbf cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-2921f922c2-workers-1-z2kq4 csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-020d8f987512b584b"} 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-108.ec2.internal","mac-address":"0a:ff:c2:43:92:05","ip-addresses":["10.0.1.108/24"],"ip-address":"10.0.1.108/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:108b79b4-c642-4ed8-873a-708110063b61 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.108/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-108.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1d/i-020d8f987512b584b,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: {{33168703488 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: {{31990104064 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-02 02:08:16 +0000 UTC,LastTransitionTime:2026-07-02 02:08:06 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-02 02:08:16 +0000 UTC,LastTransitionTime:2026-07-02 02:08:06 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-02 02:08:16 +0000 UTC,LastTransitionTime:2026-07-02 02:08:06 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-02 02:08:16 +0000 UTC,LastTransitionTime:2026-07-02 02:08:06 +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.108,},NodeAddress{Type:InternalDNS,Address:ip-10-0-1-108.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-1-108.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2c357dcc5aecc413e81095b0214a48,SystemUUID:ec2c357d-cc5a-ecc4-13e8-1095b0214a48,BootID:e8e15420-d941-45d9-b725-77a8e2422f3f,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,},} I0702 02:08:35.694833 3413 egressqos.go:1009] Finished syncing EgressQoS node ip-10-0-1-108.ec2.internal : 719.119µs I0702 02:08:35.694927 3413 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 == {20c9968f-7391-4db4-86b1-22b7c10233af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.694951 3413 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {20c9968f-7391-4db4-86b1-22b7c10233af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:35.695122 3413 master_controller.go:87] Starting Admin Policy Based Route Controller I0702 02:08:35.695134 3413 external_controller.go:276] Starting Admin Policy Based Route Controller I0702 02:08:35.695206 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-qjshx as it is not a known egress service I0702 02:08:35.695236 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-108.ec2.internal I0702 02:08:35.695246 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-108.ec2.internal: 14.212µs I0702 02:08:35.695255 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-7.ec2.internal I0702 02:08:35.695259 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-7.ec2.internal: 4.634µs I0702 02:08:35.695267 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-dq4j5 as it is not a known egress service I0702 02:08:35.695273 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-7zgmt as it is not a known egress service I0702 02:08:35.695281 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-bql8b as it is not a known egress service I0702 02:08:35.695287 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-h7zzv as it is not a known egress service I0702 02:08:35.695293 3413 egressservice_zone_endpointslice.go:80] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0702 02:08:35.695303 3413 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-b7xgc as it is not a known egress service I0702 02:08:35.695310 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-w99gj as it is not a known egress service I0702 02:08:35.695316 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-2758t as it is not a known egress service I0702 02:08:35.695323 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-f4475 as it is not a known egress service I0702 02:08:35.695328 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-zdm5q as it is not a known egress service I0702 02:08:35.695334 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-vt2wq as it is not a known egress service I0702 02:08:35.695340 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-vbc7v as it is not a known egress service I0702 02:08:35.695345 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-ghggj as it is not a known egress service I0702 02:08:35.695348 3413 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-k5pn4 as it is not a known egress service I0702 02:08:35.695352 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-sv2sp as it is not a known egress service I0702 02:08:35.695358 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-g6b5x as it is not a known egress service I0702 02:08:35.695362 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-mrtdf as it is not a known egress service I0702 02:08:35.695367 3413 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-smrfv as it is not a known egress service I0702 02:08:35.695373 3413 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-8x7sl as it is not a known egress service I0702 02:08:35.695378 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-xjfbf as it is not a known egress service I0702 02:08:35.695386 3413 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-5z9g8 as it is not a known egress service I0702 02:08:35.695391 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-q5c97 as it is not a known egress service I0702 02:08:35.695322 3413 default_network_controller.go:588] Completing all the Watchers took 324.873369ms I0702 02:08:35.695401 3413 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-98q4w as it is not a known egress service I0702 02:08:35.695414 3413 default_network_controller.go:592] Starting unidling controllers I0702 02:08:35.695431 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0702 02:08:35.695491 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0702 02:08:35.695504 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0702 02:08:35.695509 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0702 02:08:35.695515 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0702 02:08:35.695522 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0702 02:08:35.695444 3413 unidle.go:45] Registering OVN SB ControllerEvent handler I0702 02:08:35.695528 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0702 02:08:35.695536 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0702 02:08:35.695542 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0702 02:08:35.695542 3413 unidle.go:62] Populating Initial ContollerEvent events I0702 02:08:35.695549 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0702 02:08:35.695553 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0702 02:08:35.695557 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0702 02:08:35.695560 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0702 02:08:35.695562 3413 unidle.go:78] Setting up event handlers for services I0702 02:08:35.695564 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0702 02:08:35.695568 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0702 02:08:35.695571 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0702 02:08:35.695579 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0702 02:08:35.695461 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-wfh8m I0702 02:08:35.695587 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0702 02:08:35.695595 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0702 02:08:35.695603 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0702 02:08:35.695607 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0702 02:08:35.695607 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:35.695614 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0702 02:08:35.695620 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0702 02:08:35.695625 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-qk9j7 I0702 02:08:35.695626 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0702 02:08:35.695633 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:35.695634 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0702 02:08:35.695642 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0702 02:08:35.695641 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-c86qm I0702 02:08:35.695645 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0702 02:08:35.695650 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0702 02:08:35.695650 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-gw2rx I0702 02:08:35.695657 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0702 02:08:35.695658 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-zbfdq I0702 02:08:35.695663 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0702 02:08:35.695666 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:35.695669 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0702 02:08:35.695674 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:35.695675 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0702 02:08:35.695681 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:35.695682 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0702 02:08:35.695687 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-x254f I0702 02:08:35.695689 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0702 02:08:35.695694 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:35.695696 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0702 02:08:35.695701 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-7lhn6 I0702 02:08:35.695703 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0702 02:08:35.695707 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-7.ec2.internal I0702 02:08:35.695709 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0702 02:08:35.695715 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:35.695716 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0702 02:08:35.695722 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-7.ec2.internal I0702 02:08:35.695722 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0702 02:08:35.695728 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0702 02:08:35.695728 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:35.695733 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0702 02:08:35.695736 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-j27bl I0702 02:08:35.695739 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0702 02:08:35.695743 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-t9fln I0702 02:08:35.695745 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0702 02:08:35.695749 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:35.695751 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0702 02:08:35.695757 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0702 02:08:35.695763 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0702 02:08:35.695769 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0702 02:08:35.695775 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0702 02:08:35.695783 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0702 02:08:35.695789 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0702 02:08:35.695794 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0702 02:08:35.695798 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0702 02:08:35.695802 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0702 02:08:35.695805 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0702 02:08:35.695809 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0702 02:08:35.695813 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0702 02:08:35.695816 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0702 02:08:35.695819 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0702 02:08:35.695823 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0702 02:08:35.695829 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0702 02:08:35.695835 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0702 02:08:35.695840 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0702 02:08:35.695846 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0702 02:08:35.695852 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0702 02:08:35.695859 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0702 02:08:35.695866 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0702 02:08:35.695871 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0702 02:08:35.695876 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0702 02:08:35.695880 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0702 02:08:35.695884 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0702 02:08:35.695887 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0702 02:08:35.695891 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0702 02:08:35.695894 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0702 02:08:35.695898 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0702 02:08:35.695901 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0702 02:08:35.695905 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0702 02:08:35.695908 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0702 02:08:35.695912 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0702 02:08:35.695915 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0702 02:08:35.695919 3413 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27 I0702 02:08:35.743029 3413 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-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_2escope"}, Sequence:0x1a} I0702 02:08:35.743068 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953", "crio-conmon-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope"}, Sequence:0x1b} I0702 02:08:35.743190 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0702 02:08:35.743281 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:35.743367 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0702 02:08:35.756670 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.756731 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x6559749236557}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa20}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749236554}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa1d}, "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{0xda, 0x3b, 0x8a, 0xae, 0xdc, 0x44, 0x49, 0xc7, 0xb0, 0x55, 0xfa, 0x85, 0x29, 0x39, 0xc0, 0xaa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0702 02:08:35.756901 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.757075 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x6559749239a04}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "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:0x6559749236557}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa20}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749236554}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa1d}, "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:0x6559749239a04}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xda, 0x3b, 0x8a, 0xae, 0xdc, 0x44, 0x49, 0xc7, 0xb0, 0x55, 0xfa, 0x85, 0x29, 0x39, 0xc0, 0xaa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749239a04}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x22} I0702 02:08:35.757152 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3b9, "/org/freedesktop/systemd1/job/953", "crio-conmon-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope", "done"}, Sequence:0x23} I0702 02:08:35.757167 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.757252 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x6559749239a04}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "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:0x6559749236557}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa20}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749236554}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa1d}, "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:0x6559749239a04}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xda, 0x3b, 0x8a, 0xae, 0xdc, 0x44, 0x49, 0xc7, 0xb0, 0x55, 0xfa, 0x85, 0x29, 0x39, 0xc0, 0xaa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749239a04}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x25} I0702 02:08:35.762022 3413 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-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope", "/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_2escope"}, Sequence:0x26} I0702 02:08:35.762046 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959", "crio-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope"}, Sequence:0x27} I0702 02:08:35.762152 3413 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:0x65597467d560d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5aead6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0702 02:08:35.762227 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:35.762362 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2a} I0702 02:08:35.762412 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0702 02:08:35.763569 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.763785 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x655974923b003}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144cc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974923b001}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144ca}, "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{0x69, 0xf3, 0xc1, 0x9a, 0x2b, 0xaf, 0x42, 0x44, 0x84, 0x73, 0xb5, 0xed, 0xc2, 0xa9, 0xaf, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0702 02:08:35.763870 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.763998 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x655974923b540}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "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:0x655974923b003}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144cc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974923b001}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144ca}, "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:0x655974923b540}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x69, 0xf3, 0xc1, 0x9a, 0x2b, 0xaf, 0x42, 0x44, 0x84, 0x73, 0xb5, 0xed, 0xc2, 0xa9, 0xaf, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974923b540}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0702 02:08:35.764131 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3bf, "/org/freedesktop/systemd1/job/959", "crio-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope", "done"}, Sequence:0x30} I0702 02:08:35.764166 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.764203 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x655974923b540}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "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:0x655974923b003}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144cc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974923b001}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144ca}, "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:0x655974923b540}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x69, 0xf3, 0xc1, 0x9a, 0x2b, 0xaf, 0x42, 0x44, 0x84, 0x73, 0xb5, 0xed, 0xc2, 0xa9, 0xaf, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974923b540}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0702 02:08:35.829853 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.829900 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x655974923b540}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974924b633}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3024afc}, "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:0x655974923b003}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144cc}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974923b001}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x30144ca}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974924b633}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3024afc}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974923b540}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3014a08}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x69, 0xf3, 0xc1, 0x9a, 0x2b, 0xaf, 0x42, 0x44, 0x84, 0x73, 0xb5, 0xed, 0xc2, 0xa9, 0xaf, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974924b633}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3024afc}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x34} I0702 02:08:35.829971 3413 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-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope", "/org/freedesktop/systemd1/unit/crio_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_2escope"}, Sequence:0x35} I0702 02:08:35.851184 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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} I0702 02:08:35.851253 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_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:0x6559749239a04}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597492509b1}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3029e79}, "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:0x6559749236557}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa20}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749236554}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x300fa1d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597492509b1}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3029e79}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749239a04}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3012ecd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xda, 0x3b, 0x8a, 0xae, 0xdc, 0x44, 0x49, 0xc7, 0xb0, 0x55, 0xfa, 0x85, 0x29, 0x39, 0xc0, 0xaa}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597492509b1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3029e79}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x37} I0702 02:08:35.851324 3413 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-a7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2da7a81e499e44a2d426d49a0084028e1892c57e273ee2db4be379d936a603232e_2escope"}, Sequence:0x38} I0702 02:08:35.862578 3413 ovs.go:159] Exec(38): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3077.ctl connection-status I0702 02:08:35.866571 3413 ovs.go:162] Exec(38): stdout: "connected\n" I0702 02:08:35.866589 3413 ovs.go:163] Exec(38): stderr: "" I0702 02:08:35.866597 3413 default_node_network_controller.go:510] Node connection status = connected I0702 02:08:35.866606 3413 ovs.go:159] Exec(39): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 02:08:35.871778 3413 ovs.go:162] Exec(39): stdout: "" I0702 02:08:35.871794 3413 ovs.go:163] Exec(39): stderr: "" I0702 02:08:35.871803 3413 ovs.go:159] Exec(40): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 02:08:35.876149 3413 ovs.go:162] Exec(40): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=15\n" I0702 02:08:35.876162 3413 ovs.go:163] Exec(40): stderr: "" I0702 02:08:35.876176 3413 ovs.go:159] Exec(41): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-108.ec2.internal-to-br-int ofport I0702 02:08:35.880887 3413 ovs.go:162] Exec(41): stdout: "" I0702 02:08:35.880900 3413 ovs.go:163] Exec(41): stderr: "" I0702 02:08:36.357427 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:36.357681 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:36.357694 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:36.357707 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in node ip-10-0-1-108.ec2.internal I0702 02:08:36.357713 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:36.357719 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:36.357726 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:36.362829 3413 ovs.go:159] Exec(42): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3077.ctl connection-status I0702 02:08:36.366809 3413 ovs.go:162] Exec(42): stdout: "connected\n" I0702 02:08:36.366827 3413 ovs.go:163] Exec(42): stderr: "" I0702 02:08:36.366835 3413 default_node_network_controller.go:510] Node connection status = connected I0702 02:08:36.366845 3413 ovs.go:159] Exec(43): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 02:08:36.372050 3413 ovs.go:162] Exec(43): stdout: "" I0702 02:08:36.372061 3413 ovs.go:163] Exec(43): stderr: "" I0702 02:08:36.372070 3413 ovs.go:159] Exec(44): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 02:08:36.376474 3413 ovs.go:162] Exec(44): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0702 02:08:36.376488 3413 ovs.go:163] Exec(44): stderr: "" I0702 02:08:36.376499 3413 ovs.go:159] Exec(45): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-108.ec2.internal-to-br-int ofport I0702 02:08:36.381420 3413 ovs.go:162] Exec(45): stdout: "" I0702 02:08:36.381439 3413 ovs.go:163] Exec(45): stderr: "" I0702 02:08:36.862170 3413 ovs.go:159] Exec(46): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3077.ctl connection-status I0702 02:08:36.866125 3413 ovs.go:162] Exec(46): stdout: "connected\n" I0702 02:08:36.866143 3413 ovs.go:163] Exec(46): stderr: "" I0702 02:08:36.866151 3413 default_node_network_controller.go:510] Node connection status = connected I0702 02:08:36.866161 3413 ovs.go:159] Exec(47): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 02:08:36.871507 3413 ovs.go:162] Exec(47): stdout: "" I0702 02:08:36.871524 3413 ovs.go:163] Exec(47): stderr: "" I0702 02:08:36.871534 3413 ovs.go:159] Exec(48): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 02:08:36.875897 3413 ovs.go:162] Exec(48): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0702 02:08:36.875912 3413 ovs.go:163] Exec(48): stderr: "" I0702 02:08:36.875924 3413 ovs.go:159] Exec(49): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-108.ec2.internal-to-br-int ofport I0702 02:08:36.880928 3413 ovs.go:162] Exec(49): stdout: "" I0702 02:08:36.880943 3413 ovs.go:163] Exec(49): stderr: "" I0702 02:08:37.058464 3413 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}" I0702 02:08:37.344680 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:37.344707 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-108.ec2.internal E0702 02:08:37.344748 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:08:37.344771 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:08:37.344781 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:08:37.344915 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:37.344926 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-108.ec2.internal I0702 02:08:37.344963 3413 egressip.go:1976] Egress node: ip-10-0-1-108.ec2.internal about to be initialized I0702 02:08:37.345025 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.345072 3413 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:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.345093 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.362842 3413 ovs.go:159] Exec(50): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3077.ctl connection-status I0702 02:08:37.366824 3413 ovs.go:162] Exec(50): stdout: "connected\n" I0702 02:08:37.366844 3413 ovs.go:163] Exec(50): stderr: "" I0702 02:08:37.366852 3413 default_node_network_controller.go:510] Node connection status = connected I0702 02:08:37.366862 3413 ovs.go:159] Exec(51): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 02:08:37.372022 3413 ovs.go:162] Exec(51): stdout: "" I0702 02:08:37.372039 3413 ovs.go:163] Exec(51): stderr: "" I0702 02:08:37.372050 3413 ovs.go:159] Exec(52): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 02:08:37.376325 3413 ovs.go:162] Exec(52): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=4 byte_count=336 flow_count=15\n" I0702 02:08:37.376340 3413 ovs.go:163] Exec(52): stderr: "" I0702 02:08:37.376353 3413 ovs.go:159] Exec(53): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-108.ec2.internal-to-br-int ofport I0702 02:08:37.381140 3413 ovs.go:162] Exec(53): stdout: "" I0702 02:08:37.381162 3413 ovs.go:163] Exec(53): stderr: "" I0702 02:08:37.862545 3413 ovs.go:159] Exec(54): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3077.ctl connection-status I0702 02:08:37.867901 3413 ovs.go:162] Exec(54): stdout: "connected\n" I0702 02:08:37.867920 3413 ovs.go:163] Exec(54): stderr: "" I0702 02:08:37.867928 3413 default_node_network_controller.go:510] Node connection status = connected I0702 02:08:37.867938 3413 ovs.go:159] Exec(55): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0702 02:08:37.873788 3413 ovs.go:162] Exec(55): stdout: "" I0702 02:08:37.873804 3413 ovs.go:163] Exec(55): stderr: "" I0702 02:08:37.873814 3413 ovs.go:159] Exec(56): /usr/bin/ovs-ofctl dump-aggregate br-int I0702 02:08:37.879226 3413 ovs.go:162] Exec(56): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=5 byte_count=382 flow_count=1379\n" I0702 02:08:37.879246 3413 ovs.go:163] Exec(56): stderr: "" I0702 02:08:37.879263 3413 ovs.go:159] Exec(57): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-108.ec2.internal-to-br-int ofport I0702 02:08:37.884768 3413 ovs.go:162] Exec(57): stdout: "2\n" I0702 02:08:37.884789 3413 ovs.go:163] Exec(57): stderr: "" I0702 02:08:37.884797 3413 gateway.go:452] Gateway is ready I0702 02:08:37.884808 3413 gateway_shared_intf.go:2284] Creating Gateway Openflow Manager I0702 02:08:37.884819 3413 ovs.go:159] Exec(58): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-1-108.ec2.internal-to-br-int ofport I0702 02:08:37.890475 3413 ovs.go:162] Exec(58): stdout: "2\n" I0702 02:08:37.890493 3413 ovs.go:163] Exec(58): stderr: "" I0702 02:08:37.890505 3413 ovs.go:159] Exec(59): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0702 02:08:37.896039 3413 ovs.go:162] Exec(59): stdout: "1\n" I0702 02:08:37.896052 3413 ovs.go:163] Exec(59): stderr: "" I0702 02:08:37.896410 3413 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0702 02:08:37.896505 3413 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0702 02:08:37.896518 3413 node_ip_handler_linux.go:259] Node primary address changed to 10.0.1.108. Updating OVN encap IP. I0702 02:08:37.896529 3413 ovs.go:159] Exec(60): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0702 02:08:37.901303 3413 ovs.go:162] Exec(60): stdout: "\"10.0.1.108\"\n" I0702 02:08:37.901315 3413 ovs.go:163] Exec(60): stderr: "" I0702 02:08:37.901322 3413 node_ip_handler_linux.go:561] Will not update encap IP 10.0.1.108 - it is already configured I0702 02:08:37.901329 3413 node_ip_handler_linux.go:504] Node address changed to map[10.0.1.108/24:{} 172.20.0.1/32:{}]. Updating annotations. I0702 02:08:37.901511 3413 kube.go:130] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.1.108/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-108.ec2.internal","mac-address":"0a:ff:c2:43:92:05","ip-addresses":["10.0.1.108/24"],"ip-address":"10.0.1.108/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:108b79b4-c642-4ed8-873a-708110063b61 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.108/24"}] on node ip-10-0-1-108.ec2.internal I0702 02:08:37.916411 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-108.ec2.internal I0702 02:08:37.916466 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:37.916523 3413 node_tracker.go:172] Node ip-10-0-1-108.ec2.internal switch + router changed, syncing services I0702 02:08:37.916561 3413 gateway_shared_intf.go:2573] Setting OVN Masquerade route with source: 10.0.1.108 I0702 02:08:37.916592 3413 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.108 Gw: Flags: [] Table: 0 Realm: 0} I0702 02:08:37.916530 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-108.ec2.internal E0702 02:08:37.916730 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:08:37.916743 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:08:37.916749 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:08:37.916568 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:08:37.916795 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:08:37.916808 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:37.916816 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:37.916822 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:08:37.916829 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:37.916836 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:08:37.916843 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:08:37.916849 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:37.916858 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:08:37.916864 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:08:37.916487 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-108.ec2.internal I0702 02:08:37.916877 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:08:37.916883 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:08:37.916884 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:37.916894 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-108.ec2.internal: 404.705µs I0702 02:08:37.916493 3413 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-1-108.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-2921f922c2-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-108.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 I0702 02:08:37.916930 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-108.ec2.internal in Admin Network Policy controller I0702 02:08:37.916940 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-108.ec2.internal Admin Network Policy controller: took 21.777µs I0702 02:08:37.916770 3413 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.108 Gw: Flags: [] Table: 254 Realm: 0} I0702 02:08:37.916967 3413 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-108.ec2.internal I0702 02:08:37.916894 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.916989 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:37.916899 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.916999 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:08:37.917007 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:37.917014 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:37.917013 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:08:37.917022 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:08:37.917029 3413 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.1.232"}, 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}} I0702 02:08:37.917037 3413 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.147.233"}, 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}} I0702 02:08:37.917049 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:37.917051 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917056 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:08:37.917055 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917062 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917068 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917071 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:37.917083 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 11.695µs I0702 02:08:37.917103 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:08:37.917082 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.917086 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.917071 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d25cfc22-6f5f-460b-861e-1e450ed1f6fe}]} external_ids:{GoMap:map[physical_ip:10.0.1.108 physical_ips:10.0.1.108]} load_balancer_group:{GoSet:[{GoUUID:2650c6a8-9052-4a83-9d4c-d7da84924713} {GoUUID:95a0a7d0-264b-40a6-869a-aeea986cad24}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:108b79b4-c642-4ed8-873a-708110063b61 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 == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.917115 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.917116 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:08:37.917127 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.917128 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:08:37.916876 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:37.917140 3413 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 I0702 02:08:37.917140 3413 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 I0702 02:08:37.917117 3413 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:d25cfc22-6f5f-460b-861e-1e450ed1f6fe}]} external_ids:{GoMap:map[physical_ip:10.0.1.108 physical_ips:10.0.1.108]} load_balancer_group:{GoSet:[{GoUUID:2650c6a8-9052-4a83-9d4c-d7da84924713} {GoUUID:95a0a7d0-264b-40a6-869a-aeea986cad24}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:108b79b4-c642-4ed8-873a-708110063b61 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 == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.917163 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:08:37.917169 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:37.917174 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 289.172µs I0702 02:08:37.917176 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 295.38µs I0702 02:08:37.917189 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:08:37.917111 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.917195 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:37.917205 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.93µs I0702 02:08:37.917236 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:08:37.917149 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.917253 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:08:37.917269 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:08:37.917268 3413 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.178.162"}, 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}} I0702 02:08:37.917285 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917283 3413 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.138.94"}, 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}} I0702 02:08:37.917297 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917298 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917307 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917314 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000361783 seconds. No OVN measurement. I0702 02:08:37.916893 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.917321 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.917343 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:08:37.917360 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.917365 3413 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}" I0702 02:08:37.917323 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.917372 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.917381 3413 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}" I0702 02:08:37.917384 3413 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 I0702 02:08:37.917247 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.917394 3413 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}" I0702 02:08:37.917405 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.108 Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:08:37.917405 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:08:37.917410 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:08:37.917418 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 315.004µs I0702 02:08:37.917382 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:08:37.917432 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:08:37.917510 3413 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 I0702 02:08:37.917536 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:37.917544 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 670.13µs I0702 02:08:37.917559 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:37.917363 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:08:37.917649 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917668 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917690 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.917721 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.917732 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:08:37.917742 3413 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 I0702 02:08:37.917063 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:37.917721 3413 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-108.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {473883c4-73a2-438a-ba0b-eb64dbacf688}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.917764 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:08:37.917783 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 909.922µs I0702 02:08:37.917799 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:08:37.917790 3413 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:473883c4-73a2-438a-ba0b-eb64dbacf688}]}}] Timeout: Where:[where column _uuid == {a551bcf6-ff38-4919-ab47-c9f5fbb90133}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.917416 3413 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.194.188"}, 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}} I0702 02:08:37.917895 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917915 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.917936 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.917973 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.917767 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:37.917985 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.917994 3413 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 I0702 02:08:37.917998 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:37.918007 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:08:37.918016 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:37.918017 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:08:37.918021 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:37.918026 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:08:37.918025 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 788.196µs I0702 02:08:37.918032 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:08:37.917435 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:08:37.918041 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:37.917198 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918051 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918043 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:08:37.918121 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:08:37.918122 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:08:37.918132 3413 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.185.252"}, 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}} I0702 02:08:37.918135 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:37.918135 3413 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.3.55"}, 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}} I0702 02:08:37.918148 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:37.918150 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918152 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:08:37.918160 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:37.918168 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:08:37.918175 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:08:37.918165 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:08:37.918181 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:08:37.918187 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:08:37.918193 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:08:37.918187 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:08:37.918203 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:08:37.918207 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918142 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918209 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:08:37.918237 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918241 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:08:37.918249 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:37.918255 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:37.918261 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:08:37.918267 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:37.918272 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:37.918276 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:37.918280 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:37.917811 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918258 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.918297 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.918304 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:08:37.918283 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.918311 3413 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.181.87"}, 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}} I0702 02:08:37.918323 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918329 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918341 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.917569 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918375 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:08:37.918160 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918321 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:08:37.918401 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:08:37.917818 3413 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-108.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {473883c4-73a2-438a-ba0b-eb64dbacf688}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:473883c4-73a2-438a-ba0b-eb64dbacf688}]}}] Timeout: Where:[where column _uuid == {a551bcf6-ff38-4919-ab47-c9f5fbb90133}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.918415 3413 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.29.193"}, 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}} I0702 02:08:37.918409 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.918429 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918435 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:08:37.918439 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918444 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:08:37.918451 3413 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 I0702 02:08:37.918455 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.918486 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.918403 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:08:37.918504 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.918508 3413 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 I0702 02:08:37.918515 3413 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 I0702 02:08:37.918541 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:37.918552 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 994.391µs I0702 02:08:37.918567 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:37.918579 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 11.841µs I0702 02:08:37.918588 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:37.918473 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:08:37.918615 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.4199ms I0702 02:08:37.918523 3413 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:"6aed5565-80bd-4d2d-b2fb-e477e7afd590", 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:08:37.918637 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:08:37.918386 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:08:37.918672 3413 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 I0702 02:08:37.918309 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:08:37.918714 3413 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 I0702 02:08:37.918651 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918733 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:37.918741 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 700.555µs I0702 02:08:37.918747 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:08:37.918753 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:37.918767 3413 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.124.2"}, 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}} I0702 02:08:37.918788 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918757 3413 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.179.128:443: 172.30.179.128:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6aed5565-80bd-4d2d-b2fb-e477e7afd590}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.918798 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918762 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918801 3413 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 == {e456305e-9716-4f71-affa-6b8c4c94fc37}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.918597 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918848 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:08:37.918835 3413 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-108.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.108:30970: 10.0.1.108:31768: 172.20.0.1:30970: 172.20.0.1:31768:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236648}] I0702 02:08:37.918860 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:08:37.918862 3413 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.2.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}} I0702 02:08:37.918863 3413 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:e456305e-9716-4f71-affa-6b8c4c94fc37}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.918874 3413 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.68.161"}, 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}} I0702 02:08:37.918877 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918700 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:08:37.918890 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918895 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.096776ms I0702 02:08:37.918908 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:37.918884 3413 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 == {e456305e-9716-4f71-affa-6b8c4c94fc37}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:e456305e-9716-4f71-affa-6b8c4c94fc37}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.918908 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.918894 3413 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-108.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.108:30970: 10.0.1.108:31768: 169.254.0.3:30970: 169.254.0.3:31768: 172.20.0.1:30970: 172.20.0.1:31768:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236649}] I0702 02:08:37.918927 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.918934 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:37.918941 3413 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 I0702 02:08:37.918918 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.918889 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918959 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:37.918957 3413 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:u4237236649}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.918969 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918976 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:08:37.918988 3413 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.30.123"}, 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}} I0702 02:08:37.918998 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.918990 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919006 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919000 3413 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:u4237236648}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.919016 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.919034 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.918967 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 213.056µs I0702 02:08:37.919048 3413 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 I0702 02:08:37.919056 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:37.918811 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919069 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:37.919073 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.919077 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 488.359µs I0702 02:08:37.919085 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.919019 3413 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.179.128:443: 172.30.179.128:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6aed5565-80bd-4d2d-b2fb-e477e7afd590}] 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-108.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.108:30970: 10.0.1.108:31768: 172.20.0.1:30970: 172.20.0.1:31768:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236648} {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-108.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.108:30970: 10.0.1.108:31768: 169.254.0.3:30970: 169.254.0.3:31768: 172.20.0.1:30970: 172.20.0.1:31768:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236649} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236649}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4237236648}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.919091 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:08:37.919096 3413 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 I0702 02:08:37.919068 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919119 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:08:37.919020 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919126 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 489.572µs I0702 02:08:37.919139 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:37.919141 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:08:37.919149 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:08:37.919102 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919155 3413 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.226.216"}, 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}} I0702 02:08:37.919163 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:08:37.919172 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919175 3413 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 I0702 02:08:37.919180 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:08:37.919182 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919193 3413 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.194.249"}, 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}} I0702 02:08:37.919202 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:37.919227 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 302.703µs I0702 02:08:37.919229 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919202 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919242 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919248 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.919240 3413 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 == {59391ddc-67fb-4078-b9f7-26c2b6b1f97a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.919261 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:37.919256 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919273 3413 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 I0702 02:08:37.919275 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.919283 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.919289 3413 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 I0702 02:08:37.919295 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:37.919288 3413 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:59391ddc-67fb-4078-b9f7-26c2b6b1f97a}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.919313 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:08:37.919243 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:37.919319 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 228.954µs I0702 02:08:37.919327 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 84.364µs I0702 02:08:37.919313 3413 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 == {59391ddc-67fb-4078-b9f7-26c2b6b1f97a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:59391ddc-67fb-4078-b9f7-26c2b6b1f97a}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.919330 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:08:37.919337 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:08:37.919338 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.692µs I0702 02:08:37.919345 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:08:37.919148 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919364 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919405 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:08:37.919417 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:08:37.919415 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:08:37.919432 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919434 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919441 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:37.919451 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919454 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919470 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:37.919465 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919302 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 246.157µs I0702 02:08:37.919486 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:08:37.919479 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:37.919499 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:08:37.919343 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919505 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:08:37.919508 3413 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 I0702 02:08:37.919514 3413 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 I0702 02:08:37.919523 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:37.919528 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:08:37.919529 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:08:37.919543 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919549 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:37.919564 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919583 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:37.919596 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:37.919500 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:37.919623 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:08:37.919635 3413 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 I0702 02:08:37.919652 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:08:37.919659 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 322.314µs I0702 02:08:37.919624 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919668 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:37.919684 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:08:37.919533 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 187.979µs I0702 02:08:37.919699 3413 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.230.151"}, 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}} I0702 02:08:37.919706 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:08:37.919713 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919714 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.298µs I0702 02:08:37.919722 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919726 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:08:37.919677 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919733 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919750 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:08:37.919752 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:08:37.919758 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:08:37.919764 3413 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 I0702 02:08:37.919766 3413 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.106.110"}, 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}} I0702 02:08:37.919734 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919528 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 390.312µs I0702 02:08:37.919781 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:37.919783 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919789 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 290.5µs I0702 02:08:37.919794 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919796 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:08:37.919803 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:08:37.919800 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:08:37.919817 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919812 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919831 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:37.919841 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:08:37.919845 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919853 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:08:37.919812 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.919863 3413 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 I0702 02:08:37.919807 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:08:37.919870 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:37.919871 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:08:37.919887 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:37.919889 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:08:37.919894 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 224.912µs I0702 02:08:37.919886 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:08:37.919881 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:37.919903 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919907 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:08:37.919906 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919910 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919911 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:08:37.919914 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.028µs I0702 02:08:37.919923 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:08:37.919924 3413 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 I0702 02:08:37.919918 3413 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}} I0702 02:08:37.919949 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.919956 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:08:37.919925 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.919963 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 236.875µs I0702 02:08:37.919969 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:08:37.919974 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:08:37.919931 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:08:37.919980 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:08:37.919981 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:08:37.919991 3413 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 I0702 02:08:37.920003 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:08:37.920013 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:08:37.920018 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 217.341µs I0702 02:08:37.920021 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920027 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:37.920030 3413 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}} I0702 02:08:37.919982 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.920044 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920056 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:08:37.920033 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.920078 3413 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.134.116"}, 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}} I0702 02:08:37.920090 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920096 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920097 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:08:37.920106 3413 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.55.105"}, 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}} I0702 02:08:37.920115 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920108 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.920121 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920126 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.920065 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:08:37.920138 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.920149 3413 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 I0702 02:08:37.920137 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.920163 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:08:37.920171 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:08:37.920177 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 204.011µs I0702 02:08:37.920179 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:08:37.920173 3413 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0702 02:08:37.920187 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:37.920189 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.754111ms I0702 02:08:37.920231 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:08:37.920246 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.920189 3413 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 I0702 02:08:37.920325 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:08:37.920339 3413 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.16.166"}, 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}} I0702 02:08:37.920349 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:37.920356 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920360 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 331.198µs I0702 02:08:37.920367 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920348 3413 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:c2:43:92:05 networks:{GoSet:[10.0.1.108/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bb50aea2-95e7-47e7-95fd-e6ac5f845c94}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.920386 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:37.920145 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:37.920409 3413 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:bb50aea2-95e7-47e7-95fd-e6ac5f845c94}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.920433 3413 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:c2:43:92:05 networks:{GoSet:[10.0.1.108/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {bb50aea2-95e7-47e7-95fd-e6ac5f845c94}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:bb50aea2-95e7-47e7-95fd-e6ac5f845c94}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.920399 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.920482 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:08:37.919994 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:37.920499 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:08:37.920499 3413 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.223.197"}, 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}} I0702 02:08:37.920508 3413 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 I0702 02:08:37.920417 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:08:37.920514 3413 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) I0702 02:08:37.920524 3413 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 I0702 02:08:37.920527 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920534 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:08:37.920540 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 746.815µs I0702 02:08:37.920543 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:08:37.920550 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 626.222µs I0702 02:08:37.920555 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:37.920543 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.920563 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:37.920570 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:08:37.920580 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:08:37.920590 3413 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 I0702 02:08:37.920383 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.920564 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.920631 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.920641 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:37.920650 3413 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 I0702 02:08:37.920648 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:08:37.920666 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:08:37.920663 3413 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.17.153"}, 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}} I0702 02:08:37.920673 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 460.333µs I0702 02:08:37.920678 3413 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) I0702 02:08:37.920192 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.097µs I0702 02:08:37.920685 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:37.920689 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920616 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:37.920695 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.69µs I0702 02:08:37.920700 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 323.378µs I0702 02:08:37.920570 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:37.920709 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.920736 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:37.920744 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:37.920750 3413 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 I0702 02:08:37.920766 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:37.920787 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 231.615µs I0702 02:08:37.920724 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:08:37.920804 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:08:37.920819 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920827 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:37.920843 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:37.920865 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:08:37.920873 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:08:37.920880 3413 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 I0702 02:08:37.920894 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:37.920900 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 337.414µs I0702 02:08:37.920887 3413 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 == {e63b839b-2163-45c5-83a8-f0f91aadc6a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921022 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:c2:43:92:05]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-108.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {795b0809-0bab-45e4-9731-194e3cf0505b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921066 3413 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:e63b839b-2163-45c5-83a8-f0f91aadc6a3} {GoUUID:795b0809-0bab-45e4-9731-194e3cf0505b}]}}] Timeout: Where:[where column _uuid == {1afbab98-2d9d-4826-80f0-710273a329a2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921084 3413 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 == {e63b839b-2163-45c5-83a8-f0f91aadc6a3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:c2:43:92:05]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-108.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {795b0809-0bab-45e4-9731-194e3cf0505b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:e63b839b-2163-45c5-83a8-f0f91aadc6a3} {GoUUID:795b0809-0bab-45e4-9731-194e3cf0505b}]}}] Timeout: Where:[where column _uuid == {1afbab98-2d9d-4826-80f0-710273a329a2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921406 3413 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-108.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {061282c0-844e-4c68-b90e-23f099b317b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921434 3413 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-108.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {061282c0-844e-4c68-b90e-23f099b317b5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921610 3413 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 == {1a6798bb-4f5c-4023-afdb-0bfb52afc656}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921660 3413 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:1a6798bb-4f5c-4023-afdb-0bfb52afc656}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921679 3413 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 == {1a6798bb-4f5c-4023-afdb-0bfb52afc656}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:1a6798bb-4f5c-4023-afdb-0bfb52afc656}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921866 3413 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 == {f29ab4f4-8129-453d-a665-9873209a4175}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921899 3413 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:f29ab4f4-8129-453d-a665-9873209a4175}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.921917 3413 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 == {f29ab4f4-8129-453d-a665-9873209a4175}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:f29ab4f4-8129-453d-a665-9873209a4175}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922091 3413 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 == {ce0712e2-446f-4059-9585-383eebe0ba4c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922132 3413 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:ce0712e2-446f-4059-9585-383eebe0ba4c}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922149 3413 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 == {ce0712e2-446f-4059-9585-383eebe0ba4c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:ce0712e2-446f-4059-9585-383eebe0ba4c}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922364 3413 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 == {7945ebce-bf5d-4ca7-aaed-845234fe92dd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922393 3413 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:7945ebce-bf5d-4ca7-aaed-845234fe92dd}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922408 3413 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 == {7945ebce-bf5d-4ca7-aaed-845234fe92dd}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:7945ebce-bf5d-4ca7-aaed-845234fe92dd}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922629 3413 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a9bfefa7-abf8-4066-87c3-4f98e3a28fbd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922673 3413 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:a9bfefa7-abf8-4066-87c3-4f98e3a28fbd}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.922692 3413 transact.go:42] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a9bfefa7-abf8-4066-87c3-4f98e3a28fbd}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:a9bfefa7-abf8-4066-87c3-4f98e3a28fbd}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.927763 3413 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-108.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-108.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236650}] I0702 02:08:37.927808 3413 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:u4237236650}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.927824 3413 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-108.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-108.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc009940690 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-108.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-108.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-108.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-108.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236650} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4237236650}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.932396 3413 base_network_controller.go:532] When adding node ip-10-0-1-108.ec2.internal for network default, found 12 pods to add to retryPods I0702 02:08:37.932412 3413 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-wfh8m to retryPods for network default I0702 02:08:37.932421 3413 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal to retryPods for network default I0702 02:08:37.932427 3413 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf to retryPods for network default I0702 02:08:37.932432 3413 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-qkmgh to retryPods for network default I0702 02:08:37.932436 3413 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-t9fln to retryPods for network default I0702 02:08:37.932440 3413 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-qk9j7 to retryPods for network default I0702 02:08:37.932445 3413 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal to retryPods for network default I0702 02:08:37.932450 3413 base_network_controller.go:538] Adding pod openshift-multus/multus-7lhn6 to retryPods for network default I0702 02:08:37.932454 3413 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-vgvn4 to retryPods for network default I0702 02:08:37.932459 3413 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-zkdml to retryPods for network default I0702 02:08:37.932463 3413 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-t8szg to retryPods for network default I0702 02:08:37.932468 3413 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-dghkk to retryPods for network default I0702 02:08:37.932480 3413 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0702 02:08:37.932498 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:37.932511 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-108.ec2.internal I0702 02:08:37.932556 3413 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0702 02:08:37.932569 3413 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-1-108.ec2.internal. Updating no re-route policies I0702 02:08:37.932574 3413 obj_retry.go:409] Going to retry *v1.Pod resource setup for 14 objects: [openshift-network-diagnostics/network-check-target-zdvdh openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf openshift-cluster-node-tuning-operator/tuned-qkmgh openshift-image-registry/node-ca-qk9j7 kube-system/konnectivity-agent-wfh8m openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal openshift-multus/multus-additional-cni-plugins-vgvn4 openshift-multus/network-metrics-daemon-zkdml openshift-network-diagnostics/network-check-target-t8szg openshift-multus/multus-7lhn6 kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal openshift-dns/node-resolver-t9fln openshift-ovn-kubernetes/ovnkube-node-dghkk openshift-multus/network-metrics-daemon-km7tb] I0702 02:08:37.932603 3413 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0702 02:08:37.932616 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:37.932630 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:37.932635 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:37.932640 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:37.932644 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:37.932628 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:37.932658 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:37.932658 3413 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/konnectivity-agent-wfh8m I0702 02:08:37.932661 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:37.932670 3413 obj_retry.go:365] Adding new object: *v1.Pod kube-system/konnectivity-agent-wfh8m I0702 02:08:37.932672 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:37.932671 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:37.932677 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-dns/node-resolver-t9fln I0702 02:08:37.932681 3413 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-zdvdh in node ip-10-0-2-7.ec2.internal I0702 02:08:37.932681 3413 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-wfh8m in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932684 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:37.932683 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-image-registry/node-ca-qk9j7 I0702 02:08:37.932691 3413 obj_retry.go:386] Retry successful for *v1.Pod kube-system/konnectivity-agent-wfh8m after 0 failed attempt(s) I0702 02:08:37.932694 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:37.932649 3413 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932703 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-wfh8m I0702 02:08:37.932706 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-image-registry/node-ca-qk9j7 I0702 02:08:37.932707 3413 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:37.932710 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf after 0 failed attempt(s) I0702 02:08:37.932718 3413 obj_retry.go:365] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:37.932719 3413 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-qk9j7 in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932728 3413 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932730 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-image-registry/node-ca-qk9j7 after 0 failed attempt(s) I0702 02:08:37.932735 3413 obj_retry.go:386] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal after 0 failed attempt(s) I0702 02:08:37.932738 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-qk9j7 I0702 02:08:37.932741 3413 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-108.ec2.internal I0702 02:08:37.932686 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-dns/node-resolver-t9fln I0702 02:08:37.932754 3413 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-t9fln in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932748 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.108 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.932768 3413 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.108 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.932660 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:37.932793 3413 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932798 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal after 0 failed attempt(s) I0702 02:08:37.932802 3413 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-108.ec2.internal I0702 02:08:37.932760 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-dns/node-resolver-t9fln after 0 failed attempt(s) I0702 02:08:37.932809 3413 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-t9fln I0702 02:08:37.932735 3413 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-zdvdh, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-zdvdh: suppressed error logged: pod openshift-network-diagnostics/network-check-target-zdvdh: no pod IPs found I0702 02:08:37.932719 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-jfqwf I0702 02:08:37.932706 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:37.932822 3413 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dghkk in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932826 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dghkk after 0 failed attempt(s) I0702 02:08:37.932829 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:37.932658 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:37.932836 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:37.932843 3413 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-qkmgh in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932849 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-qkmgh after 0 failed attempt(s) I0702 02:08:37.932854 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-qkmgh I0702 02:08:37.932665 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-zkdml in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932888 3413 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-zkdml] creating logical port openshift-multus_network-metrics-daemon-zkdml for pod on switch ip-10-0-1-108.ec2.internal I0702 02:08:37.932649 3413 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-t8szg in node ip-10-0-1-108.ec2.internal I0702 02:08:37.932947 3413 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-t8szg] creating logical port openshift-network-diagnostics_network-check-target-t8szg for pod on switch ip-10-0-1-108.ec2.internal I0702 02:08:37.932675 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-7lhn6 I0702 02:08:37.933031 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-7lhn6 I0702 02:08:37.933040 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-7lhn6 in node ip-10-0-1-108.ec2.internal I0702 02:08:37.933047 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-7lhn6 after 0 failed attempt(s) I0702 02:08:37.933053 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-7lhn6 I0702 02:08:37.932697 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in node ip-10-0-1-108.ec2.internal I0702 02:08:37.933066 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 after 0 failed attempt(s) I0702 02:08:37.933072 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:37.932620 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:37.933083 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:37.933091 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-km7tb in node ip-10-0-2-7.ec2.internal I0702 02:08:37.933082 3413 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:01080f2c-8e4a-401a-bdf5-ecaaead021fb requested-chassis:ip-10-0-1-108.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {20130bd3-898c-45ee-9cc0-9c4075ba1251}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933120 3413 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-km7tb, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-km7tb: suppressed error logged: pod openshift-multus/network-metrics-daemon-km7tb: no pod IPs found I0702 02:08:37.933146 3413 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:20130bd3-898c-45ee-9cc0-9c4075ba1251}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933152 3413 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:e7115139-cc9d-479e-a916-768ecb8a7fed requested-chassis:ip-10-0-1-108.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {85c2ad9f-417e-492e-8672-fbff03a6e861}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933250 3413 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:85c2ad9f-417e-492e-8672-fbff03a6e861}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933273 3413 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:20130bd3-898c-45ee-9cc0-9c4075ba1251}]}}] Timeout: Where:[where column _uuid == {f2829641-ad14-4334-9c64-2af683b471d0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933305 3413 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:85c2ad9f-417e-492e-8672-fbff03a6e861}]}}] Timeout: Where:[where column _uuid == {8a31c399-5e79-4ff6-b659-e482a5812138}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933382 3413 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6fa30338-f814-4ae4-9133-3df1aaeee787}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933406 3413 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ecb97c3b-5a15-4e47-a922-73cb6234c8d8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933429 3413 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:6fa30338-f814-4ae4-9133-3df1aaeee787}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933438 3413 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:ecb97c3b-5a15-4e47-a922-73cb6234c8d8}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933450 3413 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:u4237236651}] I0702 02:08:37.933455 3413 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:e7115139-cc9d-479e-a916-768ecb8a7fed requested-chassis:ip-10-0-1-108.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {85c2ad9f-417e-492e-8672-fbff03a6e861}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:85c2ad9f-417e-492e-8672-fbff03a6e861}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:85c2ad9f-417e-492e-8672-fbff03a6e861}]}}] Timeout: Where:[where column _uuid == {8a31c399-5e79-4ff6-b659-e482a5812138}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ecb97c3b-5a15-4e47-a922-73cb6234c8d8}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:ecb97c3b-5a15-4e47-a922-73cb6234c8d8}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933498 3413 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:u4237236651}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933456 3413 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:01080f2c-8e4a-401a-bdf5-ecaaead021fb requested-chassis:ip-10-0-1-108.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {20130bd3-898c-45ee-9cc0-9c4075ba1251}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:20130bd3-898c-45ee-9cc0-9c4075ba1251}]}}] Timeout: Where:[where column _uuid == {9474cafb-8b9d-4a09-8a36-06e910ae0c6c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:20130bd3-898c-45ee-9cc0-9c4075ba1251}]}}] Timeout: Where:[where column _uuid == {f2829641-ad14-4334-9c64-2af683b471d0}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.108 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6fa30338-f814-4ae4-9133-3df1aaeee787}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:6fa30338-f814-4ae4-9133-3df1aaeee787}]}}] Timeout: Where:[where column _uuid == {8d01ad99-f471-486d-98b5-5e994103ffbe}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933513 3413 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:0xc009a6ec60 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:u4237236651} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4237236651}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.933784 3413 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-t8szg): added port &{name:openshift-network-diagnostics_network-check-target-t8szg uuid:85c2ad9f-417e-492e-8672-fbff03a6e861 logicalSwitch:ip-10-0-1-108.ec2.internal ips:[0xc009489c20] 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 I0702 02:08:37.933809 3413 pods.go:252] [openshift-network-diagnostics/network-check-target-t8szg] addLogicalPort took 868.904µs, libovsdb time 318.926µs I0702 02:08:37.933818 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-t8szg after 0 failed attempt(s) I0702 02:08:37.933823 3413 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-t8szg I0702 02:08:37.933834 3413 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "e7115139-cc9d-479e-a916-768ecb8a7fed" I0702 02:08:37.933932 3413 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-zkdml): added port &{name:openshift-multus_network-metrics-daemon-zkdml uuid:20130bd3-898c-45ee-9cc0-9c4075ba1251 logicalSwitch:ip-10-0-1-108.ec2.internal ips:[0xc0097f0180] 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 I0702 02:08:37.933951 3413 pods.go:252] [openshift-multus/network-metrics-daemon-zkdml] addLogicalPort took 1.075618ms, libovsdb time 468.609µs I0702 02:08:37.933959 3413 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-zkdml after 0 failed attempt(s) I0702 02:08:37.933967 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-zkdml I0702 02:08:37.933978 3413 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 1.403006ms) I0702 02:08:37.933992 3413 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "01080f2c-8e4a-401a-bdf5-ecaaead021fb" I0702 02:08:37.934272 3413 egressip.go:1976] Egress node: ip-10-0-1-108.ec2.internal about to be initialized I0702 02:08:37.934345 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.934389 3413 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:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.934407 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.935809 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:37.935868 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-108.ec2.internal E0702 02:08:37.935922 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:08:37.935947 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:08:37.935955 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:08:37.935852 3413 ovs.go:159] Exec(61): /usr/sbin/ip route replace table 7 172.30.0.0/16 via 10.128.0.1 dev ovn-k8s-mp0 I0702 02:08:37.936063 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:37.936076 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-108.ec2.internal I0702 02:08:37.936107 3413 egressip.go:1976] Egress node: ip-10-0-1-108.ec2.internal about to be initialized I0702 02:08:37.936160 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.936198 3413 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:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:37.936231 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:38.017640 3413 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}" I0702 02:08:38.026365 3413 ovs.go:162] Exec(61): stdout: "" I0702 02:08:38.026447 3413 ovs.go:163] Exec(61): stderr: "" I0702 02:08:38.026482 3413 gateway_shared_intf.go:2164] Successfully added route into custom routing table: 7 I0702 02:08:38.026720 3413 ovs.go:159] Exec(62): /usr/sbin/ip -4 rule I0702 02:08:38.028477 3413 ovs.go:162] Exec(62): stdout: "0:\tfrom all lookup local\n32766:\tfrom all lookup main\n32767:\tfrom all lookup default\n" I0702 02:08:38.028496 3413 ovs.go:163] Exec(62): stderr: "" I0702 02:08:38.028512 3413 ovs.go:159] Exec(63): /usr/sbin/ip -4 rule add fwmark 0x1745ec lookup 7 prio 30 I0702 02:08:38.029991 3413 ovs.go:162] Exec(63): stdout: "" I0702 02:08:38.030008 3413 ovs.go:163] Exec(63): stderr: "" I0702 02:08:38.030020 3413 ovs.go:159] Exec(64): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.rp_filter=2 I0702 02:08:38.030941 3413 ovs.go:162] Exec(64): stdout: "net.ipv4.conf.ovn-k8s-mp0.rp_filter = 2\n" I0702 02:08:38.030961 3413 ovs.go:163] Exec(64): stderr: "" I0702 02:08:38.030972 3413 gateway_shared_intf.go:2357] Creating Gateway Node Port Watcher I0702 02:08:38.030988 3413 ovs.go:159] Exec(65): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0702 02:08:38.037368 3413 ovs.go:162] Exec(65): stdout: "1\n" I0702 02:08:38.037385 3413 ovs.go:163] Exec(65): stderr: "" I0702 02:08:38.044903 3413 iptables.go:107] Creating table: mangle chain: OUTPUT I0702 02:08:38.046085 3413 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. I0702 02:08:38.047209 3413 iptables.go:120] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0702 02:08:38.048411 3413 iptables.go:107] Creating table: nat chain: OUTPUT I0702 02:08:38.049429 3413 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. I0702 02:08:38.050647 3413 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0702 02:08:38.051767 3413 iptables.go:107] Creating table: nat chain: PREROUTING I0702 02:08:38.052773 3413 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. I0702 02:08:38.053867 3413 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0702 02:08:38.055902 3413 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0702 02:08:38.058058 3413 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0702 02:08:38.060188 3413 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0702 02:08:38.062724 3413 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0702 02:08:38.102237 3413 iptables.go:107] Creating table: filter chain: FORWARD I0702 02:08:38.103428 3413 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. I0702 02:08:38.104842 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0702 02:08:38.107208 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0702 02:08:38.109586 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0702 02:08:38.111904 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0702 02:08:38.114285 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0702 02:08:38.116632 3413 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0702 02:08:38.117835 3413 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.1 W0702 02:08:38.117920 3413 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 I0702 02:08:38.117961 3413 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.4 W0702 02:08:38.118023 3413 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 I0702 02:08:38.118077 3413 gateway_init.go:423] Gateway and management port readiness took 2.756279258s I0702 02:08:38.118109 3413 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0702 02:08:38.118143 3413 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0702 02:08:38.118153 3413 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0702 02:08:38.118164 3413 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0702 02:08:38.118316 3413 network_controller.go:244] [node-nad-controller network controller]: syncing all networks I0702 02:08:38.118327 3413 network_controller.go:255] [node-nad-controller network controller]: finished syncing all networks. Time taken: 10.847µs I0702 02:08:38.118335 3413 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0702 02:08:38.118349 3413 nad_controller.go:161] [node-nad-controller NAD controller]: started I0702 02:08:38.118356 3413 default_node_network_controller.go:988] Starting the default node network controller I0702 02:08:38.122108 3413 gateway_init.go:433] Initializing Gateway Functionality for gateway Start I0702 02:08:38.122279 3413 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.1.108:{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::c70e:8dc6:93da:8740:{fe80:: ffffffffffffffff0000000000000000}] I0702 02:08:38.122411 3413 default_node_network_controller.go:1514] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0702 02:08:38.122429 3413 default_node_network_controller.go:1078] Upgrade Hack: Interconnect is enabled I0702 02:08:38.125583 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-7.ec2.internal, subnet 10.129.0.0/23 I0702 02:08:38.125611 3413 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" I0702 02:08:38.136178 3413 ovs.go:162] Exec(66): stdout: "" I0702 02:08:38.136195 3413 ovs.go:163] Exec(66): stderr: "" I0702 02:08:38.136206 3413 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 I0702 02:08:38.212520 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:38.212547 3413 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-c86qm I0702 02:08:38.212565 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-c86qm I0702 02:08:38.212596 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-c86qm in node ip-10-0-2-7.ec2.internal I0702 02:08:38.212604 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-c86qm I0702 02:08:38.212613 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:38.212624 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-c86qm I0702 02:08:38.625896 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-7.ec2.internal, subnet 10.129.0.0/23 I0702 02:08:38.625928 3413 ovs.go:159] Exec(67): /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" I0702 02:08:38.635205 3413 ovs.go:162] Exec(67): stdout: "" I0702 02:08:38.635238 3413 ovs.go:163] Exec(67): stderr: "" I0702 02:08:38.635248 3413 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 I0702 02:08:39.125567 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-7.ec2.internal, subnet 10.129.0.0/23 I0702 02:08:39.125597 3413 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" I0702 02:08:39.136278 3413 ovs.go:162] Exec(68): stdout: "" I0702 02:08:39.136296 3413 ovs.go:163] Exec(68): stderr: "" I0702 02:08:39.136305 3413 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 I0702 02:08:39.594561 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-214.ec2.internal I0702 02:08:39.594580 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-214.ec2.internal: 26.474µs I0702 02:08:39.594608 3413 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-0-214.ec2.internal I0702 02:08:39.594630 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:08:39.594640 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 10.908µs I0702 02:08:39.594647 3413 obj_retry.go:512] Add event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:08:39.594670 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-214.ec2.internal I0702 02:08:39.594692 3413 node_tracker.go:223] Node ip-10-0-0-214.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 E0702 02:08:39.594710 3413 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-214.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0702 02:08:39.594727 3413 obj_retry.go:546] Failed to create *v1.Node ip-10-0-0-214.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal, error parsing annotation for node ip-10-0-0-214.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0702 02:08:39.594760 3413 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:39.594988 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.108 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:39.595020 3413 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.108 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:39.595529 3413 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 == {85196d6c-b3ba-43b6-b747-e497c248d058}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:39.595597 3413 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:85196d6c-b3ba-43b6-b747-e497c248d058}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:39.595624 3413 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 == {85196d6c-b3ba-43b6-b747-e497c248d058}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:85196d6c-b3ba-43b6-b747-e497c248d058}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:39.595936 3413 obj_retry.go:551] Creating *factory.egressNode ip-10-0-0-214.ec2.internal took: 1.162778ms I0702 02:08:39.606499 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:39.606526 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal E0702 02:08:39.606554 3413 ovn.go:441] Failed to unmarshal old node ip-10-0-0-214.ec2.internal annotation: unexpected end of JSON input E0702 02:08:39.606562 3413 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-214.ec2.internal annotation: unexpected end of JSON input I0702 02:08:39.606577 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false E0702 02:08:39.606613 3413 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-214.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0702 02:08:39.606632 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal, error parsing annotation for node ip-10-0-0-214.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0702 02:08:39.606648 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:39.606658 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:39.615032 3413 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.615054 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.615068 3413 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-4h8q8 took: 1.131µs I0702 02:08:39.615068 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.615076 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.615085 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.615091 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-4h8q8 in Admin Network Policy controller I0702 02:08:39.615109 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-4h8q8 Admin Network Policy controller: took 13.805µs I0702 02:08:39.615137 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-4h8q8 took: 43.38µs I0702 02:08:39.617020 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-98rq7 I0702 02:08:39.617080 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-98rq7 in Admin Network Policy controller I0702 02:08:39.617095 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-98rq7 Admin Network Policy controller: took 15.753µs I0702 02:08:39.617023 3413 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:39.617126 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-98rq7 I0702 02:08:39.617144 3413 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-98rq7 took: 582ns I0702 02:08:39.617153 3413 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:39.617164 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-98rq7 I0702 02:08:39.617199 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-98rq7 took: 25.803µs I0702 02:08:39.620114 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:39.620145 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal E0702 02:08:39.620178 3413 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-214.ec2.internal annotation: unexpected end of JSON input I0702 02:08:39.620235 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: true E0702 02:08:39.620270 3413 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-214.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0702 02:08:39.620291 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal, error parsing annotation for node ip-10-0-0-214.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0702 02:08:39.620308 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:39.620349 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:39.626514 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.626530 3413 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.626545 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.626571 3413 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-4h8q8 in node ip-10-0-0-214.ec2.internal I0702 02:08:39.626579 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.626586 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.626596 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-4h8q8 I0702 02:08:39.630003 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.630033 3413 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:39.630052 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-98rq7 I0702 02:08:39.630069 3413 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-98rq7 in node ip-10-0-0-214.ec2.internal I0702 02:08:39.630082 3413 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:39.630092 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.630105 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-98rq7 I0702 02:08:39.630233 3413 default_node_network_controller.go:1095] Skipping node "ip-10-0-0-214.ec2.internal". k8s.ovn.org/node-subnets annotation was not found I0702 02:08:39.630259 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-7.ec2.internal, subnet 10.129.0.0/23 I0702 02:08:39.630274 3413 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" I0702 02:08:39.636307 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-214.ec2.internal I0702 02:08:39.636318 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:39.636332 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:08:39.636340 3413 node_tracker.go:238] Node ip-10-0-0-214.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-214.ec2.internal" I0702 02:08:39.636351 3413 node_tracker.go:172] Node ip-10-0-0-214.ec2.internal switch + router changed, syncing services E0702 02:08:39.636351 3413 ovn.go:441] Failed to unmarshal old node ip-10-0-0-214.ec2.internal annotation: unexpected end of JSON input E0702 02:08:39.636359 3413 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-214.ec2.internal annotation: unexpected end of JSON input I0702 02:08:39.636360 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:08:39.636369 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:39.636373 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:08:39.636385 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:08:39.636390 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:08:39.636395 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:39.636400 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:08:39.636411 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:08:39.636415 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:08:39.636435 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 23.97µs I0702 02:08:39.636456 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:08:39.636462 3413 address_set.go:575] (u4237236419/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) adding Addresses ([10.130.0.2 100.64.0.4]) to address set I0702 02:08:39.636420 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.636497 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:39.636499 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:39.636508 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:39.636515 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:08:39.636522 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:08:39.636499 3413 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 == {5c697933-abf4-4242-834d-e81baa77e4c7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:39.636528 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:08:39.636525 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:08:39.636535 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:08:39.636467 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.636542 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:08:39.636532 3413 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 == {5c697933-abf4-4242-834d-e81baa77e4c7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:39.636545 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636558 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:08:39.636558 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:39.636513 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.636577 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636577 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:08:39.636596 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:08:39.636610 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:39.636568 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.636618 3413 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.230.151"}, 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}} I0702 02:08:39.636633 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636640 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636644 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:08:39.636549 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:08:39.636660 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:08:39.636658 3413 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.194.249"}, 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}} I0702 02:08:39.636653 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.636672 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:08:39.636675 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636598 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636680 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:39.636685 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636690 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:39.636691 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:39.636708 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636702 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.636728 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:39.636728 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.636739 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.636621 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:39.636752 3413 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 I0702 02:08:39.636734 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:39.636699 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:39.636764 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:08:39.636678 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:39.636775 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:08:39.636777 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:39.636781 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 223.488µs I0702 02:08:39.636780 3413 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 I0702 02:08:39.636786 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:39.636796 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:39.636797 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:39.636803 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:08:39.636804 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.797µs I0702 02:08:39.636810 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:08:39.636815 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:08:39.636817 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:08:39.636818 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:39.636823 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 411.267µs I0702 02:08:39.636828 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:08:39.636780 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.636839 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:08:39.636848 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:08:39.636853 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:08:39.636855 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:08:39.636864 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:39.636863 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:08:39.636870 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:39.636827 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.636879 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:39.636887 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636894 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:08:39.636897 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636902 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:08:39.636901 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:08:39.636909 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:08:39.636850 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:08:39.636916 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:39.636918 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636924 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:39.636931 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:39.636915 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.636928 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:39.636937 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:39.636939 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:08:39.636945 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:08:39.636945 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636951 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:39.636958 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:39.636957 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:39.636964 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:39.636968 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:39.636766 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:08:39.636983 3413 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 I0702 02:08:39.636970 3413 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}} I0702 02:08:39.636978 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:39.636999 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637006 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:08:39.637075 3413 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 I0702 02:08:39.636944 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:08:39.637097 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:08:39.637107 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:08:39.637110 3413 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 I0702 02:08:39.637115 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 299.225µs I0702 02:08:39.637128 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:08:39.637134 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:39.637143 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 465.14µs I0702 02:08:39.637157 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:08:39.637168 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 11.656µs I0702 02:08:39.637014 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:08:39.637177 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:39.637182 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 726.348µs I0702 02:08:39.637140 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637200 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:08:39.637240 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 42.697µs I0702 02:08:39.637241 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:08:39.637252 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:08:39.637186 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637261 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:08:39.637283 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637298 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:08:39.637261 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:08:39.637308 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637036 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:08:39.637314 3413 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.106.110"}, 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}} I0702 02:08:39.637330 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637335 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:08:39.637342 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637351 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637330 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.637362 3413 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}} I0702 02:08:39.637325 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:39.637377 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637360 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.637367 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:08:39.637392 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:08:39.637397 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:08:39.637401 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:08:39.637404 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:08:39.637411 3413 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 I0702 02:08:39.637416 3413 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 I0702 02:08:39.637408 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:39.637427 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:08:39.637435 3413 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 I0702 02:08:39.637440 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:39.637383 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:08:39.637447 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 269.818µs I0702 02:08:39.637456 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:08:39.637456 3413 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 I0702 02:08:39.637461 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:08:39.637462 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 210.362µs I0702 02:08:39.637476 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:39.637483 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:08:39.637490 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 651.024µs I0702 02:08:39.637506 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:39.637471 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637522 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 16.712µs I0702 02:08:39.637533 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:39.637536 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:08:39.637484 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637551 3413 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.134.116"}, 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}} I0702 02:08:39.637565 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:08:39.637441 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:08:39.637577 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 448.709µs I0702 02:08:39.637579 3413 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.55.105"}, 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}} I0702 02:08:39.637590 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:39.637594 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637602 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637545 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637619 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.637632 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:08:39.637640 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:08:39.637648 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:08:39.637646 3413 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.223.197"}, 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}} I0702 02:08:39.637657 3413 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 I0702 02:08:39.637045 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:08:39.637666 3413 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) I0702 02:08:39.637672 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:39.637673 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:39.637677 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 202.352µs I0702 02:08:39.637599 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637687 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:39.636679 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:08:39.637677 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637701 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:08:39.637716 3413 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.17.153"}, 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}} I0702 02:08:39.637714 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.637733 3413 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) I0702 02:08:39.637742 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:08:39.637744 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637754 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:08:39.637567 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637764 3413 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 I0702 02:08:39.637773 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637790 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:39.637786 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.637765 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.637798 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 265.198µs I0702 02:08:39.637802 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.637809 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.637809 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.637687 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:39.637817 3413 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 I0702 02:08:39.637824 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:39.637834 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:08:39.637836 3413 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 I0702 02:08:39.637839 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 379.828µs I0702 02:08:39.637849 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:08:39.637864 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:39.637874 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 284.208µs I0702 02:08:39.637811 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:39.637889 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:08:39.637888 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 77.241µs I0702 02:08:39.637697 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:08:39.637856 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637903 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:39.637910 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.84µs I0702 02:08:39.637910 3413 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 I0702 02:08:39.637913 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:08:39.637919 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:08:39.637922 3413 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.16.166"}, 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}} I0702 02:08:39.637931 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637935 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:39.637940 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637944 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.446823ms I0702 02:08:39.637900 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637959 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:08:39.637954 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.637970 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.637974 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:08:39.637977 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.637928 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.637986 3413 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 I0702 02:08:39.638001 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:08:39.638004 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:08:39.637968 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638021 3413 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.178.162"}, 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}} I0702 02:08:39.638024 3413 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.1.232"}, 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}} I0702 02:08:39.638035 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:08:39.638038 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638041 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638049 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.637830 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638052 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638065 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:08:39.638067 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638070 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638081 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:08:39.638095 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638006 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 156.322µs I0702 02:08:39.638098 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.638111 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:08:39.638113 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.638126 3413 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 I0702 02:08:39.638151 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:08:39.638159 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 270.947µs I0702 02:08:39.638045 3413 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.3.55"}, 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}} I0702 02:08:39.638122 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638171 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638173 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:39.638178 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638186 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:08:39.638199 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:08:39.638241 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638184 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638277 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:08:39.638293 3413 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.138.94"}, 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}} I0702 02:08:39.638312 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638095 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.638324 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638333 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.638344 3413 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 I0702 02:08:39.638342 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638369 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:08:39.638375 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 455.741µs I0702 02:08:39.638375 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:08:39.638388 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:39.638390 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:08:39.638404 3413 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 I0702 02:08:39.638252 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638430 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:39.638437 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 264.365µs I0702 02:08:39.638397 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638434 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638451 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:39.638453 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.638459 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.352µs I0702 02:08:39.638189 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638461 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:08:39.638468 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:08:39.638472 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:08:39.638474 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:08:39.638476 3413 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.147.233"}, 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}} I0702 02:08:39.638482 3413 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 I0702 02:08:39.638461 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:08:39.638491 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638499 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:08:39.638497 3413 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 I0702 02:08:39.638502 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638503 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 545.716µs I0702 02:08:39.638514 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:08:39.638516 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:08:39.638521 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 412.084µs I0702 02:08:39.638532 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:08:39.638483 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638519 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638547 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:08:39.638103 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638555 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:08:39.638559 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:08:39.638571 3413 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 I0702 02:08:39.638538 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638591 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001587958 seconds. No OVN measurement. I0702 02:08:39.638576 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638570 3413 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.194.188"}, 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}} I0702 02:08:39.638609 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:08:39.638610 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:08:39.638622 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:08:39.638624 3413 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.181.87"}, 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}} I0702 02:08:39.638639 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638598 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:39.638649 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638520 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:08:39.638610 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638673 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:39.638640 3413 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 I0702 02:08:39.638665 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638683 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:39.638681 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638692 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:08:39.638700 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:39.638696 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:08:39.638707 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.01824ms I0702 02:08:39.638720 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:39.638714 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:08:39.638703 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638731 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638738 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.638751 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.638763 3413 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 I0702 02:08:39.638756 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638649 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 261.411µs I0702 02:08:39.638729 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638787 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:39.638790 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:08:39.638796 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 10.154µs I0702 02:08:39.638797 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 324.647µs I0702 02:08:39.638796 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:08:39.638806 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:39.638812 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:39.638814 3413 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.185.252"}, 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}} I0702 02:08:39.638829 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638839 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638780 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:08:39.638853 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:08:39.638815 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638705 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:08:39.638865 3413 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 I0702 02:08:39.638856 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638873 3413 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 I0702 02:08:39.638823 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638881 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:08:39.638885 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.638893 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:08:39.638897 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:08:39.638893 3413 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.68.161"}, 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}} I0702 02:08:39.638900 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:08:39.638906 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:08:39.638909 3413 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 I0702 02:08:39.638912 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 397.287µs I0702 02:08:39.638916 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638914 3413 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.29.193"}, 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}} I0702 02:08:39.638925 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:08:39.638926 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638930 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638932 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:39.638940 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 220.009µs I0702 02:08:39.638941 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.638954 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:39.638942 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638968 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.638897 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 365.734µs I0702 02:08:39.638961 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.638934 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.638984 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.638987 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:39.638988 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.638996 3413 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 I0702 02:08:39.639001 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.639002 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:08:39.638964 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.639014 3413 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 I0702 02:08:39.639019 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:39.639015 3413 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.124.2"}, 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}} I0702 02:08:39.638994 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.639026 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 220.05µs I0702 02:08:39.639027 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:08:39.639031 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639040 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:39.639041 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639041 3413 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.2.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}} I0702 02:08:39.639045 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:08:39.639055 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639056 3413 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.30.123"}, 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}} I0702 02:08:39.639067 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639066 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639075 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639061 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.639049 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:39.639087 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.639086 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.639085 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.639103 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:08:39.639098 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:39.639112 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.639116 3413 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 I0702 02:08:39.639115 3413 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.226.216"}, 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}} I0702 02:08:39.639124 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:39.639130 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:08:39.639134 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 210.796µs I0702 02:08:39.639137 3413 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 I0702 02:08:39.639039 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:39.639145 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 334.186µs I0702 02:08:39.639124 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639154 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:39.639160 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:39.639167 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 213.373µs I0702 02:08:39.639106 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:08:39.639164 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:39.639182 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:39.639185 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:08:39.639189 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:39.639194 3413 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 I0702 02:08:39.639196 3413 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 I0702 02:08:39.639210 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:39.639235 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 196.278µs I0702 02:08:39.639238 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:39.639246 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 257.883µs I0702 02:08:39.640590 3413 ovs.go:162] Exec(69): stdout: "" I0702 02:08:39.640603 3413 ovs.go:163] Exec(69): stderr: "" I0702 02:08:39.640612 3413 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 I0702 02:08:39.646960 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.646981 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-crlbf in Admin Network Policy controller I0702 02:08:39.646994 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-crlbf Admin Network Policy controller: took 14.642µs I0702 02:08:39.647052 3413 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.647068 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.647078 3413 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-crlbf took: 518ns I0702 02:08:39.647083 3413 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.647089 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.647110 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-crlbf took: 14.709µs I0702 02:08:39.653027 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.653083 3413 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.653103 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.653118 3413 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-crlbf in node ip-10-0-0-214.ec2.internal I0702 02:08:39.653143 3413 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-crlbf, new=openshift-network-diagnostics/network-check-target-crlbf, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-crlbf: suppressed error logged: pod openshift-network-diagnostics/network-check-target-crlbf: no pod IPs found I0702 02:08:39.653156 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.653170 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:39.656742 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-214.ec2.internal I0702 02:08:39.656800 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-214.ec2.internal: 60.977µs I0702 02:08:39.656799 3413 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-214.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-2921f922c2-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-214.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.openshift.io/os_id=rhcos, isHostCIDRsAltered?: false I0702 02:08:39.656813 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:39.656825 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:08:39.656830 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:08:39.656835 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 11.136µs I0702 02:08:39.656875 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:39.656900 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:08:39.656910 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:39.656919 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:39.694270 3413 ovs.go:159] Exec(70): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.3077.ctl connection-status I0702 02:08:39.698840 3413 ovs.go:162] Exec(70): stdout: "connected\n" I0702 02:08:39.698880 3413 ovs.go:163] Exec(70): stderr: "" I0702 02:08:39.715026 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-mg56f I0702 02:08:39.715113 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-mg56f in Admin Network Policy controller I0702 02:08:39.715150 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-mg56f Admin Network Policy controller: took 38.827µs I0702 02:08:39.715118 3413 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:39.715175 3413 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-mg56f I0702 02:08:39.715186 3413 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-mg56f took: 836ns I0702 02:08:39.715192 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:39.715199 3413 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-mg56f I0702 02:08:39.715245 3413 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-mg56f took: 39.028µs I0702 02:08:39.716262 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-w9hx5 I0702 02:08:39.716271 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-w9hx5 I0702 02:08:39.716283 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-w9hx5 I0702 02:08:39.716292 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-w9hx5 in Admin Network Policy controller I0702 02:08:39.716301 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-w9hx5 took: 473ns I0702 02:08:39.716309 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-w9hx5 I0702 02:08:39.716314 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-w9hx5 Admin Network Policy controller: took 22.243µs I0702 02:08:39.716318 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-w9hx5 I0702 02:08:39.716334 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-w9hx5 took: 8.21µs I0702 02:08:39.724146 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.724226 3413 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:39.724246 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-mg56f I0702 02:08:39.724260 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-mg56f in node ip-10-0-0-214.ec2.internal I0702 02:08:39.724268 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:39.724276 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.724286 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-mg56f I0702 02:08:39.727447 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.727464 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-w9hx5 I0702 02:08:39.727476 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-w9hx5 I0702 02:08:39.727497 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-w9hx5 in node ip-10-0-0-214.ec2.internal I0702 02:08:39.727503 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-w9hx5 I0702 02:08:39.727508 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.727515 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-w9hx5 I0702 02:08:39.819129 3413 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.819160 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.819178 3413 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-8vlqk took: 1.077µs I0702 02:08:39.819187 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.819195 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.819198 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.819242 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-8vlqk in Admin Network Policy controller I0702 02:08:39.819242 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-8vlqk took: 38.99µs I0702 02:08:39.819253 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-8vlqk Admin Network Policy controller: took 14.546µs I0702 02:08:39.819965 3413 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.819983 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.819998 3413 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 took: 669ns I0702 02:08:39.820006 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.820017 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.820035 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 took: 9.256µs I0702 02:08:39.820005 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.820057 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 in Admin Network Policy controller I0702 02:08:39.820069 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 Admin Network Policy controller: took 11.536µs I0702 02:08:39.828563 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.828580 3413 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.828594 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.828607 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-8vlqk in node ip-10-0-0-214.ec2.internal I0702 02:08:39.828616 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.828624 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.828631 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:39.831634 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.831647 3413 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.831658 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.831686 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 in node ip-10-0-0-214.ec2.internal I0702 02:08:39.831696 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.831703 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.831714 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:39.856109 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.856111 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.856170 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.856186 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-bcngq in Admin Network Policy controller I0702 02:08:39.856189 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq took: 1.479µs I0702 02:08:39.856198 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-bcngq Admin Network Policy controller: took 14.4µs I0702 02:08:39.856225 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.856238 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.856263 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq took: 13.489µs I0702 02:08:39.864979 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.865024 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.865045 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.865090 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcngq in node ip-10-0-0-214.ec2.internal I0702 02:08:39.865102 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.865112 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.865126 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:39.885657 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-214.ec2.internal I0702 02:08:39.885699 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-214.ec2.internal: 45.235µs I0702 02:08:39.885650 3413 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-214.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-2921f922c2-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-214.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 I0702 02:08:39.885725 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:08:39.885733 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 11.55µs I0702 02:08:39.885667 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:39.885755 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:08:39.885817 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:39.885842 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:08:39.885855 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:39.885868 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:39.891130 3413 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.891160 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.891232 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.891250 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-drl4b in Admin Network Policy controller I0702 02:08:39.891254 3413 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-drl4b took: 783ns I0702 02:08:39.891260 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-drl4b Admin Network Policy controller: took 11.011µs I0702 02:08:39.891261 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.891269 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.891283 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-drl4b took: 8.328µs I0702 02:08:39.901468 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:39.901492 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:08:39.901557 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:39.901589 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:08:39.901603 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:39.901619 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:39.905009 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.905082 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.905122 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.905140 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-drl4b in node ip-10-0-0-214.ec2.internal I0702 02:08:39.905168 3413 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-drl4b, new=openshift-multus/network-metrics-daemon-drl4b, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-drl4b: suppressed error logged: pod openshift-multus/network-metrics-daemon-drl4b: no pod IPs found I0702 02:08:39.905182 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.905196 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:39.923933 3413 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.923955 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.923994 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.924008 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 in Admin Network Policy controller I0702 02:08:39.924013 3413 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 took: 1.028µs I0702 02:08:39.924019 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 Admin Network Policy controller: took 12.276µs I0702 02:08:39.924023 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.924044 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.924067 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nrl52 took: 11.378µs I0702 02:08:39.949247 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:39.949339 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.949361 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.949394 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 in node ip-10-0-0-214.ec2.internal I0702 02:08:39.949406 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:39.949414 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:39.949421 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:40.129284 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:40.129314 3413 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.130.0.0/23" I0702 02:08:40.139095 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:40.139126 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:08:40.139174 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:40.139208 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:08:40.139291 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:40.139314 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:40.140862 3413 ovs.go:162] Exec(71): stdout: "" I0702 02:08:40.140878 3413 ovs.go:163] Exec(71): stderr: "" I0702 02:08:40.140890 3413 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 I0702 02:08:40.292765 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:40.292827 3413 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-c86qm I0702 02:08:40.292846 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-c86qm I0702 02:08:40.292862 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-c86qm in node ip-10-0-2-7.ec2.internal I0702 02:08:40.292872 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-c86qm I0702 02:08:40.292893 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:40.292906 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-c86qm I0702 02:08:40.625048 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:40.625076 3413 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.130.0.0/23" I0702 02:08:40.634655 3413 ovs.go:162] Exec(72): stdout: "" I0702 02:08:40.634678 3413 ovs.go:163] Exec(72): stderr: "" I0702 02:08:40.634690 3413 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 I0702 02:08:41.126348 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:41.126380 3413 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.130.0.0/23" I0702 02:08:41.137358 3413 ovs.go:162] Exec(73): stdout: "" I0702 02:08:41.137381 3413 ovs.go:163] Exec(73): stderr: "" I0702 02:08:41.137392 3413 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 I0702 02:08:41.467712 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.467750 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:41.467767 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:41.467802 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-drl4b in node ip-10-0-0-214.ec2.internal I0702 02:08:41.467833 3413 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-drl4b, new=openshift-multus/network-metrics-daemon-drl4b, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-drl4b: suppressed error logged: pod openshift-multus/network-metrics-daemon-drl4b: no pod IPs found I0702 02:08:41.467848 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.467865 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-drl4b I0702 02:08:41.491281 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.491355 3413 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:41.491372 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:41.491395 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:41.491412 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-8vlqk in node ip-10-0-0-214.ec2.internal I0702 02:08:41.491289 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-8vlqk: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.491421 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:41.491432 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.491441 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-8vlqk in Admin Network Policy controller I0702 02:08:41.491444 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:41.491452 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-8vlqk Admin Network Policy controller: took 13.146µs I0702 02:08:41.507531 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.507551 3413 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:41.507565 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:41.507576 3413 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-crlbf in node ip-10-0-0-214.ec2.internal I0702 02:08:41.507603 3413 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-crlbf, new=openshift-network-diagnostics/network-check-target-crlbf, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-crlbf: suppressed error logged: pod openshift-network-diagnostics/network-check-target-crlbf: no pod IPs found I0702 02:08:41.507618 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.507632 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-crlbf I0702 02:08:41.523618 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-4h8q8 I0702 02:08:41.523657 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.523673 3413 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:41.523687 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:41.523701 3413 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-4h8q8 in node ip-10-0-0-214.ec2.internal I0702 02:08:41.523710 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:41.523718 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.523727 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-4h8q8 I0702 02:08:41.523691 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-4h8q8: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.523758 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-4h8q8 in Admin Network Policy controller I0702 02:08:41.523774 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-4h8q8 Admin Network Policy controller: took 17.438µs I0702 02:08:41.545778 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.545804 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-w9hx5 I0702 02:08:41.545819 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-w9hx5 I0702 02:08:41.545810 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-w9hx5: podLabels app=multus,component=network,controller-revision-hash=5b55db574f,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.545833 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-w9hx5 in node ip-10-0-0-214.ec2.internal I0702 02:08:41.545841 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-w9hx5 I0702 02:08:41.545841 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-w9hx5 in Admin Network Policy controller I0702 02:08:41.545849 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.545855 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-w9hx5 Admin Network Policy controller: took 13.489µs I0702 02:08:41.545859 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-w9hx5 I0702 02:08:41.545866 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-w9hx5 I0702 02:08:41.615864 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.615891 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:41.615910 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:41.615925 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 in node ip-10-0-0-214.ec2.internal I0702 02:08:41.615933 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:41.615948 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.615945 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-nrl52: podLabels app=ovnkube-node,component=network,controller-revision-hash=6dbf9fd7c4,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.615980 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 in Admin Network Policy controller I0702 02:08:41.616000 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 Admin Network Policy controller: took 21.379µs I0702 02:08:41.615960 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:41.616022 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:08:41.625442 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:41.625470 3413 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.130.0.0/23" I0702 02:08:41.635464 3413 ovs.go:162] Exec(74): stdout: "" I0702 02:08:41.635485 3413 ovs.go:163] Exec(74): stderr: "" I0702 02:08:41.635498 3413 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 I0702 02:08:41.639316 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.639337 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:41.639353 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:41.639372 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcngq in node ip-10-0-0-214.ec2.internal I0702 02:08:41.639362 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-bcngq: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=5465d645b9,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.639379 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:41.639387 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.639390 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-bcngq in Admin Network Policy controller I0702 02:08:41.639397 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:41.639403 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-bcngq Admin Network Policy controller: took 13.697µs I0702 02:08:41.639320 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:41.654744 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.654826 3413 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:41.654839 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-98rq7 I0702 02:08:41.654854 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-98rq7 I0702 02:08:41.654878 3413 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-98rq7 in node ip-10-0-0-214.ec2.internal I0702 02:08:41.654888 3413 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:41.654899 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.654911 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-98rq7 I0702 02:08:41.654787 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-98rq7: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.654938 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-98rq7 in Admin Network Policy controller I0702 02:08:41.654957 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-98rq7 Admin Network Policy controller: took 22.085µs I0702 02:08:41.671425 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.671509 3413 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:41.671553 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-mg56f I0702 02:08:41.671573 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-mg56f in node ip-10-0-0-214.ec2.internal I0702 02:08:41.671582 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:41.671592 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.671602 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-mg56f I0702 02:08:41.671497 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-mg56f: podLabels app=konnectivity-agent,controller-revision-hash=d66fcf8dc,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.671462 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-mg56f I0702 02:08:41.671640 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-mg56f in Admin Network Policy controller I0702 02:08:41.671649 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-mg56f Admin Network Policy controller: took 10.646µs I0702 02:08:41.688672 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:41.688770 3413 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:41.688790 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:41.688805 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 in node ip-10-0-0-214.ec2.internal I0702 02:08:41.688814 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:41.688834 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:41.688847 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:41.688691 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: false, PodCompleted?: false I0702 02:08:41.688740 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:08:41.688879 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 in Admin Network Policy controller I0702 02:08:41.688887 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 Admin Network Policy controller: took 10.13µs I0702 02:08:42.127125 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:42.127157 3413 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.130.0.0/23" I0702 02:08:42.136336 3413 ovs.go:162] Exec(75): stdout: "" I0702 02:08:42.136354 3413 ovs.go:163] Exec(75): stderr: "" I0702 02:08:42.136364 3413 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 I0702 02:08:42.474469 3413 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-a233cafaeccf4d8d42481e31fdf4bc7760e2379b803943bf3cf59815ec692507.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2da233cafaeccf4d8d42481e31fdf4bc7760e2379b803943bf3cf59815ec692507_2emount"}, Sequence:0x39} I0702 02:08:42.474576 3413 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-a233cafaeccf4d8d42481e31fdf4bc7760e2379b803943bf3cf59815ec692507.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2da233cafaeccf4d8d42481e31fdf4bc7760e2379b803943bf3cf59815ec692507_2emount"}, Sequence:0x3a} I0702 02:08:42.474602 3413 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} I0702 02:08:42.474615 3413 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} I0702 02:08:42.474672 3413 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} I0702 02:08:42.474805 3413 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} I0702 02:08:42.474855 3413 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} I0702 02:08:42.474927 3413 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} I0702 02:08:42.475488 3413 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} I0702 02:08:42.475510 3413 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} I0702 02:08:42.475585 3413 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} I0702 02:08:42.475744 3413 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} I0702 02:08:42.475792 3413 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} I0702 02:08:42.475842 3413 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:0x6559746927caf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "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:0x6559746923244}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc70c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974692321b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc6e5}, "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:0x655974692671f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ffbe7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xeb, 0xb8, 0xa0, 0x8d, 0x2, 0x80, 0x43, 0x41, 0x95, 0x64, 0x78, 0x6, 0xc2, 0x3, 0x9, 0x94}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746927caf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0702 02:08:42.475930 3413 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:0x655974643b7eb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0702 02:08:42.475992 3413 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} I0702 02:08:42.476098 3413 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:0x655974645afb8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "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:0x655974645af46}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974645af44}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440c}, "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:0x655974645afb8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x31, 0xce, 0x71, 0x2a, 0xe0, 0xb3, 0x44, 0x49, 0x9c, 0x2c, 0xca, 0xb9, 0x4f, 0xa1, 0xbc, 0xea}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597468430d9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x61c5a1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x49} I0702 02:08:42.476144 3413 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-a233cafaeccf4d8d42481e31fdf4bc7760e2379b803943bf3cf59815ec692507-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2da233cafaeccf4d8d42481e31fdf4bc7760e2379b803943bf3cf59815ec692507_2dmerged_2emount"}, Sequence:0x4a} I0702 02:08:42.476329 3413 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:0x65597467d3758}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5acc20}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4b} I0702 02:08:42.476401 3413 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:0x6559746922cf2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "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:0x6559746922cea}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922ce9}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbb, 0xeb, 0xec, 0xd6, 0xb3, 0xcd, 0x43, 0xe1, 0xac, 0x61, 0x2b, 0x41, 0x9f, 0x42, 0x96, 0x20}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4c} I0702 02:08:42.476457 3413 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:0x6559746953685}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "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:0x655974695367d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb46}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974695367a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb43}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9, 0x1c, 0xbb, 0x8d, 0xb4, 0xc6, 0x4d, 0xa0, 0x98, 0xa1, 0x57, 0x9d, 0xe2, 0xbe, 0x51, 0x17}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4d} I0702 02:08:42.532142 3413 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-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_2escope"}, Sequence:0x4e} I0702 02:08:42.532176 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965", "crio-conmon-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope"}, Sequence:0x4f} I0702 02:08:42.532359 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0702 02:08:42.532414 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:42.532506 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0702 02:08:42.541552 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.541589 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498afd20}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498afd1d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e6}, "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{0xfc, 0x63, 0x7d, 0x65, 0x1e, 0xd7, 0x43, 0x67, 0x9f, 0x30, 0x7c, 0x76, 0xe5, 0x60, 0xc4, 0x98}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x54} I0702 02:08:42.541699 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.541825 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498b2154}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "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:0x65597498afd20}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498afd1d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e6}, "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:0x65597498b2154}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfc, 0x63, 0x7d, 0x65, 0x1e, 0xd7, 0x43, 0x67, 0x9f, 0x30, 0x7c, 0x76, 0xe5, 0x60, 0xc4, 0x98}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b2154}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0702 02:08:42.541902 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3c5, "/org/freedesktop/systemd1/job/965", "crio-conmon-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope", "done"}, Sequence:0x57} I0702 02:08:42.541996 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.542040 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498b2154}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "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:0x65597498afd20}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498afd1d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e6}, "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:0x65597498b2154}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfc, 0x63, 0x7d, 0x65, 0x1e, 0xd7, 0x43, 0x67, 0x9f, 0x30, 0x7c, 0x76, 0xe5, 0x60, 0xc4, 0x98}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b2154}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0702 02:08:42.546529 3413 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-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope", "/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_2escope"}, Sequence:0x5a} I0702 02:08:42.546557 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope"}, Sequence:0x5b} I0702 02:08:42.546675 3413 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:0x65597467d560d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5aead6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0702 02:08:42.546748 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:42.546801 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0702 02:08:42.546853 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0702 02:08:42.548238 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.548293 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498b35d3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b35d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9a}, "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{0x8, 0x37, 0x6c, 0x36, 0xe1, 0xbe, 0x49, 0x6a, 0x91, 0xe5, 0x97, 0x43, 0x2, 0xeb, 0xf4, 0x4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x61} I0702 02:08:42.548441 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.548512 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498b3b91}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "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:0x65597498b35d3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b35d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9a}, "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:0x65597498b3b91}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0x37, 0x6c, 0x36, 0xe1, 0xbe, 0x49, 0x6a, 0x91, 0xe5, 0x97, 0x43, 0x2, 0xeb, 0xf4, 0x4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b3b91}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0702 02:08:42.548588 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3cb, "/org/freedesktop/systemd1/job/971", "crio-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope", "done"}, Sequence:0x64} I0702 02:08:42.548731 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.548784 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498b3b91}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "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:0x65597498b35d3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b35d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9a}, "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:0x65597498b3b91}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0x37, 0x6c, 0x36, 0xe1, 0xbe, 0x49, 0x6a, 0x91, 0xe5, 0x97, 0x43, 0x2, 0xeb, 0xf4, 0x4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b3b91}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0702 02:08:42.565313 3413 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:42.565346 3413 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:42.565362 3413 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:42.565365 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal in node ip-10-0-0-214.ec2.internal I0702 02:08:42.565388 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:08:42.565401 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 14.927µs I0702 02:08:42.565400 3413 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal took: 33.945µs I0702 02:08:42.565414 3413 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:42.565426 3413 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:42.565445 3413 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal took: 9.837µs I0702 02:08:42.626130 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:42.626168 3413 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.130.0.0/23" I0702 02:08:42.635681 3413 ovs.go:162] Exec(76): stdout: "" I0702 02:08:42.635708 3413 ovs.go:163] Exec(76): stderr: "" I0702 02:08:42.635721 3413 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 I0702 02:08:42.653128 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.653175 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498b3b91}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498cd3c8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36a6891}, "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:0x65597498b35d3}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b35d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368ca9a}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498cd3c8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36a6891}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b3b91}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368d059}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0x37, 0x6c, 0x36, 0xe1, 0xbe, 0x49, 0x6a, 0x91, 0xe5, 0x97, 0x43, 0x2, 0xeb, 0xf4, 0x4}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498cd3c8}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36a6891}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0702 02:08:42.653249 3413 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-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope", "/org/freedesktop/systemd1/unit/crio_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_2escope"}, Sequence:0x69} I0702 02:08:42.674257 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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} I0702 02:08:42.674402 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_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:0x65597498b2154}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498d2680}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36abb48}, "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:0x65597498afd20}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498afd1d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36891e6}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498d2680}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36abb48}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498b2154}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x368b61d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfc, 0x63, 0x7d, 0x65, 0x1e, 0xd7, 0x43, 0x67, 0x9f, 0x30, 0x7c, 0x76, 0xe5, 0x60, 0xc4, 0x98}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597498d2680}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x36abb48}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6b} I0702 02:08:42.674458 3413 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-dc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2ddc9e16d8178cea9089462c215cae9c8824d39d812a81507599e37a3bcf393042_2escope"}, Sequence:0x6c} I0702 02:08:43.125643 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:43.125671 3413 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.130.0.0/23" I0702 02:08:43.134944 3413 ovs.go:162] Exec(77): stdout: "" I0702 02:08:43.134966 3413 ovs.go:163] Exec(77): stderr: "" I0702 02:08:43.134976 3413 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 I0702 02:08:43.364435 3413 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-2e561bc1fb05308c603bac516e9537339e319f42f423d20523d7588b12e1c362.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d2e561bc1fb05308c603bac516e9537339e319f42f423d20523d7588b12e1c362_2emount"}, Sequence:0x6d} I0702 02:08:43.364535 3413 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-2e561bc1fb05308c603bac516e9537339e319f42f423d20523d7588b12e1c362.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d2e561bc1fb05308c603bac516e9537339e319f42f423d20523d7588b12e1c362_2emount"}, Sequence:0x6e} I0702 02:08:43.364563 3413 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} I0702 02:08:43.364738 3413 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} I0702 02:08:43.364783 3413 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} I0702 02:08:43.364804 3413 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} I0702 02:08:43.364862 3413 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} I0702 02:08:43.365008 3413 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} I0702 02:08:43.365070 3413 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} I0702 02:08:43.365087 3413 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} I0702 02:08:43.365243 3413 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} I0702 02:08:43.365298 3413 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} I0702 02:08:43.365368 3413 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} I0702 02:08:43.365492 3413 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:0x6559746927caf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "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:0x6559746923244}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc70c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974692321b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc6e5}, "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:0x655974692671f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ffbe7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xeb, 0xb8, 0xa0, 0x8d, 0x2, 0x80, 0x43, 0x41, 0x95, 0x64, 0x78, 0x6, 0xc2, 0x3, 0x9, 0x94}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746927caf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7a} I0702 02:08:43.365558 3413 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:0x655974643b7eb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7b} I0702 02:08:43.365621 3413 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} I0702 02:08:43.365791 3413 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:0x655974645afb8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "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:0x655974645af46}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974645af44}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440c}, "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:0x655974645afb8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x31, 0xce, 0x71, 0x2a, 0xe0, 0xb3, 0x44, 0x49, 0x9c, 0x2c, 0xca, 0xb9, 0x4f, 0xa1, 0xbc, 0xea}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597468430d9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x61c5a1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7d} I0702 02:08:43.365840 3413 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-2e561bc1fb05308c603bac516e9537339e319f42f423d20523d7588b12e1c362-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d2e561bc1fb05308c603bac516e9537339e319f42f423d20523d7588b12e1c362_2dmerged_2emount"}, Sequence:0x7e} I0702 02:08:43.365874 3413 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:0x65597467d3758}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5acc20}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7f} I0702 02:08:43.365999 3413 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:0x6559746922cf2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "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:0x6559746922cea}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922ce9}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbb, 0xeb, 0xec, 0xd6, 0xb3, 0xcd, 0x43, 0xe1, 0xac, 0x61, 0x2b, 0x41, 0x9f, 0x42, 0x96, 0x20}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x80} I0702 02:08:43.366134 3413 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:0x6559746953685}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "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:0x655974695367d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb46}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974695367a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb43}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9, 0x1c, 0xbb, 0x8d, 0xb4, 0xc6, 0x4d, 0xa0, 0x98, 0xa1, 0x57, 0x9d, 0xe2, 0xbe, 0x51, 0x17}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x81} I0702 02:08:43.370801 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:43.370865 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:43.370904 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:43.370925 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in node ip-10-0-1-108.ec2.internal I0702 02:08:43.370934 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:43.370946 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:43.370959 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:43.423414 3413 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-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_2escope"}, Sequence:0x82} I0702 02:08:43.423460 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-conmon-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope"}, Sequence:0x83} I0702 02:08:43.423541 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x84} I0702 02:08:43.423656 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:43.423816 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x86} I0702 02:08:43.437637 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.437698 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x65597499896f7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbf}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499896f4}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbc}, "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{0x37, 0x50, 0x8e, 0xb5, 0x24, 0xaa, 0x4e, 0xbb, 0x8e, 0x2e, 0xea, 0x85, 0x40, 0x59, 0x9a, 0x64}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x88} I0702 02:08:43.437771 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.437912 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x655974998cd85}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "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:0x65597499896f7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbf}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499896f4}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbc}, "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:0x655974998cd85}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x37, 0x50, 0x8e, 0xb5, 0x24, 0xaa, 0x4e, 0xbb, 0x8e, 0x2e, 0xea, 0x85, 0x40, 0x59, 0x9a, 0x64}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998cd85}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8a} I0702 02:08:43.437977 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d1, "/org/freedesktop/systemd1/job/977", "crio-conmon-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope", "done"}, Sequence:0x8b} I0702 02:08:43.437987 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.438076 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x655974998cd85}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "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:0x65597499896f7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbf}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499896f4}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbc}, "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:0x655974998cd85}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x37, 0x50, 0x8e, 0xb5, 0x24, 0xaa, 0x4e, 0xbb, 0x8e, 0x2e, 0xea, 0x85, 0x40, 0x59, 0x9a, 0x64}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998cd85}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8d} I0702 02:08:43.442370 3413 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-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope", "/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_2escope"}, Sequence:0x8e} I0702 02:08:43.442399 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983", "crio-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope"}, Sequence:0x8f} I0702 02:08:43.442522 3413 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:0x65597467d560d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5aead6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x90} I0702 02:08:43.442570 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:43.442615 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x92} I0702 02:08:43.442727 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x93} I0702 02:08:43.443967 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.444044 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x655974998e10f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998e10d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d5}, "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{0x44, 0x32, 0xeb, 0x5a, 0x14, 0x54, 0x48, 0xd9, 0xa7, 0xa5, 0x5c, 0x1b, 0x8b, 0xbb, 0x28, 0xdb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x95} I0702 02:08:43.444106 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.444297 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x655974998e6ab}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "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:0x655974998e10f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998e10d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d5}, "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:0x655974998e6ab}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x44, 0x32, 0xeb, 0x5a, 0x14, 0x54, 0x48, 0xd9, 0xa7, 0xa5, 0x5c, 0x1b, 0x8b, 0xbb, 0x28, 0xdb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998e6ab}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x97} I0702 02:08:43.444356 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3d7, "/org/freedesktop/systemd1/job/983", "crio-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope", "done"}, Sequence:0x98} I0702 02:08:43.444450 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.444530 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x655974998e6ab}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "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:0x655974998e10f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998e10d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d5}, "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:0x655974998e6ab}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x44, 0x32, 0xeb, 0x5a, 0x14, 0x54, 0x48, 0xd9, 0xa7, 0xa5, 0x5c, 0x1b, 0x8b, 0xbb, 0x28, 0xdb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998e6ab}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9a} I0702 02:08:43.519386 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.519431 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x655974998e6ab}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499a0b08}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3779fd0}, "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:0x655974998e10f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d8}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998e10d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37675d5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499a0b08}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3779fd0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998e6ab}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3767b73}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x44, 0x32, 0xeb, 0x5a, 0x14, 0x54, 0x48, 0xd9, 0xa7, 0xa5, 0x5c, 0x1b, 0x8b, 0xbb, 0x28, 0xdb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499a0b08}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3779fd0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9c} I0702 02:08:43.519485 3413 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-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope", "/org/freedesktop/systemd1/unit/crio_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_2escope"}, Sequence:0x9d} I0702 02:08:43.544766 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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} I0702 02:08:43.544908 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_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:0x655974998cd85}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499a6ee1}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37803a9}, "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:0x65597499896f7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbf}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499896f4}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3762bbc}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499a6ee1}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37803a9}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974998cd85}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x376624d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x37, 0x50, 0x8e, 0xb5, 0x24, 0xaa, 0x4e, 0xbb, 0x8e, 0x2e, 0xea, 0x85, 0x40, 0x59, 0x9a, 0x64}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597499a6ee1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x37803a9}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9f} I0702 02:08:43.544968 3413 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-d8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dd8e50b1faf81ccbb37f7c822fcf7d7fea8346a5975c80a8e0582632f22fb5a04_2escope"}, Sequence:0xa0} I0702 02:08:43.562309 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:43.562396 3413 default_network_controller.go:747] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:43.562418 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:43.562433 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal in node ip-10-0-0-214.ec2.internal I0702 02:08:43.562442 3413 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:43.562451 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:43.562460 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:43.562311 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal I0702 02:08:43.562481 3413 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:43.562355 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:08:43.562497 3413 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:43.562502 3413 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-214.ec2.internal I0702 02:08:43.562509 3413 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal in node ip-10-0-0-214.ec2.internal I0702 02:08:43.562515 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:08:43.562518 3413 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal took: 9.595µs I0702 02:08:43.562526 3413 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:43.562525 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 10.295µs I0702 02:08:43.562535 3413 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:43.562537 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:08:43.562544 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 7.625µs I0702 02:08:43.562550 3413 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal took: 6.271µs I0702 02:08:43.562556 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal. OVN-Kubernetes controller took 3.7052e-05 seconds. No OVN measurement. I0702 02:08:43.625942 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:43.625968 3413 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.130.0.0/23" I0702 02:08:43.635403 3413 ovs.go:162] Exec(78): stdout: "" I0702 02:08:43.635419 3413 ovs.go:163] Exec(78): stderr: "" I0702 02:08:43.635433 3413 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 I0702 02:08:44.126168 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:44.126199 3413 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.130.0.0/23" I0702 02:08:44.135396 3413 ovs.go:162] Exec(79): stdout: "" I0702 02:08:44.135414 3413 ovs.go:163] Exec(79): stderr: "" I0702 02:08:44.135423 3413 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 I0702 02:08:44.366201 3413 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-15aee06e90eb80039db2261137f07d6dcef69de09c56a185460129b609add387.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d15aee06e90eb80039db2261137f07d6dcef69de09c56a185460129b609add387_2emount"}, Sequence:0xa1} I0702 02:08:44.366265 3413 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-15aee06e90eb80039db2261137f07d6dcef69de09c56a185460129b609add387.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d15aee06e90eb80039db2261137f07d6dcef69de09c56a185460129b609add387_2emount"}, Sequence:0xa2} I0702 02:08:44.366285 3413 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} I0702 02:08:44.366404 3413 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} I0702 02:08:44.366428 3413 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} I0702 02:08:44.366481 3413 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} I0702 02:08:44.366557 3413 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} I0702 02:08:44.366622 3413 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} I0702 02:08:44.366764 3413 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} I0702 02:08:44.366778 3413 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} I0702 02:08:44.366848 3413 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} I0702 02:08:44.367011 3413 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} I0702 02:08:44.367069 3413 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} I0702 02:08:44.367100 3413 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:0x6559746927caf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "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:0x6559746923244}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc70c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974692321b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc6e5}, "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:0x655974692671f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ffbe7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xeb, 0xb8, 0xa0, 0x8d, 0x2, 0x80, 0x43, 0x41, 0x95, 0x64, 0x78, 0x6, 0xc2, 0x3, 0x9, 0x94}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746927caf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x701177}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xae} I0702 02:08:44.367237 3413 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:0x655974643b7eb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "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:0x655974643b7eb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x214cb4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xaf} I0702 02:08:44.367279 3413 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} I0702 02:08:44.367405 3413 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:0x655974645afb8}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "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:0x655974645af46}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974645af44}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x23440c}, "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:0x655974645afb8}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x234480}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x31, 0xce, 0x71, 0x2a, 0xe0, 0xb3, 0x44, 0x49, 0x9c, 0x2c, 0xca, 0xb9, 0x4f, 0xa1, 0xbc, 0xea}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597468430d9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x61c5a1}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb1} I0702 02:08:44.367451 3413 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-15aee06e90eb80039db2261137f07d6dcef69de09c56a185460129b609add387-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d15aee06e90eb80039db2261137f07d6dcef69de09c56a185460129b609add387_2dmerged_2emount"}, Sequence:0xb2} I0702 02:08:44.367540 3413 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:0x65597467d3758}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5acc20}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb3} I0702 02:08:44.367586 3413 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:0x6559746922cf2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "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:0x6559746922cea}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922ce9}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1b2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666d503}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4469cb}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbb, 0xeb, 0xec, 0xd6, 0xb3, 0xcd, 0x43, 0xe1, 0xac, 0x61, 0x2b, 0x41, 0x9f, 0x42, 0x96, 0x20}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746922cf2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6fc1ba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb4} I0702 02:08:44.367631 3413 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:0x6559746953685}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "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:0x655974695367d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb46}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974695367a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb43}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655974666c4df}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4459a8}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9, 0x1c, 0xbb, 0x8d, 0xb4, 0xc6, 0x4d, 0xa0, 0x98, 0xa1, 0x57, 0x9d, 0xe2, 0xbe, 0x51, 0x17}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559746953685}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x72cb4d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb5} I0702 02:08:44.375643 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:44.375736 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:44.375780 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:44.375820 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in node ip-10-0-1-108.ec2.internal I0702 02:08:44.375835 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:44.375846 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:44.375855 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:44.423833 3413 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-cf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_2escope"}, Sequence:0xb6} I0702 02:08:44.423878 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-conmon-cf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10.scope"}, Sequence:0xb7} I0702 02:08:44.424002 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb8} I0702 02:08:44.424081 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:44.424130 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xba} I0702 02:08:44.434511 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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} I0702 02:08:44.434675 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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:0x6559749a7da8e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3856f56}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a7da8b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3856f53}, "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{0x48, 0xe0, 0x43, 0x25, 0xae, 0xb4, 0x42, 0x41, 0x9f, 0x9, 0xbb, 0xe5, 0x2d, 0x3a, 0xfd, 0x43}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xbc} I0702 02:08:44.434762 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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} I0702 02:08:44.434873 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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:0x6559749a803e1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38598a9}, "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:0x6559749a7da8e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3856f56}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a7da8b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3856f53}, "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:0x6559749a803e1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38598a9}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x48, 0xe0, 0x43, 0x25, 0xae, 0xb4, 0x42, 0x41, 0x9f, 0x9, 0xbb, 0xe5, 0x2d, 0x3a, 0xfd, 0x43}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a803e1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38598a9}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xbe} I0702 02:08:44.434917 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-conmon-cf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10.scope", "done"}, Sequence:0xbf} I0702 02:08:44.434927 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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} I0702 02:08:44.435027 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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:0x6559749a803e1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38598a9}, "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:0x6559749a7da8e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3856f56}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a7da8b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3856f53}, "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:0x6559749a803e1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38598a9}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x48, 0xe0, 0x43, 0x25, 0xae, 0xb4, 0x42, 0x41, 0x9f, 0x9, 0xbb, 0xe5, 0x2d, 0x3a, 0xfd, 0x43}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a803e1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x38598a9}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc1} I0702 02:08:44.440019 3413 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-cf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10.scope", "/org/freedesktop/systemd1/unit/crio_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_2escope"}, Sequence:0xc2} I0702 02:08:44.440054 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-cf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10.scope"}, Sequence:0xc3} I0702 02:08:44.440157 3413 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:0x65597467d560d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5aead6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc4} I0702 02:08:44.440323 3413 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:0x9c4}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474aaf06}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12843cf}, "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:0x9c4}, "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} I0702 02:08:44.440363 3413 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:0x65597475518c5}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "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:0x65597474a7d31}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597474a7d2f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12811f8}, "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:0x65597474aafeb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x12844b4}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x6a, 0x25, 0x1f, 0x60, 0x19, 0x4f, 0x42, 0xa8, 0x8a, 0x14, 0xde, 0x52, 0xb5, 0x8e, 0x27, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597475518c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x132ad8d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc6} I0702 02:08:44.440441 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod4419e8c1_5f82cb_5f4104_5fa988_5fc9b5621a8079_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:0x65597477da5b7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "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:0x65597477da2b0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3778}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da2ac}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3775}, "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:0x65597477da5b7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb2, 0xa8, 0xde, 0xe9, 0x99, 0x6f, 0x44, 0xba, 0xa3, 0x22, 0xf8, 0xf5, 0xda, 0x68, 0x87, 0x45}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x65597477da5b7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15b3a80}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc7} I0702 02:08:44.441174 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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} I0702 02:08:44.441277 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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:0x6559749a81a0f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385aed7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a81a0d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385aed5}, "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{0x2f, 0xd6, 0xfc, 0x4a, 0x5b, 0xa8, 0x48, 0x9b, 0xa0, 0x72, 0x89, 0x4c, 0xe3, 0xb8, 0x62, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc9} I0702 02:08:44.441353 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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} I0702 02:08:44.441516 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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:0x6559749a81dd0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385b298}, "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:0x6559749a81a0f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385aed7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a81a0d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385aed5}, "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:0x6559749a81dd0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385b298}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2f, 0xd6, 0xfc, 0x4a, 0x5b, 0xa8, 0x48, 0x9b, 0xa0, 0x72, 0x89, 0x4c, 0xe3, 0xb8, 0x62, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a81dd0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385b298}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xcb} I0702 02:08:44.441590 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-cf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10.scope", "done"}, Sequence:0xcc} I0702 02:08:44.441604 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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} I0702 02:08:44.441681 3413 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dcf89552331246c4ff14a78dde24647e6d7e33ccb18ba1f042443ad01e7873e10_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:0x6559749a81dd0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385b298}, "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:0x6559749a81a0f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385aed7}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a81a0d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385aed5}, "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:0x6559749a81dd0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385b298}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x2f, 0xd6, 0xfc, 0x4a, 0x5b, 0xa8, 0x48, 0x9b, 0xa0, 0x72, 0x89, 0x4c, 0xe3, 0xb8, 0x62, 0x89}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6559749a81dd0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x385b298}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xce} I0702 02:08:44.571078 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:44.571110 3413 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:44.571130 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:44.571133 3413 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-214.ec2.internal: podLabels , podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:08:44.571169 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:08:44.571182 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 14.108µs I0702 02:08:44.571145 3413 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal in node ip-10-0-0-214.ec2.internal I0702 02:08:44.571201 3413 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:44.571206 3413 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:44.571237 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:44.571253 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal I0702 02:08:44.571257 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-214.ec2.internal. OVN-Kubernetes controller took 9.0483e-05 seconds. No OVN measurement. I0702 02:08:44.625688 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:44.625717 3413 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.130.0.0/23" I0702 02:08:44.634954 3413 ovs.go:162] Exec(80): stdout: "" I0702 02:08:44.634973 3413 ovs.go:163] Exec(80): stderr: "" I0702 02:08:44.634983 3413 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 I0702 02:08:45.111163 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-7.ec2.internal I0702 02:08:45.111186 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-7.ec2.internal: 31.635µs I0702 02:08:45.111189 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:45.111230 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:08:45.111196 3413 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-7.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-2921f922c2-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-7.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 I0702 02:08:45.111258 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-7.ec2.internal in Admin Network Policy controller I0702 02:08:45.111270 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-7.ec2.internal Admin Network Policy controller: took 13.5µs I0702 02:08:45.111275 3413 default_network_controller.go:1028] Node ip-10-0-2-7.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:45.111299 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-7.ec2.internal, new=ip-10-0-2-7.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-7.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-7.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-7.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-7.ec2.internal I0702 02:08:45.111312 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:45.111322 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:08:45.124615 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:45.124687 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.124708 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.124724 3413 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dghkk in node ip-10-0-1-108.ec2.internal I0702 02:08:45.124736 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.124746 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:45.124759 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.126499 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:45.126522 3413 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.130.0.0/23" I0702 02:08:45.135854 3413 ovs.go:162] Exec(81): stdout: "" I0702 02:08:45.135871 3413 ovs.go:163] Exec(81): stderr: "" I0702 02:08:45.135880 3413 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 I0702 02:08:45.155842 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:45.155887 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.155904 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.155919 3413 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-dghkk in node ip-10-0-1-108.ec2.internal I0702 02:08:45.155929 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.155947 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:45.155960 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-dghkk I0702 02:08:45.197425 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-x254f: podLabels app=multus,component=network,controller-revision-hash=5b55db574f,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.7], PodStatus: true, PodCompleted?: false I0702 02:08:45.197523 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-x254f in Admin Network Policy controller I0702 02:08:45.197543 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-x254f Admin Network Policy controller: took 20.676µs I0702 02:08:45.197494 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:45.197561 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-x254f I0702 02:08:45.197595 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-x254f I0702 02:08:45.197612 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-x254f in node ip-10-0-2-7.ec2.internal I0702 02:08:45.197622 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-x254f I0702 02:08:45.197634 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:45.197647 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-x254f I0702 02:08:45.224402 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:45.224444 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:45.224460 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:45.224471 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in node ip-10-0-2-7.ec2.internal I0702 02:08:45.224479 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:45.224488 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:45.224500 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:45.382710 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:45.382730 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-vgvn4: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=5465d645b9,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.108], PodStatus: true, PodCompleted?: false I0702 02:08:45.382753 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:45.382771 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:45.382774 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in Admin Network Policy controller I0702 02:08:45.382785 3413 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-vgvn4 in node ip-10-0-1-108.ec2.internal I0702 02:08:45.382793 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:45.382792 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-vgvn4 Admin Network Policy controller: took 18.041µs I0702 02:08:45.382821 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:45.382833 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-vgvn4 I0702 02:08:45.625493 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:45.625520 3413 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.130.0.0/23" I0702 02:08:45.634554 3413 ovs.go:162] Exec(82): stdout: "" I0702 02:08:45.634572 3413 ovs.go:163] Exec(82): stderr: "" I0702 02:08:45.634584 3413 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 I0702 02:08:46.129209 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:46.129259 3413 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.130.0.0/23" I0702 02:08:46.138441 3413 ovs.go:162] Exec(83): stdout: "" I0702 02:08:46.138458 3413 ovs.go:163] Exec(83): stderr: "" I0702 02:08:46.138468 3413 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 I0702 02:08:46.203477 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:46.203552 3413 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:46.203572 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:46.203589 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf in node ip-10-0-2-7.ec2.internal I0702 02:08:46.203599 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:46.203611 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:46.203625 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf I0702 02:08:46.203505 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.2.7], PodStatus: true, PodCompleted?: false I0702 02:08:46.203671 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf in Admin Network Policy controller I0702 02:08:46.203683 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9gtpf Admin Network Policy controller: took 17.265µs I0702 02:08:46.227446 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:46.227551 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:46.227576 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:46.227593 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in node ip-10-0-2-7.ec2.internal I0702 02:08:46.227602 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:46.227612 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:46.227624 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:46.625749 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:46.625776 3413 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.130.0.0/23" I0702 02:08:46.634814 3413 ovs.go:162] Exec(84): stdout: "" I0702 02:08:46.634826 3413 ovs.go:163] Exec(84): stderr: "" I0702 02:08:46.634834 3413 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 I0702 02:08:47.126687 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:47.126714 3413 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.130.0.0/23" I0702 02:08:47.135844 3413 ovs.go:162] Exec(85): stdout: "" I0702 02:08:47.135861 3413 ovs.go:163] Exec(85): stderr: "" I0702 02:08:47.135872 3413 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 I0702 02:08:47.626286 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:47.626315 3413 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.130.0.0/23" I0702 02:08:47.635440 3413 ovs.go:162] Exec(86): stdout: "" I0702 02:08:47.635455 3413 ovs.go:163] Exec(86): stderr: "" I0702 02:08:47.635464 3413 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 I0702 02:08:48.125970 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:48.125998 3413 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.130.0.0/23" I0702 02:08:48.135230 3413 ovs.go:162] Exec(87): stdout: "" I0702 02:08:48.135243 3413 ovs.go:163] Exec(87): stderr: "" I0702 02:08:48.135251 3413 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 I0702 02:08:48.625475 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:48.625505 3413 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" I0702 02:08:48.634893 3413 ovs.go:162] Exec(88): stdout: "" I0702 02:08:48.634911 3413 ovs.go:163] Exec(88): stderr: "" I0702 02:08:48.634921 3413 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 I0702 02:08:49.126378 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:49.126408 3413 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" I0702 02:08:49.135693 3413 ovs.go:162] Exec(89): stdout: "" I0702 02:08:49.135714 3413 ovs.go:163] Exec(89): stderr: "" I0702 02:08:49.135724 3413 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 I0702 02:08:49.626034 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:49.626061 3413 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" I0702 02:08:49.635153 3413 ovs.go:162] Exec(90): stdout: "" I0702 02:08:49.635169 3413 ovs.go:163] Exec(90): stderr: "" I0702 02:08:49.635179 3413 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 I0702 02:08:49.728271 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:49.728301 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:08:49.728353 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:49.728376 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:08:49.728392 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:49.728403 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:08:50.125745 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:50.125776 3413 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" I0702 02:08:50.135228 3413 ovs.go:162] Exec(91): stdout: "" I0702 02:08:50.135247 3413 ovs.go:163] Exec(91): stderr: "" I0702 02:08:50.135257 3413 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 I0702 02:08:50.231575 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:50.231604 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:50.231622 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:50.231629 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-fdwmw: podLabels app=ovnkube-node,component=network,controller-revision-hash=6dbf9fd7c4,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.7], PodStatus: true, PodCompleted?: false I0702 02:08:50.231671 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw in Admin Network Policy controller I0702 02:08:50.231636 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw in node ip-10-0-2-7.ec2.internal I0702 02:08:50.231686 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:50.231687 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw Admin Network Policy controller: took 17.205µs I0702 02:08:50.231693 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:50.231704 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:50.257888 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:50.257912 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:50.257927 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:50.257940 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in node ip-10-0-2-7.ec2.internal I0702 02:08:50.257949 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:50.257956 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:50.257966 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:50.624864 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:50.624891 3413 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" I0702 02:08:50.634298 3413 ovs.go:162] Exec(92): stdout: "" I0702 02:08:50.634316 3413 ovs.go:163] Exec(92): stderr: "" I0702 02:08:50.634326 3413 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 I0702 02:08:50.793061 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-7.ec2.internal I0702 02:08:50.793106 3413 node_tracker.go:238] Node ip-10-0-2-7.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-7.ec2.internal" I0702 02:08:50.793118 3413 node_tracker.go:172] Node ip-10-0-2-7.ec2.internal switch + router changed, syncing services I0702 02:08:50.793133 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:08:50.793148 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:08:50.793066 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:50.793158 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:08:50.793164 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:08:50.793166 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:08:50.793169 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:08:50.793174 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:08:50.793180 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:08:50.793184 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:50.793188 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:08:50.793192 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:08:50.793197 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:50.793199 3413 default_network_controller.go:1028] Node ip-10-0-2-7.ec2.internal in remote zone ip-10-0-2-7.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:50.793206 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:50.793211 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:08:50.793236 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:50.793239 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-7.ec2.internal, new=ip-10-0-2-7.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-7.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-7.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-7.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-7.ec2.internal I0702 02:08:50.793243 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:50.793246 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:08:50.793250 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:50.793259 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:50.793278 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:08:50.793259 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:08:50.793341 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 81.255µs I0702 02:08:50.793273 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793357 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:08:50.793310 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793385 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:08:50.793394 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:08:50.793400 3413 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.106.110"}, 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}} I0702 02:08:50.793413 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793420 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793363 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:08:50.793435 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:08:50.793445 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:08:50.793433 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.793455 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:08:50.793407 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793458 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793461 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793464 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:08:50.793476 3413 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 I0702 02:08:50.793471 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:50.793472 3413 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}} I0702 02:08:50.793484 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:08:50.793491 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793492 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793496 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:50.793502 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 246.912µs I0702 02:08:50.793497 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:08:50.793514 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793516 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:50.793517 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.793521 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793522 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 5.902µs I0702 02:08:50.793520 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.793529 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:08:50.793260 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 18.001µs I0702 02:08:50.793550 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:08:50.793534 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.793250 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:50.793526 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.793574 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:08:50.793538 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:08:50.793536 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.793583 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:08:50.793587 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:08:50.793591 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:50.793599 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:50.793599 3413 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 I0702 02:08:50.793599 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:08:50.793607 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:08:50.793613 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793615 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:50.793619 3413 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}} I0702 02:08:50.793623 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:08:50.793260 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:08:50.793575 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:08:50.793564 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793638 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:50.793640 3413 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 I0702 02:08:50.793623 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:08:50.793646 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:08:50.793650 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 377.439µs I0702 02:08:50.793655 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:08:50.793629 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793663 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:50.793665 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:08:50.793672 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 314.216µs I0702 02:08:50.793564 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:08:50.793681 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:50.793683 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:08:50.793686 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.283µs I0702 02:08:50.793692 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:08:50.793694 3413 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 I0702 02:08:50.793670 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793732 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:50.793742 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:50.793749 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:08:50.793756 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:50.793763 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:50.793770 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:50.793778 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:08:50.793785 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:50.793791 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:50.793799 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:50.793806 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:08:50.793673 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.793812 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:50.793819 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:50.793827 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:08:50.793817 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.793834 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:08:50.793838 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:08:50.793841 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:08:50.793846 3413 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 I0702 02:08:50.793655 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:08:50.793861 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:08:50.793866 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 337.608µs I0702 02:08:50.793862 3413 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.134.116"}, 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}} I0702 02:08:50.793876 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:50.793879 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793890 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793882 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793935 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:08:50.793946 3413 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.223.197"}, 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}} I0702 02:08:50.793955 3413 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) I0702 02:08:50.793961 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793731 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:08:50.793976 3413 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.55.105"}, 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}} I0702 02:08:50.793973 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.793909 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.793990 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.793993 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:08:50.793998 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794005 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:08:50.794004 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794012 3413 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 I0702 02:08:50.794019 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794011 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794027 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:50.794029 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:08:50.794032 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 155.723µs I0702 02:08:50.794031 3413 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 I0702 02:08:50.794036 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:08:50.794040 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:50.794044 3413 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 I0702 02:08:50.794059 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:50.794059 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:08:50.794066 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 404.761µs I0702 02:08:50.794072 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 522.717µs I0702 02:08:50.794045 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794081 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:50.794087 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:08:50.794088 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:08:50.794097 3413 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.17.153"}, 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}} I0702 02:08:50.794105 3413 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) I0702 02:08:50.794112 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794090 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793697 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.793714 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:08:50.794098 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794148 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:08:50.794151 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 755.956µs I0702 02:08:50.794152 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:08:50.794157 3413 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.16.166"}, 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}} I0702 02:08:50.794164 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:08:50.794171 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794172 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:08:50.794167 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:08:50.794179 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794186 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794186 3413 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.3.55"}, 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}} I0702 02:08:50.794197 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794191 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794203 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794209 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794121 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794231 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794235 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794240 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794243 3413 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 I0702 02:08:50.794250 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:50.794232 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794258 3413 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 I0702 02:08:50.794262 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:08:50.794265 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:08:50.794267 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 574.635µs I0702 02:08:50.794249 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794174 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794274 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:50.794278 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:50.794276 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:08:50.794280 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 240.429µs I0702 02:08:50.794282 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:08:50.794290 3413 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 I0702 02:08:50.794291 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:50.794296 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:08:50.794294 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:08:50.794309 3413 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 I0702 02:08:50.794313 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:50.794311 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:08:50.794320 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 238.843µs I0702 02:08:50.794283 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794299 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794325 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794332 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:08:50.794334 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:08:50.794336 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:08:50.794337 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794339 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:08:50.794341 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 254.16µs I0702 02:08:50.794344 3413 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.138.94"}, 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}} I0702 02:08:50.794348 3413 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.147.233"}, 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}} I0702 02:08:50.794353 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794355 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:50.794357 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794360 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794364 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794364 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.381µs I0702 02:08:50.794356 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794378 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:08:50.794375 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794382 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794341 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794391 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:08:50.794397 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794398 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:08:50.794406 3413 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 I0702 02:08:50.794407 3413 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 I0702 02:08:50.794412 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:08:50.794421 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:50.794425 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 134.663µs I0702 02:08:50.794425 3413 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.1.232"}, 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}} I0702 02:08:50.794433 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:08:50.794434 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:50.794438 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794440 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 6.867µs I0702 02:08:50.794440 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 274.591µs I0702 02:08:50.794447 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794387 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794454 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:08:50.794460 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000809223 seconds. No OVN measurement. I0702 02:08:50.794371 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794473 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:08:50.794476 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:08:50.794481 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:08:50.794449 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:08:50.794488 3413 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 I0702 02:08:50.794491 3413 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.178.162"}, 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}} I0702 02:08:50.794505 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:50.794507 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794463 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794519 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794509 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 231.938µs I0702 02:08:50.794465 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:08:50.794493 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794533 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:50.794546 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:50.794548 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:08:50.794557 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:50.794562 3413 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.194.188"}, 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}} I0702 02:08:50.794576 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794571 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:08:50.794587 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794519 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794544 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794588 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:08:50.794605 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794614 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:08:50.794608 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794604 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794626 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794631 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794634 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794642 3413 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 I0702 02:08:50.794643 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794627 3413 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.68.161"}, 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}} I0702 02:08:50.794656 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:08:50.794655 3413 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 I0702 02:08:50.794640 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794661 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 286.332µs I0702 02:08:50.794527 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794673 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:50.794677 3413 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 I0702 02:08:50.794679 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:08:50.794687 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 236.635µs I0702 02:08:50.794699 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:08:50.794703 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:08:50.794680 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794710 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 377.172µs I0702 02:08:50.794725 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:50.794669 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:08:50.794726 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:08:50.794661 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794738 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:08:50.794740 3413 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.29.193"}, 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}} I0702 02:08:50.794746 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794708 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794750 3413 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 I0702 02:08:50.794754 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794764 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794770 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:08:50.794735 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794766 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794783 3413 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.181.87"}, 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}} I0702 02:08:50.794780 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794797 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794796 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794804 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:08:50.794806 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794806 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794798 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:08:50.794819 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 364.451µs I0702 02:08:50.794820 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794818 3413 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.185.252"}, 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}} I0702 02:08:50.794831 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:50.794831 3413 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 I0702 02:08:50.794834 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794839 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.311µs I0702 02:08:50.794845 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794849 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:50.794855 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:50.794863 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 188.789µs I0702 02:08:50.794874 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:08:50.794865 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794895 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.794857 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794908 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:08:50.794883 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.794921 3413 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 I0702 02:08:50.794921 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:08:50.794823 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794938 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:08:50.794935 3413 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.226.216"}, 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}} I0702 02:08:50.794942 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:08:50.794945 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:50.794952 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:08:50.794952 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794951 3413 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.124.2"}, 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}} I0702 02:08:50.794954 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 229.409µs I0702 02:08:50.794959 3413 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 I0702 02:08:50.794964 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794965 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794970 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:50.794973 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:08:50.794974 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.794977 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 279.806µs I0702 02:08:50.794986 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:50.794979 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.794811 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794990 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.795010 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.795015 3413 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 I0702 02:08:50.795016 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.795022 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:50.795030 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.794980 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.795033 3413 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 I0702 02:08:50.794996 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.795038 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:50.795040 3413 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 I0702 02:08:50.795047 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 512.95µs I0702 02:08:50.795053 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:08:50.795057 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:50.795059 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:50.795062 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:08:50.795064 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 215.815µs I0702 02:08:50.795068 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 194.5µs I0702 02:08:50.795067 3413 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.2.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}} I0702 02:08:50.795060 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:08:50.795078 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:08:50.795083 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795087 3413 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.30.123"}, 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}} I0702 02:08:50.795095 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795069 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.795101 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795111 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795113 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:08:50.795087 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.795112 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.795123 3413 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.230.151"}, 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}} I0702 02:08:50.795128 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.795144 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795144 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.795148 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:08:50.795156 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795154 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:08:50.795160 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:50.795168 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:08:50.795143 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:50.795173 3413 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 I0702 02:08:50.795180 3413 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 I0702 02:08:50.795171 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.795191 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:08:50.795196 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:50.795198 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:08:50.795200 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:50.795204 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 234.419µs I0702 02:08:50.795207 3413 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 I0702 02:08:50.795165 3413 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.194.249"}, 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}} I0702 02:08:50.795235 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:50.795234 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795179 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.795242 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.127µs I0702 02:08:50.795245 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795253 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:08:50.795261 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.521µs I0702 02:08:50.795260 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:08:50.795272 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:08:50.795262 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.795275 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:08:50.795289 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.795293 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795301 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.795303 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795207 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 220.107µs I0702 02:08:50.795311 3413 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 I0702 02:08:50.795319 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:08:50.795282 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.795331 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:08:50.795339 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 258.94µs I0702 02:08:50.795356 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:08:50.795353 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.795375 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:08:50.795376 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795382 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:08:50.795390 3413 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 I0702 02:08:50.795387 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:50.795404 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795407 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:50.795414 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 271.836µs I0702 02:08:50.795243 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:50.795429 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.795434 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 376.334µs I0702 02:08:50.795443 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.795474 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:08:50.795487 3413 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 I0702 02:08:50.795509 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:08:50.795522 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 246.661µs I0702 02:08:50.795326 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.795549 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:08:50.795562 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795568 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:50.795576 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.795590 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.795598 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.795619 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:08:50.795627 3413 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 I0702 02:08:50.795640 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:08:50.795646 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 328.223µs I0702 02:08:50.912174 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-7.ec2.internal I0702 02:08:50.912179 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:50.912258 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:08:50.912272 3413 node_tracker.go:172] Node ip-10-0-2-7.ec2.internal switch + router changed, syncing services I0702 02:08:50.912287 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:08:50.912307 3413 default_network_controller.go:1028] Node ip-10-0-2-7.ec2.internal in remote zone ip-10-0-2-7.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 02:08:50.912398 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:7a90ecee-24da-4b25-898b-7747363d6b2d ip:10.0.2.7 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236652}] I0702 02:08:50.912443 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4237236652}]} hostname:ip-10-0-2-7.ec2.internal name:7a90ecee-24da-4b25-898b-7747363d6b2d other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236653}] I0702 02:08:50.912463 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:7a90ecee-24da-4b25-898b-7747363d6b2d ip:10.0.2.7 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236652} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4237236652}]} hostname:ip-10-0-2-7.ec2.internal name:7a90ecee-24da-4b25-898b-7747363d6b2d other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236653}] I0702 02:08:50.912669 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:08:50.912687 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:50.912694 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:50.912708 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:08:50.912786 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:50.912801 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:08:50.912807 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:08:50.912808 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:50.912817 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:50.912719 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.912827 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.912874 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:08:50.912886 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 10.859µs I0702 02:08:50.912897 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:08:50.912896 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:08:50.912811 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:08:50.912916 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:50.912913 3413 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.226.216"}, 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}} I0702 02:08:50.912925 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:08:50.912930 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.912789 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:50.912940 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.912903 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.912896 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:08:50.912958 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.912985 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:08:50.913003 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.912988 3413 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.124.2"}, 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}} I0702 02:08:50.913019 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:50.913030 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.912932 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:50.913044 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913047 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:50.913054 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:08:50.913060 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:08:50.913067 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:08:50.913074 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:08:50.913080 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:08:50.913064 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.913086 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:08:50.913093 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:08:50.913094 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.913099 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:08:50.913106 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.913107 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:50.913115 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:50.913119 3413 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 I0702 02:08:50.912943 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.913143 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:08:50.912989 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.913034 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913144 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:08:50.913162 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:50.913170 3413 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.2.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}} I0702 02:08:50.913121 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:50.913183 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913187 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:50.913188 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.913194 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913145 3413 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-2-7.ec2.internal for the network default I0702 02:08:50.913155 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 449.767µs I0702 02:08:50.913275 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:08:50.913286 3413 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-7.ec2.internal]} name:tstor-ip-10-0-2-7.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-7.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236654}] I0702 02:08:50.913288 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.913337 3413 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:u4237236654}]}}] Timeout: Where:[where column _uuid == {8b364ab0-aaa9-4476-9e09-7259118b3cde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:50.913174 3413 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 I0702 02:08:50.913373 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:08:50.913354 3413 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-7.ec2.internal]} name:tstor-ip-10-0-2-7.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-7.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236654} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236654}]}}] Timeout: Where:[where column _uuid == {8b364ab0-aaa9-4476-9e09-7259118b3cde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:50.913388 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:50.913394 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913398 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 579.525µs I0702 02:08:50.913405 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:50.913415 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:50.913423 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913195 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:50.913448 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.913451 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:50.913202 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.913459 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:08:50.913465 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:08:50.913469 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:08:50.913228 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.913424 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.913460 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.913484 3413 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 I0702 02:08:50.913472 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:50.913496 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:08:50.913509 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:08:50.913527 3413 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.230.151"}, 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}} I0702 02:08:50.913545 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913556 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913576 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.913607 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:08:50.913619 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:08:50.913499 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:08:50.913634 3413 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 I0702 02:08:50.913640 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:08:50.913646 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:08:50.913651 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:50.913655 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:50.913657 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:50.913661 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:50.913666 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:08:50.913665 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 250.195µs I0702 02:08:50.913670 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:08:50.913512 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:08:50.913676 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 778.665µs I0702 02:08:50.913679 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:08:50.913686 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:50.913687 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.913694 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.913746 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:08:50.913757 3413 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.194.249"}, 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}} I0702 02:08:50.913770 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:08:50.913773 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913777 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:50.913782 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:50.913760 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:08:50.913787 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:50.913792 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:50.913782 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913793 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:08:50.913809 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913816 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913808 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.913827 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.913834 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.913842 3413 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 I0702 02:08:50.913831 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.913857 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:08:50.913511 3413 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 I0702 02:08:50.913862 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 184.225µs I0702 02:08:50.913870 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:50.913876 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.671µs I0702 02:08:50.913880 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:08:50.913882 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:08:50.913886 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 613.139µs I0702 02:08:50.913897 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:08:50.913889 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.912823 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.913905 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:08:50.913972 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:08:50.913980 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:08:50.913985 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.913994 3413 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}} I0702 02:08:50.914016 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914042 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.914052 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.914094 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:08:50.914081 3413 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-7.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:u4237236655}] I0702 02:08:50.914104 3413 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 I0702 02:08:50.914129 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:08:50.914125 3413 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:u4237236655}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:50.914140 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 243.084µs I0702 02:08:50.914151 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:08:50.913856 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:08:50.914146 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-7.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:u4237236655} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236655}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:50.914170 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:08:50.914183 3413 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 I0702 02:08:50.914159 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914208 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:50.913997 3413 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.30.123"}, 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}} I0702 02:08:50.914231 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 542.547µs I0702 02:08:50.914245 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:08:50.914250 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:08:50.914244 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914259 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.757µs I0702 02:08:50.914262 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914268 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:50.914260 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:08:50.914278 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914287 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914284 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914302 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.913484 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.914324 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:08:50.914328 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:08:50.914275 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914336 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:50.914338 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:08:50.914337 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:08:50.914348 3413 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 I0702 02:08:50.914350 3413 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 I0702 02:08:50.914351 3413 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 I0702 02:08:50.914356 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:08:50.914373 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:08:50.914371 3413 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.106.110"}, 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}} I0702 02:08:50.914379 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 228.069µs I0702 02:08:50.914378 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:50.914386 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914390 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:08:50.914388 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.583174ms I0702 02:08:50.914375 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:50.914397 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.814µs I0702 02:08:50.913940 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:08:50.914397 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914402 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.613314ms I0702 02:08:50.914408 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:08:50.914411 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914417 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:08:50.914420 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:50.914416 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914433 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914438 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:08:50.914447 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:08:50.914455 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.914456 3413 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 I0702 02:08:50.914419 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:08:50.914475 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:50.914482 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 213.718µs I0702 02:08:50.914465 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.914492 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:50.914427 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914498 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:08:50.914500 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:08:50.914509 3413 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 I0702 02:08:50.914516 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:08:50.914529 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:50.914532 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:08:50.914539 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 654.987µs I0702 02:08:50.914541 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 11.412µs I0702 02:08:50.914552 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:50.914555 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:50.914499 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914584 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:08:50.914600 3413 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.55.105"}, 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}} I0702 02:08:50.914564 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914611 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914621 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914629 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:08:50.914638 3413 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.17.153"}, 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}} I0702 02:08:50.914634 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914656 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:08:50.914530 3413 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.134.116"}, 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}} I0702 02:08:50.914668 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:08:50.914652 3413 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) I0702 02:08:50.914677 3413 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 I0702 02:08:50.914679 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914696 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:50.914562 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914707 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 215.031µs I0702 02:08:50.914695 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914718 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:50.914720 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.914727 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:08:50.914732 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:50.914741 3413 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 I0702 02:08:50.914757 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:50.914742 3413 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.223.197"}, 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}} I0702 02:08:50.914763 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 208.519µs I0702 02:08:50.914726 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914774 3413 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) I0702 02:08:50.914776 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:50.914784 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:08:50.914785 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.648µs I0702 02:08:50.914776 3413 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-7.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:u4237236656}] I0702 02:08:50.914796 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:08:50.914796 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:08:50.914810 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914819 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914805 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914823 3413 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:u4237236656}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:50.914832 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914698 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914855 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:08:50.914860 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:08:50.914868 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:08:50.914867 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914851 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-7.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:u4237236656} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236656}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:50.914877 3413 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 I0702 02:08:50.914872 3413 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.16.166"}, 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}} I0702 02:08:50.914888 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914895 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:50.914898 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914901 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 182.878µs I0702 02:08:50.914889 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914911 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:08:50.914918 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.914917 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914786 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.914945 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.914948 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.914919 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.914959 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.914958 3413 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 I0702 02:08:50.914971 3413 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 I0702 02:08:50.914975 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:08:50.914985 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:08:50.914965 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.914992 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:08:50.914991 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 574.752µs I0702 02:08:50.914997 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 200.331µs I0702 02:08:50.915000 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:08:50.915007 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:50.915009 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:08:50.915015 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:08:50.915028 3413 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 I0702 02:08:50.915018 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915074 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:08:50.915082 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:50.915086 3413 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.178.162"}, 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}} I0702 02:08:50.915092 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 539.917µs I0702 02:08:50.915096 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915108 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915111 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:08:50.914987 3413 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.1.232"}, 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}} I0702 02:08:50.915121 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915139 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.915140 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915150 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.915151 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915161 3413 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 I0702 02:08:50.915122 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915181 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:08:50.915168 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915188 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 179µs I0702 02:08:50.915194 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.915199 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:08:50.915199 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:08:50.915205 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.915233 3413 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 I0702 02:08:50.915232 3413 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.3.55"}, 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}} I0702 02:08:50.915252 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915257 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:08:50.915263 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915264 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 352.075µs I0702 02:08:50.915207 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915278 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:50.915290 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:08:50.915282 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915304 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:08:50.915313 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:08:50.915317 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915327 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915328 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:08:50.915286 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915341 3413 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 I0702 02:08:50.915015 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.753µs I0702 02:08:50.915343 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915361 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:08:50.915368 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.915371 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:50.915373 3413 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.138.94"}, 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}} I0702 02:08:50.915379 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:08:50.915384 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:08:50.915387 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915390 3413 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 I0702 02:08:50.915391 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 280.872µs I0702 02:08:50.915391 3413 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-2-7.ec2.internal took: 2.247792ms I0702 02:08:50.915399 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915407 3413 master.go:657] Creating Interconnect resources for node ip-10-0-2-7.ec2.internal took: 3.087264ms I0702 02:08:50.915412 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:08:50.915418 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 218.771µs I0702 02:08:50.915424 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:50.915430 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:08:50.915416 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915440 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:08:50.915384 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915444 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:50.915445 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:08:50.915455 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 48.662µs I0702 02:08:50.915458 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:08:50.915468 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:08:50.915467 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:08:50.915468 3413 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 I0702 02:08:50.915439 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915483 3413 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.147.233"}, 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}} I0702 02:08:50.914518 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915500 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915500 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:08:50.915513 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915516 3413 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.194.188"}, 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}} I0702 02:08:50.915524 3413 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}} I0702 02:08:50.915541 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915529 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915559 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:08:50.915567 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:08:50.915574 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:08:50.915478 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:08:50.915587 3413 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 I0702 02:08:50.915587 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001801193 seconds. No OVN measurement. I0702 02:08:50.915576 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:50.915530 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915607 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:08:50.915608 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:50.915611 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:50.915620 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915620 3413 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 I0702 02:08:50.915621 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:50.915644 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:08:50.915641 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:08:50.915652 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 1.244423ms I0702 02:08:50.915639 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915665 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:08:50.915665 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.915660 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:08:50.915681 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915687 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.915698 3413 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 I0702 02:08:50.915720 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:08:50.915675 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915731 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 301.125µs I0702 02:08:50.915722 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915621 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 253.07µs I0702 02:08:50.915748 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:08:50.915753 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:50.915760 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 6.965µs I0702 02:08:50.915761 3413 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.181.87"}, 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}} I0702 02:08:50.915769 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:50.915776 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915786 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915803 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.915743 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:50.915835 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:08:50.915847 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:08:50.915858 3413 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 I0702 02:08:50.915880 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:08:50.915754 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:08:50.915889 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 223.813µs I0702 02:08:50.915897 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:08:50.915901 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:50.915910 3413 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 I0702 02:08:50.915961 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:08:50.915972 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 501.929µs I0702 02:08:50.915842 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.915993 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:08:50.916003 3413 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.185.252"}, 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}} I0702 02:08:50.916013 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.916020 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.916030 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.916050 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.916058 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:08:50.916065 3413 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 I0702 02:08:50.915910 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.916117 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:08:50.916135 3413 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.29.193"}, 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}} I0702 02:08:50.915495 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:50.916156 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.916164 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 884.78µs I0702 02:08:50.916175 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.915777 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:50.916207 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.916256 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:08:50.916258 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.916267 3413 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.68.161"}, 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}} I0702 02:08:50.916272 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.916276 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:50.916282 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:50.916283 3413 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 I0702 02:08:50.916307 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:50.916320 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 418.179µs I0702 02:08:50.916078 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:50.916337 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 595.678µs I0702 02:08:50.916293 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:50.916353 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:50.916364 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:50.916376 3413 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 I0702 02:08:50.916397 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:50.916406 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 636.452µs I0702 02:08:50.988481 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:08:50.988528 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:08:50.998177 3413 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:0xcf} I0702 02:08:50.998231 3413 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:0xd0} I0702 02:08:51.127265 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:51.127298 3413 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" I0702 02:08:51.137181 3413 ovs.go:162] Exec(93): stdout: "" I0702 02:08:51.137200 3413 ovs.go:163] Exec(93): stderr: "" I0702 02:08:51.137210 3413 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 I0702 02:08:51.262673 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:51.262702 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:51.262717 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:51.262730 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw in node ip-10-0-2-7.ec2.internal I0702 02:08:51.262738 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:51.262746 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:51.262753 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:08:51.369104 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:51.369150 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:51.369151 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-km7tb: 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 I0702 02:08:51.369167 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:51.369184 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-km7tb in node ip-10-0-2-7.ec2.internal I0702 02:08:51.369187 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-km7tb in Admin Network Policy controller I0702 02:08:51.369228 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-km7tb Admin Network Policy controller: took 27.002µs I0702 02:08:51.369323 3413 address_set.go:575] (u4237236491/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.3]) to address set I0702 02:08:51.369366 3413 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 == {a3a34feb-300b-4200-a193-f5ef875c234f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:51.369394 3413 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 == {a3a34feb-300b-4200-a193-f5ef875c234f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:51.369831 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:51.369848 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:51.369859 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-km7tb I0702 02:08:51.369885 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-multus/network-metrics-daemon-km7tb. OVN-Kubernetes controller took 15.724160725 seconds. No OVN measurement. I0702 02:08:51.370289 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-zdvdh: 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 I0702 02:08:51.370332 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-zdvdh in Admin Network Policy controller I0702 02:08:51.370347 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-zdvdh Admin Network Policy controller: took 15.199µs I0702 02:08:51.370376 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:51.370406 3413 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:51.370422 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:51.370436 3413 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-zdvdh in node ip-10-0-2-7.ec2.internal I0702 02:08:51.370518 3413 address_set.go:575] (u4237236529/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.4]) to address set I0702 02:08:51.370560 3413 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 == {f6db228a-4b2b-46b1-909b-506a531c3ace}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:51.370585 3413 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 == {f6db228a-4b2b-46b1-909b-506a531c3ace}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:51.370897 3413 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:51.370913 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:51.370923 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-zdvdh I0702 02:08:51.589835 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:51.589876 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-8vlqk: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:08:51.589901 3413 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:51.589914 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-8vlqk in Admin Network Policy controller I0702 02:08:51.589920 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:51.589926 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-8vlqk Admin Network Policy controller: took 13.527µs I0702 02:08:51.589938 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-8vlqk in node ip-10-0-0-214.ec2.internal I0702 02:08:51.589948 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:51.589960 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:51.589975 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-8vlqk I0702 02:08:51.625474 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:51.625503 3413 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" I0702 02:08:51.635303 3413 ovs.go:162] Exec(94): stdout: "" I0702 02:08:51.635326 3413 ovs.go:163] Exec(94): stderr: "" I0702 02:08:51.635338 3413 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 I0702 02:08:52.126258 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:52.126287 3413 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" I0702 02:08:52.135616 3413 ovs.go:162] Exec(95): stdout: "" I0702 02:08:52.135635 3413 ovs.go:163] Exec(95): stderr: "" I0702 02:08:52.135645 3413 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 I0702 02:08:52.289360 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::6891:d1ff:fe29:f86/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:08:52.589101 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:52.589127 3413 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:52.589145 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:52.589145 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-4h8q8: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:08:52.589181 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-4h8q8 in Admin Network Policy controller I0702 02:08:52.589161 3413 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-4h8q8 in node ip-10-0-0-214.ec2.internal I0702 02:08:52.589197 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-4h8q8 Admin Network Policy controller: took 17.041µs I0702 02:08:52.589205 3413 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-4h8q8 I0702 02:08:52.589237 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:52.589255 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-4h8q8 I0702 02:08:52.605780 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:52.605789 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-98rq7: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:08:52.605814 3413 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:52.605816 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-98rq7 in Admin Network Policy controller I0702 02:08:52.605827 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-98rq7 Admin Network Policy controller: took 10.932µs I0702 02:08:52.605833 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-98rq7 I0702 02:08:52.605851 3413 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-98rq7 in node ip-10-0-0-214.ec2.internal I0702 02:08:52.605860 3413 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-98rq7 I0702 02:08:52.605871 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:52.605885 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-98rq7 I0702 02:08:52.625983 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:52.626015 3413 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" I0702 02:08:52.630821 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:52.630841 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:52.630854 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:52.630865 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcngq in node ip-10-0-0-214.ec2.internal I0702 02:08:52.630871 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:52.630877 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:52.630883 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:08:52.635444 3413 ovs.go:162] Exec(96): stdout: "" I0702 02:08:52.635459 3413 ovs.go:163] Exec(96): stderr: "" I0702 02:08:52.635468 3413 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 I0702 02:08:52.647157 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-mg56f: podLabels app=konnectivity-agent,controller-revision-hash=d66fcf8dc,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:08:52.647180 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:52.647197 3413 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:52.647197 3413 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-mg56f in Admin Network Policy controller I0702 02:08:52.647209 3413 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-mg56f Admin Network Policy controller: took 13.657µs I0702 02:08:52.647234 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-mg56f I0702 02:08:52.647249 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-mg56f in node ip-10-0-0-214.ec2.internal I0702 02:08:52.647255 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:52.647262 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:52.647269 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-mg56f I0702 02:08:53.126195 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:53.126238 3413 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" I0702 02:08:53.135469 3413 ovs.go:162] Exec(97): stdout: "" I0702 02:08:53.135483 3413 ovs.go:163] Exec(97): stderr: "" I0702 02:08:53.135492 3413 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 I0702 02:08:53.468930 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:53.468967 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:08:53.468948 3413 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-7.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-2921f922c2-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-7.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 I0702 02:08:53.468992 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-7.ec2.internal in Admin Network Policy controller I0702 02:08:53.469004 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-7.ec2.internal Admin Network Policy controller: took 13.019µs I0702 02:08:53.469017 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-7.ec2.internal I0702 02:08:53.469032 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-7.ec2.internal: 18.555µs I0702 02:08:53.469036 3413 master.go:657] Creating Interconnect resources for node ip-10-0-2-7.ec2.internal took: 882ns I0702 02:08:53.469047 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:53.469057 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:08:53.469074 3413 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-2-7.ec2.internal. Updating no re-route policies I0702 02:08:53.468947 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-7.ec2.internal I0702 02:08:53.469155 3413 node_tracker.go:172] Node ip-10-0-2-7.ec2.internal switch + router changed, syncing services I0702 02:08:53.469170 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:08:53.469184 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:53.469198 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:53.469206 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:53.469236 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:53.469245 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:53.469277 3413 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.7 10.0.1.108 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:53.469304 3413 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.7 10.0.1.108 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55cbb0e3-35a0-4f15-9203-82a4895f1d79}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:53.469249 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469253 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469334 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:08:53.469348 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:08:53.469350 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:08:53.469350 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:08:53.469356 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:08:53.469364 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:53.469362 3413 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.30.123"}, 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}} I0702 02:08:53.469363 3413 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.2.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}} I0702 02:08:53.469375 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469379 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469382 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469386 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:08:53.469391 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469391 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:08:53.469404 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.469432 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:08:53.469439 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:08:53.469446 3413 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 I0702 02:08:53.469397 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469405 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469470 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:08:53.469475 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:08:53.469381 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:53.469489 3413 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.124.2"}, 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}} I0702 02:08:53.469498 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:08:53.469558 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469570 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:53.469405 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.469590 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469593 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.469604 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:53.469615 3413 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 I0702 02:08:53.469620 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:53.469631 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:08:53.469637 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 424.177µs I0702 02:08:53.469652 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:08:53.469632 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:53.469477 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 232.706µs I0702 02:08:53.469673 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:08:53.469688 3413 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 I0702 02:08:53.469694 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:53.469661 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469716 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:08:53.469727 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 335.055µs I0702 02:08:53.469732 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:08:53.469705 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469747 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469756 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:53.469504 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469787 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.469801 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.469823 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.469833 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.469843 3413 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 I0702 02:08:53.469863 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:08:53.469371 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:08:53.469868 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 484.806µs I0702 02:08:53.469487 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469887 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:53.469891 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:08:53.469901 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:08:53.469917 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:53.469920 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:53.469930 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:08:53.469937 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:08:53.469944 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:08:53.469950 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:08:53.469910 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469957 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:08:53.469966 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:08:53.469971 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:08:53.469977 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:08:53.469975 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:08:53.469934 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.469984 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:53.469991 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:53.469991 3413 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.194.249"}, 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}} I0702 02:08:53.469997 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:08:53.470005 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:53.470006 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470012 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:53.470016 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470019 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:53.470025 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:08:53.470031 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:53.470038 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:53.470029 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470046 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:08:53.470049 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.470052 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:08:53.470059 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:08:53.470065 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:53.470070 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:53.469910 3413 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.226.216"}, 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}} I0702 02:08:53.470075 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.470037 3413 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 == {85196d6c-b3ba-43b6-b747-e497c248d058}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:53.470076 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:08:53.470087 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:08:53.470087 3413 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 I0702 02:08:53.470088 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470093 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:08:53.470100 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:53.470107 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:53.470110 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:08:53.470113 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:53.470116 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 216.041µs I0702 02:08:53.470119 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:53.470004 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:08:53.470127 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:53.470133 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:08:53.470118 3413 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:85196d6c-b3ba-43b6-b747-e497c248d058}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:53.469763 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:08:53.470145 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:08:53.470147 3413 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.230.151"}, 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}} I0702 02:08:53.470155 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.889µs I0702 02:08:53.470158 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470166 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:08:53.470168 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470132 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:08:53.469770 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470145 3413 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 == {85196d6c-b3ba-43b6-b747-e497c248d058}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:85196d6c-b3ba-43b6-b747-e497c248d058}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:08:53.470186 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470182 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470199 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:53.470199 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:08:53.470226 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470173 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.56µs I0702 02:08:53.470248 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:08:53.470209 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:53.470254 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470279 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:08:53.470285 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:08:53.470294 3413 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 I0702 02:08:53.470100 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470317 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:08:53.470324 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 671.428µs I0702 02:08:53.470255 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:08:53.470335 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:08:53.470351 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:08:53.470295 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:08:53.470366 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470377 3413 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 I0702 02:08:53.470342 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470228 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:08:53.470310 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470401 3413 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 I0702 02:08:53.470403 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:08:53.470411 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 491.777µs I0702 02:08:53.470412 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.470414 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:08:53.470424 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:08:53.470424 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:08:53.470425 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:53.470431 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.824µs I0702 02:08:53.470433 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 747.149µs I0702 02:08:53.470440 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:53.470376 3413 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}} I0702 02:08:53.470431 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:08:53.470448 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:08:53.470451 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470456 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470458 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 11.255µs I0702 02:08:53.470467 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470468 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:08:53.470486 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:08:53.470440 3413 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 I0702 02:08:53.470449 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470486 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470477 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470521 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:08:53.470525 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:08:53.470522 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:08:53.470534 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:08:53.470498 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:53.470538 3413 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.106.110"}, 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}} I0702 02:08:53.470545 3413 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 I0702 02:08:53.470547 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.157095ms I0702 02:08:53.470548 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:08:53.470553 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470565 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:08:53.470565 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470568 3413 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 I0702 02:08:53.470570 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:08:53.470579 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 242.552µs I0702 02:08:53.470591 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:53.470598 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:08:53.470585 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470604 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 357.388µs I0702 02:08:53.470608 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:08:53.470617 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:08:53.470627 3413 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 I0702 02:08:53.470575 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470644 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:08:53.470599 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470650 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 209.793µs I0702 02:08:53.470660 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:08:53.470661 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:08:53.470666 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:08:53.470673 3413 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.134.116"}, 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}} I0702 02:08:53.470677 3413 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.55.105"}, 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}} I0702 02:08:53.470617 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:08:53.470690 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470691 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470700 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470703 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470666 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:08:53.470727 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:08:53.470718 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470745 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470748 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:08:53.470757 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:08:53.470756 3413 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}} I0702 02:08:53.470767 3413 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 I0702 02:08:53.470769 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470785 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:08:53.470799 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:08:53.470804 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 214.371µs I0702 02:08:53.470794 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:53.470699 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 81.978µs I0702 02:08:53.470813 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:53.470815 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:08:53.470824 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:53.470827 3413 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 I0702 02:08:53.470843 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:08:53.470849 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 189.852µs I0702 02:08:53.470821 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470858 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:08:53.470865 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.669µs I0702 02:08:53.470871 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:08:53.470872 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:08:53.470834 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470715 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470899 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:08:53.470546 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:08:53.470910 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:08:53.470927 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470878 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.470933 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470944 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:08:53.470899 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.470954 3413 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.16.166"}, 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}} I0702 02:08:53.470946 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.470917 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470967 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:08:53.470975 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:08:53.470982 3413 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 I0702 02:08:53.470981 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:08:53.470999 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:08:53.471004 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 181.734µs I0702 02:08:53.471006 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471012 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:53.470962 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.471056 3413 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 I0702 02:08:53.471019 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471082 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:08:53.471082 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:08:53.471091 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 526.487µs I0702 02:08:53.471103 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:08:53.470963 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471111 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.671µs I0702 02:08:53.471116 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.470881 3413 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.17.153"}, 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}} I0702 02:08:53.471130 3413 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) I0702 02:08:53.471142 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471161 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471099 3413 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.223.197"}, 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}} I0702 02:08:53.471188 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.471192 3413 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) I0702 02:08:53.471199 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471201 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:08:53.471231 3413 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 I0702 02:08:53.471229 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471250 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:08:53.471257 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:08:53.471258 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:08:53.471264 3413 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 I0702 02:08:53.471268 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 453.123µs I0702 02:08:53.471279 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:08:53.471285 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 272.117µs I0702 02:08:53.471286 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:08:53.471294 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:08:53.471120 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:08:53.471133 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471314 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.471326 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.471337 3413 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 I0702 02:08:53.471302 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471356 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:08:53.471309 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471369 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:08:53.471379 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471380 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:08:53.471390 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471390 3413 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.178.162"}, 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}} I0702 02:08:53.471400 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471407 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471402 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471418 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.471425 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:08:53.471418 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471298 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471432 3413 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 I0702 02:08:53.471439 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.471448 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.471447 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:08:53.471455 3413 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 I0702 02:08:53.471458 3413 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.3.55"}, 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}} I0702 02:08:53.471466 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471470 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:08:53.471473 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471474 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 354.498µs I0702 02:08:53.471483 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:53.471484 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471503 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:08:53.471510 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:08:53.471517 3413 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 I0702 02:08:53.471490 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471532 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:08:53.471536 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 252.388µs I0702 02:08:53.471537 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:08:53.471545 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:53.471547 3413 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.138.94"}, 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}} I0702 02:08:53.471558 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471448 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:08:53.471568 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471574 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 276.971µs I0702 02:08:53.471551 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471589 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:08:53.471594 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:08:53.471585 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471602 3413 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.147.233"}, 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}} I0702 02:08:53.471611 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471612 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:08:53.471617 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471624 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:08:53.471360 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:08:53.471635 3413 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 I0702 02:08:53.471627 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471036 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:08:53.471598 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471646 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:08:53.471654 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:08:53.471658 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:08:53.471648 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:08:53.471665 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 180.735µs I0702 02:08:53.471665 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:08:53.471677 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:08:53.471680 3413 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.1.232"}, 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}} I0702 02:08:53.471694 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471707 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471686 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471723 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471748 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.471661 3413 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 I0702 02:08:53.471762 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.471749 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:08:53.471774 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:08:53.471777 3413 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 I0702 02:08:53.471781 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 235.255µs I0702 02:08:53.471784 3413 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.194.188"}, 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}} I0702 02:08:53.471668 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:08:53.471800 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:08:53.471802 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471805 3413 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 I0702 02:08:53.471805 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 217.139µs I0702 02:08:53.471815 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471819 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:08:53.471825 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:08:53.471826 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.408µs I0702 02:08:53.471831 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.362239ms I0702 02:08:53.471838 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:53.471841 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:08:53.471639 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 767.668µs I0702 02:08:53.471848 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.342µs I0702 02:08:53.471854 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:53.471835 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471858 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:53.471868 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.471881 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.471860 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471894 3413 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 I0702 02:08:53.471902 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:08:53.471867 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471906 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001733057 seconds. No OVN measurement. I0702 02:08:53.471910 3413 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.68.161"}, 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}} I0702 02:08:53.471792 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:08:53.471920 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:08:53.471920 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471848 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.471924 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:08:53.471928 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 249.946µs I0702 02:08:53.471932 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471947 3413 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.29.193"}, 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}} I0702 02:08:53.471952 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:08:53.471956 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:08:53.471957 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.471927 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:08:53.471957 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471986 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.471992 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.471995 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.471996 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:53.472001 3413 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 I0702 02:08:53.472006 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:08:53.472016 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:08:53.471968 3413 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.185.252"}, 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}} I0702 02:08:53.472017 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:08:53.471963 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:08:53.472025 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.472033 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.472022 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 168.159µs I0702 02:08:53.472029 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:08:53.472047 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.472051 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:08:53.472048 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.472066 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.472067 3413 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.181.87"}, 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}} I0702 02:08:53.472085 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:08:53.472076 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.472100 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:08:53.472006 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.472150 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:08:53.472157 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:08:53.472141 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:08:53.472167 3413 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 I0702 02:08:53.472172 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:08:53.472185 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:08:53.472200 3413 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 I0702 02:08:53.472074 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:08:53.472232 3413 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 I0702 02:08:53.472246 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:08:53.472246 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:08:53.472250 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 414.232µs I0702 02:08:53.472255 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 303.37µs I0702 02:08:53.472186 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:08:53.472263 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 406.197µs I0702 02:08:53.472101 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:08:53.472276 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:08:53.472283 3413 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 I0702 02:08:53.472312 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:08:53.472320 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 529.15µs I0702 02:08:53.491035 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:53.491062 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:08:53.491097 3413 master.go:657] Creating Interconnect resources for node ip-10-0-2-7.ec2.internal took: 631ns I0702 02:08:53.491106 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:53.491113 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:08:54.268869 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:54.268899 3413 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" I0702 02:08:54.269606 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:08:54.269677 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:08:54.269722 3413 master.go:657] Creating Interconnect resources for node ip-10-0-2-7.ec2.internal took: 753ns I0702 02:08:54.269741 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:08:54.269753 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:08:54.278196 3413 ovs.go:162] Exec(98): stdout: "" I0702 02:08:54.278229 3413 ovs.go:163] Exec(98): stderr: "" I0702 02:08:54.278242 3413 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 I0702 02:08:54.281073 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:54.281099 3413 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" I0702 02:08:54.290007 3413 ovs.go:162] Exec(99): stdout: "" I0702 02:08:54.290027 3413 ovs.go:163] Exec(99): stderr: "" I0702 02:08:54.290038 3413 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 I0702 02:08:54.625516 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:54.625545 3413 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" I0702 02:08:54.634880 3413 ovs.go:162] Exec(100): stdout: "" I0702 02:08:54.634898 3413 ovs.go:163] Exec(100): stderr: "" I0702 02:08:54.634908 3413 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 I0702 02:08:55.125071 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:55.125099 3413 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" I0702 02:08:55.134166 3413 ovs.go:162] Exec(101): stdout: "" I0702 02:08:55.134182 3413 ovs.go:163] Exec(101): stderr: "" I0702 02:08:55.134192 3413 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 I0702 02:08:55.256067 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:55.256088 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:55.256102 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:55.256113 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in node ip-10-0-2-7.ec2.internal I0702 02:08:55.256120 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:55.256126 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:55.256133 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:55.625503 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:55.625529 3413 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" I0702 02:08:55.634740 3413 ovs.go:162] Exec(102): stdout: "" I0702 02:08:55.634759 3413 ovs.go:163] Exec(102): stderr: "" I0702 02:08:55.634768 3413 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 I0702 02:08:56.126523 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:56.126553 3413 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" I0702 02:08:56.135766 3413 ovs.go:162] Exec(103): stdout: "" I0702 02:08:56.135787 3413 ovs.go:163] Exec(103): stderr: "" I0702 02:08:56.135797 3413 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 I0702 02:08:56.259417 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:56.259440 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:56.259452 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:56.259464 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in node ip-10-0-2-7.ec2.internal I0702 02:08:56.259472 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:56.259480 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:56.259487 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:56.625590 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:56.625629 3413 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" I0702 02:08:56.634852 3413 ovs.go:162] Exec(104): stdout: "" I0702 02:08:56.634873 3413 ovs.go:163] Exec(104): stderr: "" I0702 02:08:56.634885 3413 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 I0702 02:08:56.950561 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:56.950621 3413 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:56.950639 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-mg56f I0702 02:08:56.950674 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-mg56f in node ip-10-0-0-214.ec2.internal I0702 02:08:56.950685 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:56.950698 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:56.950711 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-mg56f I0702 02:08:57.127587 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:57.127617 3413 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" I0702 02:08:57.136718 3413 ovs.go:162] Exec(105): stdout: "" I0702 02:08:57.136734 3413 ovs.go:163] Exec(105): stderr: "" I0702 02:08:57.136746 3413 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 I0702 02:08:57.266780 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:57.266802 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:57.266819 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:57.266834 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in node ip-10-0-2-7.ec2.internal I0702 02:08:57.266842 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:57.266851 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:57.266860 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-2wd99 I0702 02:08:57.266839 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-2wd99: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=5465d645b9,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.7], PodStatus: true, PodCompleted?: false I0702 02:08:57.266898 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-2wd99 in Admin Network Policy controller I0702 02:08:57.266909 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-2wd99 Admin Network Policy controller: took 12.102µs I0702 02:08:57.606824 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:08:57.606849 3413 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:57.606863 3413 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-mg56f I0702 02:08:57.606874 3413 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-mg56f in node ip-10-0-0-214.ec2.internal I0702 02:08:57.606882 3413 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-mg56f I0702 02:08:57.606888 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:08:57.606895 3413 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-mg56f I0702 02:08:57.625273 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:57.625300 3413 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" I0702 02:08:57.634537 3413 ovs.go:162] Exec(106): stdout: "" I0702 02:08:57.634555 3413 ovs.go:163] Exec(106): stderr: "" I0702 02:08:57.634565 3413 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 I0702 02:08:58.125961 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:58.125991 3413 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" I0702 02:08:58.135504 3413 ovs.go:162] Exec(107): stdout: "" I0702 02:08:58.135517 3413 ovs.go:163] Exec(107): stderr: "" I0702 02:08:58.135527 3413 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 I0702 02:08:58.625843 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:58.625878 3413 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" I0702 02:08:58.635962 3413 ovs.go:162] Exec(108): stdout: "" I0702 02:08:58.635981 3413 ovs.go:163] Exec(108): stderr: "" I0702 02:08:58.635991 3413 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 I0702 02:08:59.125193 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:59.125236 3413 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" I0702 02:08:59.134420 3413 ovs.go:162] Exec(109): stdout: "" I0702 02:08:59.134436 3413 ovs.go:163] Exec(109): stderr: "" I0702 02:08:59.134445 3413 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 I0702 02:08:59.625742 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:08:59.625773 3413 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" I0702 02:08:59.635054 3413 ovs.go:162] Exec(110): stdout: "" I0702 02:08:59.635072 3413 ovs.go:163] Exec(110): stderr: "" I0702 02:08:59.635082 3413 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 I0702 02:09:00.125271 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:00.125299 3413 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" I0702 02:09:00.134701 3413 ovs.go:162] Exec(111): stdout: "" I0702 02:09:00.134718 3413 ovs.go:163] Exec(111): stderr: "" I0702 02:09:00.134728 3413 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 I0702 02:09:00.626309 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:00.626337 3413 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" I0702 02:09:00.635377 3413 ovs.go:162] Exec(112): stdout: "" I0702 02:09:00.635395 3413 ovs.go:163] Exec(112): stderr: "" I0702 02:09:00.635404 3413 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 I0702 02:09:00.677316 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:00.677340 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:00.677358 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:00.677372 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw in node ip-10-0-2-7.ec2.internal I0702 02:09:00.677379 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:00.677388 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:00.677398 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:00.707254 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:00.707270 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:00.707284 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:00.707295 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-fdwmw in node ip-10-0-2-7.ec2.internal I0702 02:09:00.707302 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:00.707308 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:00.707318 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-fdwmw I0702 02:09:01.126027 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:01.126058 3413 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" I0702 02:09:01.135531 3413 ovs.go:162] Exec(113): stdout: "" I0702 02:09:01.135549 3413 ovs.go:163] Exec(113): stderr: "" I0702 02:09:01.135560 3413 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 I0702 02:09:01.626119 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:01.626149 3413 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" I0702 02:09:01.635341 3413 ovs.go:162] Exec(114): stdout: "" I0702 02:09:01.635360 3413 ovs.go:163] Exec(114): stderr: "" I0702 02:09:01.635371 3413 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 I0702 02:09:02.128381 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:02.128411 3413 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" I0702 02:09:02.137819 3413 ovs.go:162] Exec(115): stdout: "" I0702 02:09:02.137838 3413 ovs.go:163] Exec(115): stderr: "" I0702 02:09:02.137848 3413 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 I0702 02:09:02.517721 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-214.ec2.internal I0702 02:09:02.517751 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-214.ec2.internal: 38.1µs I0702 02:09:02.517807 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:09:02.517796 3413 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-214.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-2921f922c2-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-214.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 I0702 02:09:02.517824 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:09:02.517835 3413 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-214.ec2.internal in Admin Network Policy controller I0702 02:09:02.517850 3413 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-214.ec2.internal Admin Network Policy controller: took 15.653µs I0702 02:09:02.517866 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0702 02:09:02.517892 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:09:02.517904 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:09:02.517914 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:09:02.629819 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:02.629857 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:02.629875 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:02.629901 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcngq in node ip-10-0-0-214.ec2.internal I0702 02:09:02.629910 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:02.629920 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:02.629933 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:02.630168 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:02.630196 3413 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" I0702 02:09:02.639319 3413 ovs.go:162] Exec(116): stdout: "" I0702 02:09:02.639334 3413 ovs.go:163] Exec(116): stderr: "" I0702 02:09:02.639342 3413 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 I0702 02:09:02.648485 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-w9hx5: podLabels app=multus,component=network,controller-revision-hash=5b55db574f,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:09:02.648570 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-w9hx5 in Admin Network Policy controller I0702 02:09:02.648590 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-w9hx5 Admin Network Policy controller: took 20.612µs I0702 02:09:02.648544 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:02.648607 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-w9hx5 I0702 02:09:02.648624 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-w9hx5 I0702 02:09:02.648636 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-w9hx5 in node ip-10-0-0-214.ec2.internal I0702 02:09:02.648647 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-w9hx5 I0702 02:09:02.648655 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:02.648662 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-w9hx5 I0702 02:09:03.125920 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:03.125946 3413 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" I0702 02:09:03.135127 3413 ovs.go:162] Exec(117): stdout: "" I0702 02:09:03.135141 3413 ovs.go:163] Exec(117): stderr: "" I0702 02:09:03.135150 3413 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 I0702 02:09:03.625380 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:03.625407 3413 ovs.go:159] Exec(118): /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" I0702 02:09:03.632140 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:03.632159 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:03.632172 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:03.632183 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcngq in node ip-10-0-0-214.ec2.internal I0702 02:09:03.632190 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:03.632196 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:03.632203 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:03.634713 3413 ovs.go:162] Exec(118): stdout: "" I0702 02:09:03.634728 3413 ovs.go:163] Exec(118): stderr: "" I0702 02:09:03.634736 3413 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 I0702 02:09:03.650911 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:09:03.650972 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 in Admin Network Policy controller I0702 02:09:03.650988 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 Admin Network Policy controller: took 18.433µs I0702 02:09:03.650927 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:03.651005 3413 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:09:03.651024 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:09:03.651041 3413 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 in node ip-10-0-0-214.ec2.internal I0702 02:09:03.651055 3413 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:09:03.651066 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:03.651079 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-ljls4 I0702 02:09:04.125384 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:04.125412 3413 ovs.go:159] Exec(119): /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" I0702 02:09:04.135116 3413 ovs.go:162] Exec(119): stdout: "" I0702 02:09:04.135136 3413 ovs.go:163] Exec(119): stderr: "" I0702 02:09:04.135145 3413 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 I0702 02:09:04.625322 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:04.625353 3413 ovs.go:159] Exec(120): /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" I0702 02:09:04.634755 3413 ovs.go:162] Exec(120): stdout: "" I0702 02:09:04.634776 3413 ovs.go:163] Exec(120): stderr: "" I0702 02:09:04.634785 3413 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 I0702 02:09:04.686206 3413 ovs.go:159] Exec(121): /usr/bin/ovs-appctl --timeout=15 dpctl/dump-dps I0702 02:09:04.686296 3413 ovs.go:159] Exec(122): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-int I0702 02:09:04.686332 3413 ovs.go:159] Exec(123): /usr/bin/ovs-appctl -t /var/run/openvswitch/ovs-vswitchd.1156.ctl memory/show I0702 02:09:04.690557 3413 ovs.go:162] Exec(121): stdout: "system@ovs-system\n" I0702 02:09:04.690577 3413 ovs.go:163] Exec(121): stderr: "" I0702 02:09:04.690597 3413 ovs.go:159] Exec(124): /usr/bin/ovs-appctl --timeout=15 dpctl/show system@ovs-system I0702 02:09:04.690626 3413 ovs.go:162] Exec(123): stdout: "handlers:8 idl-cells-Open_vSwitch:471 ofconns:4 ports:7 revalidators:3 rules:1441 udpif keys:5\n" I0702 02:09:04.690641 3413 ovs.go:163] Exec(123): stderr: "" I0702 02:09:04.691441 3413 ovs.go:162] Exec(122): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=5175 byte_count=22066678 flow_count=1432\n" I0702 02:09:04.691455 3413 ovs.go:163] Exec(122): stderr: "" I0702 02:09:04.691472 3413 ovs.go:159] Exec(125): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-ex I0702 02:09:04.694150 3413 ovs.go:162] Exec(124): stdout: "system@ovs-system:\n lookups: hit:234754 missed:28 lost:0\n flows: 5\n masks: hit:234913 total:4 hit/pkt:1.00\n cache: hit:233654 hit-rate:99.52%\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" I0702 02:09:04.694170 3413 ovs.go:163] Exec(124): stderr: "" I0702 02:09:04.695420 3413 ovs.go:162] Exec(125): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=234741 byte_count=1645025064 flow_count=1\n" I0702 02:09:04.695435 3413 ovs.go:163] Exec(125): stderr: "" I0702 02:09:04.730580 3413 ovs.go:159] Exec(126): /usr/bin/ovn-appctl -t /var/run/ovn/ovnnb_db.ctl --timeout=5 memory/show I0702 02:09:04.733700 3413 ovs.go:162] Exec(126): stdout: "atoms:3850 cells:2261 json-caches:2 monitors:3 n-weak-refs:47 sessions:2\n" I0702 02:09:04.733719 3413 ovs.go:163] Exec(126): stderr: "" I0702 02:09:04.733751 3413 ovs.go:159] Exec(127): /usr/bin/ovn-appctl -t /var/run/ovn/ovnsb_db.ctl --timeout=5 memory/show I0702 02:09:04.736653 3413 ovs.go:162] Exec(127): stdout: "atoms:10717 cells:10365 json-caches:2 monitors:5 n-weak-refs:73 sessions:3\n" I0702 02:09:04.736669 3413 ovs.go:163] Exec(127): stderr: "" I0702 02:09:05.124944 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:05.124971 3413 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" I0702 02:09:05.134363 3413 ovs.go:162] Exec(128): stdout: "" I0702 02:09:05.134381 3413 ovs.go:163] Exec(128): stderr: "" I0702 02:09:05.134391 3413 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 I0702 02:09:05.342671 3413 model_client.go:382] Update operations generated as: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1782958145 ipsec_encapsulation:false mac_prefix:ba:ca:cc max_tunid:16711680 name:ip-10-0-1-108.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:52:49:6f:d9:32:7f]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {81a71244-4b04-4847-b6ff-d9bdb19efc68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:05.342738 3413 transact.go:42] Configuring OVN: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1782958145 ipsec_encapsulation:false mac_prefix:ba:ca:cc max_tunid:16711680 name:ip-10-0-1-108.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:52:49:6f:d9:32:7f]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {81a71244-4b04-4847-b6ff-d9bdb19efc68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:05.343304 3413 ovnkube_controller.go:1470] Failed to find "e2e_timestamp" from OVN_Southbound options. This may occur at startup. I0702 02:09:05.444361 3413 obj_retry.go:409] Going to retry *v1.Node resource setup for 1 objects: [ip-10-0-0-214.ec2.internal] I0702 02:09:05.444392 3413 obj_retry.go:418] Waiting for all the *v1.Node retry setup to complete in iterateRetryResources I0702 02:09:05.444408 3413 obj_retry.go:303] Retry object setup: *v1.Node ip-10-0-0-214.ec2.internal I0702 02:09:05.444418 3413 obj_retry.go:365] Adding new object: *v1.Node ip-10-0-0-214.ec2.internal I0702 02:09:05.444520 3413 obj_retry.go:377] Retry add failed for *v1.Node ip-10-0-0-214.ec2.internal, will try again later: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:09:05.444536 3413 obj_retry.go:420] Function iterateRetryResources for *v1.Node ended (in 191.384µs) I0702 02:09:05.625266 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:05.625298 3413 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" I0702 02:09:05.634965 3413 ovs.go:162] Exec(129): stdout: "" I0702 02:09:05.634984 3413 ovs.go:163] Exec(129): stderr: "" I0702 02:09:05.634995 3413 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 I0702 02:09:06.125891 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:06.125973 3413 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" I0702 02:09:06.135515 3413 ovs.go:162] Exec(130): stdout: "" I0702 02:09:06.135533 3413 ovs.go:163] Exec(130): stderr: "" I0702 02:09:06.135544 3413 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 I0702 02:09:06.626164 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:06.626194 3413 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" I0702 02:09:06.635327 3413 ovs.go:162] Exec(131): stdout: "" I0702 02:09:06.635342 3413 ovs.go:163] Exec(131): stderr: "" I0702 02:09:06.635352 3413 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 I0702 02:09:07.125587 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:07.125616 3413 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" I0702 02:09:07.134822 3413 ovs.go:162] Exec(132): stdout: "" I0702 02:09:07.134836 3413 ovs.go:163] Exec(132): stderr: "" I0702 02:09:07.134845 3413 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 I0702 02:09:07.625705 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:07.625737 3413 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" I0702 02:09:07.635208 3413 ovs.go:162] Exec(133): stdout: "" I0702 02:09:07.635246 3413 ovs.go:163] Exec(133): stderr: "" I0702 02:09:07.635258 3413 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 I0702 02:09:07.661740 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:07.661805 3413 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:07.661828 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:07.661845 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-bcngq in node ip-10-0-0-214.ec2.internal I0702 02:09:07.661854 3413 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:07.661864 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:07.661877 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-bcngq I0702 02:09:07.690288 3413 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0702 02:09:07.690340 3413 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:09:07.690295 3413 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-nrl52: podLabels app=ovnkube-node,component=network,controller-revision-hash=6dbf9fd7c4,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.214], PodStatus: true, PodCompleted?: false I0702 02:09:07.690355 3413 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:09:07.690371 3413 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 in node ip-10-0-0-214.ec2.internal I0702 02:09:07.690371 3413 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 in Admin Network Policy controller I0702 02:09:07.690380 3413 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:09:07.690386 3413 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-nrl52 Admin Network Policy controller: took 19.102µs I0702 02:09:07.690390 3413 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0702 02:09:07.690399 3413 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-nrl52 I0702 02:09:07.881462 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:09:07.881496 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-108.ec2.internal E0702 02:09:07.881532 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:09:07.881547 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:09:07.881555 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:09:07.881696 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:09:07.881715 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-108.ec2.internal I0702 02:09:07.881763 3413 egressip.go:1976] Egress node: ip-10-0-1-108.ec2.internal about to be initialized I0702 02:09:07.881838 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:07.881887 3413 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:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:07.881914 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:07.934515 3413 obj_retry.go:409] Going to retry *v1.Pod resource setup for 2 objects: [openshift-multus/network-metrics-daemon-drl4b openshift-network-diagnostics/network-check-target-crlbf] I0702 02:09:07.934575 3413 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0702 02:09:07.934598 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:09:07.934603 3413 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-drl4b I0702 02:09:07.934629 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-drl4b I0702 02:09:07.934640 3413 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-drl4b in node ip-10-0-0-214.ec2.internal I0702 02:09:07.934670 3413 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-drl4b, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-drl4b: suppressed error logged: pod openshift-multus/network-metrics-daemon-drl4b: no pod IPs found I0702 02:09:07.934611 3413 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-crlbf I0702 02:09:07.934689 3413 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-crlbf in node ip-10-0-0-214.ec2.internal I0702 02:09:07.934708 3413 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-crlbf, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-crlbf: suppressed error logged: pod openshift-network-diagnostics/network-check-target-crlbf: no pod IPs found I0702 02:09:07.934722 3413 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 220.2µs) I0702 02:09:08.125505 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:08.125537 3413 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" I0702 02:09:08.134653 3413 ovs.go:162] Exec(134): stdout: "" I0702 02:09:08.134675 3413 ovs.go:163] Exec(134): stderr: "" I0702 02:09:08.134687 3413 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 I0702 02:09:08.626307 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:08.626338 3413 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" I0702 02:09:08.635701 3413 ovs.go:162] Exec(135): stdout: "" I0702 02:09:08.635723 3413 ovs.go:163] Exec(135): stderr: "" I0702 02:09:08.635737 3413 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 I0702 02:09:08.908558 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:09:08.908643 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:09:08.908592 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-214.ec2.internal I0702 02:09:08.908712 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone ip-10-0-0-214.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 02:09:08.908740 3413 node_tracker.go:238] Node ip-10-0-0-214.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-214.ec2.internal" I0702 02:09:08.908745 3413 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-214.ec2.internal, new=ip-10-0-0-214.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-214.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-214.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-214.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-214.ec2.internal I0702 02:09:08.908755 3413 node_tracker.go:172] Node ip-10-0-0-214.ec2.internal switch + router changed, syncing services I0702 02:09:08.908759 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:09:08.908769 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:09:08.908774 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:09:08.908786 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:09:08.908799 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:08.908804 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:08.908809 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:08.908813 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:08.908824 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:08.908825 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:09:08.908839 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:08.908859 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:09:08.908868 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:09:08.908868 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:08.908876 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:09:08.908883 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:08.908890 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:09:08.908896 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:08.908902 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:09:08.908908 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:09:08.908915 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:09:08.908921 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:09:08.908832 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.908886 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.908839 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.908934 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:08.908945 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.933µs I0702 02:09:08.908958 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:09:08.908961 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:09:08.908964 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 6.054µs I0702 02:09:08.908963 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:09:08.908966 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:09:08.908973 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:09:08.908974 3413 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.226.216"}, 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}} I0702 02:09:08.908980 3413 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.2.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}} I0702 02:09:08.908990 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.908855 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.908998 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.908927 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:09:08.909009 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909017 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:09:08.909018 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:09:08.909023 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:09:08.908981 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909028 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:09:08.909033 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:08.909038 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:08.909033 3413 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.30.123"}, 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}} I0702 02:09:08.909042 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:08.909047 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:08.909029 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909051 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909052 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:09:08.909063 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.908984 3413 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.124.2"}, 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}} I0702 02:09:08.909069 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909074 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:08.909081 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909086 3413 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 I0702 02:09:08.909085 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:08.909093 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909100 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909110 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:08.909120 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 295.807µs I0702 02:09:08.909125 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:08.909114 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909132 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:09:08.909139 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.909147 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.909154 3413 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 I0702 02:09:08.909136 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:08.909052 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:08.909168 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:09:08.909171 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:09:08.909177 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:08.909179 3413 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 I0702 02:09:08.909142 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909177 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 355.916µs I0702 02:09:08.909187 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:09:08.909194 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:08.909199 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:08.909202 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:09:08.909203 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:09:08.909204 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:09:08.909210 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 236.467µs I0702 02:09:08.909241 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909245 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:09:08.909252 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:08.909206 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909271 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909065 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909290 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:09:08.909294 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:08.909210 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:08.909306 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:09:08.909303 3413 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.230.151"}, 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}} I0702 02:09:08.909254 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909313 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:09:08.909316 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909321 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:09:08.909304 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:08.909323 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909327 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:08.909331 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:09:08.909333 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:09:08.909336 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909347 3413 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 I0702 02:09:08.909344 3413 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.194.249"}, 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}} I0702 02:09:08.909354 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:09:08.909361 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:09:08.909359 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909368 3413 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 I0702 02:09:08.909369 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:09:08.909371 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909376 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 244.144µs I0702 02:09:08.909387 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:08.909388 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:08.909394 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 195.609µs I0702 02:09:08.909307 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909403 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:09:08.909389 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909408 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:09:08.909417 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:09:08.909416 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.909425 3413 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 I0702 02:09:08.909430 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.909409 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909441 3413 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 I0702 02:09:08.909443 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:08.909396 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909451 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 616.24µs I0702 02:09:08.909336 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:08.909456 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:09:08.909463 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:09:08.909467 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:09:08.909468 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:09:08.909468 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:09:08.909471 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 225.015µs I0702 02:09:08.909471 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909476 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:09:08.909002 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909481 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:08.909491 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909483 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:09:08.909493 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:09:08.909503 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:08.909503 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909484 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:09:08.909511 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:08.909514 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909518 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:08.909502 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909525 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:08.909478 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:09:08.909534 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.909547 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:08.909531 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909513 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909557 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:09:08.909558 3413 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 I0702 02:09:08.909559 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:09:08.909565 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:09:08.909567 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:09:08.909572 3413 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 I0702 02:09:08.909577 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909582 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:08.909577 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:09:08.909505 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:08.909589 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 723.116µs I0702 02:09:08.909594 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909587 3413 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}} I0702 02:09:08.909604 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:09:08.909609 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909612 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.372µs I0702 02:09:08.909600 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:08.909621 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:08.909621 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:09:08.909630 3413 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 I0702 02:09:08.909643 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:09:08.909651 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 247.612µs I0702 02:09:08.909663 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:09:08.909669 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.393µs I0702 02:09:08.909588 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:08.909630 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909676 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:09:08.909681 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 292.14µs I0702 02:09:08.909690 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:09:08.909698 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:09:08.909699 3413 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.106.110"}, 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}} I0702 02:09:08.909708 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909683 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:09:08.909714 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909724 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909745 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:09:08.909753 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:09:08.909759 3413 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 I0702 02:09:08.909710 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909775 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:08.909779 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 158.848µs I0702 02:09:08.909788 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:08.909792 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:09:08.909808 3413 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.134.116"}, 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}} I0702 02:09:08.909794 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.909827 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909836 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:09:08.909838 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909642 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:09:08.909844 3413 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.55.105"}, 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}} I0702 02:09:08.909853 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909859 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909859 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.909892 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.909906 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.909918 3413 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 I0702 02:09:08.909944 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:09:08.909953 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 254.97µs I0702 02:09:08.909967 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:08.909975 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.901µs I0702 02:09:08.909732 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:09:08.909985 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:08.909988 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909994 3413 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}} I0702 02:09:08.910008 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910023 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:09:08.909856 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:08.909996 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910059 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:09:08.910068 3413 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 I0702 02:09:08.910077 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:09:08.910087 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:09:08.910092 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 626.08µs I0702 02:09:08.910092 3413 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.223.197"}, 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}} I0702 02:09:08.910101 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:08.910108 3413 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) I0702 02:09:08.910120 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.909600 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910106 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910149 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:09:08.909869 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910159 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:09:08.910141 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910167 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:09:08.910173 3413 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 I0702 02:09:08.910176 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:09:08.910189 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:08.910139 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910194 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 405.775µs I0702 02:09:08.910203 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:08.910033 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:08.910189 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:09:08.910231 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:09:08.910238 3413 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 I0702 02:09:08.910202 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:09:08.910247 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:09:08.910253 3413 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 I0702 02:09:08.910239 3413 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 I0702 02:09:08.910210 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910266 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:09:08.910269 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:09:08.910271 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 594.117µs I0702 02:09:08.910273 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 790.392µs I0702 02:09:08.910254 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:08.910158 3413 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.17.153"}, 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}} I0702 02:09:08.910281 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 297.259µs I0702 02:09:08.910286 3413 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) I0702 02:09:08.910288 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:08.910292 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910300 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 19.351µs I0702 02:09:08.910312 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:08.910308 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910325 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.910336 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:08.910343 3413 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 I0702 02:09:08.910320 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910355 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:09:08.910366 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:09:08.910374 3413 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.147.233"}, 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}} I0702 02:09:08.910391 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910369 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910398 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910410 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:09:08.910409 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910421 3413 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.1.232"}, 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}} I0702 02:09:08.910426 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:09:08.910429 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910433 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:09:08.910436 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910440 3413 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 I0702 02:09:08.910447 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910454 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:08.910465 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.910477 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.910483 3413 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 I0702 02:09:08.910289 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:09:08.910497 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:09:08.910501 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 146.011µs I0702 02:09:08.910507 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:08.910512 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 4.674µs I0702 02:09:08.910517 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:09:08.910501 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910571 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:09:08.910586 3413 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.16.166"}, 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}} I0702 02:09:08.910604 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910360 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:08.910616 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910621 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 520.9µs I0702 02:09:08.910629 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:09:08.910638 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910634 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910663 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.910672 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:09:08.910676 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.910680 3413 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.3.55"}, 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}} I0702 02:09:08.910467 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 154.978µs I0702 02:09:08.910689 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910689 3413 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 I0702 02:09:08.910696 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910699 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:09:08.910706 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910717 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:09:08.910724 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:09:08.910725 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 434.833µs I0702 02:09:08.910731 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:09:08.910738 3413 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 I0702 02:09:08.910740 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:08.910752 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:09:08.910756 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 127.399µs I0702 02:09:08.910764 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:08.910768 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 4.475µs I0702 02:09:08.910775 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:09:08.910750 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910780 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910819 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:09:08.910823 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:09:08.910827 3413 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.194.188"}, 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}} I0702 02:09:08.910835 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910841 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910837 3413 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.138.94"}, 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}} I0702 02:09:08.910854 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910851 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910865 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910866 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.910874 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.910876 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001437799 seconds. No OVN measurement. I0702 02:09:08.910881 3413 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 I0702 02:09:08.910894 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:09:08.910883 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910901 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 125.895µs I0702 02:09:08.910909 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:09:08.910911 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:09:08.910925 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:09:08.910522 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910937 3413 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 I0702 02:09:08.910942 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:09:08.910914 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:09:08.910950 3413 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.178.162"}, 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}} I0702 02:09:08.910960 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910964 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:08.910963 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:08.910706 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910971 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:08.910972 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 232.569µs I0702 02:09:08.910979 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:09:08.910980 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:09:08.910986 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:09:08.910986 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:09:08.910991 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:09:08.911002 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.910965 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911019 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.910997 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.910275 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:09:08.911049 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:09:08.911060 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911059 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:09:08.911066 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911074 3413 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.181.87"}, 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}} I0702 02:09:08.911083 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.911096 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911026 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.911102 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:09:08.911107 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911112 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:09:08.910995 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911127 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911108 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:09:08.911125 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.911148 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:09:08.911141 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.911155 3413 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 I0702 02:09:08.911156 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:09:08.911171 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:09:08.911182 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:09:08.911183 3413 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 I0702 02:09:08.911192 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 276.906µs I0702 02:09:08.911200 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:08.911208 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:09:08.911157 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.911230 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 243.29µs I0702 02:09:08.911237 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:09:08.911243 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:08.911206 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.911253 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.995µs I0702 02:09:08.911260 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:09:08.911264 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:08.911268 3413 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.185.252"}, 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}} I0702 02:09:08.911277 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911283 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911293 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.911311 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.911274 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.911318 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:09:08.911328 3413 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 I0702 02:09:08.911342 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:08.911243 3413 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 I0702 02:09:08.911347 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 147.177µs I0702 02:09:08.911356 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:08.911370 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:09:08.911377 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 678.364µs I0702 02:09:08.911039 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.911362 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:08.911396 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.911400 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:09:08.911408 3413 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 I0702 02:09:08.911340 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:09:08.911418 3413 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.68.161"}, 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}} I0702 02:09:08.911425 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911431 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911433 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:09:08.911439 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 920.449µs I0702 02:09:08.911407 3413 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.29.193"}, 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}} I0702 02:09:08.911442 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.911455 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911457 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.911464 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.911466 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:08.911471 3413 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 I0702 02:09:08.911118 3413 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 I0702 02:09:08.911484 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:08.911490 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 226.643µs I0702 02:09:08.911491 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:08.911497 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.293671ms I0702 02:09:08.911489 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:08.911521 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:08.911534 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:08.911546 3413 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 I0702 02:09:08.911568 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:08.911577 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 220.536µs I0702 02:09:09.052492 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-214.ec2.internal I0702 02:09:09.052587 3413 node_tracker.go:172] Node ip-10-0-0-214.ec2.internal switch + router changed, syncing services I0702 02:09:09.052603 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:09:09.052622 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-214.ec2.internal I0702 02:09:09.052658 3413 default_network_controller.go:1028] Node ip-10-0-0-214.ec2.internal in remote zone ip-10-0-0-214.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0702 02:09:09.052609 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:09:09.052703 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:09.052720 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:09:09.052727 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:09:09.052718 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:34747542-6d2b-4cfa-80fb-b3d456e5f7d1 ip:10.0.0.214 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236657}] I0702 02:09:09.052743 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:09.052756 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 19.232µs I0702 02:09:09.052758 3413 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4237236657}]} hostname:ip-10-0-0-214.ec2.internal name:34747542-6d2b-4cfa-80fb-b3d456e5f7d1 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236658}] I0702 02:09:09.052773 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:09:09.052776 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:34747542-6d2b-4cfa-80fb-b3d456e5f7d1 ip:10.0.0.214 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236657} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4237236657}]} hostname:ip-10-0-0-214.ec2.internal name:34747542-6d2b-4cfa-80fb-b3d456e5f7d1 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236658}] I0702 02:09:09.052815 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.052821 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 6.5537e-05 seconds. No OVN measurement. I0702 02:09:09.052837 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.052837 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:09:09.052842 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.052850 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.052857 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.052864 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:09.052779 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.052872 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.052878 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:09:09.052884 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.052889 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.052895 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.052900 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:09:09.052909 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.052907 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:09:09.052844 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.052912 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.052924 3413 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.194.188"}, 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}} I0702 02:09:09.052939 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:09:09.052943 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.052943 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.052951 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.052956 3413 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.68.161"}, 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}} I0702 02:09:09.052971 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.052980 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.052966 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.052995 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.052931 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053006 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.052954 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.052997 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053014 3413 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 I0702 02:09:09.053024 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.053026 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:09:09.053028 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:09:09.053033 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.053035 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:09:09.053041 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 267.423µs I0702 02:09:09.053042 3413 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 I0702 02:09:09.053040 3413 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.29.193"}, 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}} I0702 02:09:09.053042 3413 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.181.87"}, 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}} I0702 02:09:09.053055 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.053060 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053057 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053069 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053072 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.053073 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053080 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 243.122µs I0702 02:09:09.053081 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053095 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:09.053098 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:09:09.053063 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053104 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.242µs I0702 02:09:09.052916 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:09.052851 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:09:09.053092 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053106 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:09:09.053123 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:09:09.053122 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:09:09.053124 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:09.053131 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:09:09.053131 3413 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 I0702 02:09:09.053136 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:09.053137 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:09:09.053137 3413 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.185.252"}, 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}} I0702 02:09:09.053145 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:09:09.053152 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.053147 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:09:09.053155 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.053158 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:09:09.053162 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 220.025µs I0702 02:09:09.053160 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:09:09.053164 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:09:09.053171 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053151 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053176 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:09:09.053182 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053206 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.053199 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053198 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053240 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.053245 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.053250 3413 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 I0702 02:09:09.053256 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:09:09.053185 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053266 3413 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 I0702 02:09:09.053273 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.053281 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 372.855µs I0702 02:09:09.053287 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:09:09.053290 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.053115 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.053298 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 243.593µs I0702 02:09:09.053248 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:09:09.053301 3413 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.124.2"}, 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}} I0702 02:09:09.053310 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.053305 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:09:09.053316 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:09:09.053317 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053321 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:09:09.053329 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053329 3413 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 I0702 02:09:09.053330 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:09.053340 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:09:09.053347 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:09:09.053308 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053355 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.053362 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:09.053346 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053319 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053369 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.053374 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:09:09.053375 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.053377 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.053295 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.053380 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 547.019µs I0702 02:09:09.053386 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.053387 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.053387 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:09:09.053393 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.053398 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.053400 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:09:09.053399 3413 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 I0702 02:09:09.053400 3413 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.30.123"}, 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}} I0702 02:09:09.053408 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:09:09.053414 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.053414 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053420 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.053423 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:09:09.053425 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053377 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:09:09.053430 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 254.321µs I0702 02:09:09.053389 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053442 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:09:09.053441 3413 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.226.216"}, 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}} I0702 02:09:09.053408 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053454 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:09:09.053456 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053443 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053466 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053470 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:09:09.053467 3413 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.2.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}} I0702 02:09:09.053427 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.053484 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053486 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:09.053483 3413 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.230.151"}, 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}} I0702 02:09:09.053451 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053495 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:09:09.053499 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053472 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:09:09.053482 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053504 3413 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-0-214.ec2.internal for the network default I0702 02:09:09.053508 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053513 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:09:09.053512 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:09:09.053515 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.053525 3413 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 I0702 02:09:09.053526 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.053526 3413 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.194.249"}, 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}} I0702 02:09:09.053523 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053538 3413 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 I0702 02:09:09.053541 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053542 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:09:09.053547 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.053551 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:09:09.053551 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053553 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 243.731µs I0702 02:09:09.053559 3413 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 I0702 02:09:09.053560 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.053565 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.053569 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 453.719µs I0702 02:09:09.053581 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.053575 3413 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-214.ec2.internal]} name:tstor-ip-10-0-0-214.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-214.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236659}] I0702 02:09:09.053598 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 201.646µs I0702 02:09:09.053611 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:09:09.053575 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053582 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:09.053630 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 48.759µs I0702 02:09:09.053634 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:09:09.053640 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:09:09.053633 3413 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:u4237236659}]}}] Timeout: Where:[where column _uuid == {8b364ab0-aaa9-4476-9e09-7259118b3cde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.053494 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053647 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:09:09.053664 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053674 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053656 3413 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-214.ec2.internal]} name:tstor-ip-10-0-0-214.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-214.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4237236659} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4237236659}]}}] Timeout: Where:[where column _uuid == {8b364ab0-aaa9-4476-9e09-7259118b3cde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.053676 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053649 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053706 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.053692 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053720 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.053721 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:09:09.053727 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:09:09.053731 3413 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 I0702 02:09:09.053745 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053757 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.053765 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 469.499µs I0702 02:09:09.053762 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.053778 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:09:09.053779 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053569 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053820 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.053618 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.159µs I0702 02:09:09.053836 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:09:09.053844 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.053847 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.813µs I0702 02:09:09.053854 3413 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 I0702 02:09:09.053857 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.053880 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:09:09.053890 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 448.253µs I0702 02:09:09.053865 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053905 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:09:09.053804 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.053912 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.139µs I0702 02:09:09.053920 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:09:09.053922 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:09:09.053733 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:09:09.053935 3413 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.106.110"}, 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}} I0702 02:09:09.053941 3413 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 I0702 02:09:09.053923 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.053949 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053960 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.053960 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:09:09.053967 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.053928 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.053973 3413 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 I0702 02:09:09.053976 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 410.981µs I0702 02:09:09.053977 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.053999 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:09:09.054002 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:09:09.054002 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:09:09.054002 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:09:09.054006 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 365.369µs I0702 02:09:09.054015 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:09:09.054019 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054023 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:09:09.054027 3413 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 I0702 02:09:09.054028 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.054043 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054049 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.054056 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 199.021µs I0702 02:09:09.054012 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:09:09.054067 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:09.054074 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.71µs I0702 02:09:09.054083 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:09:09.054087 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:09:09.054103 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054092 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:09:09.054117 3413 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}} I0702 02:09:09.054140 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054151 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:09:09.054171 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054172 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.054033 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.054181 3413 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}} I0702 02:09:09.053785 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.054195 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054230 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:09:09.054234 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.054245 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:09:09.054263 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054251 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:09:09.054272 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.054297 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054327 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.054065 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.054339 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.054450 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:09:09.054468 3413 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 I0702 02:09:09.054493 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:09:09.054507 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 727.268µs I0702 02:09:09.054277 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054525 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:09:09.054340 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.054542 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:09:09.054567 3413 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 I0702 02:09:09.054595 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:09:09.054604 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 682.075µs I0702 02:09:09.054537 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.054619 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.054249 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.054636 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:09:09.054642 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:09:09.054660 3413 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 I0702 02:09:09.054185 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.054681 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:09:09.054630 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.054695 3413 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 I0702 02:09:09.054714 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:09:09.054729 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:09:09.054735 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 733.914µs I0702 02:09:09.054734 3413 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.55.105"}, 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}} I0702 02:09:09.054747 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:09.054657 3413 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.134.116"}, 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}} I0702 02:09:09.054754 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.832µs I0702 02:09:09.054764 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.054764 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054786 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054800 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.054847 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.054864 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.054889 3413 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 I0702 02:09:09.054879 3413 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-214.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:u4237236660}] I0702 02:09:09.054915 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:09:09.054926 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 400.045µs I0702 02:09:09.054923 3413 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:u4237236660}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.054946 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.054526 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054941 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-214.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:u4237236660} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236660}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.054979 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055005 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:09:09.054957 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055013 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:09:09.055021 3413 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 I0702 02:09:09.055037 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:09:09.055047 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:09:09.055053 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.030989ms I0702 02:09:09.055055 3413 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.223.197"}, 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}} I0702 02:09:09.055064 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.055073 3413 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) I0702 02:09:09.055085 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.054772 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055105 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055130 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:09:09.055137 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:09:09.055142 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:09:09.055147 3413 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 I0702 02:09:09.055157 3413 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.16.166"}, 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}} I0702 02:09:09.055167 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055168 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.055174 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055177 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 234.323µs I0702 02:09:09.054684 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:09:09.054751 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055196 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 1.111321ms I0702 02:09:09.055201 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055190 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055209 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:09:09.055189 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.055232 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.055245 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.055237 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055256 3413 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 I0702 02:09:09.055265 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:09:09.055277 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:09:09.055278 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.055243 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055286 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 520.96µs I0702 02:09:09.055289 3413 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 I0702 02:09:09.055299 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:09:09.055243 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055308 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:09:09.055313 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.055321 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 701.856µs I0702 02:09:09.055324 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:09:09.055322 3413 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.3.55"}, 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}} I0702 02:09:09.055334 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.055338 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055349 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055339 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:09:09.055308 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055361 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055371 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055377 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:09:09.055071 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055344 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055391 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:09:09.055401 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:09:09.055404 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055388 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055411 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:09:09.055415 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055413 3413 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.17.153"}, 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}} I0702 02:09:09.055418 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:09:09.055423 3413 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.138.94"}, 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}} I0702 02:09:09.055426 3413 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) I0702 02:09:09.055431 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:09:09.055437 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055440 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055444 3413 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 I0702 02:09:09.055365 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055447 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055457 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:09:09.055467 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.055470 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:09:09.055456 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055474 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 285.28µs I0702 02:09:09.055466 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055481 3413 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 I0702 02:09:09.055482 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.055487 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.055492 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:09:09.055496 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.055503 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:09:09.055505 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:09:09.055508 3413 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 I0702 02:09:09.055512 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 302.64µs I0702 02:09:09.055514 3413 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 I0702 02:09:09.055524 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.055532 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.055497 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055536 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.055539 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 473.226µs I0702 02:09:09.055545 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 211.132µs I0702 02:09:09.055552 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:09.055553 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:09:09.055558 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:09:09.055559 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.391µs I0702 02:09:09.055566 3413 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.147.233"}, 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}} I0702 02:09:09.055580 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055532 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055590 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055602 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:09:09.055567 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.055612 3413 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.1.232"}, 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}} I0702 02:09:09.055605 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055624 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055629 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:09:09.055431 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055634 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055641 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.055642 3413 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.178.162"}, 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}} I0702 02:09:09.055653 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:09:09.055657 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055651 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055664 3413 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 I0702 02:09:09.055667 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.055668 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.055676 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.055683 3413 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 I0702 02:09:09.055663 3413 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-214.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:u4237236661}] I0702 02:09:09.055689 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:09:09.055695 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 396.271µs I0702 02:09:09.055684 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.055630 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:09:09.055703 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.055709 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.055711 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 187.735µs I0702 02:09:09.055715 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:09:09.055719 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.055728 3413 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 I0702 02:09:09.055730 3413 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 I0702 02:09:09.055744 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.055759 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 274µs I0702 02:09:09.055725 3413 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:u4237236661}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.055772 3413 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-214.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:u4237236661} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4237236661}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.055751 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:09:09.055842 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 285.118µs I0702 02:09:09.056210 3413 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-0-214.ec2.internal took: 2.703933ms I0702 02:09:09.056243 3413 master.go:657] Creating Interconnect resources for node ip-10-0-0-214.ec2.internal took: 3.574946ms I0702 02:09:09.056257 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:09:09.056269 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-214.ec2.internal I0702 02:09:09.128755 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:09:09.128802 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-7.ec2.internal I0702 02:09:09.128847 3413 master.go:657] Creating Interconnect resources for node ip-10-0-2-7.ec2.internal took: 834ns I0702 02:09:09.128861 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:09:09.128864 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-214.ec2.internal, subnet 10.130.0.0/23 I0702 02:09:09.128873 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-7.ec2.internal I0702 02:09:09.128777 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-7.ec2.internal I0702 02:09:09.128888 3413 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" I0702 02:09:09.128935 3413 node_tracker.go:172] Node ip-10-0-2-7.ec2.internal switch + router changed, syncing services I0702 02:09:09.128962 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:09:09.128980 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:09:09.128995 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:09:09.129002 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.129008 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:09:09.129021 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:09:09.129023 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:09:09.129031 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 11.872µs I0702 02:09:09.129041 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.129096 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:09:09.129111 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:09:09.129118 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.129115 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:09:09.129125 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:09.129039 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129047 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129132 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:09:09.129133 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 19.643µs I0702 02:09:09.129138 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:09:09.129149 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.129163 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:09:09.129167 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:09:09.129181 3413 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.106.110"}, 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}} I0702 02:09:09.129189 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:09:09.129142 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129131 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:09:09.129149 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:09:09.129230 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129239 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:09:09.129158 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129244 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129247 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.129255 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:09.129255 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:09:09.129261 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.129261 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:09:09.129268 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.129272 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129270 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:09:09.129275 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.129284 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:09:09.129206 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129291 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:09:09.129288 3413 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.55.105"}, 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}} I0702 02:09:09.129296 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129275 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129270 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.129305 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129309 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.129315 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129315 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:09:09.129325 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129330 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:09:09.129318 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.129343 3413 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 I0702 02:09:09.129347 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.129298 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:09:09.129334 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.129360 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.129365 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.129365 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:09:09.129348 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:09:09.129370 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.129283 3413 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}} I0702 02:09:09.129377 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:09.129378 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:09:09.129382 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129391 3413 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 I0702 02:09:09.129408 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.129414 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 372.05µs I0702 02:09:09.129418 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.129424 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:09.129430 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.067µs I0702 02:09:09.129435 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:09:09.129355 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.129458 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:09:09.129385 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:09:09.129471 3413 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 I0702 02:09:09.129431 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.129442 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:09:09.129487 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:09.129487 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:09:09.129494 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:09:09.129500 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 370.387µs I0702 02:09:09.129502 3413 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 I0702 02:09:09.129510 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:09:09.129512 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:09:09.129510 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:09:09.129521 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:09.129527 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129369 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:09:09.129532 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:09:09.129538 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 521.09µs I0702 02:09:09.129541 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 401.785µs I0702 02:09:09.129529 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.129553 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.129560 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:09.129521 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129569 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.871µs I0702 02:09:09.129579 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.129378 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:09:09.129594 3413 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 I0702 02:09:09.129613 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.129563 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129589 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129647 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.129651 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:09:09.129659 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.129664 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.129671 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.129673 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:09:09.129678 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.129538 3413 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}} I0702 02:09:09.129685 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:09:09.129690 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.129687 3413 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.16.166"}, 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}} I0702 02:09:09.129581 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:09:09.129703 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129707 3413 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.134.116"}, 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}} I0702 02:09:09.129715 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129722 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129732 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129625 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 472.891µs I0702 02:09:09.129734 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.129692 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129762 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.129765 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.129751 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.129777 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.129778 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.129780 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.129668 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:09:09.129785 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.129813 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129768 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129824 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129836 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:09:09.129839 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.129849 3413 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.223.197"}, 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}} I0702 02:09:09.129858 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:09:09.129862 3413 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) I0702 02:09:09.129867 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:09:09.129873 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.129880 3413 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 I0702 02:09:09.129791 3413 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 I0702 02:09:09.129899 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.129904 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 352.57µs I0702 02:09:09.129889 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.129912 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.129914 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.129917 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:09:09.129919 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 339.104µs I0702 02:09:09.129816 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:09:09.129928 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:09:09.129793 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.129933 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:09:09.129934 3413 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 I0702 02:09:09.129939 3413 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 I0702 02:09:09.129943 3413 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 I0702 02:09:09.129961 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.129970 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:09:09.129974 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 211.43µs I0702 02:09:09.129978 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 465.145µs I0702 02:09:09.129986 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:09:09.129952 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130034 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:09:09.130005 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:09:09.130050 3413 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.178.162"}, 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}} I0702 02:09:09.130066 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130074 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130089 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130108 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.130116 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.130122 3413 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 I0702 02:09:09.130055 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.129922 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130144 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:09:09.130148 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:09:09.130162 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:09:09.130180 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130183 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:09:09.130190 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130199 3413 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.17.153"}, 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}} I0702 02:09:09.130151 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 219.223µs I0702 02:09:09.130232 3413 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) I0702 02:09:09.130238 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.130208 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130244 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130255 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.130269 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:09:09.130245 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130281 3413 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 I0702 02:09:09.130266 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130291 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:09:09.129696 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:09:09.130300 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.130307 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:09:09.130301 3413 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.138.94"}, 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}} I0702 02:09:09.130313 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.130315 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.130314 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 322.299µs I0702 02:09:09.130318 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130324 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:09:09.130326 3413 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 I0702 02:09:09.130328 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130331 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.130333 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.130340 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:09.130348 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:09:09.130341 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130350 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.129999 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130358 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:09:09.130360 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 445.214µs I0702 02:09:09.130366 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:09:09.130375 3413 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 I0702 02:09:09.130354 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:09:09.130380 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:09:09.129964 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:09:09.130343 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130394 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 956.073µs I0702 02:09:09.130398 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.130396 3413 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.3.55"}, 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}} I0702 02:09:09.130405 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 167.277µs I0702 02:09:09.130408 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:09.130410 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130416 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.669µs I0702 02:09:09.130376 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.130416 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:09:09.130426 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:09.130433 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.111µs I0702 02:09:09.130434 3413 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.147.233"}, 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}} I0702 02:09:09.130444 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:09:09.130448 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130420 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130459 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130428 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130480 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130417 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:09:09.130499 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:09:09.130471 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130462 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130505 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:09:09.130513 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:09:09.130511 3413 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.1.232"}, 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}} I0702 02:09:09.130517 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:09:09.130525 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:09:09.130526 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130530 3413 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 I0702 02:09:09.130536 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130536 3413 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 I0702 02:09:09.130542 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000955446 seconds. No OVN measurement. I0702 02:09:09.130553 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.130560 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:09:09.130561 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 227.707µs I0702 02:09:09.130567 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 581.519µs I0702 02:09:09.130555 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130525 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:09:09.130581 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.130510 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:09:09.130586 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.130594 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.130592 3413 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.194.188"}, 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}} I0702 02:09:09.130601 3413 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 I0702 02:09:09.130605 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130609 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:09.130615 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130620 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:09.130623 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.130629 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 254.003µs I0702 02:09:09.130638 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.130591 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130634 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:09:09.130632 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130656 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.130651 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:09:09.130660 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:09:09.130666 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.130669 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130644 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130677 3413 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 I0702 02:09:09.130674 3413 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.68.161"}, 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}} I0702 02:09:09.130574 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:09.130689 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130693 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:09:09.130697 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:09:09.130696 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 121.87µs I0702 02:09:09.130699 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130703 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 259.368µs I0702 02:09:09.130710 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.130706 3413 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.29.193"}, 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}} I0702 02:09:09.130714 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.130721 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130706 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130733 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130718 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130746 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.130758 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.130749 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130769 3413 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 I0702 02:09:09.130718 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130723 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130775 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.130786 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.130792 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.130791 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:09:09.130739 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:09:09.130796 3413 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 I0702 02:09:09.130799 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 217.543µs I0702 02:09:09.130807 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:09:09.130805 3413 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.181.87"}, 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}} I0702 02:09:09.130814 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.130821 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.130820 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130822 3413 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 I0702 02:09:09.130828 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 188.58µs I0702 02:09:09.130833 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.130841 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.130849 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.130913 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:09:09.130930 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:09:09.130941 3413 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 I0702 02:09:09.130957 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.130961 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 252.886µs I0702 02:09:09.130969 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:09:09.130824 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.130976 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131034 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:09:09.131037 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:09:09.131048 3413 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.124.2"}, 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}} I0702 02:09:09.130794 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:09:09.131066 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131066 3413 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.185.252"}, 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}} I0702 02:09:09.131076 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131080 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131091 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131094 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131106 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131125 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.131129 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.131134 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:09:09.131142 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.130867 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:09:09.131145 3413 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 I0702 02:09:09.131154 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 735.609µs I0702 02:09:09.131163 3413 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 I0702 02:09:09.131171 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.131188 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:09:09.131197 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 226.062µs I0702 02:09:09.131226 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:09:09.131051 3413 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.30.123"}, 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}} I0702 02:09:09.131170 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.131240 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131244 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 529.562µs I0702 02:09:09.131181 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131258 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.131236 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131285 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:09:09.131299 3413 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.2.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}} I0702 02:09:09.131249 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131310 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:09:09.131267 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131317 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131329 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131330 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131327 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131339 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:09:09.131339 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.131347 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:09:09.131356 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:09:09.131356 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131353 3413 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.230.151"}, 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}} I0702 02:09:09.131362 3413 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 I0702 02:09:09.131348 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131369 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131378 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.131380 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131379 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.131386 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 571.225µs I0702 02:09:09.131395 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.131400 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:09:09.131406 3413 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 I0702 02:09:09.131399 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131427 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:09:09.131381 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.131444 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:09:09.131456 3413 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 I0702 02:09:09.131448 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.131477 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.131488 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 229.597µs I0702 02:09:09.131431 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.131513 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 338.997µs I0702 02:09:09.131536 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:09.131546 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 11.09µs I0702 02:09:09.131555 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:09:09.131562 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.062µs I0702 02:09:09.131570 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:09:09.131478 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:09:09.131593 3413 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 I0702 02:09:09.131621 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:09:09.131578 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131629 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 419.379µs I0702 02:09:09.130849 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131659 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:09:09.131658 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:09:09.131673 3413 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.226.216"}, 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}} I0702 02:09:09.131679 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131691 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131692 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.131702 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131708 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131500 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.131732 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.131720 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131748 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.131761 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.131744 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.131773 3413 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 I0702 02:09:09.131776 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:09:09.131739 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131788 3413 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 I0702 02:09:09.131795 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:09:09.131795 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.131805 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 964.125µs I0702 02:09:09.131806 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:09:09.131811 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:09:09.131818 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131819 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 248.608µs I0702 02:09:09.131825 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131837 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131861 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:09:09.131869 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:09:09.131875 3413 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 I0702 02:09:09.131890 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.131897 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 396.945µs I0702 02:09:09.131407 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.131916 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:09:09.131932 3413 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.194.249"}, 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}} I0702 02:09:09.131942 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131948 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.131958 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.131975 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.131982 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.131989 3413 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 I0702 02:09:09.132002 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:09:09.132008 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 607.756µs I0702 02:09:09.138905 3413 ovs.go:162] Exec(136): stdout: "9f1bda58-e4be-42b7-aafa-0898a3c84a01\n" I0702 02:09:09.138917 3413 ovs.go:163] Exec(136): stderr: "" I0702 02:09:09.138930 3413 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 - 9f1bda58-e4be-42b7-aafa-0898a3c84a01 : stderr - : err I0702 02:09:09.138965 3413 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-7.ec2.internal, subnet 10.129.0.0/23 I0702 02:09:09.138984 3413 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.129.0.0/23" I0702 02:09:09.147772 3413 ovs.go:162] Exec(137): stdout: "9dc24383-4cf4-4285-ab0a-998292f7e626\n" I0702 02:09:09.147788 3413 ovs.go:163] Exec(137): stderr: "" I0702 02:09:09.147798 3413 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 - 9dc24383-4cf4-4285-ab0a-998292f7e626 : stderr - : err I0702 02:09:09.147809 3413 default_node_network_controller.go:1110] Upgrade Hack: Syncing nodes took 31.025371853s I0702 02:09:09.147835 3413 ovs.go:159] Exec(138): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0702 02:09:09.152231 3413 ovs.go:162] Exec(138): stdout: "Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-108.ec2.internal\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-108.ec2.internal\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-108.ec2.internal\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-1-108.ec2.internal\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.ec2.internal\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.ec2.internal\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-1-108.ec2.internal\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-108.ec2.internal\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n" I0702 02:09:09.152267 3413 ovs.go:163] Exec(138): stderr: "" I0702 02:09:09.152278 3413 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-108.ec2.internal Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-108.ec2.internal Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-108.ec2.internal Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-108.ec2.internal Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.ec2.internal Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.ec2.internal Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-108.ec2.internal Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-108.ec2.internal Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster : stderr - : err I0702 02:09:09.152290 3413 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 I0702 02:09:09.152297 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0702 02:09:09.152301 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0702 02:09:09.152305 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0702 02:09:09.152311 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0702 02:09:09.152317 3413 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 I0702 02:09:09.152321 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0702 02:09:09.152326 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0702 02:09:09.152331 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0702 02:09:09.152336 3413 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 I0702 02:09:09.152341 3413 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 I0702 02:09:09.152347 3413 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 I0702 02:09:09.152352 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0702 02:09:09.152357 3413 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 I0702 02:09:09.152363 3413 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 I0702 02:09:09.152370 3413 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 I0702 02:09:09.152380 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0702 02:09:09.152388 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0702 02:09:09.152393 3413 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 I0702 02:09:09.152399 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0702 02:09:09.152405 3413 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 I0702 02:09:09.152411 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0702 02:09:09.152417 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0702 02:09:09.152423 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0702 02:09:09.152428 3413 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 I0702 02:09:09.152434 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0702 02:09:09.152438 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0702 02:09:09.152444 3413 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 I0702 02:09:09.152449 3413 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 I0702 02:09:09.152457 3413 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 I0702 02:09:09.152464 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0702 02:09:09.152471 3413 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0702 02:09:09.152482 3413 default_node_network_controller.go:1130] Upgrade Hack: Syncing services took 31.030042835s I0702 02:09:09.152508 3413 ovs.go:159] Exec(139): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-zkdml I0702 02:09:09.156769 3413 ovs.go:162] Exec(139): stdout: "b0526341-e2ca-49bb-a1aa-e1e35e6156d2\n" I0702 02:09:09.156783 3413 ovs.go:163] Exec(139): stderr: "" I0702 02:09:09.156791 3413 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-zkdml : stdout - b0526341-e2ca-49bb-a1aa-e1e35e6156d2 : stderr - I0702 02:09:09.156804 3413 ovs.go:159] Exec(140): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-t8szg I0702 02:09:09.160906 3413 ovs.go:162] Exec(140): stdout: "c3610678-6e91-4382-8e6f-e92d348677d3\n" I0702 02:09:09.160923 3413 ovs.go:163] Exec(140): stderr: "" I0702 02:09:09.160931 3413 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-t8szg : stdout - c3610678-6e91-4382-8e6f-e92d348677d3 : stderr - I0702 02:09:09.160939 3413 default_node_network_controller.go:1151] Upgrade Hack: Syncing pods took 31.038502887s I0702 02:09:09.160953 3413 kube.go:130] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-1-108.ec2.internal] on node ip-10-0-1-108.ec2.internal I0702 02:09:09.179166 3413 default_node_network_controller.go:1165] ovnkube-node ip-10-0-1-108.ec2.internal finished annotating node with remote-zone-migrated; took: 31.056721253s I0702 02:09:09.179247 3413 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0702 02:09:09.179329 3413 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0702 02:09:09.179405 3413 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-108.ec2.internal E0702 02:09:09.179461 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:09:09.179480 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:09:09.179487 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:09:09.179368 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-108.ec2.internal I0702 02:09:09.179596 3413 node_tracker.go:172] Node ip-10-0-1-108.ec2.internal switch + router changed, syncing services I0702 02:09:09.179619 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:09:09.179632 3413 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0702 02:09:09.179641 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.179642 3413 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-108.ec2.internal I0702 02:09:09.179657 3413 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.179667 3413 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:09.179674 3413 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0702 02:09:09.179677 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.179693 3413 egressip.go:1976] Egress node: ip-10-0-1-108.ec2.internal about to be initialized I0702 02:09:09.179701 3413 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0702 02:09:09.179712 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.767µs I0702 02:09:09.179727 3413 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0702 02:09:09.179691 3413 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 d0110785-6ca9-4e63-b423-24e2d5e714ba 4130 0 2026-07-02 01:58:55 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754f037 0xc00754f038}] [] []},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.147.233,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.233],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.179771 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.179791 3413 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0702 02:09:09.179682 3413 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0702 02:09:09.179739 3413 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 3b945ff9-0bdc-44dc-9b6b-3e7aa3dcbb78 1933 0 2026-07-02 01:58:15 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e287 }] [] []},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.178.162,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.178.162],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.179806 3413 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.147.233"}, 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}} I0702 02:09:09.179823 3413 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0702 02:09:09.179828 3413 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.179820 3413 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:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.179839 3413 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.179846 3413 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0702 02:09:09.179838 3413 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 == {e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e173ccc7-6013-4cf3-aa7c-a9c2203bb0e1}]}}] Timeout: Where:[where column _uuid == {e7d50156-2330-4958-acdc-6b104d958229}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0702 02:09:09.179692 3413 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.179862 3413 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.178.162"}, 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}} I0702 02:09:09.179884 3413 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.179834 3413 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry b8be5c1f-883b-4c10-b1eb-7cf9df7c3be7 1863 0 2026-07-02 01:58:14 +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.3.55,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.55],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.179899 3413 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.179923 3413 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0702 02:09:09.179862 3413 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.147.233", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.179950 3413 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0702 02:09:09.179882 3413 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 4eebde76-4e24-496a-a5fc-81b8db9bb7ac 1045 0 2026-07-02 01:58:00 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a781f }] [] []},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.1.232,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.232],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.179965 3413 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0702 02:09:09.179975 3413 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 I0702 02:09:09.179982 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0702 02:09:09.179991 3413 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0702 02:09:09.179997 3413 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 324.658µs I0702 02:09:09.179996 3413 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.1.232"}, 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}} I0702 02:09:09.179814 3413 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0702 02:09:09.180007 3413 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180014 3413 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180015 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.179924 3413 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.178.162", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180025 3413 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:09.179947 3413 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.3.55"}, 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}} I0702 02:09:09.180031 3413 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.180036 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.180035 3413 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0702 02:09:09.180042 3413 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180045 3413 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.180031 3413 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.1.232", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180053 3413 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180057 3413 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 I0702 02:09:09.180059 3413 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.180071 3413 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.180080 3413 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0702 02:09:09.180083 3413 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 I0702 02:09:09.180087 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 359.007µs I0702 02:09:09.180071 3413 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.3.55", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180101 3413 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0702 02:09:09.180045 3413 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 84d119bf-a706-44bc-b02c-1335c202f2cb 779 0 2026-07-02 01:57:54 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ed8b }] [] []},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.138.94,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.138.94],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.180107 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0702 02:09:09.180110 3413 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0702 02:09:09.180102 3413 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0702 02:09:09.180115 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 423.965µs I0702 02:09:09.180119 3413 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0702 02:09:09.180119 3413 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0702 02:09:09.180129 3413 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 I0702 02:09:09.180129 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0702 02:09:09.180142 3413 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.180143 3413 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.138.94"}, 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}} I0702 02:09:09.180131 3413 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0702 02:09:09.180145 3413 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0702 02:09:09.180167 3413 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 346.199µs I0702 02:09:09.180176 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0702 02:09:09.180168 3413 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 3d9773fc-69a1-4ad0-a432-bd5f0b6439cf 1709 0 2026-07-02 01:58:12 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e1c7 }] [] []},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.194.188,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.188],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.180183 3413 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 634c871a-5cd5-4b02-b19b-6d78ddc29033 2047 0 2026-07-02 01:58:19 +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=2r9nbgvmgvbn22v764b0rl5o6j84ga27,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2921f922c2,cluster-type=rosa-hcp,creation-date=2026-07-02,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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e887 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:30970,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31768,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.179.128,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:31859,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.179.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a634c871a5cd54b02b19b6d78ddc2903-8876dde07992e9c0.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0702 02:09:09.180295 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:09.180305 3413 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0702 02:09:09.180314 3413 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.179.128"}, 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.179.128"}, 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}} I0702 02:09:09.180129 3413 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 10.832µs I0702 02:09:09.180329 3413 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:30970, 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:31768, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0702 02:09:09.180340 3413 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180345 3413 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.180269 3413 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0702 02:09:09.180361 3413 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.194.188"}, 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}} I0702 02:09:09.180376 3413 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180382 3413 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180373 3413 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.179.128", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.179.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180393 3413 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.194.188", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180416 3413 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.180358 3413 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 171f5e66-869d-4ad1-a664-e98783130aa2 1673 0 2026-07-02 01:58:11 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7957 }] [] []},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.181.87,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.87],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.180424 3413 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.180158 3413 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.180393 3413 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-108.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.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-108.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:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30970, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.108", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31768, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0702 02:09:09.180434 3413 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 I0702 02:09:09.180442 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:09.180442 3413 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0702 02:09:09.180447 3413 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0702 02:09:09.180451 3413 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.180454 3413 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0702 02:09:09.180458 3413 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.180459 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 329.637µs I0702 02:09:09.180459 3413 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 I0702 02:09:09.180465 3413 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0702 02:09:09.180160 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180471 3413 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.180477 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180480 3413 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000311682 seconds. No OVN measurement. I0702 02:09:09.180506 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0702 02:09:09.180497 3413 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.138.94", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180516 3413 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 338.694µs I0702 02:09:09.180524 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0702 02:09:09.180525 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.180530 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0702 02:09:09.180534 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.180536 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0702 02:09:09.180477 3413 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 1f3255a0-c22f-42d7-8bc2-476d4aba993f 1079 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7b5b }] [] []},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.185.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.185.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.180540 3413 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.180546 3413 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:09.180548 3413 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 I0702 02:09:09.180552 3413 services_controller.go:614] Adding service default/openshift for network=default I0702 02:09:09.180456 3413 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.181.87"}, 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}} I0702 02:09:09.180559 3413 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0702 02:09:09.180049 3413 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights f1c0bb1e-00df-4893-a980-a71fd209d1b2 2656 0 2026-07-02 01:58:25 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ea4b }] [] []},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.167.150,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.150],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.180560 3413 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0702 02:09:09.180565 3413 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0702 02:09:09.180565 3413 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180573 3413 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.180580 3413 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0702 02:09:09.180576 3413 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.185.252"}, 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}} I0702 02:09:09.180587 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.180588 3413 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180585 3413 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0702 02:09:09.180593 3413 services_controller.go:614] Adding service default/packageserver for network=default I0702 02:09:09.180594 3413 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180600 3413 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0702 02:09:09.180606 3413 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0702 02:09:09.180604 3413 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.167.150"}, 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}} I0702 02:09:09.180613 3413 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0702 02:09:09.180606 3413 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.185.252", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180620 3413 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.180620 3413 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180623 3413 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.180627 3413 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0702 02:09:09.180632 3413 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180634 3413 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0702 02:09:09.180645 3413 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 I0702 02:09:09.180649 3413 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.167.150", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180662 3413 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0702 02:09:09.180667 3413 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 196.272µs I0702 02:09:09.180537 3413 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.069µs I0702 02:09:09.180676 3413 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.180679 3413 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.180682 3413 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 48e88866-f29e-4974-8526-a35f71da4b30 827 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eaef }] [] []},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.68.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.68.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.180740 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0702 02:09:09.180748 3413 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.68.161"}, 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}} I0702 02:09:09.180668 3413 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.180764 3413 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180768 3413 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0702 02:09:09.180772 3413 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180775 3413 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 I0702 02:09:09.180791 3413 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0702 02:09:09.180782 3413 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.68.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.180795 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 763.183µs I0702 02:09:09.180802 3413 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.180811 3413 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.180633 3413 services_controller.go:614] Adding service default/kubernetes for network=default I0702 02:09:09.180838 3413 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0702 02:09:09.180844 3413 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.180849 3413 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:09.180853 3413 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.180858 3413 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.180862 3413 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.180866 3413 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:09.180880 3413 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.180686 3413 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 593376bb-cefc-4023-9482-020fe8d65694 3014 0 2026-07-02 01:58:27 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754eba7 }] [] []},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.29.193,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.193],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.180899 3413 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0702 02:09:09.180910 3413 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.29.193"}, 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}} I0702 02:09:09.180919 3413 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180927 3413 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180803 3413 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0702 02:09:09.180579 3413 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.180965 3413 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 48cdda7d-258c-4367-ba68-d8b483c4149d 666 0 2026-07-02 01:57:51 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7a77 }] [] []},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.124.2,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.124.2],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181028 3413 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.181.87", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181043 3413 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0702 02:09:09.181045 3413 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0702 02:09:09.181055 3413 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0702 02:09:09.181061 3413 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 I0702 02:09:09.181058 3413 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.124.2"}, 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}} I0702 02:09:09.181073 3413 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181076 3413 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0702 02:09:09.181080 3413 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 737.851µs I0702 02:09:09.181083 3413 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181089 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.180569 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0702 02:09:09.181100 3413 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.124.2", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181130 3413 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.181095 3413 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 57b31389-e760-432b-92d4-4137dc1c39bc 1007 0 2026-07-02 01:57:59 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7fb7 }] [] []},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.2.112,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.112],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181143 3413 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.181153 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0702 02:09:09.181155 3413 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 I0702 02:09:09.181161 3413 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.2.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}} I0702 02:09:09.181174 3413 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181179 3413 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0702 02:09:09.181119 3413 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.082711ms I0702 02:09:09.181184 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181186 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 380.551µs I0702 02:09:09.181195 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.181199 3413 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.181194 3413 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.2.112", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181229 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.181247 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.181201 3413 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 8064e54e-4918-4b17-8a08-1e42c5aed82a 5867 0 2026-07-02 02:00:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog e6bae6fc-800c-4228-a50d-9edbc9cbed1e 0xc00754e31d 0xc00754e31e}] [] []},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.30.123,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.30.123],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181254 3413 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 I0702 02:09:09.181268 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0702 02:09:09.181209 3413 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 0ba3726d-af76-4937-a525-2d4c734cdc82 5895 0 2026-07-02 02:00:57 +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.226.216,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.216],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181281 3413 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.30.123"}, 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}} I0702 02:09:09.181291 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181269 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0702 02:09:09.181297 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181300 3413 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 209.994µs I0702 02:09:09.180937 3413 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.29.193", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181312 3413 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0702 02:09:09.181318 3413 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.332µs I0702 02:09:09.181317 3413 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.181309 3413 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.30.123", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181324 3413 services_controller.go:356] Processing sync for service default/openshift for network=default I0702 02:09:09.181328 3413 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 4.332µs I0702 02:09:09.181328 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0702 02:09:09.181330 3413 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.181336 3413 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0702 02:09:09.181337 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0702 02:09:09.181343 3413 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 I0702 02:09:09.180821 3413 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 I0702 02:09:09.181362 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0702 02:09:09.181371 3413 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0702 02:09:09.181345 3413 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 I0702 02:09:09.181380 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 699.2µs I0702 02:09:09.181344 3413 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default ca1e6d14-4bed-49cf-9fb5-da4f28719114 1516 0 2026-07-02 01:58:09 +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.35.186,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.186],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181392 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0702 02:09:09.181403 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 209.073µs I0702 02:09:09.181300 3413 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0702 02:09:09.181420 3413 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.85.218] []}] I0702 02:09:09.181426 3413 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.226.216"}, 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}} I0702 02:09:09.181437 3413 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181438 3413 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181444 3413 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181445 3413 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.35.186"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.85.218"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.181455 3413 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181454 3413 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.226.216", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181472 3413 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.181372 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 695.397µs I0702 02:09:09.181481 3413 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.181491 3413 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0702 02:09:09.181493 3413 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.181484 3413 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-108.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.35.186", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.85.218", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.181505 3413 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 I0702 02:09:09.181506 3413 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0702 02:09:09.181516 3413 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 I0702 02:09:09.181529 3413 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0702 02:09:09.181535 3413 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0702 02:09:09.181537 3413 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 337.746µs I0702 02:09:09.181541 3413 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 204.605µs I0702 02:09:09.181395 3413 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0702 02:09:09.181500 3413 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 59a52629-80d1-4cd0-9cda-83e210af8498 1075 0 2026-07-02 01:58:01 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e43f }] [] []},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.194.249,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.249],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181549 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.181553 3413 services_controller.go:356] Processing sync for service default/packageserver for network=default I0702 02:09:09.181567 3413 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0702 02:09:09.181584 3413 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.194.249"}, 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}} I0702 02:09:09.181554 3413 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 999fc14a-22b5-4655-ba33-17630ff0117f 1533 0 2026-07-02 01:58:09 +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.26.54,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.54],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181562 3413 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default cb558fd0-015f-46e0-938e-28f2507ce66a 1630 0 2026-07-02 01:58:11 +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.162.141,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.162.141],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181601 3413 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181558 3413 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 bca2b419-beb3-4c74-bc8d-1f5c49fee7a7 909 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ecf7 }] [] []},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.156.165,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.165],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181612 3413 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181620 3413 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.100.77] []}] I0702 02:09:09.181629 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0702 02:09:09.181639 3413 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181629 3413 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.194.249", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181415 3413 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.181645 3413 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.156.165"}, 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.156.165"}, 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}} I0702 02:09:09.181656 3413 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.181663 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181668 3413 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.181674 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181680 3413 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 I0702 02:09:09.181703 3413 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0702 02:09:09.181690 3413 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.156.165", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.156.165", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181712 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 221.544µs I0702 02:09:09.181663 3413 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 78c50062-d670-462f-9610-0b8d90676c59 484 0 2026-07-02 01:57:31 +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.230.151,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.151],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181720 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0702 02:09:09.181723 3413 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0702 02:09:09.181733 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0702 02:09:09.181737 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0702 02:09:09.181744 3413 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 I0702 02:09:09.181620 3413 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.39.197] []}] I0702 02:09:09.181752 3413 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.230.151"}, 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}} I0702 02:09:09.181763 3413 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181767 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0702 02:09:09.181767 3413 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181769 3413 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.26.54"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.39.197"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.181774 3413 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 224.663µs I0702 02:09:09.181779 3413 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181733 3413 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 684193e0-4e53-49df-badb-a95f19442091 1612 0 2026-07-02 01:58:11 +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 370abee0-bcff-4b24-a325-2db461dc568a 0xc00754e527 }] [] []},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{},},} I0702 02:09:09.181783 3413 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181786 3413 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0702 02:09:09.181799 3413 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.181801 3413 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0702 02:09:09.181795 3413 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.230.151", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181819 3413 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181822 3413 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0702 02:09:09.181836 3413 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0702 02:09:09.181796 3413 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress a5c3e764-672c-4a3c-92bd-78fd4c6631ff 2002 0 2026-07-02 01:58:19 +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 4ef2ed5f-0686-4943-a24a-03ad9fc8c8aa 0xc00754e94e }] [] []},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.186.161,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.186.161],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181851 3413 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 I0702 02:09:09.181830 3413 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}} I0702 02:09:09.181866 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0702 02:09:09.181874 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0702 02:09:09.181881 3413 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 466.524µs I0702 02:09:09.181884 3413 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.186.161"}, 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.186.161"}, 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.186.161"}, 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}} I0702 02:09:09.181895 3413 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0702 02:09:09.181898 3413 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181905 3413 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.181905 3413 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.49µs I0702 02:09:09.181916 3413 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.181918 3413 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.186.161", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.186.161", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.181942 3413 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0702 02:09:09.181809 3413 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-108.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.26.54", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.39.197", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.181949 3413 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0702 02:09:09.181954 3413 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0702 02:09:09.181956 3413 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 I0702 02:09:09.181967 3413 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 I0702 02:09:09.181973 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0702 02:09:09.181977 3413 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 192.428µs I0702 02:09:09.181928 3413 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 75ea4f79-bc59-4192-83d7-d3c86b645aa2 4262 0 2026-07-02 01:58:57 +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 9d4c4130-c545-4a7e-a58e-919ddac62bc1 0xc00754ef3e 0xc00754ef3f}] [] []},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.106.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.181984 3413 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0702 02:09:09.181986 3413 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0702 02:09:09.181989 3413 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 595.856µs I0702 02:09:09.181992 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.473µs I0702 02:09:09.181998 3413 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0702 02:09:09.182000 3413 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0702 02:09:09.181999 3413 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0702 02:09:09.182012 3413 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.106.110"}, 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}} I0702 02:09:09.181868 3413 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182029 3413 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182005 3413 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 8390c91b-c791-4f0e-aa91-d19398d507f0 273 0 2026-07-02 01:56:52 +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{},},} I0702 02:09:09.182041 3413 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182006 3413 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 988c6fd0-be4c-41e7-becc-f8df3d7eb61e 1585 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e797 }] [] []},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.134.116,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.116],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.182056 3413 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0702 02:09:09.182063 3413 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.182067 3413 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182069 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0702 02:09:09.182058 3413 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.106.110", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.182080 3413 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}} I0702 02:09:09.182084 3413 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0702 02:09:09.182082 3413 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.134.116"}, 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}} I0702 02:09:09.182089 3413 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182095 3413 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0702 02:09:09.182096 3413 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182103 3413 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.182106 3413 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182106 3413 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 I0702 02:09:09.181648 3413 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.162.141"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.100.77"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0702 02:09:09.182074 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.182111 3413 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-108.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-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.182126 3413 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0702 02:09:09.182125 3413 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182132 3413 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0702 02:09:09.182134 3413 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0702 02:09:09.182126 3413 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.134.116", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.182141 3413 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 224.58µs I0702 02:09:09.182143 3413 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 I0702 02:09:09.182150 3413 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.182155 3413 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.182162 3413 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.182161 3413 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0702 02:09:09.182171 3413 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 I0702 02:09:09.182184 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0702 02:09:09.182193 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 192.101µs I0702 02:09:09.182201 3413 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0702 02:09:09.182179 3413 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-108.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.162.141", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.100.77", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-108.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-108.ec2.internal"}, Groups:[]string(nil)}} I0702 02:09:09.182205 3413 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 4.923µs I0702 02:09:09.182228 3413 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.182229 3413 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0702 02:09:09.182164 3413 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 990166fb-65c5-40e5-a214-de54850fe631 866 0 2026-07-02 01:57:55 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754ec2b }] [] []},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.55.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.182243 3413 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 I0702 02:09:09.182264 3413 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0702 02:09:09.182238 3413 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 1fb95270-d914-4ddd-a64b-75cd9c90e107 1601 0 2026-07-02 01:58:10 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc0003a7e1f }] [] []},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.223.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.223.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.182282 3413 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.55.105"}, 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}} I0702 02:09:09.182307 3413 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182320 3413 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182336 3413 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.55.105", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.182363 3413 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0702 02:09:09.182164 3413 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0702 02:09:09.182374 3413 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0702 02:09:09.182375 3413 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 375.789µs I0702 02:09:09.182385 3413 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.182385 3413 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 I0702 02:09:09.182406 3413 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0702 02:09:09.182415 3413 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 260.767µs I0702 02:09:09.182391 3413 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 0f34af80-0a1b-489a-aef5-de8eb30c59f1 968 0 2026-07-02 01:57:58 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754e0a7 }] [] []},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.17.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.17.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.182427 3413 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.182289 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0702 02:09:09.182454 3413 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.223.197"}, 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}} I0702 02:09:09.182467 3413 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) I0702 02:09:09.182474 3413 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182436 3413 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 1e47ea9a-569e-4a6d-9a3a-31ff729e9f42 3284 0 2026-07-02 01:58:29 +0000 UTC map[ingress.openshift.io/canary:canary_controller] map[service.beta.openshift.io/serving-cert-secret-name:canary-serving-cert] [{apps/v1 daemonset ingress-canary 973ba26d-ae39-40a6-86d9-bfb5b57d0faa 0xc00754e6b0 }] [] []},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.193.198,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.193.198],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.182485 3413 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.223.197", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.182140 3413 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 I0702 02:09:09.182506 3413 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0702 02:09:09.182525 3413 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0702 02:09:09.182537 3413 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0702 02:09:09.182540 3413 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 I0702 02:09:09.182544 3413 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 820.017µs I0702 02:09:09.182555 3413 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0702 02:09:09.182561 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0702 02:09:09.182565 3413 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.484µs I0702 02:09:09.182569 3413 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 340.993µs I0702 02:09:09.182574 3413 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.182271 3413 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0702 02:09:09.182583 3413 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.03068ms I0702 02:09:09.182438 3413 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0702 02:09:09.182599 3413 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.17.153"}, 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}} I0702 02:09:09.182616 3413 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) I0702 02:09:09.182625 3413 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182583 3413 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 81baabcb-24ad-4b88-817e-bc458e49c648 892 0 2026-07-02 01:57:57 +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 45634abf-aa64-4fd0-8268-85f8d0305d1a 0xc00754f227 }] [] []},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.16.166,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.16.166],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0702 02:09:09.182646 3413 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0702 02:09:09.182643 3413 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.17.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.182670 3413 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.182661 3413 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.16.166"}, 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}} I0702 02:09:09.182684 3413 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0702 02:09:09.182684 3413 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182698 3413 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182699 3413 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 I0702 02:09:09.182505 3413 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0702 02:09:09.182722 3413 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0702 02:09:09.182730 3413 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 343.658µs I0702 02:09:09.182714 3413 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.16.166", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.182731 3413 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.193.198"}, 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.193.198"}, 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}} I0702 02:09:09.182743 3413 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0702 02:09:09.182753 3413 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0702 02:09:09.182754 3413 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182760 3413 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 I0702 02:09:09.182767 3413 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0702 02:09:09.182774 3413 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0702 02:09:09.182778 3413 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 205.183µs I0702 02:09:09.182789 3413 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.193.198", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.193.198", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0702 02:09:09.182820 3413 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0702 02:09:09.182834 3413 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0702 02:09:09.182847 3413 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 I0702 02:09:09.182874 3413 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0702 02:09:09.182883 3413 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 454.742µs I0702 02:09:09.185297 3413 default_node_network_controller.go:1171] Upgrade hack: ovnkube-node ip-10-0-1-108.ec2.internal finished setting DB Auth; took: 31.062856435s I0702 02:09:09.185315 3413 default_node_network_controller.go:1176] Waiting for gateway and management port readiness... I0702 02:09:09.185354 3413 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00080e840 0xc000346070 0xc000346150 0xc0003461c0 0xc0003462a0 0xc000346310 0xc000346380 0xc0002da9b0 0xc0003463f0 0xc000346460 0xc0002daa50 0xc0003464d0 map[0x2933060:0xc0049c8060 0x29335a0:0xc004106000 0x2933840:0xc0044b0e40 0x2933ae0:0xc004cff080 0x2933d80:0xc0027b9560 0x2934020:0xc005a77560 0x2934560:0xc0056f45a0 0x2934aa0:0xc005f7a6c0 0x2934d40:0xc0063017a0 0x295eda0:0xc001ef7500 0x295f140:0xc002d93020 0x295fc20:0xc00086eae0 0x2961580:0xc000c3d2c0 0x2961cc0:0xc003c74fc0 0x29627a0:0xc001b72360] 0xc0000c56e0 0} I0702 02:09:09.185419 3413 gateway.go:147] Starting gateway service sync I0702 02:09:09.185732 3413 openflow_manager.go:108] Gateway OpenFlow sync requested I0702 02:09:09.185743 3413 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0702 02:09:09.185756 3413 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 30970 -j DNAT --to-destination 172.30.179.128:80" for protocol: 0 I0702 02:09:09.185764 3413 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 31768 -j DNAT --to-destination 172.30.179.128:443" for protocol: 0 I0702 02:09:09.187171 3413 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0702 02:09:09.198917 3413 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0702 02:09:09.198942 3413 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 30970 -j DNAT --to-destination 172.30.179.128:80" for protocol: 0 I0702 02:09:09.198952 3413 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 31768 -j DNAT --to-destination 172.30.179.128:443" for protocol: 0 I0702 02:09:09.200188 3413 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0702 02:09:09.200208 3413 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 30970 -j DNAT --to-destination 172.30.179.128:80" for protocol: 0 I0702 02:09:09.200241 3413 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 31768 -j DNAT --to-destination 172.30.179.128:443" for protocol: 0 I0702 02:09:09.201319 3413 gateway_iptables.go:609] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0702 02:09:09.201330 3413 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 30970 -j DNAT --to-destination 172.30.179.128:80" for protocol: 0 I0702 02:09:09.201334 3413 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 31768 -j DNAT --to-destination 172.30.179.128:443" for protocol: 0 I0702 02:09:09.235146 3413 gateway.go:164] Gateway service sync done. Time taken: 49.710736ms I0702 02:09:09.235259 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0702 02:09:09.235280 3413 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0702 02:09:09.235333 3413 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0702 02:09:09.235345 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235351 3413 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 73.415µs I0702 02:09:09.235359 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0702 02:09:09.235364 3413 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0702 02:09:09.235377 3413 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0702 02:09:09.235384 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235388 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 24.246µs I0702 02:09:09.235393 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0702 02:09:09.235397 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0702 02:09:09.235409 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0702 02:09:09.235414 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235419 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 20.644µs I0702 02:09:09.235423 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0702 02:09:09.235427 3413 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0702 02:09:09.235440 3413 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0702 02:09:09.235445 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235449 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 21.56µs I0702 02:09:09.235454 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0702 02:09:09.235458 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 270ns I0702 02:09:09.235462 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift I0702 02:09:09.235466 3413 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift took: 209ns I0702 02:09:09.235470 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-apiserver I0702 02:09:09.235475 3413 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0702 02:09:09.235487 3413 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0702 02:09:09.235492 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235497 3413 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-apiserver took: 21.296µs I0702 02:09:09.235501 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0702 02:09:09.235505 3413 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0702 02:09:09.235517 3413 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0702 02:09:09.235523 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235527 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 20.751µs I0702 02:09:09.235534 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0702 02:09:09.235538 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 260ns I0702 02:09:09.235542 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0702 02:09:09.235546 3413 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0702 02:09:09.235557 3413 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0702 02:09:09.235562 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235566 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 18.744µs I0702 02:09:09.235570 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0702 02:09:09.235575 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 228ns I0702 02:09:09.235580 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway default/packageserver I0702 02:09:09.235584 3413 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0702 02:09:09.235594 3413 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0702 02:09:09.235598 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235602 3413 obj_retry.go:551] Creating *factory.serviceForGateway default/packageserver took: 17.68µs I0702 02:09:09.235606 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0702 02:09:09.235611 3413 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0702 02:09:09.235621 3413 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0702 02:09:09.235630 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235634 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns/dns-default took: 23.484µs I0702 02:09:09.235639 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0702 02:09:09.235643 3413 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0702 02:09:09.235653 3413 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0702 02:09:09.235658 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235662 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 18.587µs I0702 02:09:09.235666 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0702 02:09:09.235671 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 227ns I0702 02:09:09.235675 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway default/kubernetes I0702 02:09:09.235679 3413 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0702 02:09:09.235689 3413 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0702 02:09:09.235695 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235699 3413 obj_retry.go:551] Creating *factory.serviceForGateway default/kubernetes took: 20.104µs I0702 02:09:09.235704 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0702 02:09:09.235708 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0702 02:09:09.235719 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0702 02:09:09.235723 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235727 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 18.701µs I0702 02:09:09.235732 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0702 02:09:09.235736 3413 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0702 02:09:09.235748 3413 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0702 02:09:09.235755 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235759 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 22.441µs I0702 02:09:09.235764 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0702 02:09:09.235768 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 523ns I0702 02:09:09.235772 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0702 02:09:09.235777 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0702 02:09:09.235787 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0702 02:09:09.235792 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235796 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 19.028µs I0702 02:09:09.235800 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0702 02:09:09.235804 3413 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 02:09:09.235815 3413 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 02:09:09.235821 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235825 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 20.658µs I0702 02:09:09.235830 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0702 02:09:09.235834 3413 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.235848 3413 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.235853 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235857 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 22.468µs I0702 02:09:09.235861 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0702 02:09:09.235865 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0702 02:09:09.235876 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0702 02:09:09.235880 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235884 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 18.508µs I0702 02:09:09.235888 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0702 02:09:09.235892 3413 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0702 02:09:09.235903 3413 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0702 02:09:09.235909 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235913 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 20.342µs I0702 02:09:09.235917 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-insights/metrics I0702 02:09:09.235921 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0702 02:09:09.235939 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0702 02:09:09.235944 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235949 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-insights/metrics took: 26.38µs I0702 02:09:09.235953 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0702 02:09:09.235958 3413 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0702 02:09:09.235968 3413 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0702 02:09:09.235972 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.235976 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 18.09µs I0702 02:09:09.235980 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0702 02:09:09.235984 3413 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0702 02:09:09.235995 3413 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0702 02:09:09.235999 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236003 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 18.418µs I0702 02:09:09.236007 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0702 02:09:09.236012 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0702 02:09:09.236022 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0702 02:09:09.236028 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236032 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 20.434µs I0702 02:09:09.236037 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0702 02:09:09.236041 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 219ns I0702 02:09:09.236045 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0702 02:09:09.236050 3413 port_claim.go:197] Handle NodePort service router-default port 30970 I0702 02:09:09.236058 3413 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30970 and protocol TCP I0702 02:09:09.236063 3413 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30970/tcp) I0702 02:09:09.236267 3413 port_claim.go:197] Handle NodePort service router-default port 31768 I0702 02:09:09.236277 3413 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31768 and protocol TCP I0702 02:09:09.236281 3413 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31768/tcp) I0702 02:09:09.236321 3413 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 31859 I0702 02:09:09.236363 3413 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0702 02:09:09.236371 3413 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0702 02:09:09.236384 3413 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0702 02:09:09.236400 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236408 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-default took: 357.479µs I0702 02:09:09.236415 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0702 02:09:09.236420 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 398ns I0702 02:09:09.236424 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0702 02:09:09.236430 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0702 02:09:09.236434 3413 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 31859 I0702 02:09:09.236441 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0702 02:09:09.236449 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236453 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 23.395µs I0702 02:09:09.236458 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0702 02:09:09.236462 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 318ns I0702 02:09:09.236466 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0702 02:09:09.236470 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0702 02:09:09.236481 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0702 02:09:09.236488 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236491 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 20.955µs I0702 02:09:09.236496 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0702 02:09:09.236501 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0702 02:09:09.236512 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0702 02:09:09.236519 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236523 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 22.135µs I0702 02:09:09.236527 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0702 02:09:09.236531 3413 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0702 02:09:09.236542 3413 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0702 02:09:09.236548 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236553 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 20.55µs I0702 02:09:09.236557 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0702 02:09:09.236561 3413 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0702 02:09:09.236571 3413 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0702 02:09:09.236578 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236582 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 20.06µs I0702 02:09:09.236586 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0702 02:09:09.236591 3413 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 02:09:09.236602 3413 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 02:09:09.236609 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236612 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 21.74µs I0702 02:09:09.236617 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0702 02:09:09.236621 3413 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 02:09:09.236631 3413 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 02:09:09.236638 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236642 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 20.197µs I0702 02:09:09.236646 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0702 02:09:09.236650 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0702 02:09:09.236662 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0702 02:09:09.236668 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236671 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 21.302µs I0702 02:09:09.236676 3413 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0702 02:09:09.236680 3413 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.236692 3413 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.236699 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.236703 3413 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 21.82µs I0702 02:09:09.236716 3413 factory.go:1336] Added *v1.Service event handler 13 I0702 02:09:09.236728 3413 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00080e840 0xc000346070 0xc000346150 0xc0003461c0 0xc0003462a0 0xc000346310 0xc000346380 0xc0002da9b0 0xc0003463f0 0xc000346460 0xc0002daa50 0xc0003464d0 map[0x2933060:0xc0049c8060 0x29335a0:0xc004106000 0x2933840:0xc0044b0e40 0x2933ae0:0xc004cff080 0x2933d80:0xc0027b9560 0x2934020:0xc005a77560 0x2934560:0xc0056f45a0 0x2934aa0:0xc005f7a6c0 0x2934d40:0xc0063017a0 0x295eda0:0xc001ef7500 0x295f140:0xc002d93020 0x295fc20:0xc00086eae0 0x2961580:0xc000c3d2c0 0x2961cc0:0xc003c74fc0 0x29627a0:0xc001b72360] 0xc0000c56e0 0} I0702 02:09:09.236812 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-4tf6m I0702 02:09:09.236828 3413 gateway_shared_intf.go:1116] Adding endpointslice openshift-oauth-apiserver-4tf6m in namespace default I0702 02:09:09.236853 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-4tf6m took: 27.308µs I0702 02:09:09.236863 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/packageserver-tdc99 I0702 02:09:09.236871 3413 gateway_shared_intf.go:1116] Adding endpointslice packageserver-tdc99 in namespace default I0702 02:09:09.236886 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/packageserver-tdc99 took: 16.405µs I0702 02:09:09.236895 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-mp6sd I0702 02:09:09.236904 3413 gateway_shared_intf.go:1116] Adding endpointslice dns-default-mp6sd in namespace openshift-dns I0702 02:09:09.236917 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-mp6sd took: 16.161µs I0702 02:09:09.236926 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-g9whv I0702 02:09:09.236935 3413 gateway_shared_intf.go:1116] Adding endpointslice ingress-canary-g9whv in namespace openshift-ingress-canary I0702 02:09:09.236949 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-g9whv took: 16.659µs I0702 02:09:09.236958 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-6nzz8 I0702 02:09:09.236966 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-6nzz8 in namespace openshift-service-ca-operator I0702 02:09:09.236982 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-6nzz8 took: 18.486µs I0702 02:09:09.236991 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-t2njr I0702 02:09:09.236998 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-t2njr in namespace openshift-kube-storage-version-migrator-operator I0702 02:09:09.237013 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-t2njr took: 15.363µs I0702 02:09:09.237023 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-hvjw9 I0702 02:09:09.237030 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-hvjw9 in namespace openshift-apiserver-operator I0702 02:09:09.237046 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-hvjw9 took: 17.259µs I0702 02:09:09.237056 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-t2snz I0702 02:09:09.237063 3413 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-metrics-t2snz in namespace openshift-deployment-validation-operator I0702 02:09:09.237079 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-t2snz took: 17.287µs I0702 02:09:09.237088 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-qjshx I0702 02:09:09.237096 3413 gateway_shared_intf.go:1116] Adding endpointslice image-registry-qjshx in namespace openshift-image-registry I0702 02:09:09.237111 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-qjshx took: 15.094µs I0702 02:09:09.237121 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-dq4j5 I0702 02:09:09.237130 3413 gateway_shared_intf.go:1116] Adding endpointslice router-internal-default-dq4j5 in namespace openshift-ingress I0702 02:09:09.237147 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-dq4j5 took: 18.687µs I0702 02:09:09.237156 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-7zgmt I0702 02:09:09.237163 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-7zgmt in namespace openshift-insights I0702 02:09:09.237172 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-insights/metrics-7zgmt took: 10.748µs I0702 02:09:09.237179 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-bql8b I0702 02:09:09.237184 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-bql8b in namespace openshift-kube-controller-manager-operator I0702 02:09:09.237194 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-bql8b took: 10.483µs I0702 02:09:09.237201 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-h7zzv I0702 02:09:09.237206 3413 gateway_shared_intf.go:1116] Adding endpointslice machine-config-controller-h7zzv in namespace openshift-machine-config-operator I0702 02:09:09.237234 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-h7zzv took: 27.958µs I0702 02:09:09.237242 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/kubernetes I0702 02:09:09.237247 3413 gateway_shared_intf.go:1116] Adding endpointslice kubernetes in namespace default I0702 02:09:09.237257 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/kubernetes took: 11.182µs I0702 02:09:09.237264 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-b7xgc I0702 02:09:09.237269 3413 gateway_shared_intf.go:1116] Adding endpointslice openshift-apiserver-b7xgc in namespace default I0702 02:09:09.237279 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-apiserver-b7xgc took: 11.39µs I0702 02:09:09.237286 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-w99gj I0702 02:09:09.237292 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-w99gj in namespace openshift-authentication-operator I0702 02:09:09.237302 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-w99gj took: 11.712µs I0702 02:09:09.237309 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-2758t I0702 02:09:09.237314 3413 gateway_shared_intf.go:1116] Adding endpointslice cco-metrics-2758t in namespace openshift-cloud-credential-operator I0702 02:09:09.237323 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-2758t took: 10.39µs I0702 02:09:09.237327 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-f4475 I0702 02:09:09.237333 3413 gateway_shared_intf.go:1116] Adding endpointslice cluster-version-operator-f4475 in namespace openshift-cluster-version I0702 02:09:09.237343 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-f4475 took: 11.725µs I0702 02:09:09.237349 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-zdm5q I0702 02:09:09.237360 3413 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0702 02:09:09.237369 3413 gateway_shared_intf.go:1116] Adding endpointslice router-default-zdm5q in namespace openshift-ingress I0702 02:09:09.237378 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-zdm5q took: 24.66µs I0702 02:09:09.237383 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-vt2wq I0702 02:09:09.237388 3413 gateway_shared_intf.go:1116] Adding endpointslice machine-config-operator-vt2wq in namespace openshift-machine-config-operator I0702 02:09:09.237397 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-vt2wq took: 9.398µs I0702 02:09:09.237402 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-vbc7v I0702 02:09:09.237407 3413 gateway_shared_intf.go:1116] Adding endpointslice networking-console-plugin-vbc7v in namespace openshift-network-console I0702 02:09:09.237416 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-vbc7v took: 10.143µs I0702 02:09:09.237422 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-ghggj I0702 02:09:09.237427 3413 gateway_shared_intf.go:1116] Adding endpointslice check-endpoints-ghggj in namespace openshift-apiserver I0702 02:09:09.237437 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-ghggj took: 9.538µs I0702 02:09:09.237441 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-k5pn4 I0702 02:09:09.237447 3413 gateway_shared_intf.go:1116] Adding endpointslice csi-snapshot-controller-operator-metrics-k5pn4 in namespace openshift-cluster-storage-operator I0702 02:09:09.237457 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-k5pn4 took: 11.322µs I0702 02:09:09.237462 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-sv2sp I0702 02:09:09.237467 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-sv2sp in namespace openshift-config-operator I0702 02:09:09.237475 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-sv2sp took: 9.549µs I0702 02:09:09.237480 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-g6b5x I0702 02:09:09.237485 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-g6b5x in namespace openshift-ingress-operator I0702 02:09:09.237495 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-g6b5x took: 11.168µs I0702 02:09:09.237501 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-mrtdf I0702 02:09:09.237507 3413 gateway_shared_intf.go:1116] Adding endpointslice network-check-target-mrtdf in namespace openshift-network-diagnostics I0702 02:09:09.237516 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-mrtdf took: 10.357µs I0702 02:09:09.237520 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-smrfv I0702 02:09:09.237526 3413 gateway_shared_intf.go:1116] Adding endpointslice performance-addon-operator-service-smrfv in namespace openshift-cluster-node-tuning-operator I0702 02:09:09.237535 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-smrfv took: 10.559µs I0702 02:09:09.237540 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-8x7sl I0702 02:09:09.237546 3413 gateway_shared_intf.go:1116] Adding endpointslice cluster-storage-operator-metrics-8x7sl in namespace openshift-cluster-storage-operator I0702 02:09:09.237555 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-8x7sl took: 10.217µs I0702 02:09:09.237562 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-xjfbf I0702 02:09:09.237567 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-xjfbf in namespace openshift-console-operator I0702 02:09:09.237576 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-xjfbf took: 9.911µs I0702 02:09:09.237580 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-5z9g8 I0702 02:09:09.237586 3413 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-catalog-5z9g8 in namespace openshift-deployment-validation-operator I0702 02:09:09.237595 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-5z9g8 took: 10.483µs I0702 02:09:09.237599 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-q5c97 I0702 02:09:09.237605 3413 gateway_shared_intf.go:1116] Adding endpointslice metrics-q5c97 in namespace openshift-dns-operator I0702 02:09:09.237614 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-q5c97 took: 9.775µs I0702 02:09:09.237620 3413 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-98q4w I0702 02:09:09.237625 3413 gateway_shared_intf.go:1116] Adding endpointslice machine-config-daemon-98q4w in namespace openshift-machine-config-operator I0702 02:09:09.237635 3413 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-98q4w took: 10.204µs I0702 02:09:09.237650 3413 factory.go:1336] Added *v1.EndpointSlice event handler 14 I0702 02:09:09.237665 3413 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00080e840 0xc000346070 0xc000346150 0xc0003461c0 0xc0003462a0 0xc000346310 0xc000346380 0xc0002da9b0 0xc0003463f0 0xc000346460 0xc0002daa50 0xc0003464d0 map[0x2933060:0xc0049c8060 0x29335a0:0xc004106000 0x2933840:0xc0044b0e40 0x2933ae0:0xc004cff080 0x2933d80:0xc0027b9560 0x2934020:0xc005a77560 0x2934560:0xc0056f45a0 0x2934aa0:0xc005f7a6c0 0x2934d40:0xc0063017a0 0x295eda0:0xc001ef7500 0x295f140:0xc002d93020 0x295fc20:0xc00086eae0 0x2961580:0xc000c3d2c0 0x2961cc0:0xc003c74fc0 0x29627a0:0xc001b72360] 0xc0000c56e0 0} I0702 02:09:09.237705 3413 gateway.go:479] Reconciling gateway with updates I0702 02:09:09.237787 3413 iptables.go:143] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0702 02:09:09.243555 3413 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0702 02:09:09.243574 3413 gateway.go:513] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0702 02:09:09.243579 3413 gateway.go:513] Adding service openshift-ingress-canary/ingress-canary to retryServices I0702 02:09:09.243582 3413 gateway.go:513] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0702 02:09:09.243586 3413 gateway.go:513] Adding service openshift-service-ca-operator/metrics to retryServices I0702 02:09:09.243589 3413 gateway.go:513] Adding service openshift-apiserver-operator/metrics to retryServices I0702 02:09:09.243592 3413 gateway.go:513] Adding service openshift-cluster-samples-operator/metrics to retryServices I0702 02:09:09.243595 3413 gateway.go:513] Adding service openshift-console-operator/metrics to retryServices I0702 02:09:09.243599 3413 gateway.go:513] Adding service openshift-image-registry/image-registry to retryServices I0702 02:09:09.243607 3413 gateway.go:513] Adding service openshift-insights/metrics to retryServices I0702 02:09:09.243611 3413 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0702 02:09:09.243614 3413 gateway.go:513] Adding service openshift-network-diagnostics/network-check-target to retryServices I0702 02:09:09.243618 3413 gateway.go:513] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0702 02:09:09.243622 3413 gateway.go:513] Adding service openshift-config-operator/metrics to retryServices I0702 02:09:09.243626 3413 gateway.go:513] Adding service openshift-ingress/router-default to retryServices I0702 02:09:09.243629 3413 gateway.go:513] Adding service openshift-apiserver/check-endpoints to retryServices I0702 02:09:09.243632 3413 gateway.go:513] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0702 02:09:09.243635 3413 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0702 02:09:09.243638 3413 gateway.go:513] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0702 02:09:09.243641 3413 gateway.go:513] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0702 02:09:09.243644 3413 gateway.go:513] Adding service openshift-authentication-operator/metrics to retryServices I0702 02:09:09.243648 3413 gateway.go:513] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0702 02:09:09.243652 3413 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0702 02:09:09.243655 3413 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0702 02:09:09.243659 3413 gateway.go:513] Adding service default/openshift to retryServices I0702 02:09:09.243662 3413 gateway.go:513] Adding service default/openshift-apiserver to retryServices I0702 02:09:09.243665 3413 gateway.go:513] Adding service default/openshift-oauth-apiserver to retryServices I0702 02:09:09.243670 3413 gateway.go:513] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0702 02:09:09.243674 3413 gateway.go:513] Adding service openshift-dns-operator/metrics to retryServices I0702 02:09:09.243678 3413 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0702 02:09:09.243681 3413 gateway.go:513] Adding service openshift-network-diagnostics/network-check-source to retryServices I0702 02:09:09.243684 3413 gateway.go:513] Adding service default/packageserver to retryServices I0702 02:09:09.243687 3413 gateway.go:513] Adding service openshift-dns/dns-default to retryServices I0702 02:09:09.243691 3413 gateway.go:513] Adding service openshift-ingress/router-internal-default to retryServices I0702 02:09:09.243694 3413 gateway.go:513] Adding service openshift-multus/network-metrics-service to retryServices I0702 02:09:09.243697 3413 gateway.go:513] Adding service openshift-network-console/networking-console-plugin to retryServices I0702 02:09:09.243700 3413 gateway.go:513] Adding service openshift-network-operator/metrics to retryServices I0702 02:09:09.243703 3413 gateway.go:513] Adding service default/kubernetes to retryServices I0702 02:09:09.243706 3413 gateway.go:513] Adding service openshift-ingress-operator/metrics to retryServices I0702 02:09:09.243709 3413 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0702 02:09:09.243713 3413 gateway.go:513] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0702 02:09:09.243724 3413 obj_retry.go:240] Iterate retry objects requested (resource *factory.serviceForGateway) I0702 02:09:09.243737 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.243754 3413 factory.go:1336] Added *v1.EgressIP event handler 15 I0702 02:09:09.243782 3413 gateway.go:330] Spawning Conntrack Rule Check Thread I0702 02:09:09.243798 3413 default_node_network_controller.go:1182] Gateway and management port readiness took 58.471816ms I0702 02:09:09.243813 3413 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0702 02:09:09.243826 3413 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-dns-operator/metrics openshift-network-diagnostics/network-check-source openshift-monitoring/cluster-monitoring-operator openshift-cluster-machine-approver/machine-approver openshift-ingress/router-internal-default openshift-network-operator/metrics openshift-console-operator/metrics openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-multus/network-metrics-service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-machine-config-operator/machine-config-operator openshift-authentication-operator/metrics default/packageserver openshift-network-console/networking-console-plugin openshift-apiserver-operator/metrics openshift-network-diagnostics/network-check-target openshift-kube-controller-manager-operator/metrics default/openshift openshift-cluster-version/cluster-version-operator openshift-machine-config-operator/machine-config-controller openshift-ingress-operator/metrics openshift-ingress-canary/ingress-canary openshift-service-ca-operator/metrics openshift-image-registry/image-registry openshift-apiserver/check-endpoints openshift-cloud-credential-operator/cco-metrics default/openshift-apiserver default/kubernetes openshift-ovn-kubernetes/ovn-kubernetes-node default/openshift-oauth-apiserver openshift-machine-config-operator/machine-config-daemon openshift-dns/dns-default openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-cluster-samples-operator/metrics openshift-insights/metrics openshift-config-operator/metrics openshift-cluster-node-tuning-operator/node-tuning-operator openshift-kube-storage-version-migrator-operator/metrics openshift-cluster-storage-operator/cluster-storage-operator-metrics] I0702 02:09:09.243887 3413 obj_retry.go:418] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0702 02:09:09.243906 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0702 02:09:09.243919 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0702 02:09:09.243934 3413 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.243983 3413 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.243995 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244002 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0702 02:09:09.244015 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0702 02:09:09.244022 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0702 02:09:09.244027 3413 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0702 02:09:09.244031 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift I0702 02:09:09.244044 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0702 02:09:09.244057 3413 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0702 02:09:09.244065 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244054 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift I0702 02:09:09.244070 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0702 02:09:09.244065 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0702 02:09:09.244077 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0702 02:09:09.244071 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0702 02:09:09.244085 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0702 02:09:09.244091 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0702 02:09:09.244097 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0702 02:09:09.244098 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0702 02:09:09.244099 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0702 02:09:09.244107 3413 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.244111 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0702 02:09:09.244113 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0702 02:09:09.244119 3413 port_claim.go:197] Handle NodePort service router-default port 30970 I0702 02:09:09.244121 3413 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} I0702 02:09:09.244124 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0702 02:09:09.244135 3413 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 02:09:09.244127 3413 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30970 and protocol TCP I0702 02:09:09.244157 3413 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:30970/tcp) I0702 02:09:09.244163 3413 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0702 02:09:09.244160 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0702 02:09:09.244171 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0702 02:09:09.244178 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244181 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0702 02:09:09.244182 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0702 02:09:09.244185 3413 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0702 02:09:09.244171 3413 port_claim.go:71] Svc openshift-ingress/router-default: port 30970 is already open, no action needed I0702 02:09:09.244184 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0702 02:09:09.244194 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0702 02:09:09.244200 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244204 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0702 02:09:09.244226 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0702 02:09:09.244227 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0702 02:09:09.244233 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0702 02:09:09.244227 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0702 02:09:09.244239 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0702 02:09:09.244243 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0702 02:09:09.244246 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0702 02:09:09.244249 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0702 02:09:09.244237 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0702 02:09:09.244200 3413 port_claim.go:197] Handle NodePort service router-default port 31768 I0702 02:09:09.244257 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0702 02:09:09.244264 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0702 02:09:09.244267 3413 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31768 and protocol TCP I0702 02:09:09.244272 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0702 02:09:09.244279 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0702 02:09:09.244280 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0702 02:09:09.244282 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0702 02:09:09.244279 3413 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31768/tcp) I0702 02:09:09.244292 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0702 02:09:09.244298 3413 port_claim.go:71] Svc openshift-ingress/router-default: port 31768 is already open, no action needed I0702 02:09:09.244299 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0702 02:09:09.244304 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0702 02:09:09.244250 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0702 02:09:09.244310 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0702 02:09:09.244313 3413 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 31859 I0702 02:09:09.244314 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0702 02:09:09.244321 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244324 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0702 02:09:09.244327 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0702 02:09:09.244186 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0702 02:09:09.244210 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0702 02:09:09.244292 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0702 02:09:09.244342 3413 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0702 02:09:09.244348 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244352 3413 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0702 02:09:09.244355 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0702 02:09:09.244347 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0702 02:09:09.244359 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0702 02:09:09.244366 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0702 02:09:09.244370 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0702 02:09:09.244374 3413 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 02:09:09.244375 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0702 02:09:09.244378 3413 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0702 02:09:09.244383 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0702 02:09:09.244389 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0702 02:09:09.244399 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0702 02:09:09.244407 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244413 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0702 02:09:09.244200 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0702 02:09:09.244412 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/packageserver I0702 02:09:09.244420 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0702 02:09:09.244426 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/packageserver I0702 02:09:09.244429 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.244432 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0702 02:09:09.244435 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0702 02:09:09.244435 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0702 02:09:09.244367 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0702 02:09:09.244448 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0702 02:09:09.244449 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0702 02:09:09.244189 3413 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0702 02:09:09.244457 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0702 02:09:09.244342 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/kubernetes I0702 02:09:09.244469 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0702 02:09:09.244472 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0702 02:09:09.244298 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0702 02:09:09.244447 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0702 02:09:09.244450 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0702 02:09:09.244486 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0702 02:09:09.244490 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0702 02:09:09.244495 3413 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0702 02:09:09.244352 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0702 02:09:09.244531 3413 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0702 02:09:09.244402 3413 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0702 02:09:09.244389 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0702 02:09:09.244547 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0702 02:09:09.244552 3413 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0702 02:09:09.244578 3413 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0702 02:09:09.244497 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0702 02:09:09.244589 3413 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} I0702 02:09:09.244601 3413 ovs.go:159] Exec(142): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0702 02:09:09.244612 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0702 02:09:09.244488 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0702 02:09:09.244624 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0702 02:09:09.244650 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0702 02:09:09.244270 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0702 02:09:09.244081 3413 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 02:09:09.244686 3413 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0702 02:09:09.244459 3413 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0702 02:09:09.244787 3413 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0702 02:09:09.244471 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/kubernetes I0702 02:09:09.244849 3413 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0702 02:09:09.244880 3413 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0702 02:09:09.244784 3413 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}" I0702 02:09:09.244440 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0702 02:09:09.244901 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0702 02:09:09.244289 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0702 02:09:09.244914 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0702 02:09:09.244943 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0702 02:09:09.244316 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0702 02:09:09.244958 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0702 02:09:09.244965 3413 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0702 02:09:09.244993 3413 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0702 02:09:09.244433 3413 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0702 02:09:09.245046 3413 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0702 02:09:09.244994 3413 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0702 02:09:09.244360 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0702 02:09:09.245063 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0702 02:09:09.245071 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0702 02:09:09.244192 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0702 02:09:09.245083 3413 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0702 02:09:09.245103 3413 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0702 02:09:09.245110 3413 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0702 02:09:09.244420 3413 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0702 02:09:09.245113 3413 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0702 02:09:09.245135 3413 node_ip_handler_linux.go:172] Node IP manager is running I0702 02:09:09.245138 3413 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0702 02:09:09.244201 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0702 02:09:09.245152 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0702 02:09:09.245159 3413 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0702 02:09:09.245180 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0702 02:09:09.244307 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0702 02:09:09.245190 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0702 02:09:09.245194 3413 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0702 02:09:09.245230 3413 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0702 02:09:09.244326 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0702 02:09:09.244252 3413 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0702 02:09:09.245258 3413 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0702 02:09:09.244334 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0702 02:09:09.245265 3413 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0702 02:09:09.245280 3413 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0702 02:09:09.244337 3413 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0702 02:09:09.244379 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0702 02:09:09.245291 3413 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0702 02:09:09.245308 3413 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0702 02:09:09.244257 3413 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0702 02:09:09.245327 3413 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0702 02:09:09.244415 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0702 02:09:09.244268 3413 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0702 02:09:09.245336 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0702 02:09:09.245341 3413 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0702 02:09:09.245362 3413 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0702 02:09:09.244476 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0702 02:09:09.244479 3413 openflow_manager.go:110] Gateway OpenFlow sync already requested I0702 02:09:09.245375 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0702 02:09:09.244481 3413 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0702 02:09:09.244519 3413 ovs.go:159] Exec(141): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0702 02:09:09.244534 3413 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0702 02:09:09.245429 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0702 02:09:09.250721 3413 ovs.go:162] Exec(142): stdout: "" I0702 02:09:09.250735 3413 ovs.go:163] Exec(142): stderr: "" I0702 02:09:09.250753 3413 ovs.go:159] Exec(143): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0702 02:09:09.255962 3413 ovs.go:162] Exec(143): stdout: "" I0702 02:09:09.255978 3413 ovs.go:163] Exec(143): stderr: "" W0702 02:09:09.256178 3413 egressip_healthcheck.go:74] Health checking using insecure connection I0702 02:09:09.256230 3413 egressip_healthcheck.go:107] Starting Egress IP Health Server on 10.128.0.2:9107 I0702 02:09:09.256230 3413 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0702 02:09:09.256588 3413 egressservice_node.go:93] Setting up event handlers for Egress Services I0702 02:09:09.256710 3413 egressservice_node.go:183] Starting Egress Services Controller I0702 02:09:09.256724 3413 shared_informer.go:313] Waiting for caches to sync for egressservices I0702 02:09:09.256732 3413 shared_informer.go:320] Caches are synced for egressservices I0702 02:09:09.256738 3413 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0702 02:09:09.256743 3413 shared_informer.go:320] Caches are synced for egressservices_services I0702 02:09:09.256749 3413 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0702 02:09:09.256754 3413 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0702 02:09:09.256760 3413 egressservice_node.go:197] Repairing Egress Services I0702 02:09:09.264643 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0702 02:09:09.264657 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0702 02:09:09.266492 3413 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0702 02:09:09.266504 3413 external_controller.go:276] Starting Admin Policy Based Route Controller I0702 02:09:09.266707 3413 default_node_network_controller.go:1316] Egress IP for secondary host network is disabled I0702 02:09:09.266719 3413 link_network_manager.go:115] Link manager is running I0702 02:09:09.266731 3413 default_node_network_controller.go:1327] Default node network controller initialized and ready. I0702 02:09:09.266911 3413 ovspinning_linux.go:39] OVS CPU affinity pinning disabled I0702 02:09:09.267004 3413 vrf_manager.go:128] VRF manager is running I0702 02:09:09.283187 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0702 02:09:09.283201 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0702 02:09:09.283236 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0702 02:09:09.283238 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0702 02:09:09.283249 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0702 02:09:09.283251 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0702 02:09:09.283259 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0702 02:09:09.283258 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0702 02:09:09.283265 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0702 02:09:09.283270 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0702 02:09:09.283276 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0702 02:09:09.283278 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0702 02:09:09.283289 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0702 02:09:09.283290 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0702 02:09:09.283290 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0702 02:09:09.283299 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0702 02:09:09.320777 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0702 02:09:09.320809 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0702 02:09:09.320825 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0702 02:09:09.358430 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0702 02:09:09.358432 3413 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0702 02:09:10.899394 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-7.ec2.internal I0702 02:09:10.899442 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-7.ec2.internal: 55.614µs I0702 02:09:11.169292 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-214.ec2.internal I0702 02:09:11.169448 3413 node_tracker.go:172] Node ip-10-0-0-214.ec2.internal switch + router changed, syncing services I0702 02:09:11.169458 3413 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-0-214.ec2.internal. Updating no re-route policies I0702 02:09:11.169320 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-214.ec2.internal I0702 02:09:11.169471 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:09:11.169494 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-214.ec2.internal: 175.935µs E0702 02:09:11.452728 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:09:11.452782 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:09:11.452791 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:09:11.452737 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-108.ec2.internal I0702 02:09:11.452862 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-108.ec2.internal: 123.721µs E0702 02:09:11.466905 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:09:11.466929 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:09:11.466936 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:09:11.494491 3413 base_network_controller_pods.go:477] [default/openshift-dns/dns-default-5bv98] creating logical port openshift-dns_dns-default-5bv98 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:09:11.494624 3413 kube.go:317] Updating pod openshift-dns/dns-default-5bv98 I0702 02:09:11.504680 3413 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-214.ec2.internal I0702 02:09:11.504814 3413 node_tracker.go:172] Node ip-10-0-0-214.ec2.internal switch + router changed, syncing services I0702 02:09:11.504839 3413 services_controller.go:549] Full service sync requested for network=default I0702 02:09:11.510101 3413 pod.go:62] [openshift-dns/dns-default-5bv98] pod update took 15.501993ms I0702 02:09:11.510125 3413 base_network_controller_pods.go:921] [default/openshift-dns/dns-default-5bv98] addLogicalPort annotation time took 15.530381ms I0702 02:09:11.511243 3413 pods.go:252] [openshift-dns/dns-default-5bv98] addLogicalPort took 16.794393ms, libovsdb time 804.815µs I0702 02:09:11.526997 3413 base_network_controller_pods.go:477] [default/openshift-ingress-canary/ingress-canary-hc4qf] creating logical port openshift-ingress-canary_ingress-canary-hc4qf for pod on switch ip-10-0-1-108.ec2.internal I0702 02:09:11.527074 3413 kube.go:317] Updating pod openshift-ingress-canary/ingress-canary-hc4qf I0702 02:09:11.545799 3413 pod.go:62] [openshift-ingress-canary/ingress-canary-hc4qf] pod update took 18.746201ms I0702 02:09:11.545821 3413 base_network_controller_pods.go:921] [default/openshift-ingress-canary/ingress-canary-hc4qf] addLogicalPort annotation time took 18.772423ms I0702 02:09:11.546916 3413 pods.go:252] [openshift-ingress-canary/ingress-canary-hc4qf] addLogicalPort took 19.942116ms, libovsdb time 776.862µs I0702 02:09:13.610024 3413 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-86f4d98c8d-rkdt2] creating logical port openshift-image-registry_image-registry-86f4d98c8d-rkdt2 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:09:13.610186 3413 kube.go:317] Updating pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:09:13.626804 3413 pod.go:62] [openshift-image-registry/image-registry-86f4d98c8d-rkdt2] pod update took 16.665022ms I0702 02:09:13.626827 3413 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-86f4d98c8d-rkdt2] addLogicalPort annotation time took 16.696577ms I0702 02:09:13.628283 3413 pods.go:252] [openshift-image-registry/image-registry-86f4d98c8d-rkdt2] addLogicalPort took 18.275686ms, libovsdb time 1.171924ms I0702 02:09:13.782100 3413 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-214.ec2.internal I0702 02:09:13.782166 3413 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-214.ec2.internal: 72.478µs E0702 02:09:18.219824 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:09:18.219859 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:09:18.219869 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:09:39.256947 3413 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} I0702 02:09:39.257016 3413 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} E0702 02:09:48.911332 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:09:48.911360 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:09:48.911367 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:09:59.025341 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:09:59.025367 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:09:59.025374 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:10:09.273532 3413 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} I0702 02:10:09.273593 3413 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} E0702 02:10:09.361402 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:10:09.361426 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:10:09.361432 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:10:16.261560 3413 cni.go:312] [openshift-network-diagnostics/network-check-target-t8szg 8101624e4872d84396eb3cd96c0bc1a78416c35552568adb2a2825119b97a5d2 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-t8szg 8101624e4872d84396eb3cd96c0bc1a78416c35552568adb2a2825119b97a5d2 network default NAD default] I0702 02:10:16.270696 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:10:16.270725 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:10:16.276866 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-t8szg, hostIfaceName: 8101624e4872d84, network: default, NAD default, SandboxID: "8101624e4872d84396eb3cd96c0bc1a78416c35552568adb2a2825119b97a5d2", PCI device ID: , UID: "e7115139-cc9d-479e-a916-768ecb8a7fed", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0702 02:10:16.318659 3413 cni.go:333] [openshift-network-diagnostics/network-check-target-t8szg 8101624e4872d84396eb3cd96c0bc1a78416c35552568adb2a2825119b97a5d2 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-t8szg 8101624e4872d84396eb3cd96c0bc1a78416c35552568adb2a2825119b97a5d2 network default NAD default], result "{\"interfaces\":[{\"name\":\"8101624e4872d84\",\"mac\":\"ce:d5:03:44:a9:35\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/740947a4-b8d2-4917-9ed1-34bcd6d6ed85\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:10:18.049395 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::ccd5:3ff:fe44:a935/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 02:10:19.501760 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:10:19.501861 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:10:19.501874 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:10:29.964732 3413 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644pqf2p of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:10:29.965311 3413 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644pqf2p of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:10:29.965342 3413 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644pqf2p of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0702 02:10:29.965352 3413 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0702 02:10:30.988062 3413 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644pqf2p of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:10:30.988168 3413 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644pqf2p of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:10:30.988189 3413 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644pqf2p of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:10:32.354151 3413 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0702 02:10:32.362650 3413 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0702 02:10:39.289351 3413 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} I0702 02:10:39.289415 3413 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} E0702 02:10:39.710512 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:10:39.710536 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:10:39.710543 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:10:49.954694 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:10:49.954720 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:10:49.954729 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:11:09.309000 3413 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} I0702 02:11:09.309060 3413 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} E0702 02:11:10.377280 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:11:10.377305 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:11:10.377312 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:11:20.715379 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:11:20.715406 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:11:20.715414 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:11:39.331331 3413 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} I0702 02:11:39.331413 3413 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} E0702 02:11:51.247695 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:11:51.247719 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:11:51.247726 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:12:01.507332 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:12:01.507359 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:12:01.507367 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:12:09.043258 3413 base_network_controller_pods.go:477] [default/openshift-insights/insights-operator-6fd96f47fd-gq2f8] creating logical port openshift-insights_insights-operator-6fd96f47fd-gq2f8 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:09.043389 3413 kube.go:317] Updating pod openshift-insights/insights-operator-6fd96f47fd-gq2f8 I0702 02:12:09.051648 3413 base_network_controller_pods.go:477] [default/openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz] creating logical port openshift-cluster-samples-operator_cluster-samples-operator-695d9bb6bd-vztfz for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:09.051778 3413 kube.go:317] Updating pod openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz I0702 02:12:09.053471 3413 base_network_controller_pods.go:477] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx] creating logical port openshift-network-console_networking-console-plugin-6d95f7dc7-jkzlx for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:09.053649 3413 kube.go:317] Updating pod openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx I0702 02:12:09.061411 3413 pod.go:62] [openshift-insights/insights-operator-6fd96f47fd-gq2f8] pod update took 18.044267ms I0702 02:12:09.061488 3413 base_network_controller_pods.go:921] [default/openshift-insights/insights-operator-6fd96f47fd-gq2f8] addLogicalPort annotation time took 18.122828ms I0702 02:12:09.062763 3413 pods.go:252] [openshift-insights/insights-operator-6fd96f47fd-gq2f8] addLogicalPort took 19.523265ms, libovsdb time 868.818µs I0702 02:12:09.062828 3413 base_network_controller_pods.go:477] [default/openshift-console-operator/console-operator-7d4ddc79d6-tv62z] creating logical port openshift-console-operator_console-operator-7d4ddc79d6-tv62z for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:09.062897 3413 kube.go:317] Updating pod openshift-console-operator/console-operator-7d4ddc79d6-tv62z I0702 02:12:09.066971 3413 pod.go:62] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz] pod update took 15.220041ms I0702 02:12:09.066990 3413 base_network_controller_pods.go:921] [default/openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz] addLogicalPort annotation time took 15.244526ms I0702 02:12:09.068400 3413 pods.go:252] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz] addLogicalPort took 16.767419ms, libovsdb time 1.091872ms I0702 02:12:09.070281 3413 pod.go:62] [openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx] pod update took 16.657161ms I0702 02:12:09.070344 3413 base_network_controller_pods.go:921] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx] addLogicalPort annotation time took 16.72382ms I0702 02:12:09.071294 3413 pods.go:252] [openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx] addLogicalPort took 17.83445ms, libovsdb time 669.37µs I0702 02:12:09.078626 3413 pod.go:62] [openshift-console-operator/console-operator-7d4ddc79d6-tv62z] pod update took 15.752901ms I0702 02:12:09.078694 3413 base_network_controller_pods.go:921] [default/openshift-console-operator/console-operator-7d4ddc79d6-tv62z] addLogicalPort annotation time took 15.822884ms I0702 02:12:09.079741 3413 pods.go:252] [openshift-console-operator/console-operator-7d4ddc79d6-tv62z] addLogicalPort took 16.931738ms, libovsdb time 680.997µs I0702 02:12:09.154733 3413 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-source-658d84f764-g2klg] creating logical port openshift-network-diagnostics_network-check-source-658d84f764-g2klg for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:09.154889 3413 kube.go:317] Updating pod openshift-network-diagnostics/network-check-source-658d84f764-g2klg I0702 02:12:09.165328 3413 base_network_controller_pods.go:477] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4] creating logical port openshift-kube-storage-version-migrator-operator_kube-storage-version-migrator-operator-66d58888b9-fnsw4 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:09.165454 3413 kube.go:317] Updating pod openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4 I0702 02:12:09.168890 3413 pod.go:62] [openshift-network-diagnostics/network-check-source-658d84f764-g2klg] pod update took 14.034677ms I0702 02:12:09.168913 3413 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-source-658d84f764-g2klg] addLogicalPort annotation time took 14.063ms I0702 02:12:09.170277 3413 pods.go:252] [openshift-network-diagnostics/network-check-source-658d84f764-g2klg] addLogicalPort took 15.561981ms, libovsdb time 1.015483ms I0702 02:12:09.196864 3413 pod.go:62] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4] pod update took 31.43033ms I0702 02:12:09.196895 3413 base_network_controller_pods.go:921] [default/openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4] addLogicalPort annotation time took 31.467353ms I0702 02:12:09.198153 3413 pods.go:252] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4] addLogicalPort took 32.846474ms, libovsdb time 852.986µs I0702 02:12:09.243911 3413 base_network_controller_pods.go:477] [default/openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk] creating logical port openshift-service-ca-operator_service-ca-operator-565f7cf679-tsmtk for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:09.244017 3413 kube.go:317] Updating pod openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk I0702 02:12:09.256680 3413 pod.go:62] [openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk] pod update took 12.700475ms I0702 02:12:09.256816 3413 base_network_controller_pods.go:921] [default/openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk] addLogicalPort annotation time took 12.837455ms I0702 02:12:09.257937 3413 pods.go:252] [openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk] addLogicalPort took 14.045183ms, libovsdb time 784.885µs I0702 02:12:09.351786 3413 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} I0702 02:12:09.351862 3413 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} I0702 02:12:09.405059 3413 cni.go:312] [openshift-insights/insights-operator-6fd96f47fd-gq2f8 263afd8c4f7be58fd3c7a628e9e139f44fd28549f57666c4a8f0b6017659cbae network default NAD default] ADD starting CNI request [openshift-insights/insights-operator-6fd96f47fd-gq2f8 263afd8c4f7be58fd3c7a628e9e139f44fd28549f57666c4a8f0b6017659cbae network default NAD default] I0702 02:12:09.406963 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:09.407070 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:09.409365 3413 cni.go:312] [openshift-console-operator/console-operator-7d4ddc79d6-tv62z a52bb3a743208bfa4186d38165d1407038f178a5ac808c4629b30e369e2709a4 network default NAD default] ADD starting CNI request [openshift-console-operator/console-operator-7d4ddc79d6-tv62z a52bb3a743208bfa4186d38165d1407038f178a5ac808c4629b30e369e2709a4 network default NAD default] I0702 02:12:09.411251 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:09.411324 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:09.416110 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-insights, podName: insights-operator-6fd96f47fd-gq2f8, hostIfaceName: 263afd8c4f7be58, network: default, NAD default, SandboxID: "263afd8c4f7be58fd3c7a628e9e139f44fd28549f57666c4a8f0b6017659cbae", PCI device ID: , UID: "0b505879-698d-4f56-8116-002a36160ff4", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0702 02:12:09.420262 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-console-operator, podName: console-operator-7d4ddc79d6-tv62z, hostIfaceName: a52bb3a743208bf, network: default, NAD default, SandboxID: "a52bb3a743208bfa4186d38165d1407038f178a5ac808c4629b30e369e2709a4", PCI device ID: , UID: "c93fbc98-9417-4f73-9f08-8f6dd8f0b46b", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0702 02:12:09.460976 3413 cni.go:333] [openshift-insights/insights-operator-6fd96f47fd-gq2f8 263afd8c4f7be58fd3c7a628e9e139f44fd28549f57666c4a8f0b6017659cbae network default NAD default] ADD finished CNI request [openshift-insights/insights-operator-6fd96f47fd-gq2f8 263afd8c4f7be58fd3c7a628e9e139f44fd28549f57666c4a8f0b6017659cbae network default NAD default], result "{\"interfaces\":[{\"name\":\"263afd8c4f7be58\",\"mac\":\"b6:60:38:b4:ac:55\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/72097c15-85c0-4f6b-9635-8911c0326904\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:09.477734 3413 cni.go:333] [openshift-console-operator/console-operator-7d4ddc79d6-tv62z a52bb3a743208bfa4186d38165d1407038f178a5ac808c4629b30e369e2709a4 network default NAD default] ADD finished CNI request [openshift-console-operator/console-operator-7d4ddc79d6-tv62z a52bb3a743208bfa4186d38165d1407038f178a5ac808c4629b30e369e2709a4 network default NAD default], result "{\"interfaces\":[{\"name\":\"a52bb3a743208bf\",\"mac\":\"ea:08:bc:bb:5d:cf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/53c945b3-43ca-48ff-82ac-0e6f794fb6d0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:09.513346 3413 cni.go:312] [openshift-network-diagnostics/network-check-source-658d84f764-g2klg 55c6a1d42e82cad2aaf760c61b9314706477fd96084443f3f27a24d6939b2f9a network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-658d84f764-g2klg 55c6a1d42e82cad2aaf760c61b9314706477fd96084443f3f27a24d6939b2f9a network default NAD default] I0702 02:12:09.516494 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:09.516533 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:09.522400 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-658d84f764-g2klg, hostIfaceName: 55c6a1d42e82cad, network: default, NAD default, SandboxID: "55c6a1d42e82cad2aaf760c61b9314706477fd96084443f3f27a24d6939b2f9a", PCI device ID: , UID: "ca8ace73-6535-4646-9f0a-1da24856cbc8", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0702 02:12:09.528610 3413 cni.go:312] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4 b3d81bf3b4c21aaad6378d605d4bcf5f577c078a0a78e5dbed8d5e0606746799 network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4 b3d81bf3b4c21aaad6378d605d4bcf5f577c078a0a78e5dbed8d5e0606746799 network default NAD default] I0702 02:12:09.531582 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:09.531681 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:09.537837 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-kube-storage-version-migrator-operator, podName: kube-storage-version-migrator-operator-66d58888b9-fnsw4, hostIfaceName: b3d81bf3b4c21aa, network: default, NAD default, SandboxID: "b3d81bf3b4c21aaad6378d605d4bcf5f577c078a0a78e5dbed8d5e0606746799", PCI device ID: , UID: "b6a6eb2f-c730-45b4-8796-a9b4ed916f66", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0702 02:12:09.567358 3413 cni.go:333] [openshift-network-diagnostics/network-check-source-658d84f764-g2klg 55c6a1d42e82cad2aaf760c61b9314706477fd96084443f3f27a24d6939b2f9a network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-658d84f764-g2klg 55c6a1d42e82cad2aaf760c61b9314706477fd96084443f3f27a24d6939b2f9a network default NAD default], result "{\"interfaces\":[{\"name\":\"55c6a1d42e82cad\",\"mac\":\"a2:6e:80:7e:fe:fc\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/66518295-c92f-4275-99c5-7d90815867e5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:09.589172 3413 cni.go:333] [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4 b3d81bf3b4c21aaad6378d605d4bcf5f577c078a0a78e5dbed8d5e0606746799 network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator-operator/kube-storage-version-migrator-operator-66d58888b9-fnsw4 b3d81bf3b4c21aaad6378d605d4bcf5f577c078a0a78e5dbed8d5e0606746799 network default NAD default], result "{\"interfaces\":[{\"name\":\"b3d81bf3b4c21aa\",\"mac\":\"e6:21:67:d8:a6:db\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/8d05ff73-dfc2-4778-a38b-5ae8bb0faa7b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:09.604548 3413 cni.go:312] [openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk 4a4b827e87b2fe123e02967a2da3cac8692147f1745f9e0c5b9ca9a255a434fe network default NAD default] ADD starting CNI request [openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk 4a4b827e87b2fe123e02967a2da3cac8692147f1745f9e0c5b9ca9a255a434fe network default NAD default] I0702 02:12:09.607253 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:09.607343 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:09.614273 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-service-ca-operator, podName: service-ca-operator-565f7cf679-tsmtk, hostIfaceName: 4a4b827e87b2fe1, network: default, NAD default, SandboxID: "4a4b827e87b2fe123e02967a2da3cac8692147f1745f9e0c5b9ca9a255a434fe", PCI device ID: , UID: "d5d494f3-4d18-45c7-819b-d130ddad0e6b", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0702 02:12:09.658622 3413 cni.go:333] [openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk 4a4b827e87b2fe123e02967a2da3cac8692147f1745f9e0c5b9ca9a255a434fe network default NAD default] ADD finished CNI request [openshift-service-ca-operator/service-ca-operator-565f7cf679-tsmtk 4a4b827e87b2fe123e02967a2da3cac8692147f1745f9e0c5b9ca9a255a434fe network default NAD default], result "{\"interfaces\":[{\"name\":\"4a4b827e87b2fe1\",\"mac\":\"5a:ee:14:10:4a:e5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/6cb4e52d-6b6b-46d1-a94a-e4fa9f45289a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:10.498372 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::b460:38ff:feb4:ac55/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:10.561409 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::e421:67ff:fed8:a6db/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:11.010500 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::58ee:14ff:fe10:4ae5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:11.265392 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::e808:bcff:febb:5dcf/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:11.586484 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::a06e:80ff:fe7e:fefc/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:14.832332 3413 namespace.go:92] [openshift-kube-storage-version-migrator] adding namespace I0702 02:12:14.833360 3413 namespace.go:96] [openshift-kube-storage-version-migrator] adding namespace took 944.822µs I0702 02:12:14.857382 3413 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0702 02:12:14.946239 3413 base_network_controller_pods.go:477] [default/openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp] creating logical port openshift-kube-storage-version-migrator_migrator-6cf78d8f89-bw7kp for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:14.946431 3413 kube.go:317] Updating pod openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp I0702 02:12:14.989158 3413 kube.go:317] Updating pod openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp I0702 02:12:15.014380 3413 pod.go:62] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp] pod update took 67.971059ms I0702 02:12:15.014407 3413 base_network_controller_pods.go:921] [default/openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp] addLogicalPort annotation time took 68.007626ms I0702 02:12:15.015619 3413 pods.go:252] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp] addLogicalPort took 69.420871ms, libovsdb time 811.788µs I0702 02:12:15.286170 3413 cni.go:312] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp 504eec3b3bdd3056394d2313f6bc1c89a4bbedb206c74c67755f0f24bb9f85c4 network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp 504eec3b3bdd3056394d2313f6bc1c89a4bbedb206c74c67755f0f24bb9f85c4 network default NAD default] I0702 02:12:15.287815 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:15.287841 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:15.294596 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-kube-storage-version-migrator, podName: migrator-6cf78d8f89-bw7kp, hostIfaceName: 504eec3b3bdd305, network: default, NAD default, SandboxID: "504eec3b3bdd3056394d2313f6bc1c89a4bbedb206c74c67755f0f24bb9f85c4", PCI device ID: , UID: "f4bc774a-081d-482a-9a47-1e8b0e08b86e", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0702 02:12:15.338865 3413 cni.go:333] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp 504eec3b3bdd3056394d2313f6bc1c89a4bbedb206c74c67755f0f24bb9f85c4 network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-bw7kp 504eec3b3bdd3056394d2313f6bc1c89a4bbedb206c74c67755f0f24bb9f85c4 network default NAD default], result "{\"interfaces\":[{\"name\":\"504eec3b3bdd305\",\"mac\":\"8a:7d:be:b8:f9:b4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/ac64e54e-241d-4e79-949a-93a90b99263b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:15.611770 3413 namespace.go:92] [openshift-service-ca] adding namespace I0702 02:12:15.612672 3413 namespace.go:96] [openshift-service-ca] adding namespace took 879.215µs I0702 02:12:15.625078 3413 namespace.go:136] [openshift-service-ca] updating namespace I0702 02:12:16.577467 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::887d:beff:feb8:f9b4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:17.283395 3413 base_network_controller_pods.go:477] [default/openshift-service-ca/service-ca-6549cb95df-tntwz] creating logical port openshift-service-ca_service-ca-6549cb95df-tntwz for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:17.283511 3413 kube.go:317] Updating pod openshift-service-ca/service-ca-6549cb95df-tntwz I0702 02:12:17.297421 3413 pod.go:62] [openshift-service-ca/service-ca-6549cb95df-tntwz] pod update took 13.945596ms I0702 02:12:17.297445 3413 base_network_controller_pods.go:921] [default/openshift-service-ca/service-ca-6549cb95df-tntwz] addLogicalPort annotation time took 13.974182ms I0702 02:12:17.298938 3413 pods.go:252] [openshift-service-ca/service-ca-6549cb95df-tntwz] addLogicalPort took 15.575115ms, libovsdb time 942.848µs I0702 02:12:17.651270 3413 cni.go:312] [openshift-service-ca/service-ca-6549cb95df-tntwz b67ba08e94425f54c22f5789a95a4f11ce9564ab02a38d062fa0b5a77c2b079c network default NAD default] ADD starting CNI request [openshift-service-ca/service-ca-6549cb95df-tntwz b67ba08e94425f54c22f5789a95a4f11ce9564ab02a38d062fa0b5a77c2b079c network default NAD default] I0702 02:12:17.653281 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:17.653306 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:17.659556 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-service-ca, podName: service-ca-6549cb95df-tntwz, hostIfaceName: b67ba08e94425f5, network: default, NAD default, SandboxID: "b67ba08e94425f54c22f5789a95a4f11ce9564ab02a38d062fa0b5a77c2b079c", PCI device ID: , UID: "927e74d2-8231-40a3-b458-55d213fa2805", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0702 02:12:17.702653 3413 cni.go:333] [openshift-service-ca/service-ca-6549cb95df-tntwz b67ba08e94425f54c22f5789a95a4f11ce9564ab02a38d062fa0b5a77c2b079c network default NAD default] ADD finished CNI request [openshift-service-ca/service-ca-6549cb95df-tntwz b67ba08e94425f54c22f5789a95a4f11ce9564ab02a38d062fa0b5a77c2b079c network default NAD default], result "{\"interfaces\":[{\"name\":\"b67ba08e94425f5\",\"mac\":\"42:78:70:a4:96:a8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/1370a94f-6900-482c-a002-627dd23cf966\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:18.818117 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::4078:70ff:fea4:96a8/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:23.670084 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5745c667f-9rzdb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:12:23.670719 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5745c667f-9rzdb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:12:23.684817 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5745c667f-9rzdb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:12:23.684858 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5745c667f-9rzdb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:12:23.689167 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5745c667f-9rzdb I0702 02:12:23.689195 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5745c667f-9rzdb I0702 02:12:23.831346 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-86f4d98c8d-rkdt2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:12:23.831407 3413 pods.go:174] Deleting pod: openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:12:23.835314 3413 pods.go:217] Attempting to release IPs for pod: openshift-image-registry/image-registry-86f4d98c8d-rkdt2, ips: 10.128.0.7 I0702 02:12:23.835412 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-86f4d98c8d-rkdt2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:12:23.841378 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-86f4d98c8d-rkdt2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:12:23.841408 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-86f4d98c8d-rkdt2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:12:23.847383 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:12:23.847413 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-86f4d98c8d-rkdt2 I0702 02:12:25.024244 3413 cni.go:312] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz 744496229d49d6c122f1a196e5c351fff4bfe3956e9103c234b718ce90709455 network default NAD default] ADD starting CNI request [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz 744496229d49d6c122f1a196e5c351fff4bfe3956e9103c234b718ce90709455 network default NAD default] I0702 02:12:25.026923 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:25.026951 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:25.033118 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-cluster-samples-operator, podName: cluster-samples-operator-695d9bb6bd-vztfz, hostIfaceName: 744496229d49d6c, network: default, NAD default, SandboxID: "744496229d49d6c122f1a196e5c351fff4bfe3956e9103c234b718ce90709455", PCI device ID: , UID: "86ff8f62-a85a-410a-b4e9-4bbc8e90afad", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0702 02:12:25.075501 3413 cni.go:333] [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz 744496229d49d6c122f1a196e5c351fff4bfe3956e9103c234b718ce90709455 network default NAD default] ADD finished CNI request [openshift-cluster-samples-operator/cluster-samples-operator-695d9bb6bd-vztfz 744496229d49d6c122f1a196e5c351fff4bfe3956e9103c234b718ce90709455 network default NAD default], result "{\"interfaces\":[{\"name\":\"744496229d49d6c\",\"mac\":\"82:03:26:2f:b8:7e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/7003d004-f74d-4c81-8026-8f047ed43353\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:25.713352 3413 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-b66d5d98f-2xdgv] creating logical port openshift-image-registry_image-registry-b66d5d98f-2xdgv for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:25.713530 3413 kube.go:317] Updating pod openshift-image-registry/image-registry-b66d5d98f-2xdgv I0702 02:12:25.729277 3413 pod.go:62] [openshift-image-registry/image-registry-b66d5d98f-2xdgv] pod update took 15.785666ms I0702 02:12:25.729370 3413 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-b66d5d98f-2xdgv] addLogicalPort annotation time took 15.895759ms I0702 02:12:25.730886 3413 pods.go:252] [openshift-image-registry/image-registry-b66d5d98f-2xdgv] addLogicalPort took 17.562036ms, libovsdb time 1.01961ms I0702 02:12:26.075115 3413 cni.go:312] [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default] I0702 02:12:26.078286 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:26.078314 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:26.084583 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-b66d5d98f-2xdgv, hostIfaceName: d8d5d3ff626a4fc, network: default, NAD default, SandboxID: "d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d", PCI device ID: , UID: "bebb520b-6c49-4a69-9f10-72d16cf527a1", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0702 02:12:26.139107 3413 cni.go:333] [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default], result "{\"interfaces\":[{\"name\":\"d8d5d3ff626a4fc\",\"mac\":\"aa:78:ba:ad:d8:db\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/83c23521-8b28-4fd1-8a72-bd3ee3f52cb4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:27.010416 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::8003:26ff:fe2f:b87e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:27.841438 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::a878:baff:fead:d8db/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:39.193258 3413 base_network_controller_pods.go:477] [default/openshift-console/downloads-6d4c9b4b6c-d4vt2] creating logical port openshift-console_downloads-6d4c9b4b6c-d4vt2 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:39.193365 3413 kube.go:317] Updating pod openshift-console/downloads-6d4c9b4b6c-d4vt2 I0702 02:12:39.207122 3413 pod.go:62] [openshift-console/downloads-6d4c9b4b6c-d4vt2] pod update took 13.796439ms I0702 02:12:39.207148 3413 base_network_controller_pods.go:921] [default/openshift-console/downloads-6d4c9b4b6c-d4vt2] addLogicalPort annotation time took 13.825862ms I0702 02:12:39.208507 3413 pods.go:252] [openshift-console/downloads-6d4c9b4b6c-d4vt2] addLogicalPort took 15.267469ms, libovsdb time 912.78µs I0702 02:12:39.368483 3413 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} I0702 02:12:39.368556 3413 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} I0702 02:12:39.557571 3413 cni.go:312] [openshift-console/downloads-6d4c9b4b6c-d4vt2 8fdbcf3bd0741e98fbd0d1d25b6f122fd0eef0808fd4615e6c460aed5799f312 network default NAD default] ADD starting CNI request [openshift-console/downloads-6d4c9b4b6c-d4vt2 8fdbcf3bd0741e98fbd0d1d25b6f122fd0eef0808fd4615e6c460aed5799f312 network default NAD default] I0702 02:12:39.559494 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:39.559555 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:39.566112 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: downloads-6d4c9b4b6c-d4vt2, hostIfaceName: 8fdbcf3bd0741e9, network: default, NAD default, SandboxID: "8fdbcf3bd0741e98fbd0d1d25b6f122fd0eef0808fd4615e6c460aed5799f312", PCI device ID: , UID: "8f35f941-dafd-4b29-b470-102b8c61df14", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0702 02:12:39.609393 3413 cni.go:333] [openshift-console/downloads-6d4c9b4b6c-d4vt2 8fdbcf3bd0741e98fbd0d1d25b6f122fd0eef0808fd4615e6c460aed5799f312 network default NAD default] ADD finished CNI request [openshift-console/downloads-6d4c9b4b6c-d4vt2 8fdbcf3bd0741e98fbd0d1d25b6f122fd0eef0808fd4615e6c460aed5799f312 network default NAD default], result "{\"interfaces\":[{\"name\":\"8fdbcf3bd0741e9\",\"mac\":\"b6:21:35:36:06:47\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/97bb2050-f420-4f47-b7d1-fb4692adf84a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:40.111565 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5745c667f-cn6db of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:12:40.112258 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-5745c667f-cn6db of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:12:40.121040 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5745c667f-cn6db of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:12:40.121063 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-5745c667f-cn6db of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:12:40.123769 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-5745c667f-cn6db I0702 02:12:40.123839 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-5745c667f-cn6db I0702 02:12:40.833358 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::b421:35ff:fe36:647/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:41.237046 3413 cni.go:312] [openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx 6bce88c85affa7891d28eeb3bc6868167f218d3ac22ad77b4b4b5b0601091e77 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx 6bce88c85affa7891d28eeb3bc6868167f218d3ac22ad77b4b4b5b0601091e77 network default NAD default] I0702 02:12:41.245913 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:41.246000 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:41.248819 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-6d95f7dc7-jkzlx, hostIfaceName: 6bce88c85affa78, network: default, NAD default, SandboxID: "6bce88c85affa7891d28eeb3bc6868167f218d3ac22ad77b4b4b5b0601091e77", PCI device ID: , UID: "ef9dcd84-ce34-4784-bfc9-be257aabe0fe", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0702 02:12:41.300436 3413 cni.go:333] [openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx 6bce88c85affa7891d28eeb3bc6868167f218d3ac22ad77b4b4b5b0601091e77 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-jkzlx 6bce88c85affa7891d28eeb3bc6868167f218d3ac22ad77b4b4b5b0601091e77 network default NAD default], result "{\"interfaces\":[{\"name\":\"6bce88c85affa78\",\"mac\":\"ea:2c:ca:ac:60:a1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/f2d96511-03e3-4ddc-b6ca-b985fa82de75\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0702 02:12:42.070357 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:12:42.070386 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:12:42.070394 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:12:42.817366 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::e82c:caff:feac:60a1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:44.259112 3413 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-7d979c648b-6zr6h for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:44.259335 3413 kube.go:317] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h I0702 02:12:44.271195 3413 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h] pod update took 11.900568ms I0702 02:12:44.271270 3413 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h] addLogicalPort annotation time took 11.981594ms I0702 02:12:44.272940 3413 pods.go:252] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h] addLogicalPort took 13.858382ms, libovsdb time 1.134825ms I0702 02:12:44.621233 3413 cni.go:312] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h cb236c82def7f81831bd4ac3a73b46d4d5efbbde6dea94b6aad77149d832f01a network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h cb236c82def7f81831bd4ac3a73b46d4d5efbbde6dea94b6aad77149d832f01a network default NAD default] I0702 02:12:44.624597 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:44.624632 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:44.632026 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-7d979c648b-6zr6h, hostIfaceName: cb236c82def7f81, network: default, NAD default, SandboxID: "cb236c82def7f81831bd4ac3a73b46d4d5efbbde6dea94b6aad77149d832f01a", PCI device ID: , UID: "ae6b3b81-da2e-42a3-a8dc-ab95af300db7", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0702 02:12:44.677724 3413 cni.go:333] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h cb236c82def7f81831bd4ac3a73b46d4d5efbbde6dea94b6aad77149d832f01a network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-6zr6h cb236c82def7f81831bd4ac3a73b46d4d5efbbde6dea94b6aad77149d832f01a network default NAD default], result "{\"interfaces\":[{\"name\":\"cb236c82def7f81\",\"mac\":\"02:a2:ce:2e:30:c1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/0fda74e4-9b5e-4859-b882-eba1a15a6208\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:45.825495 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::a2:ceff:fe2e:30c1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:47.361595 3413 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-operator-6995c4db54-6zwrr] creating logical port openshift-monitoring_prometheus-operator-6995c4db54-6zwrr for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:47.361729 3413 kube.go:317] Updating pod openshift-monitoring/prometheus-operator-6995c4db54-6zwrr I0702 02:12:47.377792 3413 pod.go:62] [openshift-monitoring/prometheus-operator-6995c4db54-6zwrr] pod update took 16.105516ms I0702 02:12:47.377824 3413 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-operator-6995c4db54-6zwrr] addLogicalPort annotation time took 16.150363ms I0702 02:12:47.379167 3413 pods.go:252] [openshift-monitoring/prometheus-operator-6995c4db54-6zwrr] addLogicalPort took 17.603421ms, libovsdb time 881.23µs I0702 02:12:47.716669 3413 cni.go:312] [openshift-monitoring/prometheus-operator-6995c4db54-6zwrr fd097a10d3bbd002934ebc0efe8ca95dc2ebf93a6cc4c961915ba16b5fa2ca18 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-6995c4db54-6zwrr fd097a10d3bbd002934ebc0efe8ca95dc2ebf93a6cc4c961915ba16b5fa2ca18 network default NAD default] I0702 02:12:47.719407 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:47.719438 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:47.725991 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-6995c4db54-6zwrr, hostIfaceName: fd097a10d3bbd00, network: default, NAD default, SandboxID: "fd097a10d3bbd002934ebc0efe8ca95dc2ebf93a6cc4c961915ba16b5fa2ca18", PCI device ID: , UID: "17d4dd2f-630c-49f4-b962-d4003688564f", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0702 02:12:47.770695 3413 cni.go:333] [openshift-monitoring/prometheus-operator-6995c4db54-6zwrr fd097a10d3bbd002934ebc0efe8ca95dc2ebf93a6cc4c961915ba16b5fa2ca18 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-6995c4db54-6zwrr fd097a10d3bbd002934ebc0efe8ca95dc2ebf93a6cc4c961915ba16b5fa2ca18 network default NAD default], result "{\"interfaces\":[{\"name\":\"fd097a10d3bbd00\",\"mac\":\"2a:1f:92:c8:66:94\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/3ff60bb2-1e3a-466e-852c-4e845cec635a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:48.110823 3413 base_network_controller_pods.go:477] [default/openshift-console/console-677967cb6f-fwfk8] creating logical port openshift-console_console-677967cb6f-fwfk8 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:48.110939 3413 kube.go:317] Updating pod openshift-console/console-677967cb6f-fwfk8 I0702 02:12:48.123733 3413 pod.go:62] [openshift-console/console-677967cb6f-fwfk8] pod update took 12.817381ms I0702 02:12:48.123757 3413 base_network_controller_pods.go:921] [default/openshift-console/console-677967cb6f-fwfk8] addLogicalPort annotation time took 12.85015ms I0702 02:12:48.125466 3413 pods.go:252] [openshift-console/console-677967cb6f-fwfk8] addLogicalPort took 14.662678ms, libovsdb time 1.156142ms I0702 02:12:48.470974 3413 cni.go:312] [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default] ADD starting CNI request [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default] I0702 02:12:48.480490 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:48.480573 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:48.483204 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-677967cb6f-fwfk8, hostIfaceName: 45acd1933373433, network: default, NAD default, SandboxID: "45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d", PCI device ID: , UID: "45469a88-d325-4c65-b68c-cf44c35777a1", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0702 02:12:48.542545 3413 cni.go:333] [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default] ADD finished CNI request [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default], result "{\"interfaces\":[{\"name\":\"45acd1933373433\",\"mac\":\"3a:e2:ae:a9:86:e2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/90071606-8218-4ce1-bdb2-9ab5e0dd39c5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:49.730508 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::281f:92ff:fec8:6694/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:49.921425 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::38e2:aeff:fea9:86e2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:52.861447 3413 base_network_controller_pods.go:477] [default/openshift-monitoring/kube-state-metrics-748c6b784b-tf85f] creating logical port openshift-monitoring_kube-state-metrics-748c6b784b-tf85f for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:52.861562 3413 kube.go:317] Updating pod openshift-monitoring/kube-state-metrics-748c6b784b-tf85f I0702 02:12:52.883562 3413 pod.go:62] [openshift-monitoring/kube-state-metrics-748c6b784b-tf85f] pod update took 22.043427ms I0702 02:12:52.883653 3413 base_network_controller_pods.go:921] [default/openshift-monitoring/kube-state-metrics-748c6b784b-tf85f] addLogicalPort annotation time took 22.140287ms I0702 02:12:52.885558 3413 pods.go:252] [openshift-monitoring/kube-state-metrics-748c6b784b-tf85f] addLogicalPort took 24.127426ms, libovsdb time 1.185436ms I0702 02:12:53.243717 3413 cni.go:312] [openshift-monitoring/kube-state-metrics-748c6b784b-tf85f 73b6cbfdee542564b44844c4f458fe278c28ede692cee10db480566d2d420c09 network default NAD default] ADD starting CNI request [openshift-monitoring/kube-state-metrics-748c6b784b-tf85f 73b6cbfdee542564b44844c4f458fe278c28ede692cee10db480566d2d420c09 network default NAD default] I0702 02:12:53.245864 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:53.245948 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:53.254812 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: kube-state-metrics-748c6b784b-tf85f, hostIfaceName: 73b6cbfdee54256, network: default, NAD default, SandboxID: "73b6cbfdee542564b44844c4f458fe278c28ede692cee10db480566d2d420c09", PCI device ID: , UID: "6ea721de-3e3a-4889-bcaa-e44ce727ed1a", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0702 02:12:53.314175 3413 cni.go:333] [openshift-monitoring/kube-state-metrics-748c6b784b-tf85f 73b6cbfdee542564b44844c4f458fe278c28ede692cee10db480566d2d420c09 network default NAD default] ADD finished CNI request [openshift-monitoring/kube-state-metrics-748c6b784b-tf85f 73b6cbfdee542564b44844c4f458fe278c28ede692cee10db480566d2d420c09 network default NAD default], result "{\"interfaces\":[{\"name\":\"73b6cbfdee54256\",\"mac\":\"5a:b2:4c:f0:c3:b5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/735b2d21-d62e-48be-8a35-b7db7afd9302\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:55.170481 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::58b2:4cff:fef0:c3b5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:55.977986 3413 base_network_controller_pods.go:477] [default/openshift-monitoring/thanos-querier-5d76459ff7-dm9l8] creating logical port openshift-monitoring_thanos-querier-5d76459ff7-dm9l8 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:55.978322 3413 kube.go:317] Updating pod openshift-monitoring/thanos-querier-5d76459ff7-dm9l8 I0702 02:12:55.997102 3413 pod.go:62] [openshift-monitoring/thanos-querier-5d76459ff7-dm9l8] pod update took 18.90236ms I0702 02:12:55.997187 3413 base_network_controller_pods.go:921] [default/openshift-monitoring/thanos-querier-5d76459ff7-dm9l8] addLogicalPort annotation time took 18.941509ms I0702 02:12:55.998927 3413 pods.go:252] [openshift-monitoring/thanos-querier-5d76459ff7-dm9l8] addLogicalPort took 20.970477ms, libovsdb time 1.074242ms I0702 02:12:56.354012 3413 cni.go:312] [openshift-monitoring/thanos-querier-5d76459ff7-dm9l8 153f182d9308966f130c6d69cbb747128713bd63a5c7bb3ab4e4e8cd4e745f63 network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-5d76459ff7-dm9l8 153f182d9308966f130c6d69cbb747128713bd63a5c7bb3ab4e4e8cd4e745f63 network default NAD default] I0702 02:12:56.360324 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:56.360356 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:56.367489 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-5d76459ff7-dm9l8, hostIfaceName: 153f182d9308966, network: default, NAD default, SandboxID: "153f182d9308966f130c6d69cbb747128713bd63a5c7bb3ab4e4e8cd4e745f63", PCI device ID: , UID: "f8518036-307c-41b6-8f99-ca8e0b19bf27", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0702 02:12:56.419142 3413 cni.go:333] [openshift-monitoring/thanos-querier-5d76459ff7-dm9l8 153f182d9308966f130c6d69cbb747128713bd63a5c7bb3ab4e4e8cd4e745f63 network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-5d76459ff7-dm9l8 153f182d9308966f130c6d69cbb747128713bd63a5c7bb3ab4e4e8cd4e745f63 network default NAD default], result "{\"interfaces\":[{\"name\":\"153f182d9308966\",\"mac\":\"82:bf:b8:df:85:62\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/9b7d03da-a57c-4880-9065-6373f346db51\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err W0702 02:12:57.616267 3413 base_network_controller_namespace.go:458] Unable to remove remote zone pod's openshift-console/console-7cd85464fd-2ng29 IP address from the namespace address-set, err: pod openshift-console/console-7cd85464fd-2ng29: no pod IPs found I0702 02:12:57.858402 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::80bf:b8ff:fedf:8562/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:58.579688 3413 base_network_controller_pods.go:477] [default/openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt] creating logical port openshift-monitoring_monitoring-plugin-7d8ff44bcf-9kdzt for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:58.579807 3413 kube.go:317] Updating pod openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt I0702 02:12:58.598075 3413 pod.go:62] [openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt] pod update took 18.313934ms I0702 02:12:58.598101 3413 base_network_controller_pods.go:921] [default/openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt] addLogicalPort annotation time took 18.344248ms I0702 02:12:58.599406 3413 pods.go:252] [openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt] addLogicalPort took 19.746928ms, libovsdb time 854.923µs I0702 02:12:59.206573 3413 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-k8s-1] creating logical port openshift-monitoring_prometheus-k8s-1 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:12:59.206720 3413 kube.go:317] Updating pod openshift-monitoring/prometheus-k8s-1 I0702 02:12:59.237802 3413 pod.go:62] [openshift-monitoring/prometheus-k8s-1] pod update took 31.137342ms I0702 02:12:59.237902 3413 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-k8s-1] addLogicalPort annotation time took 31.241952ms I0702 02:12:59.239571 3413 pods.go:252] [openshift-monitoring/prometheus-k8s-1] addLogicalPort took 33.016489ms, libovsdb time 1.100056ms I0702 02:12:59.408588 3413 cni.go:312] [openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt 9c68677c5aeb802065a5731d74c2ef8402590dcbbf5f74993123ffa971f8602d network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt 9c68677c5aeb802065a5731d74c2ef8402590dcbbf5f74993123ffa971f8602d network default NAD default] I0702 02:12:59.412574 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:59.412672 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:59.419942 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-7d8ff44bcf-9kdzt, hostIfaceName: 9c68677c5aeb802, network: default, NAD default, SandboxID: "9c68677c5aeb802065a5731d74c2ef8402590dcbbf5f74993123ffa971f8602d", PCI device ID: , UID: "04e29925-7f24-4bf0-871d-ea018161b1eb", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0702 02:12:59.485407 3413 cni.go:333] [openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt 9c68677c5aeb802065a5731d74c2ef8402590dcbbf5f74993123ffa971f8602d network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-7d8ff44bcf-9kdzt 9c68677c5aeb802065a5731d74c2ef8402590dcbbf5f74993123ffa971f8602d network default NAD default], result "{\"interfaces\":[{\"name\":\"9c68677c5aeb802\",\"mac\":\"5e:2b:16:e1:72:be\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/010fa63d-5bd6-4097-9bb8-3b980ded7fa2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:12:59.586467 3413 cni.go:312] [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default] I0702 02:12:59.589731 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:12:59.589756 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:12:59.597936 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-1, hostIfaceName: e6b4fd6aff8dee6, network: default, NAD default, SandboxID: "e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf", PCI device ID: , UID: "9c0dab5c-93fa-4663-97e6-7fc6b969e852", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0702 02:12:59.655178 3413 cni.go:333] [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default], result "{\"interfaces\":[{\"name\":\"e6b4fd6aff8dee6\",\"mac\":\"c2:32:15:ae:d9:1e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/50e4baac-2a1e-45a4-a313-3b205c5c32e6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:13:00.929397 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::5c2b:16ff:fee1:72be/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:01.377454 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::c032:15ff:feae:d91e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" W0702 02:13:02.004455 3413 base_network_controller_namespace.go:458] Unable to remove remote zone pod's openshift-console/console-bc8795f-7xnb8 IP address from the namespace address-set, err: pod openshift-console/console-bc8795f-7xnb8: no pod IPs found I0702 02:13:04.445876 3413 cni.go:312] [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default] DEL starting CNI request [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default] I0702 02:13:04.513024 3413 cni.go:333] [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default] DEL finished CNI request [openshift-image-registry/image-registry-b66d5d98f-2xdgv d8d5d3ff626a4fce8a51116d734242e722ef5ad28aa385eef42d1463158ff07d network default NAD default], result "{\"dns\":{}}", err I0702 02:13:09.390578 3413 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} I0702 02:13:09.390655 3413 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} E0702 02:13:12.577855 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:13:12.577912 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:13:12.577925 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:13:12.837904 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-b66d5d98f-2xdgv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:12.837950 3413 pods.go:174] Deleting pod: openshift-image-registry/image-registry-b66d5d98f-2xdgv I0702 02:13:12.839713 3413 pods.go:217] Attempting to release IPs for pod: openshift-image-registry/image-registry-b66d5d98f-2xdgv, ips: 10.128.0.17 I0702 02:13:12.839749 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-b66d5d98f-2xdgv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:12.847518 3413 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-76bc8b9f9-7lsm4] creating logical port openshift-image-registry_image-registry-76bc8b9f9-7lsm4 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:13:12.847616 3413 kube.go:317] Updating pod openshift-image-registry/image-registry-76bc8b9f9-7lsm4 I0702 02:13:12.861377 3413 pod.go:62] [openshift-image-registry/image-registry-76bc8b9f9-7lsm4] pod update took 13.796213ms I0702 02:13:12.861419 3413 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-76bc8b9f9-7lsm4] addLogicalPort annotation time took 13.841615ms I0702 02:13:12.862966 3413 pods.go:252] [openshift-image-registry/image-registry-76bc8b9f9-7lsm4] addLogicalPort took 15.462795ms, libovsdb time 972.853µs I0702 02:13:13.222251 3413 cni.go:312] [openshift-image-registry/image-registry-76bc8b9f9-7lsm4 7d6fc382a9a6987643dc5812cff205846871774d0175587206f8b86d99661b02 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-76bc8b9f9-7lsm4 7d6fc382a9a6987643dc5812cff205846871774d0175587206f8b86d99661b02 network default NAD default] I0702 02:13:13.226268 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:13.226300 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:13:13.238605 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-76bc8b9f9-7lsm4, hostIfaceName: 7d6fc382a9a6987, network: default, NAD default, SandboxID: "7d6fc382a9a6987643dc5812cff205846871774d0175587206f8b86d99661b02", PCI device ID: , UID: "46be950e-0ada-437f-a893-20fe7cd429c9", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0702 02:13:13.314313 3413 cni.go:333] [openshift-image-registry/image-registry-76bc8b9f9-7lsm4 7d6fc382a9a6987643dc5812cff205846871774d0175587206f8b86d99661b02 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-76bc8b9f9-7lsm4 7d6fc382a9a6987643dc5812cff205846871774d0175587206f8b86d99661b02 network default NAD default], result "{\"interfaces\":[{\"name\":\"7d6fc382a9a6987\",\"mac\":\"2e:fd:be:54:1d:ec\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/cf00fd02-bf7a-40b8-80b6-572ba9df6a28\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:13:13.336732 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-b66d5d98f-2xdgv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:13.336767 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-b66d5d98f-2xdgv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:13.337858 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-b66d5d98f-2xdgv I0702 02:13:13.337936 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-b66d5d98f-2xdgv I0702 02:13:14.561389 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::2cfd:beff:fe54:1dec/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:19.983197 3413 obj_retry.go:466] Detected object openshift-console/console-677967cb6f-bpjm5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:19.984067 3413 obj_retry.go:466] Detected object openshift-console/console-677967cb6f-bpjm5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:20.856039 3413 obj_retry.go:460] Detected object openshift-console/console-677967cb6f-bpjm5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:20.856178 3413 obj_retry.go:460] Detected object openshift-console/console-677967cb6f-bpjm5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:20.858926 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-677967cb6f-bpjm5 I0702 02:13:20.859017 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-677967cb6f-bpjm5 I0702 02:13:21.653828 3413 cni.go:312] [openshift-dns/dns-default-5bv98 1ad5baab12536a56ec5cbc4ec9d1be545933f579068a9bd1b67076d63fd88285 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-5bv98 1ad5baab12536a56ec5cbc4ec9d1be545933f579068a9bd1b67076d63fd88285 network default NAD default] I0702 02:13:21.656048 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:21.656127 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:13:21.656838 3413 cni.go:312] [openshift-ingress-canary/ingress-canary-hc4qf 0bf330ae08a55657f625b299d9e755b42f0966241c67d32073994a8e8317257b network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-hc4qf 0bf330ae08a55657f625b299d9e755b42f0966241c67d32073994a8e8317257b network default NAD default] I0702 02:13:21.658685 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:21.658754 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:13:21.663916 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-dns, podName: dns-default-5bv98, hostIfaceName: 1ad5baab12536a5, network: default, NAD default, SandboxID: "1ad5baab12536a56ec5cbc4ec9d1be545933f579068a9bd1b67076d63fd88285", PCI device ID: , UID: "ac3783b3-d51b-4c45-86d5-633f33764cae", MAC: 0a:58:0a:80:00:05, IPs: [10.128.0.5/23] I0702 02:13:21.666322 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-hc4qf, hostIfaceName: 0bf330ae08a5565, network: default, NAD default, SandboxID: "0bf330ae08a55657f625b299d9e755b42f0966241c67d32073994a8e8317257b", PCI device ID: , UID: "2751b438-e440-443e-a6f7-a5e208b85726", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0702 02:13:21.713916 3413 cni.go:333] [openshift-dns/dns-default-5bv98 1ad5baab12536a56ec5cbc4ec9d1be545933f579068a9bd1b67076d63fd88285 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-5bv98 1ad5baab12536a56ec5cbc4ec9d1be545933f579068a9bd1b67076d63fd88285 network default NAD default], result "{\"interfaces\":[{\"name\":\"1ad5baab12536a5\",\"mac\":\"c2:a6:a3:9b:09:e4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:05\",\"sandbox\":\"/var/run/netns/400e51cf-55fd-4ee6-a6ed-53bf119ebc96\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.5/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:13:21.730997 3413 cni.go:333] [openshift-ingress-canary/ingress-canary-hc4qf 0bf330ae08a55657f625b299d9e755b42f0966241c67d32073994a8e8317257b network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-hc4qf 0bf330ae08a55657f625b299d9e755b42f0966241c67d32073994a8e8317257b network default NAD default], result "{\"interfaces\":[{\"name\":\"0bf330ae08a5565\",\"mac\":\"d6:b0:60:7f:f0:0a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/dd5c32ed-c23b-4851-a8b6-d4f462785f73\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:13:22.796076 3413 cni.go:312] [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default] DEL starting CNI request [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default] I0702 02:13:22.830071 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::d4b0:60ff:fe7f:f00a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 02:13:22.859509 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:13:22.859542 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:13:22.859551 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:13:22.870586 3413 cni.go:333] [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default] DEL finished CNI request [openshift-console/console-677967cb6f-fwfk8 45acd1933373433dbfa360cd10dbdc04f06f0fc3132fb31ee8e5ad063967654d network default NAD default], result "{\"dns\":{}}", err I0702 02:13:22.921342 3413 obj_retry.go:466] Detected object openshift-console/console-677967cb6f-fwfk8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:22.921403 3413 pods.go:174] Deleting pod: openshift-console/console-677967cb6f-fwfk8 I0702 02:13:22.923198 3413 pods.go:217] Attempting to release IPs for pod: openshift-console/console-677967cb6f-fwfk8, ips: 10.128.0.21 I0702 02:13:22.923316 3413 obj_retry.go:466] Detected object openshift-console/console-677967cb6f-fwfk8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:23.266544 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::c0a6:a3ff:fe9b:9e4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:23.341662 3413 obj_retry.go:460] Detected object openshift-console/console-677967cb6f-fwfk8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:23.341691 3413 obj_retry.go:460] Detected object openshift-console/console-677967cb6f-fwfk8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:23.351068 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-677967cb6f-fwfk8 I0702 02:13:23.351104 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-677967cb6f-fwfk8 I0702 02:13:24.750602 3413 base_network_controller_pods.go:477] [default/openshift-console/console-65b4bb4598-kvwff] creating logical port openshift-console_console-65b4bb4598-kvwff for pod on switch ip-10-0-1-108.ec2.internal I0702 02:13:24.750739 3413 kube.go:317] Updating pod openshift-console/console-65b4bb4598-kvwff I0702 02:13:24.764164 3413 pod.go:62] [openshift-console/console-65b4bb4598-kvwff] pod update took 13.46618ms I0702 02:13:24.764272 3413 base_network_controller_pods.go:921] [default/openshift-console/console-65b4bb4598-kvwff] addLogicalPort annotation time took 13.57829ms I0702 02:13:24.765953 3413 pods.go:252] [openshift-console/console-65b4bb4598-kvwff] addLogicalPort took 15.3712ms, libovsdb time 1.108983ms I0702 02:13:25.106102 3413 cni.go:312] [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default] ADD starting CNI request [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default] I0702 02:13:25.108675 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:25.108755 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:13:25.114381 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-65b4bb4598-kvwff, hostIfaceName: b3571416a9458b9, network: default, NAD default, SandboxID: "b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20", PCI device ID: , UID: "62d48fbb-bdb8-4f0b-a0fe-cbe347bd5f6b", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0702 02:13:25.156940 3413 cni.go:333] [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default] ADD finished CNI request [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default], result "{\"interfaces\":[{\"name\":\"b3571416a9458b9\",\"mac\":\"aa:c8:46:0c:79:71\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/ddf6f691-c415-4468-8608-4f0667a4e022\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:13:26.593400 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::a8c8:46ff:fe0c:7971/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:13:27.289844 3413 obj_retry.go:466] Detected object openshift-console/console-7cd85464fd-hlwcv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:27.290478 3413 obj_retry.go:466] Detected object openshift-console/console-7cd85464fd-hlwcv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:27.597939 3413 obj_retry.go:460] Detected object openshift-console/console-7cd85464fd-hlwcv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:27.598004 3413 obj_retry.go:460] Detected object openshift-console/console-7cd85464fd-hlwcv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:27.601021 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-7cd85464fd-hlwcv I0702 02:13:27.601066 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-7cd85464fd-hlwcv E0702 02:13:34.678840 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 02:13:35.342370 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 02:13:39.408594 3413 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} I0702 02:13:39.408670 3413 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} E0702 02:13:43.572698 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:13:43.572729 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:13:43.572739 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:13:44.714579 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 578 items received I0702 02:13:46.827244 3413 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 6 items received E0702 02:13:53.610651 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:13:53.610764 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:13:53.610781 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:13:53.800209 3413 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 7 items received I0702 02:13:55.805509 3413 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 6 items received I0702 02:13:59.489268 3413 obj_retry.go:466] Detected object openshift-ingress/router-default-788f75dd75-w7s7n of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:59.489929 3413 obj_retry.go:466] Detected object openshift-ingress/router-default-788f75dd75-w7s7n of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:13:59.950111 3413 obj_retry.go:460] Detected object openshift-ingress/router-default-788f75dd75-w7s7n of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:59.950242 3413 obj_retry.go:460] Detected object openshift-ingress/router-default-788f75dd75-w7s7n of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:13:59.953714 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-788f75dd75-w7s7n I0702 02:13:59.953803 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-788f75dd75-w7s7n I0702 02:14:01.378768 3413 obj_retry.go:466] Detected object openshift-console/console-bc8795f-j4cmj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:01.379434 3413 obj_retry.go:466] Detected object openshift-console/console-bc8795f-j4cmj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:01.416588 3413 obj_retry.go:466] Detected object openshift-console/console-65b4bb4598-4frdc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:01.417129 3413 obj_retry.go:466] Detected object openshift-console/console-65b4bb4598-4frdc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:01.955719 3413 obj_retry.go:460] Detected object openshift-console/console-bc8795f-j4cmj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:01.955744 3413 obj_retry.go:460] Detected object openshift-console/console-bc8795f-j4cmj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:01.962745 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-bc8795f-j4cmj I0702 02:14:01.962843 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-bc8795f-j4cmj I0702 02:14:02.432487 3413 obj_retry.go:460] Detected object openshift-console/console-65b4bb4598-4frdc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:02.432511 3413 obj_retry.go:460] Detected object openshift-console/console-65b4bb4598-4frdc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:02.435337 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-65b4bb4598-4frdc I0702 02:14:02.435365 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-65b4bb4598-4frdc E0702 02:14:03.876079 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:14:03.876193 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:14:03.876210 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:14:08.537921 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-b66d5d98f-xghpj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:08.538578 3413 obj_retry.go:466] Detected object openshift-image-registry/image-registry-b66d5d98f-xghpj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:08.974914 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-b66d5d98f-xghpj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:08.975037 3413 obj_retry.go:460] Detected object openshift-image-registry/image-registry-b66d5d98f-xghpj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:08.986988 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-b66d5d98f-xghpj I0702 02:14:08.987103 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-b66d5d98f-xghpj I0702 02:14:09.430857 3413 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} I0702 02:14:09.430917 3413 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} I0702 02:14:10.828566 3413 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 E0702 02:14:14.192196 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:14:14.192252 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:14:14.192261 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:14:14.805828 3413 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 I0702 02:14:14.806503 3413 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 I0702 02:14:15.297392 3413 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 I0702 02:14:15.297467 3413 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 I0702 02:14:15.302647 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0702 02:14:15.302755 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0702 02:14:18.706250 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 74 items received I0702 02:14:18.989245 3413 cni.go:312] [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default] DEL starting CNI request [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default] I0702 02:14:19.058599 3413 cni.go:333] [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default] DEL finished CNI request [openshift-monitoring/prometheus-k8s-1 e6b4fd6aff8dee6534141206ae075a21b024a82e57a42e27ecce0961b03538bf network default NAD default], result "{\"dns\":{}}", err I0702 02:14:19.115612 3413 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 I0702 02:14:19.115693 3413 pods.go:174] Deleting pod: openshift-monitoring/prometheus-k8s-1 I0702 02:14:19.117295 3413 pods.go:217] Attempting to release IPs for pod: openshift-monitoring/prometheus-k8s-1, ips: 10.128.0.25 I0702 02:14:19.117328 3413 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 I0702 02:14:19.523623 3413 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 I0702 02:14:19.523675 3413 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 I0702 02:14:19.530716 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0702 02:14:19.530811 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0702 02:14:19.577698 3413 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-k8s-1] creating logical port openshift-monitoring_prometheus-k8s-1 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:14:19.577887 3413 kube.go:317] Updating pod openshift-monitoring/prometheus-k8s-1 I0702 02:14:19.597876 3413 pod.go:62] [openshift-monitoring/prometheus-k8s-1] pod update took 19.899992ms I0702 02:14:19.597974 3413 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-k8s-1] addLogicalPort annotation time took 20.151463ms I0702 02:14:19.599787 3413 pods.go:252] [openshift-monitoring/prometheus-k8s-1] addLogicalPort took 22.117305ms, libovsdb time 1.27629ms I0702 02:14:19.934432 3413 cni.go:312] [openshift-monitoring/prometheus-k8s-1 8349dd9595c535315fc45e344f81b53ba6f7941faff8cb8f50827ebb758b7398 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-1 8349dd9595c535315fc45e344f81b53ba6f7941faff8cb8f50827ebb758b7398 network default NAD default] I0702 02:14:19.936848 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:14:19.936876 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:14:19.944054 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-1, hostIfaceName: 8349dd9595c5353, network: default, NAD default, SandboxID: "8349dd9595c535315fc45e344f81b53ba6f7941faff8cb8f50827ebb758b7398", PCI device ID: , UID: "2173fd6b-2f4c-4fc2-9fe9-99d852de434c", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0702 02:14:19.991392 3413 cni.go:333] [openshift-monitoring/prometheus-k8s-1 8349dd9595c535315fc45e344f81b53ba6f7941faff8cb8f50827ebb758b7398 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-1 8349dd9595c535315fc45e344f81b53ba6f7941faff8cb8f50827ebb758b7398 network default NAD default], result "{\"interfaces\":[{\"name\":\"8349dd9595c5353\",\"mac\":\"d6:38:a8:42:44:17\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/4df7dd03-4313-4eb0-b80c-3113fe9dd035\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:14:20.363965 3413 cni.go:312] [openshift-multus/network-metrics-daemon-zkdml dc128e50932ead7d0dd51d30a3b904a8a1d3c68c7226a89862c1cef19a47416c network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-zkdml dc128e50932ead7d0dd51d30a3b904a8a1d3c68c7226a89862c1cef19a47416c network default NAD default] I0702 02:14:20.369704 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:14:20.369785 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:14:20.378094 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-zkdml, hostIfaceName: dc128e50932ead7, network: default, NAD default, SandboxID: "dc128e50932ead7d0dd51d30a3b904a8a1d3c68c7226a89862c1cef19a47416c", PCI device ID: , UID: "01080f2c-8e4a-401a-bdf5-ecaaead021fb", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0702 02:14:20.447629 3413 cni.go:333] [openshift-multus/network-metrics-daemon-zkdml dc128e50932ead7d0dd51d30a3b904a8a1d3c68c7226a89862c1cef19a47416c network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-zkdml dc128e50932ead7d0dd51d30a3b904a8a1d3c68c7226a89862c1cef19a47416c network default NAD default], result "{\"interfaces\":[{\"name\":\"dc128e50932ead7\",\"mac\":\"b6:bb:a0:fa:d0:a2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/70646601-d297-4ecf-a498-278e75dd40cd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:14:21.569437 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::d438:a8ff:fe42:4417/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:14:21.825420 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::b4bb:a0ff:fefa:d0a2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:14:33.822189 3413 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 E0702 02:14:34.572010 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:14:34.572041 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:14:34.572051 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:14:35.430464 3413 obj_retry.go:466] Detected object openshift-console/console-84c697cbbc-5ntl9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:35.431142 3413 obj_retry.go:466] Detected object openshift-console/console-84c697cbbc-5ntl9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:35.444758 3413 obj_retry.go:466] Detected object openshift-console/console-84c697cbbc-v2mmh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:35.445436 3413 obj_retry.go:466] Detected object openshift-console/console-84c697cbbc-v2mmh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:14:35.814366 3413 obj_retry.go:460] Detected object openshift-console/console-84c697cbbc-v2mmh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:35.814397 3413 obj_retry.go:460] Detected object openshift-console/console-84c697cbbc-v2mmh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:35.819373 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-84c697cbbc-v2mmh I0702 02:14:35.819457 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-84c697cbbc-v2mmh I0702 02:14:36.076976 3413 obj_retry.go:460] Detected object openshift-console/console-84c697cbbc-5ntl9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:36.077005 3413 obj_retry.go:460] Detected object openshift-console/console-84c697cbbc-5ntl9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:14:36.082845 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-84c697cbbc-5ntl9 I0702 02:14:36.082943 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-84c697cbbc-5ntl9 I0702 02:14:39.450155 3413 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} I0702 02:14:39.450242 3413 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} E0702 02:14:44.678872 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:14:44.678907 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:14:44.678916 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:14:46.789871 3413 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 3 items received I0702 02:14:47.052851 3413 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 I0702 02:14:47.053488 3413 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 I0702 02:14:47.565179 3413 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 I0702 02:14:47.565240 3413 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 I0702 02:14:47.570514 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0702 02:14:47.570605 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 E0702 02:14:55.029082 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:14:55.029179 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:14:55.029198 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:14:58.711973 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 12 items received I0702 02:15:09.467168 3413 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} I0702 02:15:09.467253 3413 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} I0702 02:15:11.307198 3413 cni.go:312] [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default] DEL starting CNI request [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default] I0702 02:15:11.392559 3413 cni.go:333] [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default] DEL finished CNI request [openshift-console/console-65b4bb4598-kvwff b3571416a9458b91f029e4bb9c217329913b5d7e04674ade512aca2fe6a3ae20 network default NAD default], result "{\"dns\":{}}", err I0702 02:15:11.444337 3413 obj_retry.go:466] Detected object openshift-console/console-65b4bb4598-kvwff of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:15:11.444381 3413 pods.go:174] Deleting pod: openshift-console/console-65b4bb4598-kvwff I0702 02:15:11.448151 3413 pods.go:217] Attempting to release IPs for pod: openshift-console/console-65b4bb4598-kvwff, ips: 10.128.0.27 I0702 02:15:11.448201 3413 obj_retry.go:466] Detected object openshift-console/console-65b4bb4598-kvwff of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:15:12.384974 3413 obj_retry.go:460] Detected object openshift-console/console-65b4bb4598-kvwff of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:15:12.385116 3413 obj_retry.go:460] Detected object openshift-console/console-65b4bb4598-kvwff of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:15:12.390889 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-65b4bb4598-kvwff I0702 02:15:12.390922 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-65b4bb4598-kvwff I0702 02:15:15.811186 3413 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 I0702 02:15:21.744241 3413 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 I0702 02:15:21.744846 3413 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 I0702 02:15:22.679424 3413 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 I0702 02:15:22.679538 3413 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 I0702 02:15:22.686666 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0702 02:15:22.686698 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0702 02:15:37.329724 3413 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715970-pwplh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:15:37.330340 3413 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715970-pwplh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:15:38.234108 3413 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715970-pwplh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:15:38.234139 3413 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715970-pwplh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:15:39.484105 3413 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} I0702 02:15:39.484167 3413 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} I0702 02:16:04.196306 3413 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0702 02:16:09.504357 3413 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} I0702 02:16:09.504416 3413 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} I0702 02:16:18.696339 3413 namespace.go:92] [tssc] adding namespace I0702 02:16:18.697362 3413 namespace.go:96] [tssc] adding namespace took 996.035µs I0702 02:16:18.706983 3413 namespace.go:136] [tssc] updating namespace I0702 02:16:18.726958 3413 namespace.go:136] [tssc] updating namespace I0702 02:16:18.979703 3413 namespace.go:92] [null] adding namespace I0702 02:16:18.980713 3413 namespace.go:96] [null] adding namespace took 981.451µs I0702 02:16:18.993353 3413 namespace.go:136] [null] updating namespace I0702 02:16:19.003461 3413 namespace.go:136] [null] updating namespace I0702 02:16:25.756054 3413 namespace.go:92] [tssc-tpa] adding namespace I0702 02:16:25.757179 3413 namespace.go:96] [tssc-tpa] adding namespace took 1.056832ms I0702 02:16:25.758378 3413 namespace.go:92] [tssc-keycloak] adding namespace I0702 02:16:25.759324 3413 namespace.go:96] [tssc-keycloak] adding namespace took 924.974µs I0702 02:16:25.760607 3413 namespace.go:92] [tssc-gitops] adding namespace I0702 02:16:25.760810 3413 namespace.go:92] [tssc-dh] adding namespace I0702 02:16:25.761643 3413 namespace.go:96] [tssc-gitops] adding namespace took 971.929µs I0702 02:16:25.761862 3413 namespace.go:92] [rhbk-operator] adding namespace I0702 02:16:25.762376 3413 namespace.go:96] [tssc-dh] adding namespace took 1.541935ms I0702 02:16:25.763012 3413 namespace.go:96] [rhbk-operator] adding namespace took 1.136195ms I0702 02:16:25.763178 3413 namespace.go:92] [rhtpa-operator] adding namespace I0702 02:16:25.763913 3413 namespace.go:96] [rhtpa-operator] adding namespace took 721.602µs I0702 02:16:25.770196 3413 namespace.go:92] [tssc-tas] adding namespace I0702 02:16:25.771249 3413 namespace.go:96] [tssc-tas] adding namespace took 945.681µs I0702 02:16:25.779914 3413 namespace.go:136] [tssc-tpa] updating namespace I0702 02:16:25.796971 3413 namespace.go:136] [tssc-tpa] updating namespace I0702 02:16:25.814062 3413 namespace.go:136] [tssc-keycloak] updating namespace I0702 02:16:25.821088 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:16:25.821144 3413 namespace.go:136] [rhbk-operator] updating namespace I0702 02:16:25.821198 3413 namespace.go:136] [tssc-dh] updating namespace I0702 02:16:25.831939 3413 namespace.go:136] [rhtpa-operator] updating namespace I0702 02:16:25.832051 3413 namespace.go:136] [tssc-tas] updating namespace I0702 02:16:25.832176 3413 namespace.go:136] [tssc-tpa] updating namespace I0702 02:16:25.833102 3413 namespace.go:136] [tssc-keycloak] updating namespace I0702 02:16:25.853706 3413 namespace.go:136] [tssc-keycloak] updating namespace I0702 02:16:25.853824 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:16:25.882410 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:16:25.885935 3413 namespace.go:136] [tssc-dh] updating namespace I0702 02:16:25.920600 3413 namespace.go:136] [tssc-dh] updating namespace I0702 02:16:25.941399 3413 namespace.go:136] [rhbk-operator] updating namespace I0702 02:16:25.959643 3413 namespace.go:136] [rhbk-operator] updating namespace I0702 02:16:25.971646 3413 namespace.go:136] [rhtpa-operator] updating namespace I0702 02:16:26.001604 3413 namespace.go:136] [rhtpa-operator] updating namespace I0702 02:16:26.021448 3413 namespace.go:136] [tssc-tas] updating namespace I0702 02:16:26.048311 3413 namespace.go:136] [tssc-tas] updating namespace I0702 02:16:27.001938 3413 namespace.go:136] [tssc-tpa] updating namespace I0702 02:16:27.011268 3413 namespace.go:136] [tssc-keycloak] updating namespace I0702 02:16:34.069661 3413 obj_retry.go:466] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1xktjb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:34.070273 3413 obj_retry.go:466] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1xktjb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:35.063002 3413 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cq8sqj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:35.063689 3413 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cq8sqj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:35.094715 3413 obj_retry.go:460] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1xktjb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:35.094746 3413 obj_retry.go:460] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1xktjb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:36.084988 3413 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cq8sqj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:36.085039 3413 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cq8sqj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:37.126401 3413 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bad4dw8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:37.126978 3413 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bad4dw8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:37.220448 3413 obj_retry.go:466] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5m6v6l of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:37.220999 3413 obj_retry.go:466] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5m6v6l of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:38.150072 3413 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bad4dw8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:38.150102 3413 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bad4dw8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:38.248380 3413 obj_retry.go:460] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5m6v6l of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:38.248526 3413 obj_retry.go:460] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5m6v6l of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:39.134489 3413 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb28xb4w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:39.135028 3413 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb28xb4w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:39.154250 3413 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615f8qgd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:39.154787 3413 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615f8qgd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:16:39.532378 3413 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} I0702 02:16:39.532435 3413 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} I0702 02:16:40.161026 3413 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb28xb4w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:40.161087 3413 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb28xb4w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:40.187258 3413 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615f8qgd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:40.187373 3413 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615f8qgd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:16:48.699705 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0702 02:16:52.868237 3413 namespace.go:136] [openshift-operators] updating namespace I0702 02:16:52.877973 3413 namespace.go:136] [openshift-operators] updating namespace I0702 02:16:58.794935 3413 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received I0702 02:17:04.699294 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 97 items received I0702 02:17:06.200693 3413 namespace.go:136] [openshift-operators] updating namespace I0702 02:17:06.765114 3413 namespace.go:92] [openshift-gitops] adding namespace I0702 02:17:06.766052 3413 namespace.go:96] [openshift-gitops] adding namespace took 915.173µs I0702 02:17:06.783669 3413 namespace.go:136] [openshift-gitops] updating namespace I0702 02:17:06.795529 3413 namespace.go:136] [openshift-gitops] updating namespace I0702 02:17:07.101491 3413 base_network_controller_pods.go:477] [default/openshift-gitops/gitops-plugin-78578bc8f7-lds8h] creating logical port openshift-gitops_gitops-plugin-78578bc8f7-lds8h for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:07.101688 3413 kube.go:317] Updating pod openshift-gitops/gitops-plugin-78578bc8f7-lds8h I0702 02:17:07.113968 3413 pod.go:62] [openshift-gitops/gitops-plugin-78578bc8f7-lds8h] pod update took 12.31249ms I0702 02:17:07.114001 3413 base_network_controller_pods.go:921] [default/openshift-gitops/gitops-plugin-78578bc8f7-lds8h] addLogicalPort annotation time took 12.35127ms I0702 02:17:07.115356 3413 pods.go:252] [openshift-gitops/gitops-plugin-78578bc8f7-lds8h] addLogicalPort took 13.887204ms, libovsdb time 869.308µs I0702 02:17:07.784021 3413 cni.go:312] [openshift-gitops/gitops-plugin-78578bc8f7-lds8h a2c52f1ff0b33ac241eac52bd568901bd98409de055a7b3d2c23141d0b1f1ceb network default NAD default] ADD starting CNI request [openshift-gitops/gitops-plugin-78578bc8f7-lds8h a2c52f1ff0b33ac241eac52bd568901bd98409de055a7b3d2c23141d0b1f1ceb network default NAD default] I0702 02:17:07.785819 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:07.785907 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:07.793684 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: gitops-plugin-78578bc8f7-lds8h, hostIfaceName: a2c52f1ff0b33ac, network: default, NAD default, SandboxID: "a2c52f1ff0b33ac241eac52bd568901bd98409de055a7b3d2c23141d0b1f1ceb", PCI device ID: , UID: "d07a9e7a-7eea-48b7-9215-06fe188d3b1e", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0702 02:17:07.841730 3413 cni.go:333] [openshift-gitops/gitops-plugin-78578bc8f7-lds8h a2c52f1ff0b33ac241eac52bd568901bd98409de055a7b3d2c23141d0b1f1ceb network default NAD default] ADD finished CNI request [openshift-gitops/gitops-plugin-78578bc8f7-lds8h a2c52f1ff0b33ac241eac52bd568901bd98409de055a7b3d2c23141d0b1f1ceb network default NAD default], result "{\"interfaces\":[{\"name\":\"a2c52f1ff0b33ac\",\"mac\":\"6a:1e:76:98:0a:2f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/583318ce-e591-42b7-a10c-503ba9cf4d1f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:07.978824 3413 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-dex-server-6989976854-pcght] creating logical port openshift-gitops_openshift-gitops-dex-server-6989976854-pcght for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:07.979005 3413 kube.go:317] Updating pod openshift-gitops/openshift-gitops-dex-server-6989976854-pcght I0702 02:17:07.994414 3413 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght] pod update took 15.4543ms I0702 02:17:07.994439 3413 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-dex-server-6989976854-pcght] addLogicalPort annotation time took 15.485519ms I0702 02:17:07.995740 3413 pods.go:252] [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght] addLogicalPort took 16.950412ms, libovsdb time 856.189µs I0702 02:17:08.256568 3413 base_network_controller_pods.go:477] [default/openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v] creating logical port openshift-operators_tekton-operator-webhook-8f6f8b89f-gt26v for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:08.256869 3413 kube.go:317] Updating pod openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v I0702 02:17:08.279189 3413 pod.go:62] [openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v] pod update took 22.354787ms I0702 02:17:08.279235 3413 base_network_controller_pods.go:921] [default/openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v] addLogicalPort annotation time took 22.391706ms I0702 02:17:08.280529 3413 pods.go:252] [openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v] addLogicalPort took 23.985362ms, libovsdb time 869.147µs I0702 02:17:08.355355 3413 cni.go:312] [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default] I0702 02:17:08.357249 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:08.357330 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:08.365247 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-6989976854-pcght, hostIfaceName: dce096cbd41faef, network: default, NAD default, SandboxID: "dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460", PCI device ID: , UID: "5c7cf648-df62-46b1-bb03-03921f322dae", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0702 02:17:08.418636 3413 cni.go:333] [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default], result "{\"interfaces\":[{\"name\":\"dce096cbd41faef\",\"mac\":\"86:7b:12:6f:75:b5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/daa4c967-ffab-4b05-97c1-8d7681dd7786\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:08.629931 3413 cni.go:312] [openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v eb664ff906499dcfd963b0b354da3b01214c57d4eae8599ba83ee89c287db985 network default NAD default] ADD starting CNI request [openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v eb664ff906499dcfd963b0b354da3b01214c57d4eae8599ba83ee89c287db985 network default NAD default] I0702 02:17:08.632676 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:08.632758 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:08.640146 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: tekton-operator-webhook-8f6f8b89f-gt26v, hostIfaceName: eb664ff906499dc, network: default, NAD default, SandboxID: "eb664ff906499dcfd963b0b354da3b01214c57d4eae8599ba83ee89c287db985", PCI device ID: , UID: "25fd5c93-9ca1-48b0-bbe2-7452672ae7f8", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0702 02:17:08.700471 3413 cni.go:333] [openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v eb664ff906499dcfd963b0b354da3b01214c57d4eae8599ba83ee89c287db985 network default NAD default] ADD finished CNI request [openshift-operators/tekton-operator-webhook-8f6f8b89f-gt26v eb664ff906499dcfd963b0b354da3b01214c57d4eae8599ba83ee89c287db985 network default NAD default], result "{\"interfaces\":[{\"name\":\"eb664ff906499dc\",\"mac\":\"ce:75:10:cf:fb:95\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/e2cb891d-7096-4a7a-8a0e-b782804a43dc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:08.994453 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::681e:76ff:fe98:a2f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:09.319798 3413 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z] creating logical port openshift-gitops_openshift-gitops-repo-server-94bbb574b-npg8z for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:09.319907 3413 kube.go:317] Updating pod openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z I0702 02:17:09.333314 3413 pod.go:62] [openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z] pod update took 13.434837ms I0702 02:17:09.333339 3413 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z] addLogicalPort annotation time took 13.466293ms I0702 02:17:09.334962 3413 pods.go:252] [openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z] addLogicalPort took 15.185525ms, libovsdb time 1.086485ms I0702 02:17:09.559783 3413 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} I0702 02:17:09.559868 3413 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} I0702 02:17:09.708831 3413 cni.go:312] [openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z 7d50247bf221b295d2d595333ef0c904aa93fbc68928b0e9c6b724ebe577fc79 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z 7d50247bf221b295d2d595333ef0c904aa93fbc68928b0e9c6b724ebe577fc79 network default NAD default] I0702 02:17:09.711593 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:09.711619 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:09.719197 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-repo-server-94bbb574b-npg8z, hostIfaceName: 7d50247bf221b29, network: default, NAD default, SandboxID: "7d50247bf221b295d2d595333ef0c904aa93fbc68928b0e9c6b724ebe577fc79", PCI device ID: , UID: "190d3809-a0b7-4f2d-af71-5eab0d0d5887", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0702 02:17:09.776473 3413 cni.go:333] [openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z 7d50247bf221b295d2d595333ef0c904aa93fbc68928b0e9c6b724ebe577fc79 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-repo-server-94bbb574b-npg8z 7d50247bf221b295d2d595333ef0c904aa93fbc68928b0e9c6b724ebe577fc79 network default NAD default], result "{\"interfaces\":[{\"name\":\"7d50247bf221b29\",\"mac\":\"72:49:0b:72:b9:41\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/52cd61ce-8240-4c14-b919-3b409cb6a18b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:09.780813 3413 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0702 02:17:09.782329 3413 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,},} I0702 02:17:09.783489 3413 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,},} I0702 02:17:09.784640 3413 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} I0702 02:17:09.784661 3413 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,},}] I0702 02:17:09.786954 3413 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0702 02:17:09.790690 3413 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0702 02:17:09.790801 3413 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,},}] I0702 02:17:09.791652 3413 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0702 02:17:10.109104 3413 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw] creating logical port openshift-gitops_openshift-gitops-dex-server-68c8487674-2dxzw for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:10.109262 3413 kube.go:317] Updating pod openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw I0702 02:17:10.122484 3413 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw] pod update took 13.28407ms I0702 02:17:10.122586 3413 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw] addLogicalPort annotation time took 13.387884ms I0702 02:17:10.124325 3413 pods.go:252] [openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw] addLogicalPort took 15.239345ms, libovsdb time 1.068202ms I0702 02:17:10.145485 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::847b:12ff:fe6f:75b5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:10.593382 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::cc75:10ff:fecf:fb95/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:11.233606 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::7049:bff:fe72:b941/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:18.293734 3413 cni.go:312] [openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw 44d24cc086add38abf22501489ddcf2e4a01acc5c5e09cd12d946c374f545a68 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw 44d24cc086add38abf22501489ddcf2e4a01acc5c5e09cd12d946c374f545a68 network default NAD default] I0702 02:17:18.297100 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:18.297190 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:18.304276 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-68c8487674-2dxzw, hostIfaceName: 44d24cc086add38, network: default, NAD default, SandboxID: "44d24cc086add38abf22501489ddcf2e4a01acc5c5e09cd12d946c374f545a68", PCI device ID: , UID: "de8ee5e5-6236-4457-b05a-38a86dca88da", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0702 02:17:18.369448 3413 cni.go:333] [openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw 44d24cc086add38abf22501489ddcf2e4a01acc5c5e09cd12d946c374f545a68 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-68c8487674-2dxzw 44d24cc086add38abf22501489ddcf2e4a01acc5c5e09cd12d946c374f545a68 network default NAD default], result "{\"interfaces\":[{\"name\":\"44d24cc086add38\",\"mac\":\"9e:03:b9:41:4d:ce\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/62bc2ae1-b69a-49e9-82c6-b07caa4caa09\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:19.489396 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::9c03:b9ff:fe41:4dce/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:25.610701 3413 namespace.go:92] [openshift-pipelines] adding namespace I0702 02:17:25.611750 3413 namespace.go:96] [openshift-pipelines] adding namespace took 951.145µs I0702 02:17:25.651258 3413 namespace.go:136] [openshift-pipelines] updating namespace I0702 02:17:26.037350 3413 cni.go:312] [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default] DEL starting CNI request [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default] I0702 02:17:26.107478 3413 cni.go:333] [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default] DEL finished CNI request [openshift-gitops/openshift-gitops-dex-server-6989976854-pcght dce096cbd41faeff639e1f9129deb978d7a9f3263f635ee3a84ac1f0f8af8460 network default NAD default], result "{\"dns\":{}}", err I0702 02:17:26.165926 3413 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-pcght of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:17:26.165968 3413 pods.go:174] Deleting pod: openshift-gitops/openshift-gitops-dex-server-6989976854-pcght I0702 02:17:26.167413 3413 pods.go:217] Attempting to release IPs for pod: openshift-gitops/openshift-gitops-dex-server-6989976854-pcght, ips: 10.128.0.30 I0702 02:17:26.167451 3413 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-pcght of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:17:26.498315 3413 namespace.go:136] [null] updating namespace I0702 02:17:26.695035 3413 namespace.go:136] [open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27] updating namespace I0702 02:17:26.815961 3413 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-pcght of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:17:26.815988 3413 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-pcght of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:17:26.822697 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-6989976854-pcght I0702 02:17:26.822761 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-6989976854-pcght I0702 02:17:27.107701 3413 namespace.go:136] [rhbk-operator] updating namespace I0702 02:17:27.308975 3413 namespace.go:136] [rhtpa-operator] updating namespace I0702 02:17:27.497691 3413 namespace.go:136] [tssc] updating namespace I0702 02:17:27.699449 3413 namespace.go:136] [tssc-dh] updating namespace I0702 02:17:27.899625 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:17:28.102371 3413 namespace.go:136] [tssc-keycloak] updating namespace I0702 02:17:28.306601 3413 namespace.go:136] [tssc-tas] updating namespace I0702 02:17:28.517237 3413 namespace.go:136] [tssc-tpa] updating namespace I0702 02:17:28.647014 3413 namespace.go:136] [default] updating namespace I0702 02:17:28.654873 3413 namespace.go:136] [null] updating namespace I0702 02:17:28.665209 3413 namespace.go:136] [open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27] updating namespace I0702 02:17:28.673306 3413 namespace.go:136] [openshift] updating namespace I0702 02:17:28.681887 3413 namespace.go:136] [rhbk-operator] updating namespace I0702 02:17:28.690134 3413 namespace.go:136] [rhtpa-operator] updating namespace I0702 02:17:28.698626 3413 namespace.go:136] [tssc] updating namespace I0702 02:17:28.715577 3413 namespace.go:136] [tssc-dh] updating namespace I0702 02:17:28.727681 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:17:28.737990 3413 namespace.go:136] [tssc-keycloak] updating namespace I0702 02:17:28.749309 3413 namespace.go:136] [tssc-tas] updating namespace I0702 02:17:28.758940 3413 namespace.go:136] [tssc-tpa] updating namespace I0702 02:17:28.855039 3413 namespace.go:136] [default] updating namespace I0702 02:17:28.954652 3413 namespace.go:136] [null] updating namespace I0702 02:17:29.061028 3413 namespace.go:136] [open-cluster-management-2r9nbgvmgvbn22v764b0rl5o6j84ga27] updating namespace I0702 02:17:29.160078 3413 namespace.go:136] [openshift] updating namespace I0702 02:17:29.270654 3413 namespace.go:136] [rhbk-operator] updating namespace I0702 02:17:29.378036 3413 namespace.go:136] [rhtpa-operator] updating namespace I0702 02:17:29.460116 3413 namespace.go:136] [tssc] updating namespace I0702 02:17:29.503597 3413 namespace.go:92] [trusted-artifact-signer] adding namespace I0702 02:17:29.504718 3413 namespace.go:96] [trusted-artifact-signer] adding namespace took 1.025488ms I0702 02:17:29.527610 3413 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 02:17:29.551445 3413 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 02:17:29.580042 3413 namespace.go:136] [tssc-dh] updating namespace I0702 02:17:29.711940 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:17:29.831663 3413 namespace.go:136] [tssc-keycloak] updating namespace I0702 02:17:29.894606 3413 namespace.go:136] [tssc-tas] updating namespace I0702 02:17:29.959755 3413 namespace.go:136] [tssc-tpa] updating namespace I0702 02:17:30.673601 3413 base_network_controller_pods.go:477] [default/trusted-artifact-signer/cli-server-9c7494b5b-xpdbv] creating logical port trusted-artifact-signer_cli-server-9c7494b5b-xpdbv for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:30.673780 3413 kube.go:317] Updating pod trusted-artifact-signer/cli-server-9c7494b5b-xpdbv I0702 02:17:30.687296 3413 pod.go:62] [trusted-artifact-signer/cli-server-9c7494b5b-xpdbv] pod update took 13.539193ms I0702 02:17:30.687349 3413 base_network_controller_pods.go:921] [default/trusted-artifact-signer/cli-server-9c7494b5b-xpdbv] addLogicalPort annotation time took 13.59309ms I0702 02:17:30.688771 3413 pods.go:252] [trusted-artifact-signer/cli-server-9c7494b5b-xpdbv] addLogicalPort took 15.192093ms, libovsdb time 938.56µs I0702 02:17:30.798614 3413 namespace.go:136] [openshift-pipelines] updating namespace I0702 02:17:30.943340 3413 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 02:17:31.074703 3413 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 02:17:31.160368 3413 namespace.go:136] [trusted-artifact-signer] updating namespace I0702 02:17:31.334254 3413 cni.go:312] [trusted-artifact-signer/cli-server-9c7494b5b-xpdbv a42270dbd66e8b9a554f63b8df60b4039fd0f49f8e1b1b73575a387c39155620 network default NAD default] ADD starting CNI request [trusted-artifact-signer/cli-server-9c7494b5b-xpdbv a42270dbd66e8b9a554f63b8df60b4039fd0f49f8e1b1b73575a387c39155620 network default NAD default] I0702 02:17:31.336012 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:31.336121 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:31.342721 3413 helper_linux.go:442] ConfigureOVS: namespace: trusted-artifact-signer, podName: cli-server-9c7494b5b-xpdbv, hostIfaceName: a42270dbd66e8b9, network: default, NAD default, SandboxID: "a42270dbd66e8b9a554f63b8df60b4039fd0f49f8e1b1b73575a387c39155620", PCI device ID: , UID: "d7b361ad-25fd-40c2-9dc1-56dbd1e364a5", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0702 02:17:31.391862 3413 cni.go:333] [trusted-artifact-signer/cli-server-9c7494b5b-xpdbv a42270dbd66e8b9a554f63b8df60b4039fd0f49f8e1b1b73575a387c39155620 network default NAD default] ADD finished CNI request [trusted-artifact-signer/cli-server-9c7494b5b-xpdbv a42270dbd66e8b9a554f63b8df60b4039fd0f49f8e1b1b73575a387c39155620 network default NAD default], result "{\"interfaces\":[{\"name\":\"a42270dbd66e8b9\",\"mac\":\"06:9f:82:29:5a:dd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/c364acde-acb8-42f1-9047-2b1fa1f0d85a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:32.865378 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::49f:82ff:fe29:5add/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:35.795408 3413 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 8 items received I0702 02:17:36.815967 3413 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 9 items received I0702 02:17:38.158059 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv] creating logical port openshift-pipelines_tekton-pipelines-controller-6c489959c7-n84gv for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:38.158195 3413 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv I0702 02:17:38.171983 3413 pod.go:62] [openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv] pod update took 13.835572ms I0702 02:17:38.172014 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv] addLogicalPort annotation time took 13.873985ms I0702 02:17:38.173784 3413 pods.go:252] [openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv] addLogicalPort took 15.743747ms, libovsdb time 1.189981ms I0702 02:17:38.234990 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-events-controller-7496646f66-4srrf] creating logical port openshift-pipelines_tekton-events-controller-7496646f66-4srrf for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:38.235183 3413 kube.go:317] Updating pod openshift-pipelines/tekton-events-controller-7496646f66-4srrf I0702 02:17:38.249900 3413 pod.go:62] [openshift-pipelines/tekton-events-controller-7496646f66-4srrf] pod update took 14.750521ms I0702 02:17:38.249995 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-events-controller-7496646f66-4srrf] addLogicalPort annotation time took 14.8524ms I0702 02:17:38.254324 3413 pods.go:252] [openshift-pipelines/tekton-events-controller-7496646f66-4srrf] addLogicalPort took 19.351669ms, libovsdb time 3.577451ms I0702 02:17:38.337443 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs] creating logical port openshift-pipelines_tekton-pipelines-remote-resolvers-594965846d-kgtfs for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:38.337577 3413 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs I0702 02:17:38.352746 3413 pod.go:62] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs] pod update took 15.214307ms I0702 02:17:38.352886 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs] addLogicalPort annotation time took 15.358612ms I0702 02:17:38.354860 3413 pods.go:252] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs] addLogicalPort took 17.438876ms, libovsdb time 1.274681ms I0702 02:17:38.433235 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs] creating logical port openshift-pipelines_tekton-pipelines-webhook-77f9b59d76-8prhs for pod on switch ip-10-0-1-108.ec2.internal I0702 02:17:38.433457 3413 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs I0702 02:17:38.450085 3413 pod.go:62] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs] pod update took 16.672936ms I0702 02:17:38.450171 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs] addLogicalPort annotation time took 16.781073ms I0702 02:17:38.451762 3413 pods.go:252] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs] addLogicalPort took 18.581944ms, libovsdb time 1.030189ms I0702 02:17:39.576884 3413 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} I0702 02:17:39.576942 3413 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} I0702 02:17:39.710986 3413 cni.go:312] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs e8d09e18a2ebf44406981f6c5e2978c84001585f7e8944cb9be9bca633e8f128 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs e8d09e18a2ebf44406981f6c5e2978c84001585f7e8944cb9be9bca633e8f128 network default NAD default] I0702 02:17:39.713864 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:39.713906 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:39.716486 3413 cni.go:312] [openshift-pipelines/tekton-events-controller-7496646f66-4srrf cb88f7bf092da33c5d046b2b9f28ab061fcb5665d5cef80870f021feb7dd121f network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-events-controller-7496646f66-4srrf cb88f7bf092da33c5d046b2b9f28ab061fcb5665d5cef80870f021feb7dd121f network default NAD default] I0702 02:17:39.718356 3413 cni.go:312] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs c5278aab06d1cee81aae039251f290eed684032b2d0efc73a7adb2f36e86fc8e network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs c5278aab06d1cee81aae039251f290eed684032b2d0efc73a7adb2f36e86fc8e network default NAD default] I0702 02:17:39.721833 3413 cni.go:312] [openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv b6e4c52053a480d9a66dd5a4d630711f90e8f60d604187c11765911f529a6ed1 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv b6e4c52053a480d9a66dd5a4d630711f90e8f60d604187c11765911f529a6ed1 network default NAD default] I0702 02:17:39.722314 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:39.722718 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:39.722733 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:39.722754 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:39.725527 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-webhook-77f9b59d76-8prhs, hostIfaceName: e8d09e18a2ebf44, network: default, NAD default, SandboxID: "e8d09e18a2ebf44406981f6c5e2978c84001585f7e8944cb9be9bca633e8f128", PCI device ID: , UID: "b1769242-4f60-4ee2-8ae2-6d8be9d0ffe8", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0702 02:17:39.729906 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:39.730002 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:17:39.733889 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-controller-6c489959c7-n84gv, hostIfaceName: b6e4c52053a480d, network: default, NAD default, SandboxID: "b6e4c52053a480d9a66dd5a4d630711f90e8f60d604187c11765911f529a6ed1", PCI device ID: , UID: "c6679cec-82a8-4d51-87a5-d1c9aa33fd9d", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0702 02:17:39.739047 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-remote-resolvers-594965846d-kgtfs, hostIfaceName: c5278aab06d1cee, network: default, NAD default, SandboxID: "c5278aab06d1cee81aae039251f290eed684032b2d0efc73a7adb2f36e86fc8e", PCI device ID: , UID: "77f1b6e7-bff1-4077-879b-adc545b467a4", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0702 02:17:39.748244 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-events-controller-7496646f66-4srrf, hostIfaceName: cb88f7bf092da33, network: default, NAD default, SandboxID: "cb88f7bf092da33c5d046b2b9f28ab061fcb5665d5cef80870f021feb7dd121f", PCI device ID: , UID: "8f8e3e1b-4a2d-4e36-b778-6ea73d215b94", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0702 02:17:39.814790 3413 cni.go:333] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs e8d09e18a2ebf44406981f6c5e2978c84001585f7e8944cb9be9bca633e8f128 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-8prhs e8d09e18a2ebf44406981f6c5e2978c84001585f7e8944cb9be9bca633e8f128 network default NAD default], result "{\"interfaces\":[{\"name\":\"e8d09e18a2ebf44\",\"mac\":\"b2:66:18:48:61:11\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/c6b9976e-b411-4610-961b-c8db8ae3fa3d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:39.876090 3413 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 I0702 02:17:39.876949 3413 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 I0702 02:17:39.946484 3413 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 I0702 02:17:39.946518 3413 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 I0702 02:17:39.970365 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0702 02:17:39.970410 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0702 02:17:40.041892 3413 cni.go:333] [openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv b6e4c52053a480d9a66dd5a4d630711f90e8f60d604187c11765911f529a6ed1 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-controller-6c489959c7-n84gv b6e4c52053a480d9a66dd5a4d630711f90e8f60d604187c11765911f529a6ed1 network default NAD default], result "{\"interfaces\":[{\"name\":\"b6e4c52053a480d\",\"mac\":\"12:c0:c0:0a:8a:70\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/0230e06f-3070-47ef-be4b-859f054fb189\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:40.042434 3413 cni.go:333] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs c5278aab06d1cee81aae039251f290eed684032b2d0efc73a7adb2f36e86fc8e network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-kgtfs c5278aab06d1cee81aae039251f290eed684032b2d0efc73a7adb2f36e86fc8e network default NAD default], result "{\"interfaces\":[{\"name\":\"c5278aab06d1cee\",\"mac\":\"02:a1:de:97:a3:c4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/d3ac8389-0f77-4ae6-a1be-406531a3fc95\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:40.042689 3413 cni.go:333] [openshift-pipelines/tekton-events-controller-7496646f66-4srrf cb88f7bf092da33c5d046b2b9f28ab061fcb5665d5cef80870f021feb7dd121f network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-events-controller-7496646f66-4srrf cb88f7bf092da33c5d046b2b9f28ab061fcb5665d5cef80870f021feb7dd121f network default NAD default], result "{\"interfaces\":[{\"name\":\"cb88f7bf092da33\",\"mac\":\"06:df:15:dd:21:24\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/8571c39c-7456-41b5-9c9a-ff22c9abfa39\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:17:40.865521 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::b066:18ff:fe48:6111/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:40.865642 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::10c0:c0ff:fe0a:8a70/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:41.185398 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::4df:15ff:fedd:2124/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:41.263910 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:17:41.279712 3413 namespace.go:136] [tssc-gitops] updating namespace I0702 02:17:41.569488 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::a1:deff:fe97:a3c4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:17:42.680422 3413 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0702 02:17:42.682845 3413 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,},} I0702 02:17:42.684197 3413 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,},} I0702 02:17:42.685506 3413 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} I0702 02:17:42.685575 3413 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,},}] I0702 02:17:42.704634 3413 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0702 02:17:42.704882 3413 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0702 02:17:42.713631 3413 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,},}] I0702 02:17:42.716281 3413 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0702 02:17:50.571165 3413 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-nl2zm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:17:50.571830 3413 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-nl2zm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:17:50.956601 3413 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-nl2zm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:17:50.956680 3413 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-nl2zm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:17:50.966104 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-6b585d4667-nl2zm I0702 02:17:50.966131 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-6b585d4667-nl2zm E0702 02:17:58.789933 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:17:58.789986 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:17:58.789998 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:18:05.704585 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 240 items received I0702 02:18:06.127522 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp] creating logical port openshift-pipelines_tekton-triggers-core-interceptors-56b4785856-422pp for pod on switch ip-10-0-1-108.ec2.internal I0702 02:18:06.127735 3413 kube.go:317] Updating pod openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp I0702 02:18:06.142236 3413 pod.go:62] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp] pod update took 14.521563ms I0702 02:18:06.142259 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp] addLogicalPort annotation time took 14.571901ms I0702 02:18:06.143812 3413 pods.go:252] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp] addLogicalPort took 16.322743ms, libovsdb time 1.054384ms I0702 02:18:06.483202 3413 cni.go:312] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp f3b3091c9a3660386ae6d76e8b7238ad7c717bbc0f9944bab9651b66560d4e4c network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp f3b3091c9a3660386ae6d76e8b7238ad7c717bbc0f9944bab9651b66560d4e4c network default NAD default] I0702 02:18:06.485002 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:06.485027 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:18:06.491884 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-core-interceptors-56b4785856-422pp, hostIfaceName: f3b3091c9a36603, network: default, NAD default, SandboxID: "f3b3091c9a3660386ae6d76e8b7238ad7c717bbc0f9944bab9651b66560d4e4c", PCI device ID: , UID: "bc48b992-f15e-444a-8413-a66c1f7fc7e4", MAC: 0a:58:0a:80:00:27, IPs: [10.128.0.39/23] I0702 02:18:06.543726 3413 cni.go:333] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp f3b3091c9a3660386ae6d76e8b7238ad7c717bbc0f9944bab9651b66560d4e4c network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-422pp f3b3091c9a3660386ae6d76e8b7238ad7c717bbc0f9944bab9651b66560d4e4c network default NAD default], result "{\"interfaces\":[{\"name\":\"f3b3091c9a36603\",\"mac\":\"46:0c:f8:18:a2:27\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:27\",\"sandbox\":\"/var/run/netns/8680cb3a-a9d8-4029-9c69-1813b23424b0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.39/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:18:07.745372 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::440c:f8ff:fe18:a227/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:09.595954 3413 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} I0702 02:18:09.596021 3413 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} E0702 02:18:19.306787 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:18:19.306817 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:18:19.306826 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:18:24.688943 3413 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0702 02:18:24.878313 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-results-api-64d655486-g8f2c] creating logical port openshift-pipelines_tekton-results-api-64d655486-g8f2c for pod on switch ip-10-0-1-108.ec2.internal I0702 02:18:24.878435 3413 kube.go:317] Updating pod openshift-pipelines/tekton-results-api-64d655486-g8f2c I0702 02:18:24.894976 3413 pod.go:62] [openshift-pipelines/tekton-results-api-64d655486-g8f2c] pod update took 16.567097ms I0702 02:18:24.895013 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-results-api-64d655486-g8f2c] addLogicalPort annotation time took 16.611318ms I0702 02:18:24.896704 3413 pods.go:252] [openshift-pipelines/tekton-results-api-64d655486-g8f2c] addLogicalPort took 18.447835ms, libovsdb time 1.004308ms I0702 02:18:24.956621 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz] creating logical port openshift-pipelines_tekton-results-retention-policy-agent-689d8d7f7d-5mrqz for pod on switch ip-10-0-1-108.ec2.internal I0702 02:18:24.956804 3413 kube.go:317] Updating pod openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz I0702 02:18:24.969388 3413 pod.go:62] [openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz] pod update took 12.605987ms I0702 02:18:24.969428 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz] addLogicalPort annotation time took 12.648881ms I0702 02:18:24.971113 3413 pods.go:252] [openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz] addLogicalPort took 14.519579ms, libovsdb time 1.017781ms I0702 02:18:25.313246 3413 cni.go:312] [openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz 0f45aecab9f62de9476ca459fd544589789f3c8ac07377da11522cf04f23541a network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz 0f45aecab9f62de9476ca459fd544589789f3c8ac07377da11522cf04f23541a network default NAD default] I0702 02:18:25.318827 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:25.318907 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:18:25.325890 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-retention-policy-agent-689d8d7f7d-5mrqz, hostIfaceName: 0f45aecab9f62de, network: default, NAD default, SandboxID: "0f45aecab9f62de9476ca459fd544589789f3c8ac07377da11522cf04f23541a", PCI device ID: , UID: "93e9c1e5-3f95-4652-a9a9-b5233cd40aec", MAC: 0a:58:0a:80:00:29, IPs: [10.128.0.41/23] I0702 02:18:25.373833 3413 cni.go:333] [openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz 0f45aecab9f62de9476ca459fd544589789f3c8ac07377da11522cf04f23541a network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-retention-policy-agent-689d8d7f7d-5mrqz 0f45aecab9f62de9476ca459fd544589789f3c8ac07377da11522cf04f23541a network default NAD default], result "{\"interfaces\":[{\"name\":\"0f45aecab9f62de\",\"mac\":\"82:1d:37:f1:c5:9d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:29\",\"sandbox\":\"/var/run/netns/ee08c6e1-44ba-46c8-95e2-7a6e363c3a7c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.41/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:18:25.532324 3413 cni.go:312] [openshift-pipelines/tekton-results-api-64d655486-g8f2c ed002c874f563ce7f238a6519002b22c487740e6d162c5c85e5ce9155c4437ce network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-api-64d655486-g8f2c ed002c874f563ce7f238a6519002b22c487740e6d162c5c85e5ce9155c4437ce network default NAD default] I0702 02:18:25.535162 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:25.535200 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:18:25.541119 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-api-64d655486-g8f2c, hostIfaceName: ed002c874f563ce, network: default, NAD default, SandboxID: "ed002c874f563ce7f238a6519002b22c487740e6d162c5c85e5ce9155c4437ce", PCI device ID: , UID: "27d3e6c4-8b9c-467a-b832-ddbae8d9e586", MAC: 0a:58:0a:80:00:28, IPs: [10.128.0.40/23] I0702 02:18:25.588607 3413 cni.go:333] [openshift-pipelines/tekton-results-api-64d655486-g8f2c ed002c874f563ce7f238a6519002b22c487740e6d162c5c85e5ce9155c4437ce network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-api-64d655486-g8f2c ed002c874f563ce7f238a6519002b22c487740e6d162c5c85e5ce9155c4437ce network default NAD default], result "{\"interfaces\":[{\"name\":\"ed002c874f563ce\",\"mac\":\"ca:70:01:60:77:9a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:28\",\"sandbox\":\"/var/run/netns/e176d71b-9d21-4da5-ab1e-fc4975b62425\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.40/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:18:26.369400 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::801d:37ff:fef1:c59d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:26.753362 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::c870:1ff:fe60:779a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:28.143385 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-results-postgres-0] creating logical port openshift-pipelines_tekton-results-postgres-0 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:18:28.143505 3413 kube.go:317] Updating pod openshift-pipelines/tekton-results-postgres-0 I0702 02:18:28.158032 3413 pod.go:62] [openshift-pipelines/tekton-results-postgres-0] pod update took 14.558255ms I0702 02:18:28.158063 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-results-postgres-0] addLogicalPort annotation time took 14.597715ms I0702 02:18:28.159927 3413 pods.go:252] [openshift-pipelines/tekton-results-postgres-0] addLogicalPort took 16.5733ms, libovsdb time 1.188941ms E0702 02:18:29.416149 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:18:29.416188 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:18:29.416198 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:18:30.675738 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:18:30.675769 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:18:30.675782 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:18:31.203136 3413 cni.go:312] [openshift-pipelines/tekton-results-postgres-0 9cc2f863ecd9106f9c000532c052d433d622c8e3dd383dfcbf89a4f4a54c4633 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-postgres-0 9cc2f863ecd9106f9c000532c052d433d622c8e3dd383dfcbf89a4f4a54c4633 network default NAD default] I0702 02:18:31.205074 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:31.205102 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:18:31.213776 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-postgres-0, hostIfaceName: 9cc2f863ecd9106, network: default, NAD default, SandboxID: "9cc2f863ecd9106f9c000532c052d433d622c8e3dd383dfcbf89a4f4a54c4633", PCI device ID: , UID: "86180400-fd95-4ba0-bee0-772cdb63f4e2", MAC: 0a:58:0a:80:00:2a, IPs: [10.128.0.42/23] I0702 02:18:31.266476 3413 cni.go:333] [openshift-pipelines/tekton-results-postgres-0 9cc2f863ecd9106f9c000532c052d433d622c8e3dd383dfcbf89a4f4a54c4633 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-postgres-0 9cc2f863ecd9106f9c000532c052d433d622c8e3dd383dfcbf89a4f4a54c4633 network default NAD default], result "{\"interfaces\":[{\"name\":\"9cc2f863ecd9106\",\"mac\":\"3e:a3:56:55:b4:e4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2a\",\"sandbox\":\"/var/run/netns/86c99a6a-202f-41c9-a42c-2da714d75317\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.42/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:18:32.577439 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::3ca3:56ff:fe55:b4e4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:34.130120 3413 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT E0702 02:18:34.678861 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 02:18:35.342787 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 02:18:35.932058 3413 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-mzbr9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:18:35.932663 3413 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-mzbr9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:18:36.962504 3413 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-mzbr9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:18:36.962536 3413 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-mzbr9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:18:39.613039 3413 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} I0702 02:18:39.613128 3413 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} I0702 02:18:45.952804 3413 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 I0702 02:18:45.953549 3413 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 I0702 02:18:45.974115 3413 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 I0702 02:18:45.974145 3413 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 I0702 02:18:45.980266 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0702 02:18:45.980305 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0702 02:18:46.201579 3413 namespace.go:136] [tssc-gitops] updating namespace E0702 02:18:49.908798 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:18:49.908892 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:18:49.908907 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:18:51.777540 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6] creating logical port openshift-pipelines_tkn-cli-serve-6d85d67994-gd6f6 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:18:51.777667 3413 kube.go:317] Updating pod openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6 I0702 02:18:51.794482 3413 pod.go:62] [openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6] pod update took 16.852523ms I0702 02:18:51.794564 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6] addLogicalPort annotation time took 16.948108ms I0702 02:18:51.795983 3413 pods.go:252] [openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6] addLogicalPort took 18.475962ms, libovsdb time 902.653µs I0702 02:18:52.137644 3413 cni.go:312] [openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6 ca88b9cd3ce7388ace1ea1087f5fe2ec0a695f103f4dbc556ccc0f86a2a0809b network default NAD default] ADD starting CNI request [openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6 ca88b9cd3ce7388ace1ea1087f5fe2ec0a695f103f4dbc556ccc0f86a2a0809b network default NAD default] I0702 02:18:52.139332 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:18:52.139352 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:18:52.145992 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tkn-cli-serve-6d85d67994-gd6f6, hostIfaceName: ca88b9cd3ce7388, network: default, NAD default, SandboxID: "ca88b9cd3ce7388ace1ea1087f5fe2ec0a695f103f4dbc556ccc0f86a2a0809b", PCI device ID: , UID: "2f9e299d-f803-4741-b35c-e7fe6da87ba0", MAC: 0a:58:0a:80:00:2b, IPs: [10.128.0.43/23] I0702 02:18:52.196774 3413 cni.go:333] [openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6 ca88b9cd3ce7388ace1ea1087f5fe2ec0a695f103f4dbc556ccc0f86a2a0809b network default NAD default] ADD finished CNI request [openshift-pipelines/tkn-cli-serve-6d85d67994-gd6f6 ca88b9cd3ce7388ace1ea1087f5fe2ec0a695f103f4dbc556ccc0f86a2a0809b network default NAD default], result "{\"interfaces\":[{\"name\":\"ca88b9cd3ce7388\",\"mac\":\"a6:66:db:b6:65:c8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2b\",\"sandbox\":\"/var/run/netns/0584faf9-a5d1-424e-baeb-9b570c67b140\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.43/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:18:53.249356 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::a466:dbff:feb6:65c8/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:19:09.628209 3413 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} I0702 02:19:09.628306 3413 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} E0702 02:19:20.381796 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:19:20.381823 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:19:20.381830 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:19:22.102246 3413 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 I0702 02:19:22.102895 3413 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 I0702 02:19:22.122865 3413 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 I0702 02:19:22.122893 3413 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 I0702 02:19:22.129754 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0702 02:19:22.129792 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0702 02:19:23.088323 3413 base_network_controller_pods.go:477] [default/openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j] creating logical port openshift-pipelines_pipelines-as-code-webhook-66d77d84dd-rnl5j for pod on switch ip-10-0-1-108.ec2.internal I0702 02:19:23.088518 3413 kube.go:317] Updating pod openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j I0702 02:19:23.112603 3413 pod.go:62] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j] pod update took 24.110007ms I0702 02:19:23.112659 3413 base_network_controller_pods.go:921] [default/openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j] addLogicalPort annotation time took 24.171288ms I0702 02:19:23.113977 3413 pods.go:252] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j] addLogicalPort took 25.67387ms, libovsdb time 858.808µs I0702 02:19:23.443385 3413 cni.go:312] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j 9c2e9e0017bc657d248dfd4e038f30ce97508ed1d80494d4a69ab3133c5df5fd network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j 9c2e9e0017bc657d248dfd4e038f30ce97508ed1d80494d4a69ab3133c5df5fd network default NAD default] I0702 02:19:23.445195 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:19:23.445299 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:19:23.451601 3413 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-webhook-66d77d84dd-rnl5j, hostIfaceName: 9c2e9e0017bc657, network: default, NAD default, SandboxID: "9c2e9e0017bc657d248dfd4e038f30ce97508ed1d80494d4a69ab3133c5df5fd", PCI device ID: , UID: "73f99191-888b-45eb-928d-7c950edfb095", MAC: 0a:58:0a:80:00:2c, IPs: [10.128.0.44/23] I0702 02:19:23.471442 3413 base_network_controller_pods.go:477] [default/tssc-keycloak/keycloak-0] creating logical port tssc-keycloak_keycloak-0 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:19:23.471566 3413 kube.go:317] Updating pod tssc-keycloak/keycloak-0 I0702 02:19:23.485908 3413 pod.go:62] [tssc-keycloak/keycloak-0] pod update took 14.386093ms I0702 02:19:23.485997 3413 base_network_controller_pods.go:921] [default/tssc-keycloak/keycloak-0] addLogicalPort annotation time took 14.480133ms I0702 02:19:23.487615 3413 pods.go:252] [tssc-keycloak/keycloak-0] addLogicalPort took 16.193574ms, libovsdb time 976.651µs I0702 02:19:23.508932 3413 cni.go:333] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j 9c2e9e0017bc657d248dfd4e038f30ce97508ed1d80494d4a69ab3133c5df5fd network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-rnl5j 9c2e9e0017bc657d248dfd4e038f30ce97508ed1d80494d4a69ab3133c5df5fd network default NAD default], result "{\"interfaces\":[{\"name\":\"9c2e9e0017bc657\",\"mac\":\"9e:98:69:b9:81:85\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2c\",\"sandbox\":\"/var/run/netns/59896f29-ad50-400e-950a-112f170aac2a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.44/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:19:23.833897 3413 cni.go:312] [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default] I0702 02:19:23.836705 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:19:23.836828 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:19:23.843876 3413 helper_linux.go:442] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-0, hostIfaceName: be95d9732571de0, network: default, NAD default, SandboxID: "be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c", PCI device ID: , UID: "8e8b08b1-a95c-49de-9cc8-69f765c2a493", MAC: 0a:58:0a:80:00:2d, IPs: [10.128.0.45/23] I0702 02:19:23.893327 3413 cni.go:333] [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default], result "{\"interfaces\":[{\"name\":\"be95d9732571de0\",\"mac\":\"ba:a9:a1:13:1d:3d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2d\",\"sandbox\":\"/var/run/netns/a0ff0848-7949-43a7-9f9f-ee4fcdcf2aa3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.45/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:19:24.609427 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::9c98:69ff:feb9:8185/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:19:25.634375 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::b8a9:a1ff:fe13:1d3d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 02:19:30.615940 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:19:30.615975 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:19:30.615988 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:19:37.717658 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 583 items received I0702 02:19:39.649139 3413 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} I0702 02:19:39.649251 3413 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} E0702 02:19:51.075294 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:19:51.075328 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:19:51.075337 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:19:53.564134 3413 cni.go:312] [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default] DEL starting CNI request [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default] I0702 02:19:53.642707 3413 cni.go:333] [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default] DEL finished CNI request [tssc-keycloak/keycloak-0 be95d9732571de073a3dfc281a9525497b05e7b4e5b74392546626672e10e85c network default NAD default], result "{\"dns\":{}}", err I0702 02:19:53.701878 3413 obj_retry.go:466] Detected object tssc-keycloak/keycloak-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:19:53.702023 3413 pods.go:174] Deleting pod: tssc-keycloak/keycloak-0 I0702 02:19:53.703767 3413 pods.go:217] Attempting to release IPs for pod: tssc-keycloak/keycloak-0, ips: 10.128.0.45 I0702 02:19:53.703803 3413 obj_retry.go:466] Detected object tssc-keycloak/keycloak-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:19:53.712465 3413 base_network_controller_pods.go:477] [default/tssc-keycloak/tssc-iam-d6s58] creating logical port tssc-keycloak_tssc-iam-d6s58 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:19:53.712633 3413 kube.go:317] Updating pod tssc-keycloak/tssc-iam-d6s58 I0702 02:19:53.728496 3413 pod.go:62] [tssc-keycloak/tssc-iam-d6s58] pod update took 15.898795ms I0702 02:19:53.728535 3413 base_network_controller_pods.go:921] [default/tssc-keycloak/tssc-iam-d6s58] addLogicalPort annotation time took 15.943976ms I0702 02:19:53.729852 3413 pods.go:252] [tssc-keycloak/tssc-iam-d6s58] addLogicalPort took 17.414373ms, libovsdb time 799.212µs I0702 02:19:53.831299 3413 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 I0702 02:19:54.069543 3413 cni.go:312] [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default] ADD starting CNI request [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default] I0702 02:19:54.071330 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:19:54.071432 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:19:54.077770 3413 helper_linux.go:442] ConfigureOVS: namespace: tssc-keycloak, podName: tssc-iam-d6s58, hostIfaceName: 08c5fefa2206397, network: default, NAD default, SandboxID: "08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8", PCI device ID: , UID: "534e4e76-7ad8-4c13-957c-536f99b560c8", MAC: 0a:58:0a:80:00:2e, IPs: [10.128.0.46/23] I0702 02:19:54.127372 3413 cni.go:333] [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default] ADD finished CNI request [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default], result "{\"interfaces\":[{\"name\":\"08c5fefa2206397\",\"mac\":\"ea:6a:07:42:ae:c3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2e\",\"sandbox\":\"/var/run/netns/1fc81753-850f-4f14-8be6-56e932dcad20\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.46/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:19:54.421834 3413 obj_retry.go:460] Detected object tssc-keycloak/keycloak-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:19:54.421869 3413 obj_retry.go:460] Detected object tssc-keycloak/keycloak-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:19:54.429572 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-keycloak/keycloak-0 I0702 02:19:54.429657 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-keycloak/keycloak-0 I0702 02:19:54.458206 3413 base_network_controller_pods.go:477] [default/tssc-keycloak/keycloak-0] creating logical port tssc-keycloak_keycloak-0 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:19:54.458369 3413 kube.go:317] Updating pod tssc-keycloak/keycloak-0 I0702 02:19:54.471270 3413 pod.go:62] [tssc-keycloak/keycloak-0] pod update took 12.92657ms I0702 02:19:54.471299 3413 base_network_controller_pods.go:921] [default/tssc-keycloak/keycloak-0] addLogicalPort annotation time took 12.96301ms I0702 02:19:54.472992 3413 pods.go:252] [tssc-keycloak/keycloak-0] addLogicalPort took 14.809472ms, libovsdb time 1.125698ms I0702 02:19:55.128852 3413 cni.go:312] [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default] I0702 02:19:55.133471 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:19:55.133570 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:19:55.147271 3413 helper_linux.go:442] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-0, hostIfaceName: 6bcf9071f013a6e, network: default, NAD default, SandboxID: "6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f", PCI device ID: , UID: "94cfbe16-bfac-4527-8c14-0b6b237ac56d", MAC: 0a:58:0a:80:00:2f, IPs: [10.128.0.47/23] I0702 02:19:55.200316 3413 cni.go:333] [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default], result "{\"interfaces\":[{\"name\":\"6bcf9071f013a6e\",\"mac\":\"12:7e:f5:8c:a8:82\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2f\",\"sandbox\":\"/var/run/netns/04d6f28f-306d-4b72-a77f-8ce13d4c82b9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.47/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:19:55.971146 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::e86a:7ff:fe42:aec3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:19:56.296755 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::107e:f5ff:fe8c:a882/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:20:04.255117 3413 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715980-fhj9j of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:20:04.259411 3413 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715980-fhj9j of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:20:05.146585 3413 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715980-fhj9j of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:20:05.146623 3413 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715980-fhj9j of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:20:09.670847 3413 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} I0702 02:20:09.670944 3413 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} I0702 02:20:11.793334 3413 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0702 02:20:20.571694 3413 cni.go:312] [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default] DEL starting CNI request [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default] I0702 02:20:20.651783 3413 cni.go:333] [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default] DEL finished CNI request [tssc-keycloak/tssc-iam-d6s58 08c5fefa2206397e1e96acc49f0324ad81fcd36bd1b5f0a508c9a803407616d8 network default NAD default], result "{\"dns\":{}}", err I0702 02:20:20.707472 3413 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-d6s58 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:20:20.707512 3413 pods.go:174] Deleting pod: tssc-keycloak/tssc-iam-d6s58 I0702 02:20:20.709448 3413 pods.go:217] Attempting to release IPs for pod: tssc-keycloak/tssc-iam-d6s58, ips: 10.128.0.46 I0702 02:20:20.709484 3413 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-d6s58 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:20:21.731182 3413 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-d6s58 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:20:21.731239 3413 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-d6s58 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:20:21.813786 3413 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 2 items received I0702 02:20:22.697429 3413 cni.go:312] [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default] DEL starting CNI request [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default] I0702 02:20:22.777298 3413 cni.go:333] [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default] DEL finished CNI request [tssc-keycloak/keycloak-0 6bcf9071f013a6e70799be6e310937ba6b519c21e43fe9ef35b1da7fbbb0a16f network default NAD default], result "{\"dns\":{}}", err I0702 02:20:22.833088 3413 obj_retry.go:466] Detected object tssc-keycloak/keycloak-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:20:22.833296 3413 pods.go:174] Deleting pod: tssc-keycloak/keycloak-0 I0702 02:20:22.835356 3413 pods.go:217] Attempting to release IPs for pod: tssc-keycloak/keycloak-0, ips: 10.128.0.47 I0702 02:20:22.835397 3413 obj_retry.go:466] Detected object tssc-keycloak/keycloak-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:20:23.579418 3413 obj_retry.go:460] Detected object tssc-keycloak/keycloak-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:20:23.579450 3413 obj_retry.go:460] Detected object tssc-keycloak/keycloak-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:20:23.582751 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-keycloak/keycloak-0 I0702 02:20:23.582782 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-keycloak/keycloak-0 I0702 02:20:23.608298 3413 base_network_controller_pods.go:477] [default/tssc-keycloak/keycloak-0] creating logical port tssc-keycloak_keycloak-0 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:20:23.608480 3413 kube.go:317] Updating pod tssc-keycloak/keycloak-0 I0702 02:20:23.621169 3413 pod.go:62] [tssc-keycloak/keycloak-0] pod update took 12.732024ms I0702 02:20:23.621195 3413 base_network_controller_pods.go:921] [default/tssc-keycloak/keycloak-0] addLogicalPort annotation time took 12.766085ms I0702 02:20:23.622834 3413 pods.go:252] [tssc-keycloak/keycloak-0] addLogicalPort took 14.556556ms, libovsdb time 938.706µs I0702 02:20:23.968629 3413 cni.go:312] [tssc-keycloak/keycloak-0 3bdbe3bf0f28233bd69c20cad27fe4d4a3e155b9b1d395992256aa5a1280cc3a network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-0 3bdbe3bf0f28233bd69c20cad27fe4d4a3e155b9b1d395992256aa5a1280cc3a network default NAD default] I0702 02:20:23.970465 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:20:23.970553 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:20:23.977179 3413 helper_linux.go:442] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-0, hostIfaceName: 3bdbe3bf0f28233, network: default, NAD default, SandboxID: "3bdbe3bf0f28233bd69c20cad27fe4d4a3e155b9b1d395992256aa5a1280cc3a", PCI device ID: , UID: "8a88a51f-59b6-4a81-b33a-6617e736330d", MAC: 0a:58:0a:80:00:30, IPs: [10.128.0.48/23] I0702 02:20:24.029931 3413 cni.go:333] [tssc-keycloak/keycloak-0 3bdbe3bf0f28233bd69c20cad27fe4d4a3e155b9b1d395992256aa5a1280cc3a network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-0 3bdbe3bf0f28233bd69c20cad27fe4d4a3e155b9b1d395992256aa5a1280cc3a network default NAD default], result "{\"interfaces\":[{\"name\":\"3bdbe3bf0f28233\",\"mac\":\"aa:cd:48:ba:21:c7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:30\",\"sandbox\":\"/var/run/netns/000cfc39-a507-4255-993c-e0907eb9361b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.48/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:20:24.316259 3413 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 I0702 02:20:24.316934 3413 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 I0702 02:20:25.793415 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::a8cd:48ff:feba:21c7/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:20:39.690206 3413 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} I0702 02:20:39.690319 3413 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} E0702 02:20:41.798172 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:20:41.798329 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:20:41.798347 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:20:51.829093 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:20:51.829121 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:20:51.829131 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:21:03.708844 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 75 items received I0702 02:21:09.706417 3413 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} I0702 02:21:09.706477 3413 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} I0702 02:21:24.406187 3413 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 I0702 02:21:24.406230 3413 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 I0702 02:21:24.411792 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0702 02:21:24.411888 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0702 02:21:24.714870 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 97 items received I0702 02:21:25.802737 3413 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 E0702 02:21:32.826469 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:21:32.826510 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:21:32.826520 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:21:33.550323 3413 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 I0702 02:21:33.551001 3413 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 I0702 02:21:33.572126 3413 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 I0702 02:21:33.572205 3413 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 I0702 02:21:33.575093 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0702 02:21:33.575160 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0702 02:21:36.847625 3413 base_network_controller_pods.go:477] [default/tssc-tas/rekor-createtree-job-w4fgs-zj24c] creating logical port tssc-tas_rekor-createtree-job-w4fgs-zj24c for pod on switch ip-10-0-1-108.ec2.internal I0702 02:21:36.847823 3413 kube.go:317] Updating pod tssc-tas/rekor-createtree-job-w4fgs-zj24c I0702 02:21:36.860758 3413 pod.go:62] [tssc-tas/rekor-createtree-job-w4fgs-zj24c] pod update took 12.969971ms I0702 02:21:36.860785 3413 base_network_controller_pods.go:921] [default/tssc-tas/rekor-createtree-job-w4fgs-zj24c] addLogicalPort annotation time took 13.00137ms I0702 02:21:36.862243 3413 pods.go:252] [tssc-tas/rekor-createtree-job-w4fgs-zj24c] addLogicalPort took 14.638557ms, libovsdb time 870.175µs I0702 02:21:37.208889 3413 cni.go:312] [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default] ADD starting CNI request [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default] I0702 02:21:37.211417 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:21:37.211722 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:21:37.216892 3413 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-createtree-job-w4fgs-zj24c, hostIfaceName: aa5d79e39876a9b, network: default, NAD default, SandboxID: "aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220", PCI device ID: , UID: "43f97e9a-e4d9-47a0-9cce-70f64d894a34", MAC: 0a:58:0a:80:00:31, IPs: [10.128.0.49/23] I0702 02:21:37.268188 3413 cni.go:333] [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default] ADD finished CNI request [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default], result "{\"interfaces\":[{\"name\":\"aa5d79e39876a9b\",\"mac\":\"6a:7e:89:5f:59:0f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:31\",\"sandbox\":\"/var/run/netns/1514dfa2-b04b-4819-8208-770b302dcf5b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.49/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:21:38.626363 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::687e:89ff:fe5f:590f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:21:39.723230 3413 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} I0702 02:21:39.723294 3413 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} E0702 02:21:42.896369 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:21:42.896414 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:21:42.896424 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:22:03.411060 3413 namespace.go:136] [openshift-pipelines] updating namespace I0702 02:22:03.411178 3413 namespace.go:136] [openshift-gitops] updating namespace I0702 02:22:03.825000 3413 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 3 items received I0702 02:22:09.741661 3413 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} I0702 02:22:09.741723 3413 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} I0702 02:22:13.451854 3413 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-58rxm-rbtz6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:22:13.452614 3413 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-58rxm-rbtz6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0702 02:22:13.612449 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:22:13.612548 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:22:13.612564 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:22:14.332750 3413 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-58rxm-rbtz6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:22:14.332781 3413 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-58rxm-rbtz6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0702 02:22:23.710771 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:22:23.710882 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:22:23.710898 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:22:39.766280 3413 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} I0702 02:22:39.766344 3413 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} I0702 02:22:49.808263 3413 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 3 items received I0702 02:22:54.855570 3413 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 I0702 02:22:54.856316 3413 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 I0702 02:22:54.879159 3413 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 I0702 02:22:54.879184 3413 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 I0702 02:22:54.885751 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0702 02:22:54.885801 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0702 02:22:56.135302 3413 cni.go:312] [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default] DEL starting CNI request [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default] I0702 02:22:56.215403 3413 cni.go:333] [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default] DEL finished CNI request [tssc-tas/rekor-createtree-job-w4fgs-zj24c aa5d79e39876a9be9f6b44dd46732b11b034b8c0f02267819768596b382f1220 network default NAD default], result "{\"dns\":{}}", err I0702 02:22:56.268028 3413 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-w4fgs-zj24c of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:22:56.268068 3413 pods.go:174] Deleting pod: tssc-tas/rekor-createtree-job-w4fgs-zj24c I0702 02:22:56.269825 3413 pods.go:217] Attempting to release IPs for pod: tssc-tas/rekor-createtree-job-w4fgs-zj24c, ips: 10.128.0.49 I0702 02:22:56.269865 3413 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-w4fgs-zj24c of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:22:57.151815 3413 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-w4fgs-zj24c of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:22:57.151846 3413 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-w4fgs-zj24c of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:22:58.447723 3413 base_network_controller_pods.go:477] [default/tssc-tas/rekor-redis-7df4c5ddc-xs8w7] creating logical port tssc-tas_rekor-redis-7df4c5ddc-xs8w7 for pod on switch ip-10-0-1-108.ec2.internal I0702 02:22:58.447845 3413 kube.go:317] Updating pod tssc-tas/rekor-redis-7df4c5ddc-xs8w7 I0702 02:22:58.462847 3413 pod.go:62] [tssc-tas/rekor-redis-7df4c5ddc-xs8w7] pod update took 15.034733ms I0702 02:22:58.462869 3413 base_network_controller_pods.go:921] [default/tssc-tas/rekor-redis-7df4c5ddc-xs8w7] addLogicalPort annotation time took 15.064071ms I0702 02:22:58.464652 3413 pods.go:252] [tssc-tas/rekor-redis-7df4c5ddc-xs8w7] addLogicalPort took 16.952775ms, libovsdb time 1.145867ms I0702 02:22:59.407625 3413 cni.go:312] [tssc-tas/rekor-redis-7df4c5ddc-xs8w7 84799036a21d16a35dce08aa96fee06a7142ecca483b865453926c584107fe02 network default NAD default] ADD starting CNI request [tssc-tas/rekor-redis-7df4c5ddc-xs8w7 84799036a21d16a35dce08aa96fee06a7142ecca483b865453926c584107fe02 network default NAD default] I0702 02:22:59.409892 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:22:59.409937 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:22:59.419320 3413 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: rekor-redis-7df4c5ddc-xs8w7, hostIfaceName: 84799036a21d16a, network: default, NAD default, SandboxID: "84799036a21d16a35dce08aa96fee06a7142ecca483b865453926c584107fe02", PCI device ID: , UID: "1cafe9cc-900b-4c9a-971c-1c545dbb8c9a", MAC: 0a:58:0a:80:00:32, IPs: [10.128.0.50/23] I0702 02:22:59.474655 3413 cni.go:333] [tssc-tas/rekor-redis-7df4c5ddc-xs8w7 84799036a21d16a35dce08aa96fee06a7142ecca483b865453926c584107fe02 network default NAD default] ADD finished CNI request [tssc-tas/rekor-redis-7df4c5ddc-xs8w7 84799036a21d16a35dce08aa96fee06a7142ecca483b865453926c584107fe02 network default NAD default], result "{\"interfaces\":[{\"name\":\"84799036a21d16a\",\"mac\":\"12:fd:88:cd:4f:3e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:32\",\"sandbox\":\"/var/run/netns/52e4f03c-57d4-405c-af2d-f14ac40239a4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.50/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:23:00.545380 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::10fd:88ff:fecd:4f3e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:23:05.906081 3413 obj_retry.go:466] Detected object tssc/patch-tekton-config-bgx77 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:05.906766 3413 obj_retry.go:466] Detected object tssc/patch-tekton-config-bgx77 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:06.928279 3413 obj_retry.go:460] Detected object tssc/patch-tekton-config-bgx77 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:06.928309 3413 obj_retry.go:460] Detected object tssc/patch-tekton-config-bgx77 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:07.805013 3413 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0702 02:23:09.785080 3413 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} I0702 02:23:09.785155 3413 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} I0702 02:23:09.971812 3413 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-dgz64-dvkvg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:09.972522 3413 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-dgz64-dvkvg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:10.569392 3413 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-dgz64-dvkvg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:10.569419 3413 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-dgz64-dvkvg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:18.798613 3413 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 3 items received I0702 02:23:18.942361 3413 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-znbms of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:18.942958 3413 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-znbms of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:19.972364 3413 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-znbms of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:19.972398 3413 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-znbms of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:20.044059 3413 obj_retry.go:460] Detected object tssc/patch-tekton-config-bgx77 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:20.044083 3413 obj_retry.go:460] Detected object tssc/patch-tekton-config-bgx77 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:20.047509 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/patch-tekton-config-bgx77 I0702 02:23:20.047531 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/patch-tekton-config-bgx77 E0702 02:23:25.182753 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:23:25.182780 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:23:25.182787 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:23:29.831761 3413 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 I0702 02:23:32.812329 3413 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 I0702 02:23:32.813058 3413 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 I0702 02:23:32.849381 3413 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 I0702 02:23:32.849493 3413 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 I0702 02:23:32.855274 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0702 02:23:32.855317 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines E0702 02:23:34.678580 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 02:23:35.342891 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 02:23:39.799507 3413 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} I0702 02:23:39.799569 3413 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} I0702 02:23:46.062512 3413 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 I0702 02:23:46.063296 3413 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 I0702 02:23:46.084343 3413 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 I0702 02:23:46.084385 3413 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 I0702 02:23:46.090971 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0702 02:23:46.091032 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0702 02:23:51.085812 3413 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-4gwbq-4r4kg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:51.086517 3413 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-4gwbq-4r4kg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:51.969537 3413 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-4gwbq-4r4kg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:51.969637 3413 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-4gwbq-4r4kg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:53.900851 3413 obj_retry.go:466] Detected object tssc-tpa/create-db-tgn4d of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:53.901516 3413 obj_retry.go:466] Detected object tssc-tpa/create-db-tgn4d of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:54.923539 3413 obj_retry.go:460] Detected object tssc-tpa/create-db-tgn4d of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:54.923630 3413 obj_retry.go:460] Detected object tssc-tpa/create-db-tgn4d of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:57.914297 3413 obj_retry.go:466] Detected object tssc-tpa/migrate-db-5gs4z of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:57.914947 3413 obj_retry.go:466] Detected object tssc-tpa/migrate-db-5gs4z of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:23:58.055596 3413 obj_retry.go:460] Detected object tssc-tpa/migrate-db-5gs4z of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:23:58.055623 3413 obj_retry.go:460] Detected object tssc-tpa/migrate-db-5gs4z of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:24:05.122543 3413 obj_retry.go:466] Detected object tssc-tpa/create-importers-9k2fm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:24:05.123093 3413 obj_retry.go:466] Detected object tssc-tpa/create-importers-9k2fm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:24:06.142412 3413 obj_retry.go:460] Detected object tssc-tpa/create-importers-9k2fm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:24:06.142476 3413 obj_retry.go:460] Detected object tssc-tpa/create-importers-9k2fm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:24:09.820946 3413 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} I0702 02:24:09.821009 3413 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} I0702 02:24:32.225360 3413 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 I0702 02:24:32.225901 3413 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 I0702 02:24:32.245850 3413 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 I0702 02:24:32.245873 3413 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 I0702 02:24:32.251317 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0702 02:24:32.251418 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0702 02:24:33.057100 3413 namespace.go:92] [tssc-app-development] adding namespace I0702 02:24:33.058068 3413 namespace.go:96] [tssc-app-development] adding namespace took 917.749µs I0702 02:24:33.061362 3413 namespace.go:92] [tssc-app-ci] adding namespace I0702 02:24:33.061365 3413 namespace.go:92] [tssc-app-stage] adding namespace I0702 02:24:33.062333 3413 namespace.go:96] [tssc-app-ci] adding namespace took 895.208µs I0702 02:24:33.062938 3413 namespace.go:96] [tssc-app-stage] adding namespace took 1.418488ms I0702 02:24:33.063115 3413 namespace.go:92] [tssc-app-prod] adding namespace I0702 02:24:33.063890 3413 namespace.go:96] [tssc-app-prod] adding namespace took 727.419µs I0702 02:24:33.095939 3413 namespace.go:136] [tssc-app-development] updating namespace I0702 02:24:33.140319 3413 namespace.go:136] [tssc-app-development] updating namespace I0702 02:24:33.144038 3413 namespace.go:136] [tssc-app-stage] updating namespace I0702 02:24:33.166984 3413 namespace.go:136] [tssc-app-stage] updating namespace I0702 02:24:33.197634 3413 namespace.go:136] [tssc-app-ci] updating namespace I0702 02:24:33.230535 3413 namespace.go:136] [tssc-app-ci] updating namespace I0702 02:24:33.258358 3413 namespace.go:136] [tssc-app-prod] updating namespace I0702 02:24:33.285408 3413 namespace.go:136] [tssc-app-prod] updating namespace I0702 02:24:33.900465 3413 namespace.go:136] [tssc-app-ci] updating namespace I0702 02:24:34.102697 3413 namespace.go:136] [tssc-app-development] updating namespace I0702 02:24:34.496522 3413 namespace.go:136] [tssc-app-prod] updating namespace I0702 02:24:34.754575 3413 namespace.go:136] [tssc-app-stage] updating namespace I0702 02:24:34.900754 3413 namespace.go:136] [tssc-app-ci] updating namespace I0702 02:24:34.939344 3413 namespace.go:136] [tssc-app-development] updating namespace I0702 02:24:34.968788 3413 namespace.go:136] [tssc-app-prod] updating namespace I0702 02:24:34.984921 3413 namespace.go:136] [tssc-app-stage] updating namespace I0702 02:24:35.073437 3413 namespace.go:136] [tssc-app-ci] updating namespace I0702 02:24:35.198401 3413 namespace.go:136] [tssc-app-development] updating namespace I0702 02:24:35.264022 3413 namespace.go:136] [tssc-app-prod] updating namespace I0702 02:24:35.361810 3413 namespace.go:136] [tssc-app-stage] updating namespace I0702 02:24:37.252943 3413 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 I0702 02:24:37.253565 3413 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 I0702 02:24:39.844901 3413 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} I0702 02:24:39.844962 3413 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} I0702 02:24:41.282586 3413 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 I0702 02:24:41.283316 3413 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 I0702 02:24:45.295353 3413 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 I0702 02:24:45.295962 3413 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 I0702 02:24:45.707517 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 94 items received I0702 02:24:50.319454 3413 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 I0702 02:24:50.320120 3413 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 I0702 02:24:50.341565 3413 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 I0702 02:24:50.341592 3413 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 I0702 02:24:50.349498 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0702 02:24:50.349531 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0702 02:24:50.389690 3413 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 I0702 02:24:50.389723 3413 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 I0702 02:24:50.393462 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0702 02:24:50.393492 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0702 02:24:50.428592 3413 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 I0702 02:24:50.428626 3413 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 I0702 02:24:50.432304 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0702 02:24:50.432396 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0702 02:24:50.480647 3413 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 I0702 02:24:50.480677 3413 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 I0702 02:24:50.484448 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0702 02:24:50.484544 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0702 02:24:55.618845 3413 base_network_controller_pods.go:477] [default/tssc-dh/backstage-developer-hub-84955554bc-dxsvq] creating logical port tssc-dh_backstage-developer-hub-84955554bc-dxsvq for pod on switch ip-10-0-1-108.ec2.internal I0702 02:24:55.618941 3413 kube.go:317] Updating pod tssc-dh/backstage-developer-hub-84955554bc-dxsvq I0702 02:24:55.632718 3413 pod.go:62] [tssc-dh/backstage-developer-hub-84955554bc-dxsvq] pod update took 13.804646ms I0702 02:24:55.632752 3413 base_network_controller_pods.go:921] [default/tssc-dh/backstage-developer-hub-84955554bc-dxsvq] addLogicalPort annotation time took 13.84211ms I0702 02:24:55.634455 3413 pods.go:252] [tssc-dh/backstage-developer-hub-84955554bc-dxsvq] addLogicalPort took 15.641585ms, libovsdb time 958.73µs E0702 02:24:56.040726 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:24:56.040763 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:24:56.040772 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:24:58.031321 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:24:58.031351 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:24:58.031361 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:24:58.683408 3413 cni.go:312] [tssc-dh/backstage-developer-hub-84955554bc-dxsvq 704fbba48ecf618f6b5d0c02e107c23e653184ada7cae7a6c3545c1f6b47fc30 network default NAD default] ADD starting CNI request [tssc-dh/backstage-developer-hub-84955554bc-dxsvq 704fbba48ecf618f6b5d0c02e107c23e653184ada7cae7a6c3545c1f6b47fc30 network default NAD default] I0702 02:24:58.685159 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0702 02:24:58.685183 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0702 02:24:58.691862 3413 helper_linux.go:442] ConfigureOVS: namespace: tssc-dh, podName: backstage-developer-hub-84955554bc-dxsvq, hostIfaceName: 704fbba48ecf618, network: default, NAD default, SandboxID: "704fbba48ecf618f6b5d0c02e107c23e653184ada7cae7a6c3545c1f6b47fc30", PCI device ID: , UID: "6e87532a-7c1f-4da8-86e3-4d3df8b80f02", MAC: 0a:58:0a:80:00:33, IPs: [10.128.0.51/23] I0702 02:24:58.741101 3413 cni.go:333] [tssc-dh/backstage-developer-hub-84955554bc-dxsvq 704fbba48ecf618f6b5d0c02e107c23e653184ada7cae7a6c3545c1f6b47fc30 network default NAD default] ADD finished CNI request [tssc-dh/backstage-developer-hub-84955554bc-dxsvq 704fbba48ecf618f6b5d0c02e107c23e653184ada7cae7a6c3545c1f6b47fc30 network default NAD default], result "{\"interfaces\":[{\"name\":\"704fbba48ecf618\",\"mac\":\"5a:f8:2f:b0:81:6f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:33\",\"sandbox\":\"/var/run/netns/e61cc850-98b3-4412-aa9f-2bcd4712e68a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.51/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0702 02:24:59.777432 3413 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::58f8:2fff:feb0:816f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0702 02:25:06.233627 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:25:06.233659 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:25:06.233667 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:25:09.873457 3413 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} I0702 02:25:09.873556 3413 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} I0702 02:25:17.819407 3413 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 7 items received I0702 02:25:19.721296 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 347 items received E0702 02:25:26.541600 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:25:26.541700 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:25:26.541734 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:25:36.959869 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:25:36.959938 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:25:36.959949 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:25:39.889480 3413 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} I0702 02:25:39.889644 3413 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} E0702 02:25:47.212986 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:25:47.213110 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:25:47.213148 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:25:50.702359 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 13 items received E0702 02:25:57.263451 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:25:57.263493 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:25:57.263503 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:26:09.905342 3413 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} I0702 02:26:09.905425 3413 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} I0702 02:26:11.833370 3413 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 E0702 02:26:27.627315 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:26:27.627343 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:26:27.627351 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:26:31.701909 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 85 items received E0702 02:26:37.749276 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:26:37.749344 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:26:37.749355 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:26:39.921792 3413 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} I0702 02:26:39.921924 3413 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} I0702 02:27:09.938526 3413 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} I0702 02:27:09.938585 3413 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} I0702 02:27:30.795872 3413 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received I0702 02:27:39.957962 3413 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} I0702 02:27:39.958024 3413 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} E0702 02:27:59.219682 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:27:59.219791 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:27:59.219828 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:28:09.562799 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:28:09.562834 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:28:09.562844 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:28:09.974961 3413 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} I0702 02:28:09.975023 3413 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} I0702 02:28:24.827994 3413 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 E0702 02:28:34.678591 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0702 02:28:35.343037 3413 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0702 02:28:38.800733 3413 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 E0702 02:28:39.847270 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:28:39.847299 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:28:39.847306 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:28:39.992796 3413 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} I0702 02:28:39.992866 3413 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} E0702 02:28:49.922856 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:28:49.922942 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:28:49.922973 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:29:10.012068 3413 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} I0702 02:29:10.012140 3413 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} E0702 02:29:10.272339 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:29:10.272366 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:29:10.272373 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:29:20.320889 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:29:20.320923 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:29:20.320930 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:29:31.836119 3413 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 0 items received I0702 02:29:33.717867 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 35 items received I0702 02:29:40.035332 3413 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} I0702 02:29:40.035395 3413 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} I0702 02:29:44.807631 3413 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 8 items received I0702 02:29:47.816320 3413 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 I0702 02:29:56.804976 3413 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 I0702 02:30:04.459409 3413 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715990-h99pm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0702 02:30:04.460033 3413 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715990-h99pm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0702 02:30:05.486523 3413 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715990-h99pm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:30:05.486575 3413 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29715990-h99pm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0702 02:30:10.051880 3413 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} I0702 02:30:10.051962 3413 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} I0702 02:30:37.711501 3413 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 32 items received I0702 02:30:40.075344 3413 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} I0702 02:30:40.075407 3413 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} I0702 02:30:52.605767 3413 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 I0702 02:30:52.606448 3413 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 I0702 02:30:52.641982 3413 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 I0702 02:30:52.642021 3413 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 I0702 02:30:52.647432 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0702 02:30:52.647536 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0702 02:30:57.636913 3413 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 I0702 02:30:57.637673 3413 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 I0702 02:30:57.658106 3413 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 I0702 02:30:57.658159 3413 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 I0702 02:30:57.665180 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0702 02:30:57.665258 3413 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0702 02:31:10.091740 3413 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} I0702 02:31:10.091802 3413 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} E0702 02:31:22.651802 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:31:22.651904 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:31:22.651947 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port E0702 02:31:32.828496 3413 ovn.go:423] Failed to unmarshal old node ip-10-0-1-108.ec2.internal annotation: unexpected end of JSON input I0702 02:31:32.828526 3413 master.go:495] Adding or Updating Node "ip-10-0-1-108.ec2.internal" I0702 02:31:32.828533 3413 hybrid.go:141] Removing node ip-10-0-1-108.ec2.internal hybrid overlay port I0702 02:31:40.111696 3413 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} I0702 02:31:40.111760 3413 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} I0702 02:32:10.125443 3413 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} I0702 02:32:10.125507 3413 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}