+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-1-225.ec2.internal ++ [[ -n ip-10-0-1-225.ec2.internal ]] ++ [[ -f /env/ip-10-0-1-225.ec2.internal ]] ++ northd_pidfile=/var/run/ovn/ovn-northd.pid ++ controller_pidfile=/var/run/ovn/ovn-controller.pid ++ controller_logfile=/var/log/ovn/acl-audit-log.log ++ vswitch_dbsock=/var/run/openvswitch/db.sock ++ nbdb_pidfile=/var/run/ovn/ovnnb_db.pid ++ nbdb_sock=/var/run/ovn/ovnnb_db.sock ++ nbdb_ctl=/var/run/ovn/ovnnb_db.ctl ++ sbdb_pidfile=/var/run/ovn/ovnsb_db.pid ++ sbdb_sock=/var/run/ovn/ovnsb_db.sock ++ sbdb_ctl=/var/run/ovn/ovnsb_db.ctl + start-ovnkube-node 4 29103 29105 + local log_level=4 + local metrics_port=29103 + local ovn_metrics_port=29105 + [[ 3 -ne 3 ]] + cni-bin-copy + . /host/etc/os-release ++ NAME='Red Hat Enterprise Linux CoreOS' ++ ID=rhcos ++ ID_LIKE='rhel fedora' ++ VERSION=418.94.202504080525-0 ++ VERSION_ID=4.18 ++ VARIANT=CoreOS ++ VARIANT_ID=coreos ++ PLATFORM_ID=platform:el9 ++ PRETTY_NAME='Red Hat Enterprise Linux CoreOS 418.94.202504080525-0' ++ ANSI_COLOR='0;31' ++ CPE_NAME=cpe:/o:redhat:enterprise_linux:9::baseos::coreos ++ HOME_URL=https://www.redhat.com/ ++ DOCUMENTATION_URL=https://docs.okd.io/latest/welcome/index.html ++ BUG_REPORT_URL=https://access.redhat.com/labs/rhir/ ++ REDHAT_BUGZILLA_PRODUCT='OpenShift Container Platform' ++ REDHAT_BUGZILLA_PRODUCT_VERSION=4.18 ++ REDHAT_SUPPORT_PRODUCT='OpenShift Container Platform' ++ REDHAT_SUPPORT_PRODUCT_VERSION=4.18 ++ OPENSHIFT_VERSION=4.18 ++ RHEL_VERSION=9.4 ++ OSTREE_VERSION=418.94.202504080525-0 + rhelmajor= + case "${ID}" in ++ echo cpe:/o:redhat:enterprise_linux:9::baseos::coreos ++ cut -f 5 -d : + RHEL_VERSION=9 ++ echo 9 ++ sed -E 's/([0-9]+)\.{1}[0-9]+(\.[0-9]+)?/\1/' + rhelmajor=9 + sourcedir=/usr/libexec/cni/ + case "${rhelmajor}" in + sourcedir=/usr/libexec/cni/rhel9 + cp -f /usr/libexec/cni/rhel9/ovn-k8s-cni-overlay /cni-bin-dir/ ++ date '+%m%d %H:%M:%S.%N' + echo 'I0703 06:38:26.889325145 - disable conntrack on geneve port' I0703 06:38:26.889325145 - 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' I0703 06:38:26.935693075 - starting ovnkube-node + echo 'I0703 06:38:26.935693075 - 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-225.ec2.internal --init-node ip-10-0-1-225.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-225.ec2.internal --enable-interconnect --acl-logging-rate-limit 20 --disable-forwarding --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h --gateway-v4-masquerade-subnet 169.254.0.0/17 --gateway-v6-masquerade-subnet fd69::/112 I0703 06:38:26.985975 3451 config.go:2284] Parsed config file /run/ovnkube-config/ovnkube.conf I0703 06:38:26.986021 3451 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-2546ccf2a9.hypershift.local:443 Token: TokenFile: CompatServiceCIDR: RawServiceCIDRs:172.30.0.0/16 ServiceCIDRs:[] OVNConfigNamespace:openshift-ovn-kubernetes OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes: HostNetworkNamespace:openshift-host-network DisableRequestedChassis:false PlatformType:AWS HealthzBindAddress:0.0.0.0:10256 CompatMetricsBindAddress: CompatOVNMetricsBindAddress: CompatMetricsEnablePprof:false DNSServiceNamespace:openshift-dns DNSServiceName:dns-default} Metrics:{BindAddress: OVNMetricsBindAddress: ExportOVSMetrics:false EnablePprof:false NodeServerPrivKey: NodeServerCert: EnableConfigDuration:false EnableScaleMetrics:false} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 V4MasqueradeSubnet:169.254.169.0/29 V6MasqueradeSubnet:fd69::/125 MasqueradeIPs:{V4OVNMasqueradeIP:169.254.169.1 V6OVNMasqueradeIP:fd69::1 V4HostMasqueradeIP:169.254.169.2 V6HostMasqueradeIP:fd69::2 V4HostETPLocalMasqueradeIP:169.254.169.3 V6HostETPLocalMasqueradeIP:fd69::3 V4DummyNextHopMasqueradeIP:169.254.169.4 V6DummyNextHopMasqueradeIP:fd69::4 V4OVNServiceHairpinMasqueradeIP:169.254.169.5 V6OVNServiceHairpinMasqueradeIP:fd69::5} DisablePacketMTUCheck:false RouterSubnet: SingleNode:false DisableForwarding:false AllowNoUplink:false} MasterHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} ClusterMgrHA:{ElectionLeaseDuration:137 ElectionRenewDeadline:107 ElectionRetryPeriod:26} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full DPResourceDeviceIdsMap:map[] MgmtPortNetdev: MgmtPortDPResourceName:} ClusterManager:{V4TransitSwitchSubnet:100.88.0.0/16 V6TransitSwitchSubnet:fd97::/64}} I0703 06:38:26.992198 3451 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0703 06:38:26.992229 3451 kube.go:409] Waiting for certificate I0703 06:38:26.992259 3451 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0703 06:38:26.992908 3451 cert_rotation.go:140] Starting client certificate rotation controller I0703 06:38:27.013529 3451 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0703 06:38:27.013547 3451 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0703 06:38:27.018794 3451 reflector.go:305] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:38:27.018813 3451 reflector.go:341] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:38:27.020697 3451 reflector.go:368] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:38:27.022660 3451 csr.go:261] certificate signing request csr-nntj2 is approved, waiting to be issued I0703 06:38:27.030827 3451 csr.go:257] certificate signing request csr-nntj2 is issued I0703 06:38:27.030884 3451 reflector.go:311] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:38:27.992638 3451 kube.go:416] Certificate found I0703 06:38:27.993333 3451 cert_rotation.go:140] Starting client certificate rotation controller I0703 06:38:27.994190 3451 metrics.go:533] Starting metrics server at address "127.0.0.1:29103" I0703 06:38:28.031410 3451 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-04 06:33:27 +0000 UTC, rotation deadline is 2026-07-04 03:53:14.734737092 +0000 UTC I0703 06:38:28.031475 3451 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 21h14m46.703266882s for next certificate rotation I0703 06:38:28.052631 3451 node_controller_manager.go:145] Starting the node network controller manager, Mode: full I0703 06:38:28.052706 3451 factory.go:522] Starting watch factory I0703 06:38:28.052771 3451 reflector.go:305] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052781 3451 reflector.go:341] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052786 3451 reflector.go:305] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052800 3451 reflector.go:341] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052835 3451 reflector.go:305] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052839 3451 reflector.go:305] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052853 3451 reflector.go:341] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052859 3451 reflector.go:305] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052870 3451 reflector.go:341] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052996 3451 reflector.go:305] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.053073 3451 reflector.go:341] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.052847 3451 reflector.go:341] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.061687 3451 metrics.go:533] Starting metrics server at address "127.0.0.1:29105" I0703 06:38:28.065588 3451 controller_manager.go:332] Starting the ovnkube controller I0703 06:38:28.065602 3451 controller_manager.go:337] Waiting up to 5m0s for NBDB zone to match: ip-10-0-1-225.ec2.internal I0703 06:38:28.065659 3451 controller_manager.go:357] NBDB zone sync took: 48.643µs I0703 06:38:28.065671 3451 factory.go:522] Starting watch factory I0703 06:38:28.076117 3451 reflector.go:368] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.077402 3451 reflector.go:368] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.077608 3451 reflector.go:368] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.078003 3451 ovn_northd.go:123] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0703 06:38:28.079356 3451 ovn_db.go:374] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0703 06:38:28.080008 3451 reflector.go:368] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.081145 3451 reflector.go:368] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.083365 3451 ovn_db.go:329] /var/run/openvswitch/ovnnb_db.sock getting info failed: stat /var/run/openvswitch/ovnnb_db.sock: no such file or directory I0703 06:38:28.083415 3451 ovn_db.go:326] ovnnb_db.sock found at /var/run/ovn/ I0703 06:38:28.083848 3451 reflector.go:368] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 06:38:28.100212 3451 ovn_db.go:421] Found db is standalone, don't register db_cluster metrics I0703 06:38:28.158407 3451 reflector.go:305] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:38:28.158448 3451 reflector.go:341] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:38:28.158461 3451 reflector.go:305] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:38:28.158473 3451 reflector.go:341] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:38:28.161191 3451 reflector.go:368] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:38:28.161195 3451 reflector.go:368] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:38:28.164356 3451 reflector.go:305] Starting reflector *v1.EgressIP (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.164367 3451 reflector.go:341] Listing and watching *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.166555 3451 reflector.go:368] Caches populated for *v1.EgressIP from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.169439 3451 reflector.go:305] Starting reflector *v1.EgressFirewall (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.169449 3451 reflector.go:341] Listing and watching *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.171750 3451 reflector.go:368] Caches populated for *v1.EgressFirewall from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.174524 3451 reflector.go:305] Starting reflector *v1.EgressQoS (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.174536 3451 reflector.go:341] Listing and watching *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.176530 3451 reflector.go:368] Caches populated for *v1.EgressQoS from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.180386 3451 reflector.go:305] Starting reflector *v1.EgressService (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.180396 3451 reflector.go:341] Listing and watching *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.182489 3451 reflector.go:368] Caches populated for *v1.EgressService from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.185645 3451 reflector.go:305] Starting reflector *v1.AdminPolicyBasedExternalRoute (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.185656 3451 reflector.go:341] Listing and watching *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.187846 3451 reflector.go:368] Caches populated for *v1.AdminPolicyBasedExternalRoute from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/adminpolicybasedroute/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.190782 3451 reflector.go:305] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 06:38:28.190794 3451 reflector.go:341] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 06:38:28.192850 3451 reflector.go:368] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 06:38:28.195783 3451 reflector.go:305] Starting reflector *v1.ClusterUserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.195793 3451 reflector.go:341] Listing and watching *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.195869 3451 reflector.go:305] Starting reflector *v1.UserDefinedNetwork (0s) from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.195887 3451 reflector.go:341] Listing and watching *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.197986 3451 reflector.go:368] Caches populated for *v1.ClusterUserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.198087 3451 reflector.go:368] Caches populated for *v1.UserDefinedNetwork from github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140 I0703 06:38:28.201340 3451 default_node_network_controller.go:163] Enable node proxy healthz server on 0.0.0.0:10256 I0703 06:38:28.201443 3451 default_node_network_controller.go:806] PreStarting the default node network controller I0703 06:38:28.206790 3451 ovs.go:162] Exec(8): stdout: "" I0703 06:38:28.206804 3451 ovs.go:163] Exec(8): stderr: "" I0703 06:38:28.206810 3451 node_controller_manager.go:335] CheckForStaleOVSInternalPorts took 5.517739ms I0703 06:38:28.206820 3451 ovs.go:159] Exec(9): /usr/bin/ovs-vsctl --timeout=15 --columns=name,external_ids --data=bare --no-headings --format=csv find Interface external_ids:sandbox!="" external_ids:vf-netdev-name!="" I0703 06:38:28.212159 3451 ovs.go:162] Exec(9): stdout: "" I0703 06:38:28.212171 3451 ovs.go:163] Exec(9): stderr: "" I0703 06:38:28.213235 3451 controller_manager.go:368] Waiting up to 5m0s for a node to have "ip-10-0-1-225.ec2.internal" zone I0703 06:38:28.217228 3451 ovs.go:159] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0703 06:38:28.222252 3451 ovs.go:162] Exec(10): stdout: "br-ex\nens5\nbr-int\n" I0703 06:38:28.222267 3451 ovs.go:163] Exec(10): stderr: "" I0703 06:38:28.226830 3451 ovs.go:159] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0703 06:38:28.231229 3451 ovs.go:162] Exec(11): stdout: "ip-10-0-1-225.ec2.internal\n" I0703 06:38:28.231242 3451 ovs.go:163] Exec(11): stderr: "" I0703 06:38:28.231283 3451 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.225 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-225.ec2.internal" I0703 06:38:28.237684 3451 ovs.go:162] Exec(12): stdout: "" I0703 06:38:28.237697 3451 ovs.go:163] Exec(12): stderr: "" I0703 06:38:28.237705 3451 ovs.go:159] Exec(13): /usr/bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix I0703 06:38:28.242755 3451 ovs.go:162] Exec(13): stdout: "" I0703 06:38:28.242772 3451 ovs.go:163] Exec(13): stderr: "" I0703 06:38:28.242787 3451 udn_isolation.go:101] Starting UDN host isolation manager I0703 06:38:28.248871 3451 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0703 06:38:28.414373 3451 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0703 06:38:28.414439 3451 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0703 06:38:28.414453 3451 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0703 06:38:28.446786 3451 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0703 06:38:28.451627 3451 default_node_network_controller.go:914] Node ip-10-0-1-225.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0703 06:38:28.451693 3451 ovs.go:159] Exec(14): /usr/bin/ovs-vsctl --timeout=15 --no-headings --data bare --format csv --columns type,name find Interface name=ovn-k8s-mp0 I0703 06:38:28.456798 3451 ovs.go:162] Exec(14): stdout: "" I0703 06:38:28.456810 3451 ovs.go:163] Exec(14): stderr: "" I0703 06:38:28.456886 3451 ovs.go:159] Exec(15): /usr/bin/ovs-vsctl --timeout=15 --no-headings --data bare --format csv --columns type,name find Interface name=ovn-k8s-mp0_0 I0703 06:38:28.461963 3451 ovs.go:162] Exec(15): stdout: "" I0703 06:38:28.461978 3451 ovs.go:163] Exec(15): stderr: "" I0703 06:38:28.462080 3451 ovs.go:159] Exec(16): /usr/bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-ip-10-0-1-2 -- --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-225.ec2.internal I0703 06:38:28.474492 3451 ovs.go:162] Exec(16): stdout: "" I0703 06:38:28.474513 3451 ovs.go:163] Exec(16): stderr: "" I0703 06:38:28.474744 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:28.474764 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:38:28.474847 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.2/32 Src: 10.128.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:28.474902 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.1.255/32 Src: 10.128.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:28.474928 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.0/23 Src: 10.128.0.2 Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:38:28.474950 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:38:28.475105 3451 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0} I0703 06:38:28.475323 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0}" I0703 06:38:28.475357 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:38:28.475499 3451 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0} I0703 06:38:28.475523 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 254 Realm: 0}" I0703 06:38:28.475595 3451 ovs.go:159] Exec(17): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.forwarding=1 I0703 06:38:28.476487 3451 ovs.go:162] Exec(17): stdout: "net.ipv4.conf.ovn-k8s-mp0.forwarding = 1\n" I0703 06:38:28.476503 3451 ovs.go:163] Exec(17): stderr: "" I0703 06:38:28.482262 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-devices-virtual-net-ovn\\x2dk8s\\x2dmp0.device", "/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dnet_2dovn_5cx2dk8s_5cx2dmp0_2edevice"}, Sequence:0x3} I0703 06:38:28.482300 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"sys-subsystem-net-devices-ovn\\x2dk8s\\x2dmp0.device", "/org/freedesktop/systemd1/unit/sys_2dsubsystem_2dnet_2ddevices_2dovn_5cx2dk8s_5cx2dmp0_2edevice"}, Sequence:0x4} I0703 06:38:28.572206 3451 kube.go:130] Setting annotations map[k8s.ovn.org/zone-name:ip-10-0-1-225.ec2.internal] on node ip-10-0-1-225.ec2.internal I0703 06:38:28.589679 3451 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0703 06:38:28.595968 3451 gateway_init.go:324] Initializing Gateway Functionality for Gateway PreStart I0703 06:38:28.595993 3451 ovs.go:159] Exec(18): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 06:38:28.603348 3451 ovs.go:162] Exec(18): stdout: "" I0703 06:38:28.603365 3451 ovs.go:163] Exec(18): stderr: "ovs-vsctl: no port named br-ex\n" I0703 06:38:28.603371 3451 ovs.go:165] Exec(18): err: exit status 1 I0703 06:38:28.603451 3451 helper_linux.go:91] Provided gateway interface "br-ex", found as index: 5 I0703 06:38:28.603540 3451 helper_linux.go:116] Found default gateway interface br-ex 10.0.1.1 I0703 06:38:28.603641 3451 gateway_init.go:361] Preparing Gateway I0703 06:38:28.603654 3451 gateway_shared_intf.go:2223] Creating new gateway I0703 06:38:28.603664 3451 ovs.go:159] Exec(19): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 06:38:28.609226 3451 ovs.go:162] Exec(19): stdout: "" I0703 06:38:28.609241 3451 ovs.go:163] Exec(19): stderr: "ovs-vsctl: no port named br-ex\n" I0703 06:38:28.609247 3451 ovs.go:165] Exec(19): err: exit status 1 I0703 06:38:28.609257 3451 ovs.go:159] Exec(20): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0703 06:38:28.614282 3451 ovs.go:162] Exec(20): stdout: "" I0703 06:38:28.614295 3451 ovs.go:163] Exec(20): stderr: "" I0703 06:38:28.614305 3451 ovs.go:159] Exec(21): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0703 06:38:28.619365 3451 ovs.go:162] Exec(21): stdout: "ens5\n" I0703 06:38:28.619380 3451 ovs.go:163] Exec(21): stderr: "" I0703 06:38:28.619389 3451 ovs.go:159] Exec(22): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0703 06:38:28.624024 3451 ovs.go:162] Exec(22): stdout: "[7d741c8a-ae48-4624-b9ab-190de48ac20c]\n" I0703 06:38:28.624052 3451 ovs.go:163] Exec(22): stderr: "" I0703 06:38:28.624063 3451 ovs.go:159] Exec(23): /usr/bin/ovs-vsctl --timeout=15 get Interface 7d741c8a-ae48-4624-b9ab-190de48ac20c Type I0703 06:38:28.628466 3451 ovs.go:162] Exec(23): stdout: "system\n" I0703 06:38:28.628479 3451 ovs.go:163] Exec(23): stderr: "" I0703 06:38:28.628487 3451 ovs.go:159] Exec(24): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 06:38:28.633098 3451 ovs.go:162] Exec(24): stdout: "1\n" I0703 06:38:28.633111 3451 ovs.go:163] Exec(24): stderr: "" I0703 06:38:28.633120 3451 ovs.go:159] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0703 06:38:28.637566 3451 ovs.go:162] Exec(25): stdout: "\"0a:ff:ed:8c:c1:db\"\n" I0703 06:38:28.637580 3451 ovs.go:163] Exec(25): stderr: "" I0703 06:38:28.637588 3451 ovs.go:159] Exec(26): /usr/sbin/sysctl -w net.ipv4.conf.br-ex.forwarding=1 I0703 06:38:28.638409 3451 ovs.go:162] Exec(26): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0703 06:38:28.638418 3451 ovs.go:163] Exec(26): stderr: "" I0703 06:38:28.638425 3451 ovs.go:159] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0703 06:38:28.643234 3451 ovs.go:162] Exec(27): stdout: "\n" I0703 06:38:28.643246 3451 ovs.go:163] Exec(27): stderr: "" I0703 06:38:28.643256 3451 ovs.go:159] Exec(28): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0703 06:38:28.649073 3451 ovs.go:162] Exec(28): stdout: "" I0703 06:38:28.649088 3451 ovs.go:163] Exec(28): stderr: "" I0703 06:38:28.649101 3451 ovs.go:159] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0703 06:38:28.653874 3451 ovs.go:162] Exec(29): stdout: "\"6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53\"\n" I0703 06:38:28.653887 3451 ovs.go:163] Exec(29): stderr: "" I0703 06:38:28.653896 3451 ovs.go:159] Exec(30): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0703 06:38:28.657403 3451 ovs.go:162] Exec(30): stdout: "Masked set action: Yes\nTunnel push pop: No\nUfid: Yes\nTruncate action: Yes\nClone action: Yes\nSample nesting: 10\nConntrack eventmask: Yes\nConntrack clear: Yes\nMax dp_hash algorithm: 1\nCheck pkt length action: Yes\nConntrack timeout policy: Yes\nExplicit Drop action: Yes\nOptimized Balance TCP mode: No\nConntrack all-zero IP SNAT: Yes\nMPLS Label add: Yes\npsample action: Yes\nMax VLAN headers: 2\nMax MPLS depth: 3\nRecirc: Yes\nCT state: Yes\nCT zone: Yes\nCT mark: Yes\nCT label: Yes\nCT state NAT: Yes\nCT orig tuple: Yes\nCT orig tuple for IPv6: Yes\nIPv6 ND Extension: No\n" I0703 06:38:28.657427 3451 ovs.go:163] Exec(30): stderr: "" I0703 06:38:28.657463 3451 ovs.go:159] Exec(31): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0703 06:38:28.662202 3451 ovs.go:162] Exec(31): stdout: "\n" I0703 06:38:28.662215 3451 ovs.go:163] Exec(31): stderr: "" I0703 06:38:28.662995 3451 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 06:38:28.674664 3451 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 06:38:28.676050 3451 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 06:38:28.677418 3451 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 06:38:28.678772 3451 iptables.go:107] Creating table: filter chain: FORWARD I0703 06:38:28.679875 3451 iptables.go:109] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0703 06:38:28.681176 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 06:38:28.683714 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 06:38:28.684979 3451 iptables.go:107] Creating table: filter chain: OUTPUT I0703 06:38:28.686087 3451 iptables.go:109] Chain: "OUTPUT" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 06:38:28.687409 3451 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 06:38:28.690060 3451 iptables.go:120] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 06:38:28.691404 3451 gateway_shared_intf.go:2374] Gateway Creation Complete I0703 06:38:28.691417 3451 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-225.ec2.internal","mac-address":"0a:ff:ed:8c:c1:db","ip-addresses":["10.0.1.225/24"],"ip-address":"10.0.1.225/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:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.225/24"} k8s.ovn.org/zone-name:ip-10-0-1-225.ec2.internal] on node ip-10-0-1-225.ec2.internal I0703 06:38:28.706788 3451 ovs.go:159] Exec(32): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3042.ctl connection-status I0703 06:38:28.710602 3451 ovs.go:162] Exec(32): stdout: "connected\n" I0703 06:38:28.710616 3451 ovs.go:163] Exec(32): stderr: "" I0703 06:38:28.710623 3451 default_node_network_controller.go:510] Node connection status = connected I0703 06:38:28.710631 3451 ovs.go:159] Exec(33): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:38:28.713821 3451 controller_manager.go:391] Waiting for node in zone sync took: 500.568141ms I0703 06:38:28.714059 3451 ovs.go:159] Exec(34): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0703 06:38:28.715823 3451 ovs.go:162] Exec(33): stdout: "" I0703 06:38:28.715840 3451 ovs.go:163] Exec(33): stderr: "" I0703 06:38:28.715852 3451 ovs.go:159] Exec(35): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:38:28.719588 3451 ovs.go:162] Exec(34): stdout: "{\"data\":[[\"health_check\",{\"key\":{\"refTable\":\"Load_Balancer_Health_Check\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}],[\"external_ids\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_uuid\",\"uuid\"],[\"selection_fields\",{\"key\":{\"enum\":[\"set\",[\"eth_dst\",\"eth_src\",\"ip_dst\",\"ip_src\",\"tp_dst\",\"tp_src\"]],\"type\":\"string\"},\"max\":\"unlimited\",\"min\":0}],[\"vips\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"_version\",\"uuid\"],[\"ip_port_mappings\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"name\",\"string\"],[\"options\",{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}],[\"protocol\",{\"key\":{\"enum\":[\"set\",[\"sctp\",\"tcp\",\"udp\"]],\"type\":\"string\"},\"min\":0}]],\"headings\":[\"Column\",\"Type\"]}\n" I0703 06:38:28.719610 3451 ovs.go:163] Exec(34): stderr: "" I0703 06:38:28.719701 3451 controller_manager.go:252] SCTP support detected in OVN I0703 06:38:28.719739 3451 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:u2725013057}] I0703 06:38:28.719775 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013057}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013058}] I0703 06:38:28.719797 3451 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:u2725013057} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013057}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013058}] I0703 06:38:28.720057 3451 ovs.go:162] Exec(35): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=15\n" I0703 06:38:28.720070 3451 ovs.go:163] Exec(35): stderr: "" I0703 06:38:28.720082 3451 ovs.go:159] Exec(36): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-225.ec2.internal-to-br-int ofport I0703 06:38:28.722864 3451 ovnkube_controller.go:1230] Config duration recorder: updated measurement rate to approx 1 in every 20 requests I0703 06:38:28.722989 3451 services_controller.go:70] Creating services controller for network=default I0703 06:38:28.723102 3451 udn_enabled_svc.go:79] Waiting for service informer to sync I0703 06:38:28.723174 3451 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0703 06:38:28.723203 3451 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0703 06:38:28.723213 3451 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0703 06:38:28.723228 3451 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0703 06:38:28.723253 3451 network_controller.go:244] [zone-nad-controller network controller]: syncing all networks I0703 06:38:28.723263 3451 network_controller.go:255] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 8.589µs I0703 06:38:28.723273 3451 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0703 06:38:28.723282 3451 nad_controller.go:161] [zone-nad-controller NAD controller]: started I0703 06:38:28.723293 3451 default_network_controller.go:349] Starting the default network controller I0703 06:38:28.723248 3451 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:u2725013059}] I0703 06:38:28.723307 3451 address_set_sync.go:395] SyncAddressSets found 0 stale address sets, 0 of them were ignored I0703 06:38:28.723312 3451 address_set.go:302] New(u2725013059/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0703 06:38:28.723320 3451 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:u2725013059}] I0703 06:38:28.723689 3451 udn_enabled_svc.go:94] Performing full resync I0703 06:38:28.723743 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1c3dfb3b-d538-41fd-9d93-e5aed96dafec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.723768 3451 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.1 172.30.0.10]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1c3dfb3b-d538-41fd-9d93-e5aed96dafec}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.724064 3451 udn_enabled_svc.go:98] Waiting for handler to sync I0703 06:38:28.724079 3451 udn_enabled_svc.go:103] Starting worker I0703 06:38:28.724718 3451 ovs.go:162] Exec(36): stdout: "" I0703 06:38:28.724730 3451 ovs.go:163] Exec(36): stderr: "" I0703 06:38:28.725686 3451 acl_sync.go:167] Updating Tier of existing ACLs... I0703 06:38:28.725701 3451 acl_sync.go:192] Updating tier's of all ACLs in cluster took 3.077µs I0703 06:38:28.725715 3451 port_group_sync.go:309] SyncPortGroups found 0 stale port groups I0703 06:38:28.728509 3451 default_network_controller.go:394] Existing number of nodes: 2 I0703 06:38:28.728524 3451 ovs.go:159] Exec(37): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0703 06:38:28.732534 3451 ovs.go:162] Exec(37): stdout: "" I0703 06:38:28.732546 3451 ovs.go:163] Exec(37): stderr: "" I0703 06:38:28.732581 3451 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:u2725013060}] I0703 06:38:28.732606 3451 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:u2725013061}] I0703 06:38:28.732625 3451 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:u2725013062}] I0703 06:38:28.732638 3451 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:u2725013060} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013061} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013062}] I0703 06:38:28.732991 3451 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:u2725013063}] I0703 06:38:28.733055 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013064}] I0703 06:38:28.733095 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013065}] I0703 06:38:28.733130 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013066}] I0703 06:38:28.733164 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013067}] I0703 06:38:28.733196 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013068}] I0703 06:38:28.733226 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013069}] I0703 06:38:28.733259 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013070}] I0703 06:38:28.733287 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013071}] I0703 06:38:28.733325 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013072}] I0703 06:38:28.733360 3451 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:u2725013073}] I0703 06:38:28.733384 3451 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:u2725013063} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013064} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013065} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013066} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013067} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013068} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013069} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013070} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013071} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2725013063}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013072} {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:u2725013073}] I0703 06:38:28.734333 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:58e81141-af59-4e06-9652-c1338eebb5e6}]} 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:u2725013074}] I0703 06:38:28.734365 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc008fce398 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:58e81141-af59-4e06-9652-c1338eebb5e6}]} 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:u2725013074}] I0703 06:38:28.734747 3451 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:u2725013075}] I0703 06:38:28.734771 3451 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:u2725013075}] I0703 06:38:28.735079 3451 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:u2725013076}] I0703 06:38:28.735101 3451 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:u2725013076}] I0703 06:38:28.735428 3451 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:u2725013077}] I0703 06:38:28.735477 3451 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:u2725013078}] I0703 06:38:28.735523 3451 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:u2725013077} {GoUUID:u2725013078}]}}] Timeout: Where:[where column _uuid == {acbb3e5f-cc57-4cea-91e1-817a0d023f88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.735550 3451 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:u2725013077} {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:u2725013078} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2725013077} {GoUUID:u2725013078}]}}] Timeout: Where:[where column _uuid == {acbb3e5f-cc57-4cea-91e1-817a0d023f88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.736189 3451 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:u2725013079}] I0703 06:38:28.736241 3451 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:u2725013080}] I0703 06:38:28.736283 3451 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:u2725013079} {GoUUID:u2725013080}]}}] Timeout: Where:[where column _uuid == {2bb812c4-8693-40a8-92e2-d072d00fc72e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.736303 3451 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:u2725013079} {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:u2725013080} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2725013079} {GoUUID:u2725013080}]}}] Timeout: Where:[where column _uuid == {2bb812c4-8693-40a8-92e2-d072d00fc72e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.736914 3451 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:u2725013081}] I0703 06:38:28.736933 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008dcc550 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:u2725013081}] I0703 06:38:28.737186 3451 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:u2725013082}] I0703 06:38:28.737219 3451 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:u2725013082}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.737236 3451 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:u2725013082} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013082}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.737592 3451 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:u2725013083}] I0703 06:38:28.737632 3451 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:u2725013083}]}}] Timeout: Where:[where column _uuid == {ebc69e06-0f56-4afc-aa35-b66b1cb76300}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.737650 3451 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:u2725013083} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013083}]}}] Timeout: Where:[where column _uuid == {ebc69e06-0f56-4afc-aa35-b66b1cb76300}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.737988 3451 default_network_controller.go:427] Cleaning External Gateway ECMP routes I0703 06:38:28.738090 3451 repair.go:33] Syncing exgw routes took 83.868µs I0703 06:38:28.738118 3451 default_network_controller.go:446] Starting all the Watchers... I0703 06:38:28.738280 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns-operator I0703 06:38:28.738289 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-samples-operator I0703 06:38:28.738296 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-deployment-validation-operator I0703 06:38:28.738283 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-version I0703 06:38:28.738306 3451 namespace.go:92] [openshift-deployment-validation-operator] adding namespace I0703 06:38:28.738307 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-operator I0703 06:38:28.738308 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager I0703 06:38:28.738314 3451 namespace.go:92] [openshift-cluster-version] adding namespace I0703 06:38:28.738318 3451 namespace.go:92] [openshift-network-operator] adding namespace I0703 06:38:28.738283 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0703 06:38:28.738316 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0703 06:38:28.738321 3451 namespace.go:92] [openshift-kube-controller-manager] adding namespace I0703 06:38:28.738321 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-managed I0703 06:38:28.738328 3451 namespace.go:92] [openshift-cluster-node-tuning-operator] adding namespace I0703 06:38:28.738331 3451 namespace.go:92] [openshift-backplane-managed-scripts] adding namespace I0703 06:38:28.738330 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-lpsre I0703 06:38:28.738338 3451 namespace.go:92] [openshift-config-managed] adding namespace I0703 06:38:28.738302 3451 namespace.go:92] [openshift-dns-operator] adding namespace I0703 06:38:28.738343 3451 namespace.go:92] [openshift-backplane-lpsre] adding namespace I0703 06:38:28.738340 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-route-controller-manager I0703 06:38:28.738346 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0703 06:38:28.738351 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns I0703 06:38:28.738354 3451 namespace.go:92] [openshift-route-controller-manager] adding namespace I0703 06:38:28.738356 3451 namespace.go:92] [openshift-kube-scheduler-operator] adding namespace I0703 06:38:28.738358 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-customer-monitoring I0703 06:38:28.738359 3451 namespace.go:92] [openshift-dns] adding namespace I0703 06:38:28.738373 3451 namespace.go:92] [openshift-customer-monitoring] adding namespace I0703 06:38:28.738304 3451 namespace.go:92] [openshift-cluster-samples-operator] adding namespace I0703 06:38:28.738411 3451 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:u2725013084}] I0703 06:38:28.738431 3451 address_set.go:302] New(u2725013084/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0703 06:38:28.738437 3451 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:u2725013084}] I0703 06:38:28.738453 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-config I0703 06:38:28.738464 3451 namespace.go:92] [openshift-config] adding namespace I0703 06:38:28.738862 3451 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:u2725013085}] I0703 06:38:28.738889 3451 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:u2725013085}] I0703 06:38:28.739164 3451 namespace.go:96] [openshift-deployment-validation-operator] adding namespace took 850.31µs I0703 06:38:28.739176 3451 obj_retry.go:551] Creating *v1.Namespace openshift-deployment-validation-operator took: 869.226µs I0703 06:38:28.739185 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-operator I0703 06:38:28.739190 3451 namespace.go:92] [openshift-console-operator] adding namespace I0703 06:38:28.739223 3451 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:u2725013086}] I0703 06:38:28.739245 3451 address_set.go:302] New(u2725013086/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0703 06:38:28.739251 3451 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:u2725013086}] I0703 06:38:28.739526 3451 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:u2725013087}] I0703 06:38:28.739549 3451 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:u2725013087}] I0703 06:38:28.739791 3451 namespace.go:96] [openshift-console-operator] adding namespace took 596.202µs I0703 06:38:28.739803 3451 obj_retry.go:551] Creating *v1.Namespace openshift-console-operator took: 611.096µs I0703 06:38:28.739810 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-logging I0703 06:38:28.739815 3451 namespace.go:92] [openshift-logging] adding namespace I0703 06:38:28.739847 3451 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:u2725013088}] I0703 06:38:28.739879 3451 address_set.go:302] New(u2725013088/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0703 06:38:28.739885 3451 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:u2725013088}] I0703 06:38:28.740182 3451 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:u2725013089}] I0703 06:38:28.740205 3451 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:u2725013089}] I0703 06:38:28.740502 3451 namespace.go:96] [openshift-logging] adding namespace took 681.662µs I0703 06:38:28.740516 3451 obj_retry.go:551] Creating *v1.Namespace openshift-logging took: 698.659µs I0703 06:38:28.740524 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-csm I0703 06:38:28.740529 3451 namespace.go:92] [openshift-backplane-csm] adding namespace I0703 06:38:28.740558 3451 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:u2725013090}] I0703 06:38:28.740582 3451 address_set.go:302] New(u2725013090/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0703 06:38:28.740587 3451 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:u2725013090}] I0703 06:38:28.740880 3451 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:u2725013091}] I0703 06:38:28.740901 3451 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:u2725013091}] I0703 06:38:28.741225 3451 namespace.go:96] [openshift-cluster-version] adding namespace took 2.901995ms I0703 06:38:28.741235 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-version took: 2.923913ms I0703 06:38:28.741243 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-marketplace I0703 06:38:28.741231 3451 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:u2725013092}] I0703 06:38:28.741248 3451 namespace.go:92] [openshift-marketplace] adding namespace I0703 06:38:28.741252 3451 address_set.go:302] New(u2725013092/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0703 06:38:28.741258 3451 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:u2725013092}] I0703 06:38:28.741548 3451 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:u2725013093}] I0703 06:38:28.741568 3451 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:u2725013093}] I0703 06:38:28.741890 3451 namespace.go:96] [openshift-network-operator] adding namespace took 3.565779ms I0703 06:38:28.741901 3451 obj_retry.go:551] Creating *v1.Namespace openshift-network-operator took: 3.583066ms I0703 06:38:28.741888 3451 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:u2725013094}] I0703 06:38:28.741909 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication-operator I0703 06:38:28.741911 3451 address_set.go:302] New(u2725013094/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0703 06:38:28.741915 3451 namespace.go:92] [openshift-authentication-operator] adding namespace I0703 06:38:28.741917 3451 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:u2725013094}] I0703 06:38:28.742226 3451 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:u2725013095}] I0703 06:38:28.742248 3451 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:u2725013095}] I0703 06:38:28.742547 3451 namespace.go:96] [openshift-cluster-node-tuning-operator] adding namespace took 4.210624ms I0703 06:38:28.742556 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 4.227144ms I0703 06:38:28.742561 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-credential-operator I0703 06:38:28.742566 3451 namespace.go:92] [openshift-cloud-credential-operator] adding namespace I0703 06:38:28.742549 3451 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:u2725013096}] I0703 06:38:28.742574 3451 address_set.go:302] New(u2725013096/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0703 06:38:28.742579 3451 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:u2725013096}] I0703 06:38:28.742861 3451 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:u2725013097}] I0703 06:38:28.742883 3451 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:u2725013097}] I0703 06:38:28.743218 3451 namespace.go:96] [openshift-kube-controller-manager] adding namespace took 4.885751ms I0703 06:38:28.743229 3451 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager took: 4.908563ms I0703 06:38:28.743218 3451 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:u2725013098}] I0703 06:38:28.743237 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-operator I0703 06:38:28.743239 3451 address_set.go:302] New(u2725013098/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0703 06:38:28.743243 3451 namespace.go:92] [openshift-ingress-operator] adding namespace I0703 06:38:28.743245 3451 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:u2725013098}] I0703 06:38:28.743535 3451 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:u2725013099}] I0703 06:38:28.743556 3451 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:u2725013099}] I0703 06:38:28.743855 3451 namespace.go:96] [openshift-config-managed] adding namespace took 5.511155ms I0703 06:38:28.743866 3451 obj_retry.go:551] Creating *v1.Namespace openshift-config-managed took: 5.526874ms I0703 06:38:28.743848 3451 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:u2725013100}] I0703 06:38:28.743874 3451 obj_retry.go:512] Add event received for *v1.Namespace kube-public I0703 06:38:28.743879 3451 address_set.go:302] New(u2725013100/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0703 06:38:28.743880 3451 namespace.go:92] [kube-public] adding namespace I0703 06:38:28.743884 3451 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:u2725013100}] I0703 06:38:28.744192 3451 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:u2725013101}] I0703 06:38:28.744223 3451 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:u2725013101}] I0703 06:38:28.744614 3451 namespace.go:96] [openshift-backplane-managed-scripts] adding namespace took 6.258351ms I0703 06:38:28.744606 3451 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:u2725013102}] I0703 06:38:28.744629 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-managed-scripts took: 6.297438ms I0703 06:38:28.744632 3451 address_set.go:302] New(u2725013102/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0703 06:38:28.744638 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver-operator I0703 06:38:28.744643 3451 namespace.go:92] [openshift-apiserver-operator] adding namespace I0703 06:38:28.744638 3451 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:u2725013102}] I0703 06:38:28.744964 3451 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:u2725013103}] I0703 06:38:28.744994 3451 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:u2725013103}] I0703 06:38:28.745335 3451 namespace.go:96] [openshift-dns-operator] adding namespace took 6.988477ms I0703 06:38:28.745345 3451 obj_retry.go:551] Creating *v1.Namespace openshift-dns-operator took: 7.047015ms I0703 06:38:28.745352 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager-operator I0703 06:38:28.745341 3451 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:u2725013104}] I0703 06:38:28.745362 3451 address_set.go:302] New(u2725013104/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0703 06:38:28.745364 3451 namespace.go:92] [openshift-controller-manager-operator] adding namespace I0703 06:38:28.745370 3451 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:u2725013104}] I0703 06:38:28.745626 3451 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:u2725013105}] I0703 06:38:28.745650 3451 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:u2725013105}] I0703 06:38:28.745946 3451 namespace.go:96] [openshift-backplane-lpsre] adding namespace took 7.594333ms I0703 06:38:28.745935 3451 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:u2725013106}] I0703 06:38:28.745961 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-lpsre took: 7.615746ms I0703 06:38:28.745963 3451 address_set.go:302] New(u2725013106/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0703 06:38:28.745970 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-node I0703 06:38:28.745975 3451 namespace.go:92] [openshift-node] adding namespace I0703 06:38:28.745969 3451 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:u2725013106}] I0703 06:38:28.746266 3451 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:u2725013107}] I0703 06:38:28.746289 3451 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:u2725013107}] I0703 06:38:28.746577 3451 namespace.go:96] [openshift-route-controller-manager] adding namespace took 8.214085ms I0703 06:38:28.746569 3451 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:u2725013108}] I0703 06:38:28.746590 3451 obj_retry.go:551] Creating *v1.Namespace openshift-route-controller-manager took: 8.235501ms I0703 06:38:28.746594 3451 address_set.go:302] New(u2725013108/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0703 06:38:28.746598 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators-redhat I0703 06:38:28.746603 3451 namespace.go:92] [openshift-operators-redhat] adding namespace I0703 06:38:28.746599 3451 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:u2725013108}] I0703 06:38:28.746877 3451 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:u2725013109}] I0703 06:38:28.746899 3451 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:u2725013109}] I0703 06:38:28.747217 3451 namespace.go:96] [openshift-kube-scheduler-operator] adding namespace took 8.85145ms I0703 06:38:28.747231 3451 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler-operator took: 8.874742ms I0703 06:38:28.747217 3451 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:u2725013110}] I0703 06:38:28.747239 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane I0703 06:38:28.747240 3451 address_set.go:302] New(u2725013110/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0703 06:38:28.747244 3451 namespace.go:92] [openshift-backplane] adding namespace I0703 06:38:28.747246 3451 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:u2725013110}] I0703 06:38:28.747486 3451 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:u2725013111}] I0703 06:38:28.747506 3451 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:u2725013111}] I0703 06:38:28.747806 3451 namespace.go:96] [openshift-dns] adding namespace took 9.435789ms I0703 06:38:28.747821 3451 obj_retry.go:551] Creating *v1.Namespace openshift-dns took: 9.459174ms I0703 06:38:28.747831 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cse I0703 06:38:28.747838 3451 namespace.go:92] [openshift-backplane-cse] adding namespace I0703 06:38:28.747817 3451 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:u2725013112}] I0703 06:38:28.747855 3451 address_set.go:302] New(u2725013112/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0703 06:38:28.747861 3451 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:u2725013112}] I0703 06:38:28.748199 3451 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:u2725013113}] I0703 06:38:28.748227 3451 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:u2725013113}] I0703 06:38:28.748613 3451 namespace.go:96] [openshift-customer-monitoring] adding namespace took 10.228718ms I0703 06:38:28.748628 3451 obj_retry.go:551] Creating *v1.Namespace openshift-customer-monitoring took: 10.252722ms I0703 06:38:28.748640 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-insights I0703 06:38:28.748647 3451 namespace.go:92] [openshift-insights] adding namespace I0703 06:38:28.748632 3451 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:u2725013114}] I0703 06:38:28.748658 3451 address_set.go:302] New(u2725013114/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0703 06:38:28.748665 3451 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:u2725013114}] I0703 06:38:28.748962 3451 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:u2725013115}] I0703 06:38:28.748987 3451 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:u2725013115}] I0703 06:38:28.749376 3451 namespace.go:96] [openshift-cluster-samples-operator] adding namespace took 10.949964ms I0703 06:38:28.749391 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-samples-operator took: 11.085691ms I0703 06:38:28.749381 3451 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:u2725013116}] I0703 06:38:28.749401 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0703 06:38:28.749404 3451 address_set.go:302] New(u2725013116/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0703 06:38:28.749407 3451 namespace.go:92] [openshift-kube-storage-version-migrator-operator] adding namespace I0703 06:38:28.749409 3451 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:u2725013116}] I0703 06:38:28.749716 3451 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:u2725013117}] I0703 06:38:28.749745 3451 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:u2725013117}] I0703 06:38:28.750002 3451 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:u2725013118}] I0703 06:38:28.750048 3451 address_set.go:302] New(u2725013118/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0703 06:38:28.750061 3451 namespace.go:96] [openshift-config] adding namespace took 11.58979ms I0703 06:38:28.750055 3451 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:u2725013118}] I0703 06:38:28.750074 3451 obj_retry.go:551] Creating *v1.Namespace openshift-config took: 11.609939ms I0703 06:38:28.750083 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-console I0703 06:38:28.750089 3451 namespace.go:92] [openshift-network-console] adding namespace I0703 06:38:28.750354 3451 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:u2725013119}] I0703 06:38:28.750375 3451 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:u2725013119}] I0703 06:38:28.750621 3451 namespace.go:96] [openshift-backplane-csm] adding namespace took 10.085766ms I0703 06:38:28.750632 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-csm took: 10.102125ms I0703 06:38:28.750639 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication I0703 06:38:28.750630 3451 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:u2725013120}] I0703 06:38:28.750645 3451 namespace.go:92] [openshift-authentication] adding namespace I0703 06:38:28.750651 3451 address_set.go:302] New(u2725013120/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0703 06:38:28.750656 3451 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:u2725013120}] I0703 06:38:28.750936 3451 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:u2725013121}] I0703 06:38:28.750960 3451 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:u2725013121}] I0703 06:38:28.751298 3451 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:u2725013122}] I0703 06:38:28.751325 3451 address_set.go:302] New(u2725013122/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0703 06:38:28.751333 3451 namespace.go:96] [openshift-marketplace] adding namespace took 10.078896ms I0703 06:38:28.751341 3451 obj_retry.go:551] Creating *v1.Namespace openshift-marketplace took: 10.092311ms I0703 06:38:28.751347 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0703 06:38:28.751332 3451 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:u2725013122}] I0703 06:38:28.751351 3451 namespace.go:92] [openshift-backplane-mcs-tier-two] adding namespace I0703 06:38:28.751634 3451 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:u2725013123}] I0703 06:38:28.751655 3451 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:u2725013123}] I0703 06:38:28.751924 3451 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:u2725013124}] I0703 06:38:28.751944 3451 namespace.go:96] [openshift-authentication-operator] adding namespace took 10.024914ms I0703 06:38:28.751947 3451 address_set.go:302] New(u2725013124/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0703 06:38:28.751951 3451 obj_retry.go:551] Creating *v1.Namespace openshift-authentication-operator took: 10.034615ms I0703 06:38:28.751959 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-diagnostics I0703 06:38:28.751952 3451 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:u2725013124}] I0703 06:38:28.751965 3451 namespace.go:92] [openshift-network-diagnostics] adding namespace I0703 06:38:28.752258 3451 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:u2725013125}] I0703 06:38:28.752282 3451 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:u2725013125}] I0703 06:38:28.752584 3451 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:u2725013126}] I0703 06:38:28.752607 3451 address_set.go:302] New(u2725013126/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0703 06:38:28.752614 3451 namespace.go:96] [openshift-cloud-credential-operator] adding namespace took 10.042556ms I0703 06:38:28.752624 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-credential-operator took: 10.056018ms I0703 06:38:28.752614 3451 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:u2725013126}] I0703 06:38:28.752632 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-infra I0703 06:38:28.752638 3451 namespace.go:92] [openshift-infra] adding namespace I0703 06:38:28.752911 3451 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:u2725013127}] I0703 06:38:28.752936 3451 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:u2725013127}] I0703 06:38:28.753308 3451 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:u2725013128}] I0703 06:38:28.753335 3451 address_set.go:302] New(u2725013128/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0703 06:38:28.753337 3451 namespace.go:96] [openshift-ingress-operator] adding namespace took 10.089418ms I0703 06:38:28.753345 3451 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-operator took: 10.101075ms I0703 06:38:28.753352 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0703 06:38:28.753342 3451 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:u2725013128}] I0703 06:38:28.753357 3451 namespace.go:92] [openshift-cluster-csi-drivers] adding namespace I0703 06:38:28.753648 3451 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:u2725013129}] I0703 06:38:28.753672 3451 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:u2725013129}] I0703 06:38:28.753934 3451 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:u2725013130}] I0703 06:38:28.753955 3451 address_set.go:302] New(u2725013130/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0703 06:38:28.753960 3451 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:u2725013130}] I0703 06:38:28.753979 3451 namespace.go:96] [kube-public] adding namespace took 10.08773ms I0703 06:38:28.753990 3451 obj_retry.go:551] Creating *v1.Namespace kube-public took: 10.108097ms I0703 06:38:28.753997 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-user-settings I0703 06:38:28.754002 3451 namespace.go:92] [openshift-console-user-settings] adding namespace I0703 06:38:28.754245 3451 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:u2725013131}] I0703 06:38:28.754268 3451 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:u2725013131}] I0703 06:38:28.754554 3451 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:u2725013132}] I0703 06:38:28.754578 3451 address_set.go:302] New(u2725013132/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0703 06:38:28.754582 3451 namespace.go:96] [openshift-apiserver-operator] adding namespace took 9.931498ms I0703 06:38:28.754590 3451 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver-operator took: 9.945551ms I0703 06:38:28.754584 3451 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:u2725013132}] I0703 06:38:28.754598 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators I0703 06:38:28.754604 3451 namespace.go:92] [openshift-operators] adding namespace I0703 06:38:28.754828 3451 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:u2725013133}] I0703 06:38:28.754846 3451 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:u2725013133}] I0703 06:38:28.755129 3451 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:u2725013134}] I0703 06:38:28.755153 3451 address_set.go:302] New(u2725013134/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0703 06:38:28.755161 3451 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:u2725013134}] I0703 06:38:28.755177 3451 namespace.go:96] [openshift-controller-manager-operator] adding namespace took 9.803843ms I0703 06:38:28.755187 3451 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager-operator took: 9.820695ms I0703 06:38:28.755195 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cee I0703 06:38:28.755202 3451 namespace.go:92] [openshift-backplane-cee] adding namespace I0703 06:38:28.755424 3451 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:u2725013135}] I0703 06:38:28.755441 3451 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:u2725013135}] I0703 06:38:28.755692 3451 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:u2725013136}] I0703 06:38:28.755714 3451 address_set.go:302] New(u2725013136/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0703 06:38:28.755734 3451 namespace.go:96] [openshift-node] adding namespace took 9.753591ms I0703 06:38:28.755722 3451 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:u2725013136}] I0703 06:38:28.755746 3451 obj_retry.go:551] Creating *v1.Namespace openshift-node took: 9.768456ms I0703 06:38:28.755755 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0703 06:38:28.755761 3451 namespace.go:92] [openshift-operator-lifecycle-manager] adding namespace I0703 06:38:28.755977 3451 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:u2725013137}] I0703 06:38:28.755996 3451 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:u2725013137}] I0703 06:38:28.756334 3451 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:u2725013138}] I0703 06:38:28.756354 3451 namespace.go:96] [openshift-operators-redhat] adding namespace took 9.745775ms I0703 06:38:28.756357 3451 address_set.go:302] New(u2725013138/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0703 06:38:28.756363 3451 obj_retry.go:551] Creating *v1.Namespace openshift-operators-redhat took: 9.758452ms I0703 06:38:28.756371 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver I0703 06:38:28.756363 3451 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:u2725013138}] I0703 06:38:28.756376 3451 namespace.go:92] [openshift-kube-apiserver] adding namespace I0703 06:38:28.756618 3451 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:u2725013139}] I0703 06:38:28.756636 3451 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:u2725013139}] I0703 06:38:28.756931 3451 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:u2725013140}] I0703 06:38:28.756959 3451 address_set.go:302] New(u2725013140/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0703 06:38:28.756968 3451 namespace.go:96] [openshift-backplane] adding namespace took 9.718266ms I0703 06:38:28.756978 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane took: 9.731372ms I0703 06:38:28.756971 3451 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:u2725013140}] I0703 06:38:28.756988 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-node-identity I0703 06:38:28.756997 3451 namespace.go:92] [openshift-network-node-identity] adding namespace I0703 06:38:28.757251 3451 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:u2725013141}] I0703 06:38:28.757269 3451 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:u2725013141}] I0703 06:38:28.757533 3451 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:u2725013142}] I0703 06:38:28.757558 3451 address_set.go:302] New(u2725013142/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0703 06:38:28.757570 3451 namespace.go:96] [openshift-backplane-cse] adding namespace took 9.725354ms I0703 06:38:28.757564 3451 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:u2725013142}] I0703 06:38:28.757579 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cse took: 9.740811ms I0703 06:38:28.757587 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-canary I0703 06:38:28.757596 3451 namespace.go:92] [openshift-ingress-canary] adding namespace I0703 06:38:28.757833 3451 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:u2725013143}] I0703 06:38:28.757852 3451 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:u2725013143}] I0703 06:38:28.758189 3451 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:u2725013144}] I0703 06:38:28.758216 3451 address_set.go:302] New(u2725013144/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0703 06:38:28.758224 3451 namespace.go:96] [openshift-insights] adding namespace took 9.571014ms I0703 06:38:28.758221 3451 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:u2725013144}] I0703 06:38:28.758231 3451 obj_retry.go:551] Creating *v1.Namespace openshift-insights took: 9.583999ms I0703 06:38:28.758239 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0703 06:38:28.758244 3451 namespace.go:92] [openshift-kube-apiserver-operator] adding namespace I0703 06:38:28.758540 3451 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:u2725013145}] I0703 06:38:28.758564 3451 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:u2725013145}] I0703 06:38:28.758879 3451 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:u2725013146}] I0703 06:38:28.758892 3451 namespace.go:96] [openshift-kube-storage-version-migrator-operator] adding namespace took 9.480264ms I0703 06:38:28.758902 3451 address_set.go:302] New(u2725013146/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0703 06:38:28.758905 3451 obj_retry.go:551] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 9.49666ms I0703 06:38:28.758914 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-storage-operator I0703 06:38:28.758908 3451 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:u2725013146}] I0703 06:38:28.758920 3451 namespace.go:92] [openshift-cluster-storage-operator] adding namespace I0703 06:38:28.759213 3451 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:u2725013147}] I0703 06:38:28.759234 3451 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:u2725013147}] I0703 06:38:28.759525 3451 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:u2725013148}] I0703 06:38:28.759546 3451 address_set.go:302] New(u2725013148/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0703 06:38:28.759562 3451 namespace.go:96] [openshift-network-console] adding namespace took 9.46827ms I0703 06:38:28.759554 3451 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:u2725013148}] I0703 06:38:28.759574 3451 obj_retry.go:551] Creating *v1.Namespace openshift-network-console took: 9.483139ms I0703 06:38:28.759581 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift I0703 06:38:28.759586 3451 namespace.go:92] [openshift] adding namespace I0703 06:38:28.759846 3451 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:u2725013149}] I0703 06:38:28.759867 3451 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:u2725013149}] I0703 06:38:28.760186 3451 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:u2725013150}] I0703 06:38:28.760208 3451 address_set.go:302] New(u2725013150/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0703 06:38:28.760213 3451 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:u2725013150}] I0703 06:38:28.760221 3451 namespace.go:96] [openshift-authentication] adding namespace took 9.570017ms I0703 06:38:28.760228 3451 obj_retry.go:551] Creating *v1.Namespace openshift-authentication took: 9.58313ms I0703 06:38:28.760490 3451 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:u2725013151}] I0703 06:38:28.760508 3451 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:u2725013151}] W0703 06:38:28.760798 3451 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-cb9f5: no pod IPs found W0703 06:38:28.760809 3451 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-hpx26: no pod IPs found I0703 06:38:28.760840 3451 namespace.go:96] [openshift-backplane-mcs-tier-two] adding namespace took 9.4836ms I0703 06:38:28.760835 3451 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:u2725013152}] I0703 06:38:28.760850 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 9.496888ms I0703 06:38:28.760853 3451 address_set.go:302] New(u2725013152/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0703 06:38:28.760859 3451 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt I0703 06:38:28.760865 3451 namespace.go:92] [open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt] adding namespace I0703 06:38:28.760859 3451 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:u2725013152}] I0703 06:38:28.761175 3451 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:u2725013153}] I0703 06:38:28.761195 3451 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:u2725013153}] I0703 06:38:28.761481 3451 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:u2725013154}] I0703 06:38:28.761503 3451 address_set.go:302] New(u2725013154/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0703 06:38:28.761516 3451 namespace.go:96] [openshift-network-diagnostics] adding namespace took 9.544163ms I0703 06:38:28.761509 3451 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:u2725013154}] I0703 06:38:28.761526 3451 obj_retry.go:551] Creating *v1.Namespace openshift-network-diagnostics took: 9.558803ms I0703 06:38:28.761535 3451 obj_retry.go:512] Add event received for *v1.Namespace kube-system I0703 06:38:28.761540 3451 namespace.go:92] [kube-system] adding namespace I0703 06:38:28.761770 3451 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:u2725013155}] I0703 06:38:28.761789 3451 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:u2725013155}] I0703 06:38:28.762027 3451 namespace.go:96] [openshift-infra] adding namespace took 9.384058ms I0703 06:38:28.762057 3451 obj_retry.go:551] Creating *v1.Namespace openshift-infra took: 9.417711ms I0703 06:38:28.762066 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-user-workload-monitoring I0703 06:38:28.762072 3451 namespace.go:92] [openshift-user-workload-monitoring] adding namespace I0703 06:38:28.762064 3451 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:u2725013156}] I0703 06:38:28.762082 3451 address_set.go:302] New(u2725013156/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0703 06:38:28.762087 3451 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:u2725013156}] I0703 06:38:28.762383 3451 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:u2725013157}] I0703 06:38:28.762406 3451 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:u2725013157}] I0703 06:38:28.762704 3451 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:u2725013158}] I0703 06:38:28.762726 3451 address_set.go:302] New(u2725013158/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0703 06:38:28.762732 3451 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:u2725013158}] I0703 06:38:28.762769 3451 namespace.go:96] [openshift-cluster-csi-drivers] adding namespace took 9.404094ms I0703 06:38:28.762778 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-csi-drivers took: 9.420532ms I0703 06:38:28.762784 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-api I0703 06:38:28.762788 3451 namespace.go:92] [openshift-machine-api] adding namespace I0703 06:38:28.763056 3451 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:u2725013159}] I0703 06:38:28.763092 3451 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:u2725013159}] I0703 06:38:28.763389 3451 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:u2725013160}] I0703 06:38:28.763412 3451 address_set.go:302] New(u2725013160/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0703 06:38:28.763418 3451 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:u2725013160}] I0703 06:38:28.763425 3451 namespace.go:96] [openshift-console-user-settings] adding namespace took 9.418006ms I0703 06:38:28.763438 3451 obj_retry.go:551] Creating *v1.Namespace openshift-console-user-settings took: 9.434312ms I0703 06:38:28.763447 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep I0703 06:38:28.763453 3451 namespace.go:92] [openshift-backplane-srep] adding namespace I0703 06:38:28.763719 3451 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:u2725013161}] I0703 06:38:28.763740 3451 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:u2725013161}] I0703 06:38:28.764050 3451 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:u2725013162}] I0703 06:38:28.764068 3451 namespace.go:96] [openshift-operators] adding namespace took 9.458515ms I0703 06:38:28.764073 3451 address_set.go:302] New(u2725013162/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0703 06:38:28.764077 3451 obj_retry.go:551] Creating *v1.Namespace openshift-operators took: 9.471542ms I0703 06:38:28.764085 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress I0703 06:38:28.764079 3451 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:u2725013162}] I0703 06:38:28.764090 3451 namespace.go:92] [openshift-ingress] adding namespace I0703 06:38:28.764379 3451 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:u2725013163}] I0703 06:38:28.764399 3451 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:u2725013163}] I0703 06:38:28.764674 3451 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:u2725013164}] I0703 06:38:28.764703 3451 address_set.go:302] New(u2725013164/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0703 06:38:28.764713 3451 namespace.go:96] [openshift-backplane-cee] adding namespace took 9.50486ms I0703 06:38:28.764711 3451 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:u2725013164}] I0703 06:38:28.764724 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cee took: 9.520395ms I0703 06:38:28.764733 3451 obj_retry.go:512] Add event received for *v1.Namespace default I0703 06:38:28.764739 3451 namespace.go:92] [default] adding namespace I0703 06:38:28.764957 3451 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:u2725013165}] I0703 06:38:28.764977 3451 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:u2725013165}] I0703 06:38:28.765278 3451 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:u2725013166}] I0703 06:38:28.765303 3451 address_set.go:302] New(u2725013166/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0703 06:38:28.765313 3451 namespace.go:96] [openshift-operator-lifecycle-manager] adding namespace took 9.54639ms I0703 06:38:28.765323 3451 obj_retry.go:551] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 9.559194ms I0703 06:38:28.765311 3451 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:u2725013166}] I0703 06:38:28.765334 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0703 06:38:28.765342 3451 namespace.go:92] [openshift-kube-controller-manager-operator] adding namespace I0703 06:38:28.765577 3451 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:u2725013167}] I0703 06:38:28.765600 3451 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:u2725013167}] I0703 06:38:28.765836 3451 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:u2725013168}] I0703 06:38:28.765857 3451 address_set.go:302] New(u2725013168/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0703 06:38:28.765862 3451 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:u2725013168}] I0703 06:38:28.765876 3451 namespace.go:96] [openshift-kube-apiserver] adding namespace took 9.494219ms I0703 06:38:28.765890 3451 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver took: 9.510769ms I0703 06:38:28.765901 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-ovn-kubernetes I0703 06:38:28.765910 3451 namespace.go:92] [openshift-ovn-kubernetes] adding namespace I0703 06:38:28.766112 3451 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:u2725013169}] I0703 06:38:28.766131 3451 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:u2725013169}] I0703 06:38:28.766362 3451 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:u2725013170}] I0703 06:38:28.766384 3451 address_set.go:302] New(u2725013170/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0703 06:38:28.766391 3451 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:u2725013170}] I0703 06:38:28.766410 3451 namespace.go:96] [openshift-network-node-identity] adding namespace took 9.406047ms I0703 06:38:28.766420 3451 obj_retry.go:551] Creating *v1.Namespace openshift-network-node-identity took: 9.421573ms I0703 06:38:28.766430 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver I0703 06:38:28.766438 3451 namespace.go:92] [openshift-apiserver] adding namespace I0703 06:38:28.767008 3451 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:u2725013171}] I0703 06:38:28.767028 3451 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:u2725013171}] I0703 06:38:28.767296 3451 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:u2725013172}] I0703 06:38:28.767323 3451 address_set.go:302] New(u2725013172/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0703 06:38:28.767330 3451 namespace.go:96] [openshift-ingress-canary] adding namespace took 9.72732ms I0703 06:38:28.767338 3451 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-canary took: 9.742406ms I0703 06:38:28.767346 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-operator I0703 06:38:28.767331 3451 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:u2725013172}] I0703 06:38:28.767352 3451 namespace.go:92] [openshift-config-operator] adding namespace I0703 06:38:28.767572 3451 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:u2725013173}] I0703 06:38:28.767590 3451 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:u2725013173}] I0703 06:38:28.767802 3451 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:u2725013174}] I0703 06:38:28.767827 3451 address_set.go:302] New(u2725013174/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0703 06:38:28.767840 3451 namespace.go:96] [openshift-kube-apiserver-operator] adding namespace took 9.590707ms I0703 06:38:28.767835 3451 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:u2725013174}] I0703 06:38:28.767854 3451 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver-operator took: 9.606909ms I0703 06:38:28.767864 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler I0703 06:38:28.767873 3451 namespace.go:92] [openshift-kube-scheduler] adding namespace I0703 06:38:28.768120 3451 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:u2725013175}] I0703 06:38:28.768142 3451 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:u2725013175}] I0703 06:38:28.768388 3451 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:u2725013176}] I0703 06:38:28.768409 3451 address_set.go:302] New(u2725013176/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0703 06:38:28.768417 3451 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:u2725013176}] I0703 06:38:28.768434 3451 namespace.go:96] [openshift-cluster-storage-operator] adding namespace took 9.507855ms I0703 06:38:28.768443 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-storage-operator took: 9.522086ms I0703 06:38:28.768449 3451 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-agent-addon I0703 06:38:28.768454 3451 namespace.go:92] [open-cluster-management-agent-addon] adding namespace I0703 06:38:28.768662 3451 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:u2725013177}] I0703 06:38:28.768680 3451 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:u2725013177}] I0703 06:38:28.768906 3451 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-2ragcqho1geaafbdl8chuu7p76ja50gt:v4 k8s.ovn.org/name:open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6694055686591861745] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013178}] I0703 06:38:28.768933 3451 address_set.go:302] New(u2725013178/default-network-controller:Namespace:open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt:v4/a6694055686591861745) with [] I0703 06:38:28.768948 3451 namespace.go:96] [openshift] adding namespace took 9.35548ms I0703 06:38:28.768942 3451 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-2ragcqho1geaafbdl8chuu7p76ja50gt:v4 k8s.ovn.org/name:open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6694055686591861745] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013178}] I0703 06:38:28.768960 3451 obj_retry.go:551] Creating *v1.Namespace openshift took: 9.36997ms I0703 06:38:28.768972 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-console I0703 06:38:28.768981 3451 namespace.go:92] [openshift-console] adding namespace I0703 06:38:28.769199 3451 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-2ragcqho1geaafbdl8chuu7p76ja50gt k8s.ovn.org/name:open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17363277334213975035] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013179}] I0703 06:38:28.769218 3451 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-2ragcqho1geaafbdl8chuu7p76ja50gt k8s.ovn.org/name:open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17363277334213975035] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013179}] I0703 06:38:28.769447 3451 namespace.go:96] [open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt] adding namespace took 8.575661ms I0703 06:38:28.769463 3451 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt took: 8.595682ms I0703 06:38:28.769475 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-multus I0703 06:38:28.769483 3451 namespace.go:92] [openshift-multus] adding namespace I0703 06:38:28.769469 3451 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:u2725013180}] I0703 06:38:28.769494 3451 address_set.go:302] New(u2725013180/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0703 06:38:28.769504 3451 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:u2725013180}] I0703 06:38:28.769752 3451 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:u2725013181}] I0703 06:38:28.769774 3451 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:u2725013181}] I0703 06:38:28.770005 3451 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:u2725013182}] I0703 06:38:28.770026 3451 address_set.go:302] New(u2725013182/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0703 06:38:28.770050 3451 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:u2725013182}] I0703 06:38:28.770065 3451 namespace.go:96] [kube-system] adding namespace took 8.5195ms I0703 06:38:28.770075 3451 obj_retry.go:551] Creating *v1.Namespace kube-system took: 8.532437ms I0703 06:38:28.770085 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager I0703 06:38:28.770096 3451 namespace.go:92] [openshift-controller-manager] adding namespace I0703 06:38:28.770302 3451 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:u2725013183}] I0703 06:38:28.770322 3451 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:u2725013183}] I0703 06:38:28.770557 3451 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:u2725013184}] I0703 06:38:28.770580 3451 address_set.go:302] New(u2725013184/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0703 06:38:28.770591 3451 namespace.go:96] [openshift-user-workload-monitoring] adding namespace took 8.513617ms I0703 06:38:28.770602 3451 obj_retry.go:551] Creating *v1.Namespace openshift-user-workload-monitoring took: 8.527079ms I0703 06:38:28.770587 3451 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:u2725013184}] I0703 06:38:28.770608 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-tam I0703 06:38:28.770613 3451 namespace.go:92] [openshift-backplane-tam] adding namespace I0703 06:38:28.770835 3451 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:u2725013185}] I0703 06:38:28.770854 3451 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:u2725013185}] I0703 06:38:28.771155 3451 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:u2725013186}] I0703 06:38:28.771179 3451 address_set.go:302] New(u2725013186/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0703 06:38:28.771184 3451 namespace.go:96] [openshift-machine-api] adding namespace took 8.390145ms I0703 06:38:28.771185 3451 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:u2725013186}] I0703 06:38:28.771195 3451 obj_retry.go:551] Creating *v1.Namespace openshift-machine-api took: 8.404501ms I0703 06:38:28.771205 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0703 06:38:28.771212 3451 namespace.go:92] [openshift-cloud-network-config-controller] adding namespace I0703 06:38:28.771471 3451 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:u2725013187}] I0703 06:38:28.771492 3451 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:u2725013187}] I0703 06:38:28.771751 3451 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:u2725013188}] I0703 06:38:28.771776 3451 address_set.go:302] New(u2725013188/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0703 06:38:28.771789 3451 namespace.go:96] [openshift-backplane-srep] adding namespace took 8.330898ms I0703 06:38:28.771785 3451 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:u2725013188}] I0703 06:38:28.771801 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep took: 8.34686ms I0703 06:38:28.771808 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-image-registry I0703 06:38:28.771814 3451 namespace.go:92] [openshift-image-registry] adding namespace I0703 06:38:28.772021 3451 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:u2725013189}] I0703 06:38:28.772064 3451 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:u2725013189}] I0703 06:38:28.772414 3451 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:u2725013190}] I0703 06:38:28.772437 3451 address_set.go:302] New(u2725013190/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0703 06:38:28.772443 3451 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:u2725013190}] I0703 06:38:28.772449 3451 namespace.go:96] [openshift-ingress] adding namespace took 8.352952ms I0703 06:38:28.772460 3451 obj_retry.go:551] Creating *v1.Namespace openshift-ingress took: 8.368041ms I0703 06:38:28.772469 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep-ro I0703 06:38:28.772474 3451 namespace.go:92] [openshift-backplane-srep-ro] adding namespace I0703 06:38:28.772715 3451 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:u2725013191}] I0703 06:38:28.772737 3451 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:u2725013191}] I0703 06:38:28.773021 3451 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:u2725013192}] I0703 06:38:28.773066 3451 address_set.go:302] New(u2725013192/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0703 06:38:28.773071 3451 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:u2725013192}] I0703 06:38:28.773091 3451 namespace.go:96] [default] adding namespace took 8.346163ms I0703 06:38:28.773108 3451 obj_retry.go:551] Creating *v1.Namespace default took: 8.36285ms I0703 06:38:28.773119 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-etcd I0703 06:38:28.773128 3451 namespace.go:92] [openshift-etcd] adding namespace I0703 06:38:28.773379 3451 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:u2725013193}] I0703 06:38:28.773400 3451 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:u2725013193}] I0703 06:38:28.773704 3451 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:u2725013194}] I0703 06:38:28.773727 3451 address_set.go:302] New(u2725013194/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0703 06:38:28.773728 3451 namespace.go:96] [openshift-kube-controller-manager-operator] adding namespace took 8.379941ms I0703 06:38:28.773739 3451 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 8.395479ms I0703 06:38:28.773733 3451 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:u2725013194}] I0703 06:38:28.773748 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-host-network I0703 06:38:28.773756 3451 namespace.go:92] [openshift-host-network] adding namespace I0703 06:38:28.774005 3451 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:u2725013195}] I0703 06:38:28.774025 3451 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:u2725013195}] I0703 06:38:28.774314 3451 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:u2725013196}] I0703 06:38:28.774338 3451 address_set.go:302] New(u2725013196/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0703 06:38:28.774348 3451 namespace.go:96] [openshift-ovn-kubernetes] adding namespace took 8.431865ms I0703 06:38:28.774359 3451 obj_retry.go:551] Creating *v1.Namespace openshift-ovn-kubernetes took: 8.448977ms I0703 06:38:28.774346 3451 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:u2725013196}] I0703 06:38:28.774367 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-controller-manager I0703 06:38:28.774372 3451 namespace.go:92] [openshift-cloud-controller-manager] adding namespace I0703 06:38:28.774631 3451 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:u2725013197}] I0703 06:38:28.774650 3451 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:u2725013197}] I0703 06:38:28.774897 3451 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:u2725013198}] I0703 06:38:28.774921 3451 address_set.go:302] New(u2725013198/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0703 06:38:28.774935 3451 namespace.go:96] [openshift-apiserver] adding namespace took 8.490974ms I0703 06:38:28.774943 3451 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver took: 8.504599ms I0703 06:38:28.774928 3451 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:u2725013198}] I0703 06:38:28.774954 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-machine-approver I0703 06:38:28.774961 3451 namespace.go:92] [openshift-cluster-machine-approver] adding namespace I0703 06:38:28.775238 3451 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:u2725013199}] I0703 06:38:28.775258 3451 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:u2725013199}] I0703 06:38:28.775507 3451 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:u2725013200}] I0703 06:38:28.775527 3451 address_set.go:302] New(u2725013200/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0703 06:38:28.775532 3451 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:u2725013200}] I0703 06:38:28.775547 3451 namespace.go:96] [openshift-config-operator] adding namespace took 8.187085ms I0703 06:38:28.775561 3451 obj_retry.go:551] Creating *v1.Namespace openshift-config-operator took: 8.205015ms I0703 06:38:28.775573 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-package-operator I0703 06:38:28.775582 3451 namespace.go:92] [openshift-package-operator] adding namespace I0703 06:38:28.775784 3451 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:u2725013201}] I0703 06:38:28.775805 3451 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:u2725013201}] I0703 06:38:28.776057 3451 namespace.go:96] [openshift-kube-scheduler] adding namespace took 8.179928ms I0703 06:38:28.776070 3451 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler took: 8.194343ms I0703 06:38:28.776078 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mobb I0703 06:38:28.776086 3451 namespace.go:92] [openshift-backplane-mobb] adding namespace I0703 06:38:28.776073 3451 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:u2725013202}] I0703 06:38:28.776095 3451 address_set.go:302] New(u2725013202/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0703 06:38:28.776102 3451 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:u2725013202}] I0703 06:38:28.776375 3451 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:u2725013203}] I0703 06:38:28.776393 3451 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:u2725013203}] I0703 06:38:28.776644 3451 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:u2725013204}] I0703 06:38:28.776666 3451 address_set.go:302] New(u2725013204/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0703 06:38:28.776671 3451 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:u2725013204}] I0703 06:38:28.776686 3451 namespace.go:96] [open-cluster-management-agent-addon] adding namespace took 8.225154ms I0703 06:38:28.776695 3451 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-agent-addon took: 8.239339ms I0703 06:38:28.776703 3451 obj_retry.go:512] Add event received for *v1.Namespace dedicated-admin I0703 06:38:28.776709 3451 namespace.go:92] [dedicated-admin] adding namespace I0703 06:38:28.776917 3451 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:u2725013205}] I0703 06:38:28.776937 3451 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:u2725013205}] W0703 06:38:28.777208 3451 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-4cjfl: no pod IPs found W0703 06:38:28.777220 3451 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-db5wb: no pod IPs found I0703 06:38:28.777253 3451 namespace.go:96] [openshift-console] adding namespace took 8.266939ms I0703 06:38:28.777250 3451 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:u2725013206}] I0703 06:38:28.777264 3451 obj_retry.go:551] Creating *v1.Namespace openshift-console took: 8.283089ms I0703 06:38:28.777271 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-ai-agent I0703 06:38:28.777271 3451 address_set.go:302] New(u2725013206/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0703 06:38:28.777277 3451 namespace.go:92] [openshift-backplane-ai-agent] adding namespace I0703 06:38:28.777281 3451 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:u2725013206}] I0703 06:38:28.777571 3451 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:u2725013207}] I0703 06:38:28.777597 3451 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:u2725013207}] I0703 06:38:28.777834 3451 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:u2725013208}] I0703 06:38:28.777857 3451 address_set.go:302] New(u2725013208/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0703 06:38:28.777863 3451 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:u2725013208}] I0703 06:38:28.777872 3451 namespace.go:96] [openshift-multus] adding namespace took 8.382423ms I0703 06:38:28.777885 3451 obj_retry.go:551] Creating *v1.Namespace openshift-multus took: 8.39989ms I0703 06:38:28.778139 3451 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:u2725013209}] I0703 06:38:28.778158 3451 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:u2725013209}] I0703 06:38:28.778411 3451 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:u2725013210}] I0703 06:38:28.778430 3451 address_set.go:302] New(u2725013210/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0703 06:38:28.778437 3451 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:u2725013210}] I0703 06:38:28.778447 3451 namespace.go:96] [openshift-controller-manager] adding namespace took 8.345303ms I0703 06:38:28.778455 3451 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager took: 8.359245ms I0703 06:38:28.778674 3451 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:u2725013211}] I0703 06:38:28.778692 3451 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:u2725013211}] I0703 06:38:28.778927 3451 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:u2725013212}] I0703 06:38:28.778948 3451 address_set.go:302] New(u2725013212/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0703 06:38:28.778953 3451 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:u2725013212}] I0703 06:38:28.778967 3451 namespace.go:96] [openshift-backplane-tam] adding namespace took 8.349809ms I0703 06:38:28.778975 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-tam took: 8.360679ms I0703 06:38:28.779231 3451 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:u2725013213}] I0703 06:38:28.779258 3451 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:u2725013213}] I0703 06:38:28.779565 3451 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:u2725013214}] I0703 06:38:28.779587 3451 address_set.go:302] New(u2725013214/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0703 06:38:28.779592 3451 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:u2725013214}] I0703 06:38:28.779599 3451 namespace.go:96] [openshift-cloud-network-config-controller] adding namespace took 8.381946ms I0703 06:38:28.779611 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-network-config-controller took: 8.397594ms I0703 06:38:28.779619 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-config-operator I0703 06:38:28.779625 3451 namespace.go:92] [openshift-machine-config-operator] adding namespace I0703 06:38:28.779853 3451 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:u2725013215}] I0703 06:38:28.779873 3451 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:u2725013215}] I0703 06:38:28.780134 3451 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:u2725013216}] I0703 06:38:28.780159 3451 address_set.go:302] New(u2725013216/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0703 06:38:28.780171 3451 namespace.go:96] [openshift-image-registry] adding namespace took 8.352476ms I0703 06:38:28.780178 3451 obj_retry.go:551] Creating *v1.Namespace openshift-image-registry took: 8.363196ms I0703 06:38:28.780166 3451 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:u2725013216}] I0703 06:38:28.780461 3451 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:u2725013217}] I0703 06:38:28.780482 3451 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:u2725013217}] I0703 06:38:28.780730 3451 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:u2725013218}] I0703 06:38:28.780752 3451 address_set.go:302] New(u2725013218/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0703 06:38:28.780763 3451 namespace.go:96] [openshift-backplane-srep-ro] adding namespace took 8.285289ms I0703 06:38:28.780769 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep-ro took: 8.295375ms I0703 06:38:28.780759 3451 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:u2725013218}] I0703 06:38:28.780776 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-must-gather-operator I0703 06:38:28.780784 3451 namespace.go:92] [openshift-must-gather-operator] adding namespace I0703 06:38:28.781008 3451 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:u2725013219}] I0703 06:38:28.781026 3451 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:u2725013219}] I0703 06:38:28.781324 3451 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:u2725013220}] I0703 06:38:28.781335 3451 namespace.go:96] [openshift-etcd] adding namespace took 8.20067ms I0703 06:38:28.781350 3451 address_set.go:302] New(u2725013220/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] I0703 06:38:28.781352 3451 obj_retry.go:551] Creating *v1.Namespace openshift-etcd took: 8.222167ms I0703 06:38:28.781359 3451 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:u2725013220}] I0703 06:38:28.781636 3451 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:u2725013221}] I0703 06:38:28.781655 3451 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:u2725013221}] I0703 06:38:28.781899 3451 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:u2725013222}] I0703 06:38:28.781918 3451 address_set.go:302] New(u2725013222/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0703 06:38:28.781929 3451 namespace.go:96] [openshift-host-network] adding namespace took 8.16735ms I0703 06:38:28.781923 3451 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:u2725013222}] I0703 06:38:28.781939 3451 obj_retry.go:551] Creating *v1.Namespace openshift-host-network took: 8.181566ms I0703 06:38:28.782192 3451 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:u2725013223}] I0703 06:38:28.782212 3451 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:u2725013223}] I0703 06:38:28.782474 3451 namespace.go:96] [openshift-cloud-controller-manager] adding namespace took 8.093947ms I0703 06:38:28.782485 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-controller-manager took: 8.111276ms I0703 06:38:28.782474 3451 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:u2725013224}] I0703 06:38:28.782500 3451 address_set.go:302] New(u2725013224/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0703 06:38:28.782507 3451 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:u2725013224}] I0703 06:38:28.782785 3451 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:u2725013225}] I0703 06:38:28.782804 3451 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:u2725013225}] I0703 06:38:28.783051 3451 namespace.go:96] [openshift-cluster-machine-approver] adding namespace took 8.085806ms I0703 06:38:28.783063 3451 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-machine-approver took: 8.099559ms I0703 06:38:28.783063 3451 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:u2725013226}] I0703 06:38:28.783074 3451 obj_retry.go:512] Add event received for *v1.Namespace kube-node-lease I0703 06:38:28.783080 3451 address_set.go:302] New(u2725013226/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0703 06:38:28.783084 3451 namespace.go:92] [kube-node-lease] adding namespace I0703 06:38:28.783086 3451 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:u2725013226}] I0703 06:38:28.783354 3451 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:u2725013227}] I0703 06:38:28.783373 3451 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:u2725013227}] I0703 06:38:28.783610 3451 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:u2725013228}] I0703 06:38:28.783631 3451 address_set.go:302] New(u2725013228/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0703 06:38:28.783636 3451 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:u2725013228}] I0703 06:38:28.783652 3451 namespace.go:96] [openshift-package-operator] adding namespace took 8.063838ms I0703 06:38:28.783662 3451 obj_retry.go:551] Creating *v1.Namespace openshift-package-operator took: 8.080681ms I0703 06:38:28.783670 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-monitoring I0703 06:38:28.783676 3451 namespace.go:92] [openshift-monitoring] adding namespace I0703 06:38:28.783872 3451 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:u2725013229}] I0703 06:38:28.783892 3451 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:u2725013229}] I0703 06:38:28.784221 3451 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:u2725013230}] I0703 06:38:28.784242 3451 address_set.go:302] New(u2725013230/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0703 06:38:28.784247 3451 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:u2725013230}] I0703 06:38:28.784259 3451 namespace.go:96] [openshift-backplane-mobb] adding namespace took 8.167484ms I0703 06:38:28.784273 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mobb took: 8.185139ms I0703 06:38:28.784508 3451 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:u2725013231}] I0703 06:38:28.784528 3451 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:u2725013231}] I0703 06:38:28.784784 3451 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:u2725013232}] I0703 06:38:28.784804 3451 address_set.go:302] New(u2725013232/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0703 06:38:28.784820 3451 namespace.go:96] [dedicated-admin] adding namespace took 8.106325ms I0703 06:38:28.784810 3451 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:u2725013232}] I0703 06:38:28.784828 3451 obj_retry.go:551] Creating *v1.Namespace dedicated-admin took: 8.118621ms I0703 06:38:28.784836 3451 obj_retry.go:512] Add event received for *v1.Namespace openshift-service-ca-operator I0703 06:38:28.784842 3451 namespace.go:92] [openshift-service-ca-operator] adding namespace I0703 06:38:28.785071 3451 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:u2725013233}] I0703 06:38:28.785094 3451 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:u2725013233}] I0703 06:38:28.785372 3451 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:u2725013234}] I0703 06:38:28.785393 3451 address_set.go:302] New(u2725013234/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0703 06:38:28.785404 3451 namespace.go:96] [openshift-backplane-ai-agent] adding namespace took 8.121087ms I0703 06:38:28.785398 3451 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:u2725013234}] I0703 06:38:28.785414 3451 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-ai-agent took: 8.134758ms I0703 06:38:28.785630 3451 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:u2725013235}] I0703 06:38:28.785650 3451 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:u2725013235}] I0703 06:38:28.785887 3451 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:u2725013236}] I0703 06:38:28.785908 3451 address_set.go:302] New(u2725013236/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0703 06:38:28.785924 3451 namespace.go:96] [openshift-machine-config-operator] adding namespace took 6.294501ms I0703 06:38:28.785916 3451 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:u2725013236}] I0703 06:38:28.785931 3451 obj_retry.go:551] Creating *v1.Namespace openshift-machine-config-operator took: 6.305241ms I0703 06:38:28.786192 3451 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:u2725013237}] I0703 06:38:28.786211 3451 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:u2725013237}] I0703 06:38:28.786467 3451 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:u2725013238}] I0703 06:38:28.786487 3451 address_set.go:302] New(u2725013238/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0703 06:38:28.786492 3451 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:u2725013238}] I0703 06:38:28.786501 3451 namespace.go:96] [openshift-must-gather-operator] adding namespace took 5.712872ms I0703 06:38:28.786513 3451 obj_retry.go:551] Creating *v1.Namespace openshift-must-gather-operator took: 5.726087ms I0703 06:38:28.786722 3451 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:u2725013239}] I0703 06:38:28.786743 3451 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:u2725013239}] I0703 06:38:28.786996 3451 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:u2725013240}] I0703 06:38:28.787017 3451 address_set.go:302] New(u2725013240/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0703 06:38:28.787022 3451 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:u2725013240}] I0703 06:38:28.787047 3451 namespace.go:96] [kube-node-lease] adding namespace took 3.940618ms I0703 06:38:28.787059 3451 obj_retry.go:551] Creating *v1.Namespace kube-node-lease took: 3.972884ms I0703 06:38:28.787382 3451 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:u2725013241}] I0703 06:38:28.787404 3451 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:u2725013241}] I0703 06:38:28.787710 3451 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:u2725013242}] I0703 06:38:28.787733 3451 address_set.go:302] New(u2725013242/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0703 06:38:28.787741 3451 namespace.go:96] [openshift-monitoring] adding namespace took 4.059608ms I0703 06:38:28.787739 3451 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:u2725013242}] I0703 06:38:28.787750 3451 obj_retry.go:551] Creating *v1.Namespace openshift-monitoring took: 4.073697ms I0703 06:38:28.788012 3451 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:u2725013243}] I0703 06:38:28.788067 3451 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:u2725013243}] I0703 06:38:28.788328 3451 namespace.go:96] [openshift-service-ca-operator] adding namespace took 3.480758ms I0703 06:38:28.788342 3451 obj_retry.go:551] Creating *v1.Namespace openshift-service-ca-operator took: 3.498711ms I0703 06:38:28.788355 3451 factory.go:1336] Added *v1.Namespace event handler 1 I0703 06:38:28.788500 3451 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:u2725013244}] I0703 06:38:28.788520 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc009084550 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:u2725013244}] I0703 06:38:28.788807 3451 zone_ic_handler.go:214] Time taken to create transit switch: 360.367µs I0703 06:38:28.788870 3451 obj_retry.go:512] Add event received for *v1.Node ip-10-0-2-231.ec2.internal I0703 06:38:28.788880 3451 obj_retry.go:512] Add event received for *v1.Node ip-10-0-1-225.ec2.internal I0703 06:38:28.788898 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:38:28.788959 3451 obj_retry.go:546] Failed to create *v1.Node ip-10-0-2-231.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-231.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-231.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-231.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-231.ec2.internal I0703 06:38:28.788998 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c} {GoUUID:ed8f5391-d337-4838-9408-6b05487dd90c}]} name:ip-10-0-1-225.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:u2725013245}] I0703 06:38:28.789024 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-1-225.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc00929fc58 Where:[where column name == ip-10-0-1-225.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c} {GoUUID:ed8f5391-d337-4838-9408-6b05487dd90c}]} name:ip-10-0-1-225.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:u2725013245}] I0703 06:38:28.789590 3451 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-225.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-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013246}] I0703 06:38:28.789653 3451 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:u2725013246}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.789679 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-225.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-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013246} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013246}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.790128 3451 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:8457cb31-44c5-4fcd-af76-471ed6831f3c}]}}] Timeout: Where:[where column _uuid == {2bb812c4-8693-40a8-92e2-d072d00fc72e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.790154 3451 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:8457cb31-44c5-4fcd-af76-471ed6831f3c}]}}] Timeout: Where:[where column _uuid == {2bb812c4-8693-40a8-92e2-d072d00fc72e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.790453 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 name:rtos-ip-10-0-1-225.ec2.internal-6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013247}] I0703 06:38:28.790506 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2725013247}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-225.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013248}] I0703 06:38:28.790548 3451 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:u2725013248}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.790568 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 name:rtos-ip-10-0-1-225.ec2.internal-6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013247} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2725013247}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-225.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013248} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013248}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.791143 3451 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-225.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-225.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:u2725013249}] I0703 06:38:28.791197 3451 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:u2725013249}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.791220 3451 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-225.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-225.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:u2725013249} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2725013249}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.791693 3451 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-225.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013250}] I0703 06:38:28.791743 3451 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:u2725013250}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.791764 3451 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-225.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013250} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013250}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.792109 3451 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:cce2d563-8033-4b69-945e-cf99b7ced9a1}]}}] Timeout: Where:[where column _uuid == {acbb3e5f-cc57-4cea-91e1-817a0d023f88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.792138 3451 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:cce2d563-8033-4b69-945e-cf99b7ced9a1}]}}] Timeout: Where:[where column _uuid == {acbb3e5f-cc57-4cea-91e1-817a0d023f88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.792438 3451 switch.go:50] Hybridoverlay port does not exist for node ip-10-0-1-225.ec2.internal I0703 06:38:28.792455 3451 switch.go:59] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0703 06:38:28.792527 3451 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 == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.792550 3451 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 == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.792902 3451 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:u2725013251}] I0703 06:38:28.792934 3451 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:u2725013251}] I0703 06:38:28.793314 3451 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:u2725013252}] I0703 06:38:28.793372 3451 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:u2725013253}] I0703 06:38:28.793417 3451 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:u2725013254}] I0703 06:38:28.793454 3451 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:u2725013255}] I0703 06:38:28.793489 3451 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:u2725013256}] I0703 06:38:28.793525 3451 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:u2725013252} {GoUUID:u2725013253} {GoUUID:u2725013254} {GoUUID:u2725013255} {GoUUID:u2725013256}]}}] Timeout: Where:[where column _uuid == {77f01552-5e0a-474c-9c9a-278ebbfc40bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.793543 3451 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:u2725013252} {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:u2725013253} {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:u2725013254} {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:u2725013255} {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:u2725013256} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2725013252} {GoUUID:u2725013253} {GoUUID:u2725013254} {GoUUID:u2725013255} {GoUUID:u2725013256}]}}] Timeout: Where:[where column _uuid == {77f01552-5e0a-474c-9c9a-278ebbfc40bd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.795024 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:38:28.795210 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:58e81141-af59-4e06-9652-c1338eebb5e6}]} external_ids:{GoMap:map[physical_ip:10.0.1.225 physical_ips:10.0.1.225]} load_balancer_group:{GoSet:[{GoUUID:13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c} {GoUUID:8ec3ebbd-a27f-498a-ad50-8c7c988529a6}]} name:GR_ip-10-0-1-225.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 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:u2725013257}] I0703 06:38:28.795236 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-1-225.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009371610 Where:[where column name == GR_ip-10-0-1-225.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:58e81141-af59-4e06-9652-c1338eebb5e6}]} external_ids:{GoMap:map[physical_ip:10.0.1.225 physical_ips:10.0.1.225]} load_balancer_group:{GoSet:[{GoUUID:13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c} {GoUUID:8ec3ebbd-a27f-498a-ad50-8c7c988529a6}]} name:GR_ip-10-0-1-225.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 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:u2725013257}] I0703 06:38:28.795753 3451 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-225.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013258}] I0703 06:38:28.795806 3451 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:u2725013258}]}}] Timeout: Where:[where column _uuid == {ebc69e06-0f56-4afc-aa35-b66b1cb76300}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.795830 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-225.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013258} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013258}]}}] Timeout: Where:[where column _uuid == {ebc69e06-0f56-4afc-aa35-b66b1cb76300}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.796244 3451 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-225.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:u2725013259}] I0703 06:38:28.796282 3451 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:u2725013259}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.796299 3451 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-225.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:u2725013259} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013259}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.796649 3451 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:u2725013260}] I0703 06:38:28.796680 3451 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:u2725013260}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.796699 3451 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:u2725013260} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013260}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.797027 3451 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:ed:8c:c1:db name:rtoe-GR_ip-10-0-1-225.ec2.internal networks:{GoSet:[10.0.1.225/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013261}] I0703 06:38:28.797085 3451 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:u2725013261}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.797100 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:ed:8c:c1:db name:rtoe-GR_ip-10-0-1-225.ec2.internal networks:{GoSet:[10.0.1.225/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013261} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013261}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.797453 3451 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-225.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013262}] I0703 06:38:28.797508 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:ed:8c:c1:db]} name:etor-GR_ip-10-0-1-225.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013263}] I0703 06:38:28.797589 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-225.ec2.internal ports:{GoSet:[{GoUUID:u2725013262} {GoUUID:u2725013263}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013264}] I0703 06:38:28.797613 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-1-225.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009427780 Where:[where column name == ext_ip-10-0-1-225.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-225.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013262} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:ed:8c:c1:db]} name:etor-GR_ip-10-0-1-225.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013263} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-225.ec2.internal ports:{GoSet:[{GoUUID:u2725013262} {GoUUID:u2725013263}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013264}] I0703 06:38:28.798188 3451 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-225.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013265}] I0703 06:38:28.798209 3451 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-225.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013265}] I0703 06:38:28.798523 3451 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-225.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013266}] I0703 06:38:28.798569 3451 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:u2725013266}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.798586 3451 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-225.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013266} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013266}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.798980 3451 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-225.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013267}] I0703 06:38:28.799024 3451 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:u2725013267}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.799067 3451 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-225.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013267} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013267}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.799381 3451 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:u2725013268}] I0703 06:38:28.799418 3451 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:u2725013268}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.799436 3451 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:u2725013268} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013268}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.799747 3451 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:u2725013269}] I0703 06:38:28.799782 3451 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:u2725013269}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.799801 3451 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:u2725013269} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013269}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.800175 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013270}] I0703 06:38:28.800227 3451 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:u2725013270}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.800242 3451 transact.go:42] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013270} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2725013270}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0703 06:38:28.804087 3451 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-db5wb: pod openshift-multus/network-metrics-daemon-db5wb: no pod IPs found W0703 06:38:28.804105 3451 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-cb9f5: pod openshift-network-diagnostics/network-check-target-cb9f5: no pod IPs found I0703 06:38:28.804246 3451 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-225.ec2.internal" && ip4.dst == 10.0.1.225 /* ip-10-0-1-225.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013271}] I0703 06:38:28.804298 3451 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:u2725013271}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.804350 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-225.ec2.internal" && ip4.dst == 10.0.1.225 /* ip-10-0-1-225.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0095bc180 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-225.ec2.internal" && ip4.dst == 10.0.1.225 /* ip-10-0-1-225.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-225.ec2.internal" && ip4.dst == 10.0.1.225 /* ip-10-0-1-225.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013271} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2725013271}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.809919 3451 base_network_controller.go:532] When adding node ip-10-0-1-225.ec2.internal for network default, found 12 pods to add to retryPods I0703 06:38:28.809938 3451 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-nv5nk to retryPods for network default I0703 06:38:28.809952 3451 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal to retryPods for network default I0703 06:38:28.809959 3451 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq to retryPods for network default I0703 06:38:28.809971 3451 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-2d5gk to retryPods for network default I0703 06:38:28.809983 3451 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-fjxst to retryPods for network default I0703 06:38:28.809989 3451 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-rmv6m to retryPods for network default I0703 06:38:28.809999 3451 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal to retryPods for network default I0703 06:38:28.810006 3451 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-59ghw to retryPods for network default I0703 06:38:28.810013 3451 base_network_controller.go:538] Adding pod openshift-multus/multus-xsthj to retryPods for network default I0703 06:38:28.810021 3451 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-db5wb to retryPods for network default I0703 06:38:28.810048 3451 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-cb9f5 to retryPods for network default I0703 06:38:28.810056 3451 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-7z6bj to retryPods for network default I0703 06:38:28.810065 3451 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0703 06:38:28.810121 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Encap Row:map[chassis_name:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 ip:10.0.1.225 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ecc10be0-797f-48f8-bec5-7e54a74ebde4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.810186 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:ecc10be0-797f-48f8-bec5-7e54a74ebde4}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {abda16ef-2dfe-477a-93e9-fce90f085388}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.810225 3451 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 == {abda16ef-2dfe-477a-93e9-fce90f085388}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.810244 3451 transact.go:42] Configuring OVN: [{Op:update Table:Encap Row:map[chassis_name:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 ip:10.0.1.225 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ecc10be0-797f-48f8-bec5-7e54a74ebde4}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:ecc10be0-797f-48f8-bec5-7e54a74ebde4}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {abda16ef-2dfe-477a-93e9-fce90f085388}] 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 == {abda16ef-2dfe-477a-93e9-fce90f085388}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.810713 3451 zone_ic_handler.go:222] Creating interconnect resources for local zone node ip-10-0-1-225.ec2.internal for the network default I0703 06:38:28.810785 3451 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-225.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:u2725013272}] I0703 06:38:28.810824 3451 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:u2725013272}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.810849 3451 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-225.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:u2725013272} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013272}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.811313 3451 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-225.ec2.internal]} name:tstor-ip-10-0-1-225.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013273}] I0703 06:38:28.811364 3451 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:u2725013273}]}}] Timeout: Where:[where column _uuid == {61ce275a-b842-4e98-b784-8d2015010c97}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.811381 3451 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-225.ec2.internal]} name:tstor-ip-10-0-1-225.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-225.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013273} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013273}]}}] Timeout: Where:[where column _uuid == {61ce275a-b842-4e98-b784-8d2015010c97}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:28.812086 3451 obj_retry.go:551] Creating *v1.Node ip-10-0-1-225.ec2.internal took: 23.190968ms I0703 06:38:28.812138 3451 factory.go:1336] Added *v1.Node event handler 2 I0703 06:38:28.812163 3451 services_controller.go:189] Starting controller ovn-lb-controller for network=default I0703 06:38:28.812192 3451 services_controller.go:196] Waiting for node tracker handler to sync for network=default I0703 06:38:28.812205 3451 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0703 06:38:28.812215 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-225.ec2.internal I0703 06:38:28.812288 3451 node_tracker.go:172] Node ip-10-0-1-225.ec2.internal switch + router changed, syncing services I0703 06:38:28.812308 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:38:28.812328 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-231.ec2.internal I0703 06:38:28.812338 3451 node_tracker.go:238] Node ip-10-0-2-231.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-231.ec2.internal" I0703 06:38:28.812345 3451 node_tracker.go:172] Node ip-10-0-2-231.ec2.internal switch + router changed, syncing services I0703 06:38:28.812349 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:38:28.912459 3451 shared_informer.go:320] Caches are synced for node-tracker-controller I0703 06:38:28.912484 3451 services_controller.go:204] Setting up event handlers for services for network=default I0703 06:38:28.912547 3451 services_controller.go:214] Setting up event handlers for endpoint slices for network=default I0703 06:38:28.912577 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:28.912590 3451 services_controller.go:229] Waiting for service and endpoint handlers to sync for network=default I0703 06:38:28.912602 3451 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0703 06:38:28.912603 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:28.912641 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:28.912652 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:38:28.912658 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:38:28.912665 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:28.912671 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:28.912675 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:28.912680 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:38:28.912683 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:28.912691 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:28.912700 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:28.912708 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:28.912762 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:28.912782 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:38:28.912788 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:38:28.912795 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:38:28.912799 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:28.912803 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:38:28.912808 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:38:28.912811 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:28.912816 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:38:28.912823 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:28.912830 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:28.912835 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:38:28.912856 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:28.912878 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:38:28.912886 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:38:28.912892 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:38:28.912900 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:28.912906 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:38:28.912913 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:28.912920 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:38:28.912932 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:38:28.912941 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:28.912949 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:38:28.912955 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:38:28.912962 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:38:28.912968 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:38:28.912975 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:38:28.912982 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:29.012941 3451 shared_informer.go:320] Caches are synced for ovn-lb-controller I0703 06:38:29.012961 3451 repair.go:60] Starting repairing loop for services I0703 06:38:29.013123 3451 repair.go:131] Deleted 0 stale service LBs I0703 06:38:29.013152 3451 repair.go:137] Deleted 0 stale Chassis Template Vars I0703 06:38:29.013175 3451 repair.go:62] Finished repairing loop for services: 215.944µs I0703 06:38:29.013220 3451 services_controller.go:338] Controller cache of 0 load balancers initialized for 0 services for network=default I0703 06:38:29.013235 3451 services_controller.go:250] Starting workers for network=default I0703 06:38:29.013299 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:29.013306 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:29.013311 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:29.013321 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:29.013331 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 27.645µs I0703 06:38:29.013336 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 16.468µs I0703 06:38:29.013350 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:29.013356 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:29.013404 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:38:29.013359 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.013424 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.013613 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:38:29.013641 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.013322 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.013745 3451 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.013657 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:38:29.013751 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:38:29.013784 3451 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-tn5j8 I0703 06:38:29.013833 3451 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-nv5nk I0703 06:38:29.013847 3451 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-nv5nk I0703 06:38:29.013848 3451 default_network_controller.go:732] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:38:29.013865 3451 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-nv5nk in node ip-10-0-1-225.ec2.internal I0703 06:38:29.013871 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:38:29.013871 3451 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal I0703 06:38:29.013873 3451 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.013880 3451 obj_retry.go:551] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc took: 391ns I0703 06:38:29.013887 3451 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal I0703 06:38:29.013900 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.013913 3451 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.013888 3451 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-rmv6m I0703 06:38:29.013920 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.013922 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.013924 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-rmv6m I0703 06:38:29.013767 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.013932 3451 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-2d5gk in node ip-10-0-1-225.ec2.internal I0703 06:38:29.013933 3451 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-rmv6m in node ip-10-0-1-225.ec2.internal I0703 06:38:29.013938 3451 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq in node ip-10-0-1-225.ec2.internal I0703 06:38:29.013939 3451 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-2d5gk took: 8.483µs I0703 06:38:29.013942 3451 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-rmv6m took: 9.886µs I0703 06:38:29.013947 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.013949 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-rmv6m I0703 06:38:29.013932 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-db5wb in node ip-10-0-1-225.ec2.internal I0703 06:38:29.013955 3451 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.013957 3451 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-f9c47bb49-cxqlk I0703 06:38:29.013963 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-f9c47bb49-cxqlk I0703 06:38:29.013973 3451 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-f9c47bb49-cxqlk took: 140ns I0703 06:38:29.013975 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.013979 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-f9c47bb49-cxqlk I0703 06:38:29.013836 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-tn5j8 I0703 06:38:29.013876 3451 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-nv5nk took: 16.432µs I0703 06:38:29.013990 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal in node ip-10-0-2-231.ec2.internal I0703 06:38:29.013993 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-tn5j8 in node ip-10-0-2-231.ec2.internal I0703 06:38:29.013888 3451 default_network_controller.go:776] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:38:29.014000 3451 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-db5wb] creating logical port openshift-multus_network-metrics-daemon-db5wb for pod on switch ip-10-0-1-225.ec2.internal I0703 06:38:29.014003 3451 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-wfjf2 I0703 06:38:29.014000 3451 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal took: 86.301µs I0703 06:38:29.014010 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-wfjf2 I0703 06:38:29.013771 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.014017 3451 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-wfjf2 in node ip-10-0-2-231.ec2.internal I0703 06:38:29.014022 3451 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-wfjf2 took: 5.683µs I0703 06:38:29.014022 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.013994 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-nv5nk I0703 06:38:29.014000 3451 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-tn5j8 took: 9.276µs I0703 06:38:29.014070 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-tn5j8 I0703 06:38:29.014011 3451 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal I0703 06:38:29.014071 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-wfjf2 I0703 06:38:29.013364 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.014081 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:29.014088 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:29.014099 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-4cjfl in node ip-10-0-2-231.ec2.internal I0703 06:38:29.014098 3451 base_network_controller_pods.go:916] Annotation values: ip=[10.128.0.3/23] ; mac=0a:58:0a:80:00:03 ; gw=[10.128.0.1] I0703 06:38:29.013675 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.013948 3451 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq took: 10.22µs I0703 06:38:29.014128 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.013824 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-xsthj I0703 06:38:29.014140 3451 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-jzxlz I0703 06:38:29.014152 3451 obj_retry.go:546] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-4cjfl, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-4cjfl: suppressed error logged: pod openshift-multus/network-metrics-daemon-4cjfl: no pod IPs found I0703 06:38:29.014158 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-xsthj I0703 06:38:29.014161 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq. OVN-Kubernetes controller took 0.000371247 seconds. No OVN measurement. I0703 06:38:29.013804 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.014175 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-xsthj in node ip-10-0-1-225.ec2.internal I0703 06:38:29.014178 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.013884 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.014187 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.014195 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.014196 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-jzxlz I0703 06:38:29.014206 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-59ghw in node ip-10-0-1-225.ec2.internal I0703 06:38:29.014210 3451 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-jzxlz in node ip-10-0-2-231.ec2.internal I0703 06:38:29.014214 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw took: 8.347µs I0703 06:38:29.014217 3451 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-jzxlz took: 9.546µs I0703 06:38:29.014221 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.014225 3451 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-jzxlz I0703 06:38:29.013889 3451 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.014186 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-xsthj took: 13.314µs I0703 06:38:29.014233 3451 kube.go:317] Updating pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.014238 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-xsthj I0703 06:38:29.014202 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014248 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.014249 3451 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal I0703 06:38:29.014255 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.014258 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal I0703 06:38:29.014262 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.014268 3451 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal in node ip-10-0-2-231.ec2.internal I0703 06:38:29.014277 3451 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal took: 9.101µs I0703 06:38:29.014271 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014283 3451 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal I0703 06:38:29.014239 3451 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal in node ip-10-0-1-225.ec2.internal I0703 06:38:29.014301 3451 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal took: 61.405µs I0703 06:38:29.014308 3451 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.013329 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.014319 3451 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:38:29.014329 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:38:29.014338 3451 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-64f5b97858-gzvqs took: 273ns I0703 06:38:29.014345 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:38:29.013900 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:29.014350 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:38:29.014358 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:29.014052 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.014369 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in node ip-10-0-2-231.ec2.internal I0703 06:38:29.014368 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.014378 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg took: 9.329µs I0703 06:38:29.014382 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.014384 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:29.014388 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.014360 3451 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.2.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013274}] I0703 06:38:29.014383 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014415 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:38:29.013984 3451 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-cb9f5 in node ip-10-0-1-225.ec2.internal I0703 06:38:29.014434 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:38:29.014403 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014448 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.014449 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:38:29.013898 3451 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-64f5b97858-x6fp6 I0703 06:38:29.014460 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:38:29.014465 3451 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-cb9f5] creating logical port openshift-network-diagnostics_network-check-target-cb9f5 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:38:29.014472 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-64f5b97858-x6fp6 I0703 06:38:29.014459 3451 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:u2725013274}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.014463 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014483 3451 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-64f5b97858-x6fp6 took: 262ns I0703 06:38:29.014490 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-64f5b97858-x6fp6 I0703 06:38:29.014497 3451 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-fjxst I0703 06:38:29.014505 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-fjxst I0703 06:38:29.014515 3451 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-fjxst in node ip-10-0-1-225.ec2.internal I0703 06:38:29.014538 3451 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-fjxst took: 24.085µs I0703 06:38:29.014472 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.013804 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-dlf84 I0703 06:38:29.013814 3451 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-j4qdw I0703 06:38:29.014120 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:38:29.014556 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-dlf84 I0703 06:38:29.014565 3451 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-j4qdw I0703 06:38:29.014563 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.014131 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.014391 3451 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.014578 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-j4qdw in node ip-10-0-2-231.ec2.internal I0703 06:38:29.014538 3451 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.181.58:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013275}] I0703 06:38:29.014584 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.014587 3451 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-j4qdw took: 11.127µs I0703 06:38:29.014595 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-j4qdw I0703 06:38:29.014487 3451 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.2.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013274} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013274}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.014604 3451 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.014612 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.014595 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014620 3451 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal in node ip-10-0-1-225.ec2.internal I0703 06:38:29.014613 3451 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:u2725013275}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.014644 3451 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.181.58:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013275} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013275}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.014595 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 in node ip-10-0-2-231.ec2.internal I0703 06:38:29.014555 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014577 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.014748 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.014771 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014771 3451 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.243.215:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013276}] I0703 06:38:29.014801 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:38:29.014824 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:38:29.014835 3451 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:u2725013276}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.014862 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.014877 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.014876 3451 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.243.215:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013276} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013276}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.014627 3451 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal took: 7.563µs I0703 06:38:29.014958 3451 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.014536 3451 base_network_controller_pods.go:916] Annotation values: ip=[10.128.0.4/23] ; mac=0a:58:0a:80:00:04 ; gw=[10.128.0.1] I0703 06:38:29.014963 3451 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.139.215:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013277}] I0703 06:38:29.015025 3451 kube.go:317] Updating pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.014544 3451 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-fjxst I0703 06:38:29.014229 3451 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:29.015027 3451 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:u2725013277}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.015068 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:29.015081 3451 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-hpx26 in node ip-10-0-2-231.ec2.internal I0703 06:38:29.015076 3451 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.139.215:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013277} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013277}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.014566 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-dlf84 in node ip-10-0-2-231.ec2.internal I0703 06:38:29.015246 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-dlf84 took: 676.36µs I0703 06:38:29.015254 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-dlf84 I0703 06:38:29.015261 3451 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.015271 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.015280 3451 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj in node ip-10-0-1-225.ec2.internal I0703 06:38:29.015287 3451 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj took: 8.679µs I0703 06:38:29.015291 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.014628 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:38:29.015302 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:38:29.015309 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.015318 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.015389 3451 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.93.183:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013278}] I0703 06:38:29.014697 3451 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 took: 102.499µs I0703 06:38:29.015438 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.015433 3451 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:u2725013278}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.015454 3451 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.93.183:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013278} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013278}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.015543 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-controller-manager-operator/metrics"} I0703 06:38:29.015565 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 2.270444ms I0703 06:38:29.015582 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:38:29.015631 3451 obj_retry.go:546] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-hpx26, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-hpx26: suppressed error logged: pod openshift-network-diagnostics/network-check-target-hpx26: no pod IPs found I0703 06:38:29.015657 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"} I0703 06:38:29.015673 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 2.270963ms I0703 06:38:29.015685 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:29.015593 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:38:29.015751 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:29.015694 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.015770 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:29.015786 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:38:29.015785 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.015802 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.015805 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:38:29.015816 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.015823 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.015826 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.015841 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.015875 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:38:29.015887 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:38:29.015853 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.015898 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.015900 3451 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 06:38:29.015911 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:38:29.015931 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.015961 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-operator"} I0703 06:38:29.015929 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.015987 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 2.67762ms I0703 06:38:29.015951 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.016005 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:38:29.016053 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-catalog"} I0703 06:38:29.016076 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 2.719447ms I0703 06:38:29.016092 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:38:29.016017 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.016104 3451 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.150.109:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013280}] I0703 06:38:29.016108 3451 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.235.222:443: 172.30.235.222:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013279}] I0703 06:38:29.016105 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.016153 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:38:29.016166 3451 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:u2725013279}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016176 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:38:29.016198 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.016187 3451 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:u2725013280}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016189 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.016208 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.016214 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.016224 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.016192 3451 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.235.222:443: 172.30.235.222:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013279} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013279}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016226 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.016249 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.016209 3451 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.150.109:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013280} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013280}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016251 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.016264 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.016296 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:38:29.016302 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:38:29.016308 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:38:29.016321 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.016328 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.016337 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.016342 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.016409 3451 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-225.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.215.146:443:172.30.194.103:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013281}] I0703 06:38:29.016409 3451 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.141.39:1936: 172.30.141.39:443: 172.30.141.39:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013282}] I0703 06:38:29.016514 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-console/networking-console-plugin"} I0703 06:38:29.016531 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 3.181169ms I0703 06:38:29.016546 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:38:29.016560 3451 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:u2725013282}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016576 3451 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:u2725013281}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016559 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.016587 3451 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.141.39:1936: 172.30.141.39:443: 172.30.141.39:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013282} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013282}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016627 3451 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:u2725013281}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016650 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:38:29.016664 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.016682 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.016691 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.016646 3451 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-225.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.215.146:443:172.30.194.103:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013281} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013281}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013281}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016709 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.016753 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.016765 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.016777 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.016791 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.016860 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 06:38:29.016885 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.302131ms I0703 06:38:29.016903 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:29.016879 3451 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.26.52:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013283}] I0703 06:38:29.016937 3451 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:u2725013283}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.016914 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.016968 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-network-diagnostics/network-check-target"} I0703 06:38:29.016992 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.305642ms I0703 06:38:29.017009 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:38:29.017047 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.017100 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017113 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017134 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.016987 3451 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.26.52:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013283} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013283}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.017162 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.017173 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.017184 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.017198 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.017145 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"} I0703 06:38:29.017314 3451 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.230.67:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013284}] I0703 06:38:29.017355 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.351893ms I0703 06:38:29.017374 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:29.017391 3451 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:u2725013284}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.017064 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:29.017381 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.017418 3451 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.230.67:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013284} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013284}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.017431 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.017528 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:38:29.017535 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:38:29.017550 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.017574 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017584 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017571 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.017596 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017623 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017604 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.017640 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.017638 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0703 06:38:29.017651 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:29.017659 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 1.566058ms I0703 06:38:29.017665 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.017675 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:38:29.017681 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.017687 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.017660 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.017789 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:38:29.017782 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:38:29.017809 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:38:29.017802 3451 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.88.120:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013285}] I0703 06:38:29.017835 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.017859 3451 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:u2725013285}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.017807 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.017855 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.017887 3451 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.88.120:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013285} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013285}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.017924 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-kube-storage-version-migrator-operator/metrics"} I0703 06:38:29.017913 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017936 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.035301ms I0703 06:38:29.017943 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.017951 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:38:29.017892 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0703 06:38:29.017968 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.017995 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.017994 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.445423ms I0703 06:38:29.018003 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.017965 3451 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.37.203:8798: 172.30.37.203:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013286}] I0703 06:38:29.017959 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.018012 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.018026 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.018012 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:38:29.018112 3451 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:u2725013286}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018170 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:38:29.018157 3451 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.230.90:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013287}] I0703 06:38:29.018186 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.018199 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.018208 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.018139 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.018219 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.018233 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:38:29.018239 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.018225 3451 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:u2725013287}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018246 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.018245 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.018253 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.018254 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.018175 3451 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.37.203:8798: 172.30.37.203:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013286} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013286}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018261 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.018254 3451 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.230.90:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013287} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013287}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018265 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.018413 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.018371 3451 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.99.194:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013288}] I0703 06:38:29.018427 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.018520 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:38:29.018533 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.018541 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.018472 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics"} I0703 06:38:29.018599 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.585431ms I0703 06:38:29.018479 3451 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:u2725013288}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018603 3451 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-225.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:u2725013289}] I0703 06:38:29.018660 3451 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:u2725013289}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018615 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:29.018744 3451 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:u2725013289}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018716 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.018661 3451 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.99.194:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013288} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013288}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018808 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:38:29.018764 3451 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-225.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:u2725013289} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013289}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013289}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.018819 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.018833 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.018844 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.018858 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.018880 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.018888 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:29.018891 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-daemon"} I0703 06:38:29.018898 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.018906 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.531923ms I0703 06:38:29.018921 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:29.018976 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.018914 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019063 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:38:29.019076 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.019089 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019096 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019105 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0703 06:38:29.019107 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019123 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.448953ms I0703 06:38:29.019125 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:38:29.019132 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:38:29.019137 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:29.019141 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.019153 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019148 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.019210 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:38:29.019225 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.019209 3451 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.144.105:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013291}] I0703 06:38:29.019237 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019247 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019258 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019265 3451 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:u2725013291}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019279 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.019289 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:29.019296 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.019304 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019202 3451 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.66.132:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013290}] I0703 06:38:29.019288 3451 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.144.105:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013291} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013291}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019359 3451 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.195.45:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013292}] I0703 06:38:29.019401 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0703 06:38:29.019397 3451 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:u2725013292}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019417 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.466177ms I0703 06:38:29.019432 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:38:29.019421 3451 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.195.45:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013292} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013292}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019457 3451 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:u2725013290}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019439 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.019507 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:38:29.019480 3451 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.66.132:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013290} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013290}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019525 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.019536 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019543 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019555 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019575 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.019582 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.019589 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.019597 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019746 3451 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.108.102:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013293}] I0703 06:38:29.019798 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0703 06:38:29.019810 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 1.799471ms I0703 06:38:29.019821 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:38:29.019842 3451 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:u2725013293}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019828 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.019899 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:38:29.019872 3451 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.108.102:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013293} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013293}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.019915 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.019925 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019931 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.019942 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.019962 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.019969 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.019975 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.019984 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020071 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-deployment-validation-operator/deployment-validation-operator-metrics"} I0703 06:38:29.020029 3451 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.91.170:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013294}] I0703 06:38:29.020089 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 952.314µs I0703 06:38:29.020105 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:38:29.020116 3451 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:u2725013294}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.020137 3451 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.91.170:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013294} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013294}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.020115 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.020195 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:38:29.020206 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.020216 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020222 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020238 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020250 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-storage-operator/cluster-storage-operator-metrics"} I0703 06:38:29.020262 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.020260 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-version/cluster-version-operator"} I0703 06:38:29.020268 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.652059ms I0703 06:38:29.020271 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:38:29.020275 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.353258ms I0703 06:38:29.020282 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:29.020284 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.020292 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:38:29.020293 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020293 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.020367 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:38:29.020303 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.020380 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.020367 3451 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.71.227:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013295}] I0703 06:38:29.020395 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020397 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:38:29.020402 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020413 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.020414 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020418 3451 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:u2725013295}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.020430 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020445 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020437 3451 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.71.227:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013295} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013295}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.020467 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020498 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.020511 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.020526 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.020541 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020434 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:38:29.020606 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:38:29.020613 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.020600 3451 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.70.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013296}] I0703 06:38:29.020625 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020703 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0703 06:38:29.020721 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 898.437µs I0703 06:38:29.020734 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:29.020753 3451 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:u2725013296}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.020744 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.020776 3451 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.70.220:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013296} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013296}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.020807 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:38:29.020816 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.020825 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020832 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.020843 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020867 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:38:29.020875 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:38:29.020882 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.020891 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.020894 3451 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.209.245:8443: 172.30.209.245:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013297}] I0703 06:38:29.020940 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0703 06:38:29.020952 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.521056ms I0703 06:38:29.020961 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:29.020966 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.78µs I0703 06:38:29.020973 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:38:29.020979 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0703 06:38:29.020999 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 894.026µs I0703 06:38:29.020979 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.021016 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:38:29.021025 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:38:29.021066 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021028 3451 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.89.236:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013298}] I0703 06:38:29.021072 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.021083 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021028 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.021105 3451 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:u2725013298}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021125 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.108263232 seconds. No OVN measurement. I0703 06:38:29.021133 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:38:29.021150 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.021172 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021184 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021187 3451 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:u2725013297}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021204 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.021232 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.021248 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.021201 3451 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.209.245:8443: 172.30.209.245:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013297} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013297}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021264 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.021280 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.021106 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.021341 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"} I0703 06:38:29.021355 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.064029ms I0703 06:38:29.021337 3451 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.86.31:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013299}] I0703 06:38:29.021368 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:38:29.021350 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.021387 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:38:29.021398 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.021400 3451 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:u2725013299}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021378 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.021413 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.021447 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:38:29.021128 3451 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.89.236:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013298} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013298}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021470 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021480 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.021499 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021480 3451 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-225.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.207.153:443:172.30.127.99:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013300}] I0703 06:38:29.021522 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.021536 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.021543 3451 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:u2725013300}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021570 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:38:29.021582 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.021596 3451 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:u2725013300}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021596 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.021623 3451 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-225.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[172.30.207.153:443:172.30.127.99:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013300} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013300}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013300}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021733 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"} I0703 06:38:29.021752 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.469523ms I0703 06:38:29.021767 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:38:29.021423 3451 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.86.31:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013299} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013299}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021778 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.021865 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:38:29.021887 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021668 3451 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-225.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.137.38:443:172.30.211.184:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013301}] I0703 06:38:29.021900 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.021926 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.021933 3451 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:u2725013301}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.021960 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.021972 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.021990 3451 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:u2725013301}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.022015 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:38:29.022029 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:29.022017 3451 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-225.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.137.38:443:172.30.211.184:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013301} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013301}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013301}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.022067 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.022264 3451 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-225.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:u2725013302}] I0703 06:38:29.022324 3451 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-225.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:u2725013303}] I0703 06:38:29.022363 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-machine-config-operator/machine-config-controller"} I0703 06:38:29.022383 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.648098ms I0703 06:38:29.022371 3451 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:u2725013302} {GoUUID:u2725013303}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.022398 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:29.022421 3451 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:u2725013302} {GoUUID:u2725013303}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.022408 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.022486 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:38:29.022503 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.022447 3451 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-225.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:u2725013302} {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-225.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:u2725013303} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013302} {GoUUID:u2725013303}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013302} {GoUUID:u2725013303}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.022521 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.022530 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.022547 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.022579 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.022591 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:38:29.022603 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.022621 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.022694 3451 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.207.45:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013304}] I0703 06:38:29.022854 3451 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:u2725013304}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.022881 3451 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.207.45:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013304} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013304}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.022936 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0703 06:38:29.022948 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.974551ms I0703 06:38:29.022959 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:29.022966 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.023025 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:38:29.023054 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.023066 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.023075 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.023091 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.023105 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0703 06:38:29.023118 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:38:29.023123 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 2.107187ms I0703 06:38:29.023130 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:38:29.023138 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:38:29.023140 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.023151 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.023168 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0703 06:38:29.023189 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.821041ms I0703 06:38:29.023148 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.023205 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:38:29.023220 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 15.734µs I0703 06:38:29.023229 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:38:29.023233 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:38:29.023237 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.019µs I0703 06:38:29.023214 3451 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.35.200:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013305}] I0703 06:38:29.023246 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:29.023253 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.596µs I0703 06:38:29.023248 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.023261 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:29.023265 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.023267 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 5.98µs I0703 06:38:29.023276 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.023277 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:38:29.023267 3451 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:u2725013305}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.023286 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.876µs I0703 06:38:29.023294 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:29.023299 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.816µs I0703 06:38:29.023296 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.023291 3451 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.35.200:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013305} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013305}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.023323 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:38:29.023335 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:38:29.023345 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.023358 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.023429 3451 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.128.185:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013306}] I0703 06:38:29.023491 3451 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:u2725013306}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.023518 3451 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.128.185:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013306} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013306}]}}] Timeout: Where:[where column _uuid == {13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.023974 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0703 06:38:29.023998 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 2.232262ms I0703 06:38:29.024137 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cloud-credential-operator/cco-metrics"} I0703 06:38:29.024159 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.760548ms I0703 06:38:29.024234 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-cluster-node-tuning-operator/performance-addon-operator-service"} I0703 06:38:29.024258 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.295665ms I0703 06:38:29.024450 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0703 06:38:29.024465 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.328045ms I0703 06:38:29.032896 3451 pod.go:62] [openshift-multus/network-metrics-daemon-db5wb] pod update took 18.775656ms I0703 06:38:29.032919 3451 base_network_controller_pods.go:921] [default/openshift-multus/network-metrics-daemon-db5wb] addLogicalPort annotation time took 18.802779ms I0703 06:38:29.032983 3451 pod.go:62] [openshift-network-diagnostics/network-check-target-cb9f5] pod update took 18.003406ms I0703 06:38:29.033058 3451 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-target-cb9f5] addLogicalPort annotation time took 18.081741ms I0703 06:38:29.033155 3451 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-cb9f5 options:{GoMap:map[iface-id-ver:2d25387d-5e3f-4150-9700-3a597f15fc63 requested-chassis:ip-10-0-1-225.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:u2725013308}] I0703 06:38:29.033236 3451 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:u2725013308}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033292 3451 address_set.go:575] (u2725013152/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.4]) to address set I0703 06:38:29.033321 3451 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 == {bac07280-05b2-4195-a28e-9812f10f045e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.032993 3451 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-db5wb options:{GoMap:map[iface-id-ver:e5f912d6-4e2c-4d5f-a8a4-6779eeb4dfd7 requested-chassis:ip-10-0-1-225.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:u2725013307}] I0703 06:38:29.033363 3451 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:u2725013308}]}}] Timeout: Where:[where column _uuid == {101aeabb-c7dd-427a-ad7e-b9b6c0359638}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033398 3451 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:u2725013307}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033442 3451 address_set.go:575] (u2725013206/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.3]) to address set I0703 06:38:29.033461 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013309}] I0703 06:38:29.033463 3451 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 == {d62ca11c-e7c0-4d4a-b44c-6b48cbbe0972}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033501 3451 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:u2725013307}]}}] Timeout: Where:[where column _uuid == {c3fed9bc-cf7f-48f2-ab4f-29f0856536ad}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033501 3451 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:u2725013309}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033519 3451 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-cb9f5 options:{GoMap:map[iface-id-ver:2d25387d-5e3f-4150-9700-3a597f15fc63 requested-chassis:ip-10-0-1-225.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:u2725013308} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013308}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] 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 == {bac07280-05b2-4195-a28e-9812f10f045e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013308}]}}] Timeout: Where:[where column _uuid == {101aeabb-c7dd-427a-ad7e-b9b6c0359638}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013309} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2725013309}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033577 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013310}] I0703 06:38:29.033605 3451 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:u2725013310}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.033621 3451 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-db5wb options:{GoMap:map[iface-id-ver:e5f912d6-4e2c-4d5f-a8a4-6779eeb4dfd7 requested-chassis:ip-10-0-1-225.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:u2725013307} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013307}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] 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 == {d62ca11c-e7c0-4d4a-b44c-6b48cbbe0972}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013307}]}}] Timeout: Where:[where column _uuid == {c3fed9bc-cf7f-48f2-ab4f-29f0856536ad}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013310} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2725013310}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.034358 3451 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-cb9f5): added port &{name:openshift-network-diagnostics_network-check-target-cb9f5 uuid:08b099f2-640d-44cd-8591-49f8c5985d6b logicalSwitch:ip-10-0-1-225.ec2.internal ips:[0xc008e2e870] mac:[10 88 10 128 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.4/23] and MAC: 0a:58:0a:80:00:04 I0703 06:38:29.034402 3451 pods.go:252] [openshift-network-diagnostics/network-check-target-cb9f5] addLogicalPort took 19.946926ms, libovsdb time 824.573µs I0703 06:38:29.034419 3451 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-cb9f5 took: 20.431297ms I0703 06:38:29.034429 3451 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.034642 3451 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-db5wb): added port &{name:openshift-multus_network-metrics-daemon-db5wb uuid:ae84bc0b-16dd-411a-a1ed-e058f8190918 logicalSwitch:ip-10-0-1-225.ec2.internal ips:[0xc00922f110] mac:[10 88 10 128 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.3/23] and MAC: 0a:58:0a:80:00:03 I0703 06:38:29.034675 3451 pods.go:252] [openshift-multus/network-metrics-daemon-db5wb] addLogicalPort took 20.697837ms, libovsdb time 1.007237ms I0703 06:38:29.034687 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-db5wb took: 20.756272ms I0703 06:38:29.034700 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.034712 3451 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:29.034728 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:29.034746 3451 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb in node ip-10-0-2-231.ec2.internal I0703 06:38:29.034758 3451 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb took: 15.814µs I0703 06:38:29.034764 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:29.034780 3451 factory.go:1336] Added *v1.Pod event handler 3 I0703 06:38:29.034809 3451 admin_network_policy_controller.go:133] Setting up event handlers for Admin Network Policy I0703 06:38:29.034918 3451 admin_network_policy_controller.go:151] Setting up event handlers for Baseline Admin Network Policy I0703 06:38:29.034814 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:29.034956 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.034977 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.034986 3451 admin_network_policy_controller.go:168] Setting up event handlers for Namespaces in Admin Network Policy controller I0703 06:38:29.035011 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-db5wb in node ip-10-0-1-225.ec2.internal I0703 06:38:29.035023 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.034819 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:29.035056 3451 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.035068 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.035086 3451 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-cb9f5 in node ip-10-0-1-225.ec2.internal I0703 06:38:29.035095 3451 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.034844 3451 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 06:38:29.035105 3451 obj_retry.go:409] Going to retry *v1.Pod resource setup for 2 objects: [openshift-multus/network-metrics-daemon-4cjfl openshift-network-diagnostics/network-check-target-hpx26] I0703 06:38:29.035116 3451 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 06:38:29.035135 3451 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-hpx26 before timer (time: 2026-07-03 06:38:30.192074397 +0000 UTC m=+3.233600277): skip I0703 06:38:29.035135 3451 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-4cjfl before timer (time: 2026-07-03 06:38:30.140094838 +0000 UTC m=+3.181620529): skip I0703 06:38:29.035148 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0703 06:38:29.035150 3451 admin_network_policy_controller.go:184] Setting up event handlers for Pods in Admin Network Policy controller I0703 06:38:29.035155 3451 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 48.617µs) I0703 06:38:29.035217 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0703 06:38:29.035227 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0703 06:38:29.035238 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0703 06:38:29.035243 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.035244 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0703 06:38:29.035262 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0703 06:38:29.035271 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-operator I0703 06:38:29.035277 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0703 06:38:29.035285 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-infra I0703 06:38:29.035293 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:29.035305 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-tn5j8 I0703 06:38:29.035295 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0703 06:38:29.035314 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-64f5b97858-x6fp6 I0703 06:38:29.035316 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0703 06:38:29.035320 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-wfjf2 I0703 06:38:29.035325 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0703 06:38:29.035327 3451 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-231.ec2.internal I0703 06:38:29.035332 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-logging I0703 06:38:29.035335 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.035339 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0703 06:38:29.035343 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-fjxst I0703 06:38:29.035349 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-jzxlz I0703 06:38:29.035359 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-j4qdw I0703 06:38:29.035349 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0703 06:38:29.035364 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-xsthj I0703 06:38:29.035370 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0703 06:38:29.035372 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:38:29.035377 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators I0703 06:38:29.035379 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-rmv6m I0703 06:38:29.035385 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0703 06:38:29.035385 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-dlf84 I0703 06:38:29.035392 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller default I0703 06:38:29.035399 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift I0703 06:38:29.035406 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0703 06:38:29.035413 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0703 06:38:29.035218 3451 admin_network_policy_controller.go:200] Setting up event handlers for Nodes in Admin Network Policy controller I0703 06:38:29.035419 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt I0703 06:38:29.035427 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0703 06:38:29.035400 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:29.035435 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0703 06:38:29.035442 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-nv5nk I0703 06:38:29.035442 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console I0703 06:38:29.035450 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.035450 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress I0703 06:38:29.035459 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal I0703 06:38:29.035466 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0703 06:38:29.035466 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:38:29.035474 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-f9c47bb49-cxqlk I0703 06:38:29.035475 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0703 06:38:29.035481 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.035483 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-system I0703 06:38:29.035487 3451 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-225.ec2.internal I0703 06:38:29.035491 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver I0703 06:38:29.035493 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:29.035497 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0703 06:38:29.035499 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.035504 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-operator I0703 06:38:29.035512 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-api I0703 06:38:29.035518 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-etcd I0703 06:38:29.035519 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:29.035532 3451 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-1-225.ec2.internal I0703 06:38:29.035543 3451 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-2-231.ec2.internal I0703 06:38:29.035534 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.035554 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.035569 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.035524 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-image-registry I0703 06:38:29.035583 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-multus I0703 06:38:29.035590 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0703 06:38:29.035596 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0703 06:38:29.035602 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0703 06:38:29.035608 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0703 06:38:29.035610 3451 admin_network_policy_controller.go:226] Starting controller default-network-controller I0703 06:38:29.035615 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-host-network I0703 06:38:29.035619 3451 admin_network_policy_controller.go:229] Waiting for informer caches to sync I0703 06:38:29.035621 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-package-operator I0703 06:38:29.035627 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller dedicated-admin I0703 06:38:29.035630 3451 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0703 06:38:29.035633 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication I0703 06:38:29.035639 3451 shared_informer.go:320] Caches are synced for default-network-controller I0703 06:38:29.035639 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0703 06:38:29.035645 3451 admin_network_policy_controller.go:236] Repairing Admin Network Policies I0703 06:38:29.035646 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0703 06:38:29.035731 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-monitoring I0703 06:38:29.035738 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0703 06:38:29.035743 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0703 06:38:29.035749 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-node-lease I0703 06:38:29.035754 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0703 06:38:29.035760 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0703 06:38:29.035772 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0703 06:38:29.035778 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0703 06:38:29.035783 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0703 06:38:29.035790 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0703 06:38:29.035797 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0703 06:38:29.035769 3451 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:u2725013311}] I0703 06:38:29.035809 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0703 06:38:29.035818 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0703 06:38:29.035825 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0703 06:38:29.035830 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0703 06:38:29.035836 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-insights I0703 06:38:29.035841 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0703 06:38:29.035846 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0703 06:38:29.035851 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0703 06:38:29.035857 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-managed I0703 06:38:29.035862 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0703 06:38:29.035837 3451 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:u2725013312}] I0703 06:38:29.035867 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0703 06:38:29.035872 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-public I0703 06:38:29.035878 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0703 06:38:29.035878 3451 repair.go:27] Repairing admin network policies took 223.507µs I0703 06:38:29.035883 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-marketplace I0703 06:38:29.035890 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-operator I0703 06:38:29.035896 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns I0703 06:38:29.035902 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0703 06:38:29.035907 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-node I0703 06:38:29.035913 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0703 06:38:29.035919 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane I0703 06:38:29.035905 3451 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:u2725013311} {GoUUID:u2725013312}]}}] Timeout: Where:[where column _uuid == {acbb3e5f-cc57-4cea-91e1-817a0d023f88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.035925 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config I0703 06:38:29.035931 3451 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-console I0703 06:38:29.035928 3451 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:u2725013311} {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:u2725013312} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2725013311} {GoUUID:u2725013312}]}}] Timeout: Where:[where column _uuid == {acbb3e5f-cc57-4cea-91e1-817a0d023f88}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.036077 3451 repair.go:90] Repairing baseline admin network policies took 188.32µs I0703 06:38:29.036091 3451 admin_network_policy_controller.go:249] Starting Admin Network Policy workers I0703 06:38:29.036106 3451 admin_network_policy_controller.go:260] Starting Baseline Admin Network Policy workers I0703 06:38:29.036115 3451 admin_network_policy_controller.go:271] Starting Namespace Admin Network Policy workers I0703 06:38:29.036128 3451 admin_network_policy_controller.go:282] Starting Pod Admin Network Policy workers I0703 06:38:29.036141 3451 admin_network_policy_controller.go:293] Starting Node Admin Network Policy workers I0703 06:38:29.036167 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0703 06:38:29.036183 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 15.555µs I0703 06:38:29.036216 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0703 06:38:29.036230 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 13.552µs I0703 06:38:29.036239 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0703 06:38:29.036243 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 3.583µs I0703 06:38:29.036249 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0703 06:38:29.036254 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 5.197µs I0703 06:38:29.036261 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0703 06:38:29.036266 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 4.736µs I0703 06:38:29.036272 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0703 06:38:29.036276 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 4.482µs I0703 06:38:29.036283 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0703 06:38:29.036288 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 5.315µs I0703 06:38:29.036296 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0703 06:38:29.036300 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 5.161µs I0703 06:38:29.036307 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0703 06:38:29.036320 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 5.259µs I0703 06:38:29.036327 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0703 06:38:29.036333 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 6.287µs I0703 06:38:29.036339 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0703 06:38:29.036345 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 5.22µs I0703 06:38:29.036352 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0703 06:38:29.036357 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 5.097µs I0703 06:38:29.036368 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-225.ec2.internal in Admin Network Policy controller I0703 06:38:29.036381 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-225.ec2.internal Admin Network Policy controller: took 16.39µs I0703 06:38:29.036394 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-231.ec2.internal in Admin Network Policy controller I0703 06:38:29.036403 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-231.ec2.internal Admin Network Policy controller: took 9.341µs I0703 06:38:29.036412 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 in Admin Network Policy controller I0703 06:38:29.036422 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 Admin Network Policy controller: took 9.732µs I0703 06:38:29.036432 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb in Admin Network Policy controller I0703 06:38:29.036438 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb Admin Network Policy controller: took 6.548µs I0703 06:38:29.036445 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-tn5j8 in Admin Network Policy controller I0703 06:38:29.036451 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-tn5j8 Admin Network Policy controller: took 6.12µs I0703 06:38:29.036458 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-64f5b97858-x6fp6 in Admin Network Policy controller I0703 06:38:29.036464 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-64f5b97858-x6fp6 Admin Network Policy controller: took 5.733µs I0703 06:38:29.036470 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-wfjf2 in Admin Network Policy controller I0703 06:38:29.036476 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-wfjf2 Admin Network Policy controller: took 5.758µs I0703 06:38:29.036483 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal in Admin Network Policy controller I0703 06:38:29.036489 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal Admin Network Policy controller: took 6.317µs I0703 06:38:29.036496 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq in Admin Network Policy controller I0703 06:38:29.036501 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq Admin Network Policy controller: took 5.423µs I0703 06:38:29.036507 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-fjxst in Admin Network Policy controller I0703 06:38:29.036513 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-fjxst Admin Network Policy controller: took 5.645µs I0703 06:38:29.036519 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-jzxlz in Admin Network Policy controller I0703 06:38:29.036524 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-jzxlz Admin Network Policy controller: took 5.528µs I0703 06:38:29.036531 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-j4qdw in Admin Network Policy controller I0703 06:38:29.036536 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-j4qdw Admin Network Policy controller: took 5.828µs I0703 06:38:29.036543 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-xsthj in Admin Network Policy controller I0703 06:38:29.036548 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-xsthj Admin Network Policy controller: took 5.761µs I0703 06:38:29.036555 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-64f5b97858-gzvqs in Admin Network Policy controller I0703 06:38:29.036562 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-64f5b97858-gzvqs Admin Network Policy controller: took 5.622µs I0703 06:38:29.036569 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-rmv6m in Admin Network Policy controller I0703 06:38:29.036575 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-rmv6m Admin Network Policy controller: took 5.906µs I0703 06:38:29.036582 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-dlf84 in Admin Network Policy controller I0703 06:38:29.036587 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-dlf84 Admin Network Policy controller: took 6.053µs I0703 06:38:29.036594 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-4cjfl in Admin Network Policy controller I0703 06:38:29.036599 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-4cjfl Admin Network Policy controller: took 5.588µs I0703 06:38:29.036606 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-nv5nk in Admin Network Policy controller I0703 06:38:29.036611 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-nv5nk Admin Network Policy controller: took 5.492µs I0703 06:38:29.036617 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal in Admin Network Policy controller I0703 06:38:29.036622 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal Admin Network Policy controller: took 5.528µs I0703 06:38:29.036629 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal in Admin Network Policy controller I0703 06:38:29.036633 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal Admin Network Policy controller: took 5.414µs I0703 06:38:29.036640 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc in Admin Network Policy controller I0703 06:38:29.036646 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc Admin Network Policy controller: took 5.96µs I0703 06:38:29.036652 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-f9c47bb49-cxqlk in Admin Network Policy controller I0703 06:38:29.036658 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-f9c47bb49-cxqlk Admin Network Policy controller: took 5.451µs I0703 06:38:29.036664 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj in Admin Network Policy controller I0703 06:38:29.036670 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj Admin Network Policy controller: took 5.461µs I0703 06:38:29.036676 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal in Admin Network Policy controller I0703 06:38:29.036682 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal Admin Network Policy controller: took 5.759µs I0703 06:38:29.036688 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in Admin Network Policy controller I0703 06:38:29.036694 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-jdgkg Admin Network Policy controller: took 5.126µs I0703 06:38:29.036700 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-db5wb in Admin Network Policy controller I0703 06:38:29.036705 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-db5wb Admin Network Policy controller: took 5.387µs I0703 06:38:29.036712 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-hpx26 in Admin Network Policy controller I0703 06:38:29.036717 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-hpx26 Admin Network Policy controller: took 5.633µs I0703 06:38:29.036724 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-2d5gk in Admin Network Policy controller I0703 06:38:29.036729 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-2d5gk Admin Network Policy controller: took 5.527µs I0703 06:38:29.036735 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-59ghw in Admin Network Policy controller I0703 06:38:29.036740 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-59ghw Admin Network Policy controller: took 4.994µs I0703 06:38:29.036747 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-cb9f5 in Admin Network Policy controller I0703 06:38:29.036753 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-cb9f5 Admin Network Policy controller: took 6.704µs I0703 06:38:29.036760 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0703 06:38:29.036766 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 5.862µs I0703 06:38:29.036774 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0703 06:38:29.036779 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 4.872µs I0703 06:38:29.036786 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0703 06:38:29.036790 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 4.69µs I0703 06:38:29.036797 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0703 06:38:29.036801 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 4.474µs I0703 06:38:29.036807 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0703 06:38:29.036811 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 4.312µs I0703 06:38:29.036817 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0703 06:38:29.036822 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 4.562µs I0703 06:38:29.036827 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0703 06:38:29.036832 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 4.299µs I0703 06:38:29.036838 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0703 06:38:29.036843 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 4.652µs I0703 06:38:29.036849 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0703 06:38:29.036854 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 4.965µs I0703 06:38:29.036860 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0703 06:38:29.036865 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 4.27µs I0703 06:38:29.036871 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt in Admin Network Policy controller I0703 06:38:29.036876 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt Admin Network Policy controller: took 5.595µs I0703 06:38:29.036883 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0703 06:38:29.036888 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 4.915µs I0703 06:38:29.036894 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0703 06:38:29.036898 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 4.591µs I0703 06:38:29.036904 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0703 06:38:29.036908 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 4.484µs I0703 06:38:29.036914 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0703 06:38:29.036919 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 4.552µs I0703 06:38:29.036925 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0703 06:38:29.036929 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 4.294µs I0703 06:38:29.036936 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0703 06:38:29.036940 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 4.833µs I0703 06:38:29.036946 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0703 06:38:29.036951 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 4.502µs I0703 06:38:29.036957 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0703 06:38:29.036961 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 4.586µs I0703 06:38:29.036967 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0703 06:38:29.036973 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 4.656µs I0703 06:38:29.036979 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0703 06:38:29.036984 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 4.477µs I0703 06:38:29.036989 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0703 06:38:29.036994 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 4.33µs I0703 06:38:29.037000 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0703 06:38:29.037004 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 4.334µs I0703 06:38:29.037010 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0703 06:38:29.037015 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 4.513µs I0703 06:38:29.037021 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0703 06:38:29.037025 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 4.438µs I0703 06:38:29.037053 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0703 06:38:29.037058 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 5.893µs I0703 06:38:29.037065 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0703 06:38:29.037069 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 4.676µs I0703 06:38:29.037076 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0703 06:38:29.037080 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 4.82µs I0703 06:38:29.037087 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0703 06:38:29.037091 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 4.378µs I0703 06:38:29.037098 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0703 06:38:29.037103 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 5.607µs I0703 06:38:29.037110 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0703 06:38:29.037114 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 4.499µs I0703 06:38:29.037120 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0703 06:38:29.037124 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 4.549µs I0703 06:38:29.037131 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0703 06:38:29.037135 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 4.757µs I0703 06:38:29.037141 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0703 06:38:29.037146 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 4.365µs I0703 06:38:29.037152 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0703 06:38:29.037156 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 4.437µs I0703 06:38:29.037162 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0703 06:38:29.037167 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 4.676µs I0703 06:38:29.037173 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0703 06:38:29.037177 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 4.389µs I0703 06:38:29.037183 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0703 06:38:29.037189 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 4.619µs I0703 06:38:29.037196 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0703 06:38:29.037200 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 4.581µs I0703 06:38:29.037206 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0703 06:38:29.037211 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 4.58µs I0703 06:38:29.037217 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0703 06:38:29.037221 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 4.455µs I0703 06:38:29.037228 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0703 06:38:29.037232 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 4.9µs I0703 06:38:29.037238 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0703 06:38:29.037243 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 4.688µs I0703 06:38:29.037249 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0703 06:38:29.037253 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 4.503µs I0703 06:38:29.037259 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0703 06:38:29.037264 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 4.704µs I0703 06:38:29.037270 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0703 06:38:29.037274 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 4.32µs I0703 06:38:29.037281 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0703 06:38:29.037285 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 4.483µs I0703 06:38:29.037291 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0703 06:38:29.037299 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 4.34µs I0703 06:38:29.037305 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0703 06:38:29.037310 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 4.418µs I0703 06:38:29.037316 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0703 06:38:29.037320 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 4.397µs I0703 06:38:29.037327 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0703 06:38:29.037331 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 4.635µs I0703 06:38:29.037337 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0703 06:38:29.037342 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 4.796µs I0703 06:38:29.037348 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0703 06:38:29.037352 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 4.612µs I0703 06:38:29.037359 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0703 06:38:29.037363 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 4.662µs I0703 06:38:29.037370 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0703 06:38:29.037374 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 4.575µs I0703 06:38:29.037400 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0703 06:38:29.037406 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 4.872µs I0703 06:38:29.037413 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0703 06:38:29.037418 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 4.7µs I0703 06:38:29.037424 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0703 06:38:29.037428 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 4.393µs I0703 06:38:29.037434 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0703 06:38:29.037439 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 4.189µs I0703 06:38:29.037445 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0703 06:38:29.037449 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 4.494µs I0703 06:38:29.037456 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0703 06:38:29.037460 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.788µs I0703 06:38:29.037466 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0703 06:38:29.037471 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 5.014µs I0703 06:38:29.037478 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0703 06:38:29.037482 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 4.371µs I0703 06:38:29.037489 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0703 06:38:29.037493 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 4.377µs I0703 06:38:29.037499 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0703 06:38:29.037504 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 4.636µs I0703 06:38:29.037510 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0703 06:38:29.037515 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 4.372µs I0703 06:38:29.037521 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0703 06:38:29.037526 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 4.766µs I0703 06:38:29.037532 3451 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0703 06:38:29.037536 3451 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 4.516µs I0703 06:38:29.037466 3451 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 06:38:29.037550 3451 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 06:38:29.037578 3451 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0703 06:38:29.037594 3451 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[{PodSelector:nil NamespaceSelector:&LabelSelector{MatchLabels:map[string]string{name: openshift-insights,},MatchExpressions:[]LabelSelectorRequirement{},} IPBlock:nil}]} I0703 06:38:29.037646 3451 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0703 06:38:29.037708 3451 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:u2725013313}] I0703 06:38:29.037756 3451 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:u2725013314}] I0703 06:38:29.037874 3451 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:u2725013315}] I0703 06:38:29.037937 3451 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:u2725013316}] I0703 06:38:29.037997 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2725013313} {GoUUID:u2725013314}]} 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:u2725013317}] I0703 06:38:29.038057 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2725013315} {GoUUID:u2725013316}]} 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:u2725013318}] I0703 06:38:29.038084 3451 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:u2725013313} {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:u2725013314} {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:u2725013315} {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:u2725013316} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2725013313} {GoUUID:u2725013314}]} 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:u2725013317} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2725013315} {GoUUID:u2725013316}]} 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:u2725013318}] I0703 06:38:29.039407 3451 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:u2725013319}] I0703 06:38:29.039437 3451 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:u2725013319}] I0703 06:38:29.040431 3451 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:u2725013320}] I0703 06:38:29.040491 3451 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:u2725013320}]}}] Timeout: Where:[where column _uuid == {11dede4c-c916-4267-bce1-3bc5be05c2d6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.040516 3451 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:u2725013320} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2725013320}]}}] Timeout: Where:[where column _uuid == {11dede4c-c916-4267-bce1-3bc5be05c2d6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.041174 3451 obj_retry.go:512] Add event received for *factory.peerNamespaceSelector openshift-insights I0703 06:38:29.041333 3451 obj_retry.go:551] Creating *factory.peerNamespaceSelector openshift-insights took: 137.573µs I0703 06:38:29.041355 3451 factory.go:1336] Added *v1.Namespace event handler 5 I0703 06:38:29.041422 3451 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:38:29.041435 3451 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc took: 502ns I0703 06:38:29.041446 3451 factory.go:1336] Added *v1.Pod event handler 6 I0703 06:38:29.041456 3451 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0703 06:38:29.041466 3451 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.903661ms I0703 06:38:29.041475 3451 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 06:38:29.041484 3451 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 06:38:29.041491 3451 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 06:38:29.041500 3451 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0703 06:38:29.041510 3451 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[]} I0703 06:38:29.041548 3451 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0703 06:38:29.041609 3451 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:u2725013321}] I0703 06:38:29.041671 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2725013321}]} 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:u2725013322}] I0703 06:38:29.041698 3451 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:u2725013321} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2725013321}]} 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:u2725013322}] I0703 06:38:29.042414 3451 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:38:29.042429 3451 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc took: 1.115µs I0703 06:38:29.042447 3451 factory.go:1336] Added *v1.Pod event handler 7 I0703 06:38:29.042462 3451 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0703 06:38:29.042474 3451 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 974.704µs I0703 06:38:29.042482 3451 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 06:38:29.042494 3451 factory.go:1336] Added *v1.NetworkPolicy event handler 4 I0703 06:38:29.042667 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0703 06:38:29.042684 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0703 06:38:29.042688 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0703 06:38:29.042697 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0703 06:38:29.042719 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-node-identity took: 23.638µs I0703 06:38:29.042722 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 19.531µs I0703 06:38:29.042724 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 15.905µs I0703 06:38:29.042729 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0703 06:38:29.042731 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift I0703 06:38:29.042733 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0703 06:38:29.042741 3451 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 3.74µs I0703 06:38:29.042743 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift took: 1.996µs I0703 06:38:29.042750 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress I0703 06:38:29.042753 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators I0703 06:38:29.042753 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0703 06:38:29.042763 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0703 06:38:29.042766 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress took: 4.828µs I0703 06:38:29.042768 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0703 06:38:29.042774 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication I0703 06:38:29.042778 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 9.51µs I0703 06:38:29.042783 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication took: 2.042µs I0703 06:38:29.042786 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0703 06:38:29.042787 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 12.743µs I0703 06:38:29.042790 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0703 06:38:29.042791 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 12.615µs I0703 06:38:29.042757 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-logging I0703 06:38:29.042799 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 2.412µs I0703 06:38:29.042804 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt I0703 06:38:29.042805 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0703 06:38:29.042797 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators took: 21.966µs I0703 06:38:29.042815 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-logging took: 10.022µs I0703 06:38:29.042817 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-infra I0703 06:38:29.042819 3451 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt took: 7.518µs I0703 06:38:29.042823 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0703 06:38:29.042828 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0703 06:38:29.042829 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 11.041µs I0703 06:38:29.042833 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.674µs I0703 06:38:29.042837 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0703 06:38:29.042839 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-infra took: 11.111µs I0703 06:38:29.042795 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 2.727µs I0703 06:38:29.042847 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-operator I0703 06:38:29.042851 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 4.405µs I0703 06:38:29.042851 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0703 06:38:29.042857 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager I0703 06:38:29.042742 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cee took: 1.779µs I0703 06:38:29.042866 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-etcd I0703 06:38:29.042868 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager took: 1.869µs I0703 06:38:29.042870 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0703 06:38:29.042873 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 10.983µs I0703 06:38:29.042875 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-etcd took: 2.195µs I0703 06:38:29.042828 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-system I0703 06:38:29.042881 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0703 06:38:29.042806 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0703 06:38:29.042887 3451 obj_retry.go:551] Creating *factory.egressIPNamespace kube-system took: 3.745µs I0703 06:38:29.042889 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cse took: 9.8µs I0703 06:38:29.042892 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 2.724µs I0703 06:38:29.042892 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 2.592µs I0703 06:38:29.042897 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console I0703 06:38:29.042882 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0703 06:38:29.042902 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0703 06:38:29.042908 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console took: 2.497µs I0703 06:38:29.042909 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 3.471µs I0703 06:38:29.042912 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 2.212µs I0703 06:38:29.042915 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-host-network I0703 06:38:29.042839 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0703 06:38:29.042838 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 1.713µs I0703 06:38:29.042924 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-host-network took: 1.953µs I0703 06:38:29.042927 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-node-lease I0703 06:38:29.042931 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns-operator I0703 06:38:29.042936 3451 obj_retry.go:551] Creating *factory.egressIPNamespace kube-node-lease took: 1.999µs I0703 06:38:29.042938 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns-operator took: 1.481µs I0703 06:38:29.042939 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 11.428µs I0703 06:38:29.042944 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane I0703 06:38:29.042948 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver I0703 06:38:29.042949 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane took: 930ns I0703 06:38:29.042892 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-api I0703 06:38:29.042858 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-operator took: 2.453µs I0703 06:38:29.042960 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-api took: 2.663µs I0703 06:38:29.042751 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0703 06:38:29.042965 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0703 06:38:29.042795 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0703 06:38:29.042969 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.447µs I0703 06:38:29.042971 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 1.228µs I0703 06:38:29.042973 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.698µs I0703 06:38:29.042975 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace dedicated-admin I0703 06:38:29.042976 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0703 06:38:29.042965 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-package-operator I0703 06:38:29.042987 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-package-operator took: 2.611µs I0703 06:38:29.042988 3451 obj_retry.go:551] Creating *factory.egressIPNamespace dedicated-admin took: 8.278µs I0703 06:38:29.042978 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-image-registry I0703 06:38:29.042731 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-user-settings took: 22.908µs I0703 06:38:29.042998 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0703 06:38:29.043003 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-canary took: 1.082µs I0703 06:38:29.042848 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0703 06:38:29.043009 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace default I0703 06:38:29.043014 3451 obj_retry.go:551] Creating *factory.egressIPNamespace default took: 1.4µs I0703 06:38:29.043018 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-multus I0703 06:38:29.043025 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-multus took: 2.455µs I0703 06:38:29.043028 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0703 06:38:29.042917 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0703 06:38:29.043002 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-image-registry took: 3.885µs I0703 06:38:29.043063 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 30.863µs I0703 06:38:29.042875 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0703 06:38:29.043072 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 1.56µs I0703 06:38:29.043076 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config I0703 06:38:29.043082 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config took: 1.795µs I0703 06:38:29.043079 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-version I0703 06:38:29.043014 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 2.167µs I0703 06:38:29.043090 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0703 06:38:29.043095 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 1.48µs I0703 06:38:29.043099 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0703 06:38:29.043103 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators-redhat took: 919ns I0703 06:38:29.042919 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-monitoring I0703 06:38:29.043113 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-monitoring took: 2.246µs I0703 06:38:29.043114 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-public I0703 06:38:29.043131 3451 obj_retry.go:551] Creating *factory.egressIPNamespace kube-public took: 5.966µs I0703 06:38:29.043117 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0703 06:38:29.043153 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 4.351µs I0703 06:38:29.042986 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-operator took: 2.192µs I0703 06:38:29.043171 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-node I0703 06:38:29.043178 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-node took: 1.784µs I0703 06:38:29.042991 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0703 06:38:29.043191 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 3.569µs I0703 06:38:29.043197 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-console I0703 06:38:29.043205 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-console took: 2.445µs I0703 06:38:29.042841 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0703 06:38:29.043221 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 2.864µs I0703 06:38:29.043232 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-managed I0703 06:38:29.042992 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0703 06:38:29.043241 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-managed took: 2.44µs I0703 06:38:29.043248 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 2.04µs I0703 06:38:29.043255 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-insights I0703 06:38:29.043265 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-insights took: 3.3µs I0703 06:38:29.043273 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-operator I0703 06:38:29.043283 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-operator took: 3.528µs I0703 06:38:29.043064 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 3.322µs I0703 06:38:29.043293 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0703 06:38:29.043301 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 2.636µs I0703 06:38:29.043306 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-marketplace I0703 06:38:29.042858 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-operator I0703 06:38:29.043317 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-marketplace took: 4.145µs I0703 06:38:29.043344 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-operator took: 16.509µs I0703 06:38:29.043360 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0703 06:38:29.043368 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 2.746µs I0703 06:38:29.043372 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0703 06:38:29.043378 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 1.388µs I0703 06:38:29.043381 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0703 06:38:29.043104 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-version took: 8.91µs I0703 06:38:29.043388 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 2.457µs I0703 06:38:29.043394 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0703 06:38:29.043398 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0703 06:38:29.043405 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication-operator took: 2.476µs I0703 06:38:29.043405 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 4.505µs I0703 06:38:29.042957 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver took: 1.638µs I0703 06:38:29.043414 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0703 06:38:29.043420 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-tam took: 1.124µs I0703 06:38:29.043426 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0703 06:38:29.043435 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.819µs I0703 06:38:29.043441 3451 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns I0703 06:38:29.043448 3451 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns took: 2.04µs I0703 06:38:29.043456 3451 factory.go:1336] Added *v1.Namespace event handler 8 I0703 06:38:29.043515 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.043523 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-jzxlz I0703 06:38:29.043541 3451 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-j4qdw I0703 06:38:29.043545 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq took: 15.304µs I0703 06:38:29.043547 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-jzxlz took: 14.517µs I0703 06:38:29.043554 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-wfjf2 I0703 06:38:29.043552 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:29.043558 3451 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.043564 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-wfjf2 took: 3.38µs I0703 06:38:29.043546 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:29.043568 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-tn5j8 I0703 06:38:29.043569 3451 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-j4qdw took: 15.546µs I0703 06:38:29.043580 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.043584 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg took: 16.523µs I0703 06:38:29.043588 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-4cjfl took: 11.713µs I0703 06:38:29.043590 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-db5wb took: 2.868µs I0703 06:38:29.043592 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:38:29.043595 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:38:29.043593 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-tn5j8 took: 12.33µs I0703 06:38:29.043605 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-64f5b97858-x6fp6 I0703 06:38:29.043610 3451 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-nv5nk I0703 06:38:29.043613 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal I0703 06:38:29.043613 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-64f5b97858-gzvqs took: 11.427µs I0703 06:38:29.043617 3451 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal I0703 06:38:29.043623 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:29.043627 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-64f5b97858-x6fp6 took: 12.19µs I0703 06:38:29.043632 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-ldfsb took: 3.037µs I0703 06:38:29.043634 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.043637 3451 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal took: 11.123µs I0703 06:38:29.043645 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-f9c47bb49-cxqlk I0703 06:38:29.043646 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-cb9f5 took: 2.314µs I0703 06:38:29.043647 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-rmv6m I0703 06:38:29.043648 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-fjxst I0703 06:38:29.043648 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-xsthj I0703 06:38:29.043654 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-f9c47bb49-cxqlk took: 2.637µs I0703 06:38:29.043662 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.043669 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-rmv6m took: 12.309µs I0703 06:38:29.043673 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-59ghw took: 4.56µs I0703 06:38:29.043669 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-fjxst took: 10.264µs I0703 06:38:29.043675 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-xsthj took: 11.88µs I0703 06:38:29.043556 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-dlf84 I0703 06:38:29.043681 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.043685 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:29.043690 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-dlf84 took: 2.982µs I0703 06:38:29.043692 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 took: 2.781µs I0703 06:38:29.043695 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-hpx26 took: 2.289µs I0703 06:38:29.043606 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc took: 2.333µs I0703 06:38:29.043704 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.043712 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7z6bj took: 2.566µs I0703 06:38:29.043580 3451 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal took: 12.7µs I0703 06:38:29.043634 3451 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-nv5nk took: 12.647µs I0703 06:38:29.043635 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal took: 12.008µs I0703 06:38:29.043723 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.043729 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal took: 2.303µs I0703 06:38:29.043733 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.043739 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-2d5gk took: 2.105µs I0703 06:38:29.043745 3451 factory.go:1336] Added *v1.Pod event handler 9 I0703 06:38:29.043841 3451 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:u2725013323}] I0703 06:38:29.043888 3451 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:u2725013323}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.043906 3451 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:0xc0098aea00 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:u2725013323} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2725013323}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.044626 3451 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:u2725013324}] I0703 06:38:29.044670 3451 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:u2725013324}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.044687 3451 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:0xc0098af6a0 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:u2725013324} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2725013324}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.045330 3451 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:u2725013325}] I0703 06:38:29.045387 3451 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:u2725013325}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.045412 3451 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:0xc0098d8320 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:u2725013325} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2725013325}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.046000 3451 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:u2725013326}] I0703 06:38:29.046026 3451 address_set.go:302] New(u2725013326/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0703 06:38:29.046049 3451 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:u2725013326}] I0703 06:38:29.046377 3451 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:u2725013327}] I0703 06:38:29.046404 3451 address_set.go:302] New(u2725013327/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0703 06:38:29.046446 3451 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:u2725013327}] I0703 06:38:29.046978 3451 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:u2725013328}] I0703 06:38:29.047007 3451 address_set.go:302] New(u2725013328/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0703 06:38:29.047013 3451 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:u2725013328}] I0703 06:38:29.047445 3451 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-1-225.ec2.internal I0703 06:38:29.047466 3451 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-2-231.ec2.internal I0703 06:38:29.047704 3451 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:u2725013329}] I0703 06:38:29.047801 3451 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:u2725013329}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.047827 3451 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:u2725013329} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u2725013329}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.048540 3451 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 == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.048562 3451 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.048906 3451 egressip.go:1976] Egress node: ip-10-0-1-225.ec2.internal about to be initialized I0703 06:38:29.048962 3451 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:u2725013330}] I0703 06:38:29.048997 3451 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:u2725013330}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.049019 3451 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:u2725013330} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013330}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.049150 3451 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 == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.049177 3451 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.049475 3451 obj_retry.go:551] Creating *factory.egressNode ip-10-0-1-225.ec2.internal took: 1.96748ms I0703 06:38:29.049542 3451 obj_retry.go:551] Creating *factory.egressNode ip-10-0-2-231.ec2.internal took: 1.979702ms I0703 06:38:29.049563 3451 factory.go:1336] Added *v1.Node event handler 10 I0703 06:38:29.049593 3451 factory.go:1336] Added *v1.EgressIP event handler 11 I0703 06:38:29.049811 3451 factory.go:1336] Added *v1.EgressFirewall event handler 12 I0703 06:38:29.049879 3451 controller.go:132] Adding controller ef_node_controller event handlers I0703 06:38:29.049924 3451 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0703 06:38:29.049937 3451 shared_informer.go:320] Caches are synced for ef_node_controller I0703 06:38:29.049957 3451 controller.go:156] Starting controller ef_node_controller with 1 workers I0703 06:38:29.049972 3451 egressqos.go:192] Setting up event handlers for EgressQoS I0703 06:38:29.050147 3451 egressqos.go:244] Starting EgressQoS Controller I0703 06:38:29.050164 3451 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0703 06:38:29.050170 3451 shared_informer.go:320] Caches are synced for egressqosnodes I0703 06:38:29.050174 3451 shared_informer.go:313] Waiting for caches to sync for egressqospods I0703 06:38:29.050177 3451 shared_informer.go:320] Caches are synced for egressqospods I0703 06:38:29.050180 3451 shared_informer.go:313] Waiting for caches to sync for egressqos I0703 06:38:29.050183 3451 shared_informer.go:320] Caches are synced for egressqos I0703 06:38:29.050187 3451 egressqos.go:258] Repairing EgressQoSes I0703 06:38:29.050190 3451 egressqos.go:398] Starting repairing loop for egressqos I0703 06:38:29.050293 3451 egressqos.go:400] Finished repairing loop for egressqos: 101.27µs I0703 06:38:29.050311 3451 egressservice_zone.go:130] Setting up event handlers for Egress Services I0703 06:38:29.050337 3451 egressqos.go:1006] Processing sync for EgressQoS node ip-10-0-1-225.ec2.internal I0703 06:38:29.050467 3451 egressservice_zone_endpointslice.go:80] Ignoring updating default/packageserver for endpointslice default/packageserver-77hxr as it is not a known egress service I0703 06:38:29.050488 3451 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-vx6wv as it is not a known egress service I0703 06:38:29.050502 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-bfkds as it is not a known egress service I0703 06:38:29.050510 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-b6kst as it is not a known egress service I0703 06:38:29.050516 3451 egressservice_zone.go:208] Starting Egress Services Controller I0703 06:38:29.050517 3451 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-j2mlp as it is not a known egress service I0703 06:38:29.050524 3451 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 06:38:29.050525 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-fcqpm as it is not a known egress service I0703 06:38:29.050530 3451 shared_informer.go:320] Caches are synced for egressservices I0703 06:38:29.050532 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-xs88j as it is not a known egress service I0703 06:38:29.050536 3451 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 06:38:29.050541 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-gs8v8 as it is not a known egress service I0703 06:38:29.050544 3451 shared_informer.go:320] Caches are synced for egressservices_services I0703 06:38:29.050548 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-wzr55 as it is not a known egress service I0703 06:38:29.050549 3451 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 06:38:29.050556 3451 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 06:38:29.050558 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-5fzvw as it is not a known egress service I0703 06:38:29.050562 3451 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0703 06:38:29.050572 3451 shared_informer.go:320] Caches are synced for egressservices_nodes I0703 06:38:29.050579 3451 egressservice_zone.go:226] Repairing Egress Services I0703 06:38:29.050739 3451 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 == {8515241b-7416-4a39-a167-51ee5cda0a0b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.050761 3451 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8515241b-7416-4a39-a167-51ee5cda0a0b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.050916 3451 master_controller.go:87] Starting Admin Policy Based Route Controller I0703 06:38:29.050928 3451 external_controller.go:276] Starting Admin Policy Based Route Controller I0703 06:38:29.050979 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-dzq9s as it is not a known egress service I0703 06:38:29.050988 3451 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-q4dwx as it is not a known egress service I0703 06:38:29.050993 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-8jkfq as it is not a known egress service I0703 06:38:29.050998 3451 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-gm6sx as it is not a known egress service I0703 06:38:29.051005 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-jqcbx as it is not a known egress service I0703 06:38:29.051011 3451 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-r82hf as it is not a known egress service I0703 06:38:29.051019 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-225.ec2.internal I0703 06:38:29.051981 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-225.ec2.internal: 8.779µs I0703 06:38:29.052010 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-231.ec2.internal I0703 06:38:29.052019 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-231.ec2.internal: 10.899µs I0703 06:38:29.052028 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-klbcr as it is not a known egress service I0703 06:38:29.052066 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-w8pbm as it is not a known egress service I0703 06:38:29.052103 3451 egressservice_zone_endpointslice.go:80] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0703 06:38:29.052146 3451 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-llsk5 as it is not a known egress service I0703 06:38:29.052178 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-5tclw as it is not a known egress service I0703 06:38:29.052206 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-8m4r4 as it is not a known egress service I0703 06:38:29.052232 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-fkxg2 as it is not a known egress service I0703 06:38:29.052264 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-lpxlp as it is not a known egress service I0703 06:38:29.052252 3451 default_network_controller.go:588] Completing all the Watchers took 314.120492ms I0703 06:38:29.052328 3451 default_network_controller.go:592] Starting unidling controllers I0703 06:38:29.052370 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-wtqwj as it is not a known egress service I0703 06:38:29.052433 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-d9ftx as it is not a known egress service I0703 06:38:29.052451 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-2g4cv as it is not a known egress service I0703 06:38:29.052457 3451 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-xcqv2 as it is not a known egress service I0703 06:38:29.052464 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-5lh78 as it is not a known egress service I0703 06:38:29.052469 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-9566h as it is not a known egress service I0703 06:38:29.052482 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-2vl85 as it is not a known egress service I0703 06:38:29.052481 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0703 06:38:29.052494 3451 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-2mrtg as it is not a known egress service I0703 06:38:29.052374 3451 unidle.go:45] Registering OVN SB ControllerEvent handler I0703 06:38:29.052502 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0703 06:38:29.052508 3451 unidle.go:62] Populating Initial ContollerEvent events I0703 06:38:29.052510 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0703 06:38:29.052518 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0703 06:38:29.052524 3451 unidle.go:78] Setting up event handlers for services I0703 06:38:29.052525 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0703 06:38:29.052534 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0703 06:38:29.052549 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0703 06:38:29.052555 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0703 06:38:29.052561 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0703 06:38:29.052568 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0703 06:38:29.052573 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0703 06:38:29.052580 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0703 06:38:29.052586 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0703 06:38:29.052486 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.052605 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0703 06:38:29.052611 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0703 06:38:29.052614 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.052618 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0703 06:38:29.052624 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0703 06:38:29.052624 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:29.052630 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0703 06:38:29.052637 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0703 06:38:29.052644 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.052647 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0703 06:38:29.052653 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.052654 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0703 06:38:29.052662 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0703 06:38:29.052662 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.052668 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0703 06:38:29.052674 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:29.052674 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0703 06:38:29.052681 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-tn5j8 I0703 06:38:29.052682 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0703 06:38:29.052698 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0703 06:38:29.052724 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0703 06:38:29.052737 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0703 06:38:29.052748 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0703 06:38:29.052761 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0703 06:38:29.052772 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0703 06:38:29.052691 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-jzxlz I0703 06:38:29.052827 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-wfjf2 I0703 06:38:29.052840 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-231.ec2.internal I0703 06:38:29.052849 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.052867 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-fjxst I0703 06:38:29.052876 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-j4qdw I0703 06:38:29.052883 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-xsthj I0703 06:38:29.052891 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-231.ec2.internal I0703 06:38:29.052899 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-rmv6m I0703 06:38:29.052907 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-dlf84 I0703 06:38:29.052920 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-nv5nk I0703 06:38:29.052928 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.052784 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0703 06:38:29.052945 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0703 06:38:29.052957 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0703 06:38:29.052962 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0703 06:38:29.052966 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0703 06:38:29.052979 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0703 06:38:29.052986 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0703 06:38:29.052992 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0703 06:38:29.052998 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0703 06:38:29.053005 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0703 06:38:29.053011 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0703 06:38:29.053022 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0703 06:38:29.053029 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0703 06:38:29.053054 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0703 06:38:29.053061 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0703 06:38:29.053067 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0703 06:38:29.053074 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0703 06:38:29.053080 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0703 06:38:29.053092 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0703 06:38:29.053098 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0703 06:38:29.053105 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0703 06:38:29.053112 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0703 06:38:29.053118 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0703 06:38:29.053124 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0703 06:38:29.053135 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0703 06:38:29.053141 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0703 06:38:29.053148 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0703 06:38:29.053154 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0703 06:38:29.053162 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0703 06:38:29.053168 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0703 06:38:29.053179 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0703 06:38:29.053190 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0703 06:38:29.053197 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0703 06:38:29.053204 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0703 06:38:29.053210 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0703 06:38:29.053217 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0703 06:38:29.053223 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0703 06:38:29.053233 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0703 06:38:29.053239 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0703 06:38:29.053246 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0703 06:38:29.050349 3451 egressqos.go:1021] EgressQoS ip-10-0-1-225.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-1-225.ec2.internal 8d56df5c-5d33-41e5-aadf-c3ddaa580129 9202 0 2026-07-03 06:37:57 +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-2546ccf2a9-workers-1 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-1-225.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-03319c9ffea844edb","ifaddr":{"ipv4":"10.0.1.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/cluster-name:2ragcqho1geaafbdl8chuu7p76ja50gt cluster.x-k8s.io/cluster-namespace:ocm-production-2ragcqho1geaafbdl8chuu7p76ja50gt-kx-2546ccf2a9 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-2546ccf2a9-workers-1-lkkzh-sf765 cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-2546ccf2a9-workers-1-lkkzh csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-00e2cd40447aff5de"} 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-225.ec2.internal","mac-address":"0a:ff:ed:8c:c1:db","ip-addresses":["10.0.1.225/24"],"ip-address":"10.0.1.225/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:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 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.225/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-225.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1d/i-00e2cd40447aff5de,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: {{32816377856 0} {} 32047244Ki 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: {{31637778432 0} {} 30896268Ki BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-03 06:38:28 +0000 UTC,LastTransitionTime:2026-07-03 06:37:57 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-03 06:38:28 +0000 UTC,LastTransitionTime:2026-07-03 06:37:57 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-03 06:38:28 +0000 UTC,LastTransitionTime:2026-07-03 06:37:57 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-03 06:38:28 +0000 UTC,LastTransitionTime:2026-07-03 06:37:57 +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.225,},NodeAddress{Type:InternalDNS,Address:ip-10-0-1-225.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-1-225.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2bc42418544bce8626fc0adbf6d8d0,SystemUUID:ec2bc424-1854-4bce-8626-fc0adbf6d8d0,BootID:a7dfc963-370f-445d-b64f-f13928a5cb20,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:42b4c6bdf3081ec264bc5edbc4eb779151de9e4742d6fe59a316645891df649c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:45b1f11898d403139a45977726e024816081b684d6f9cb4eb9093fb2881f40dd],SizeBytes:1506376457,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c7aa910ca06f8fd89cdf2519136e0f3533bdacfc6bd58a3f6683f9f08756c7b1 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e7b2b4e5d10838c5165aca9daae6d194e4b5505b42be0e87afb4477234958948],SizeBytes:1241417117,},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:1eee856bde9bad71c4444c494225a0cf02d1f4a5293acf0bd6e7e1814efa0064 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b72f7bc593992c84e71ca43718db0e0f86e560899cbb11dab61b77d350ddbc3d],SizeBytes:696413299,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:02283a64c1936a5dd09d5c6bc0ecbcf9196fe4df6a4055c8be22cebd850aa7a3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:163d9fb57fcd8d3996c26d01abdb6b2b870aa7b8c521ca71fffcde40ec54e364],SizeBytes:693619306,},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,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:751bd7eb62f632c0eef0ca91b6c57c64d4f1279d4dbe1a9b875ac4020a7b693f quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b4c2573f2e03b9390982757a0bcbe3398f81b1b2a25752bfea3664c464aed559],SizeBytes:582602976,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6a9b4fd887fa7f1729302fb0330c3c9a483197bf78becdcfda4235ec823a2c39 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:726adbde6a230e7b4da4a27508a67875b5579d80f6cdeb3324f90993d4de386a],SizeBytes:541671975,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:351ca92471647f383f3cd7f0b70f33f5fa11c39ab569c4948dff7d471a6c8be3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:967542857e0607674105c25151e0470aa8f8427f4b7b4598b5933ce80e79887f],SizeBytes:507274532,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0c1abef76d6d2832ddcff31e950ffafeb4e0f6fad80a5f5dca94591de0fc9581 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:69ec8845e1333764ed2eed63f140798e82ddc1540b5cb96ebc58cbc9187fc183],SizeBytes:495628508,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0242cefbf0bb876101c4d67ab4e07401cb0ba6c02be2b73a4f17ba33b2960005 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1cb6b77cbd9fdfdfb0ee2bfdcdc5d85acbd32e444e0102d974a3a382fc337f23],SizeBytes:494337275,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:5bcfb1b739fa4e6ff9e21e4843f8520f29608135341f7d8dcc31084b9ba25f1d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:db73c8cfc081ee27ef2f13fb2a1e004307b174e60c1af45121c0284d1f2af2bb],SizeBytes:471001572,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1c7c24111f1709d7648156873ced09462638aa4b3cf7e7aee13297e51bcdfb3e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f88c4d2aa353c8ae80922215e77f4f68f1d57cda75d5b8f55805288855cd8df],SizeBytes:465563129,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3a2c82b772ea6072e1eca0efc5303f002189e80b0e985fb3e3b8ea9a12fe8060 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ab0389b905670da51ade82bbf88ee98e2fa8d1e1a6e99a6b1ca0b18599350e65],SizeBytes:424228167,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3fea7db586d3236c1876a8b523af0d8d65c84d6f6cf5d0f4e41cafcffe6db5b5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:5e87ba403f9e9fff3002a8275aba0d6c36aed54fb4754d90fa0516ad989f187a],SizeBytes:423845749,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b9b7949d209e257a76053de4ac74193f747c0d42e25dcd270d655849a4e51aa quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e67b1ecadffe8bcaa8953d449d1559f5419c3296f6fc065f34d53985b07becdb],SizeBytes:410606720,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0c6b7f828184b16a5e6630111e0715e11d34dae9b0bf64619466543e6168e05c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f132095bb816921d7780c4525219aa183a9fc18975e0e615c98374c2bc5a9d3b],SizeBytes:407738952,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:12b3c3b2ff390f83fb39f5900eb8bc0baa32c9ebe09db41cd8758305545dc71b quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:eec834c6cb723656be372e0f0516ebc2379a7d46f7003e6a6ac31e8121e04f81],SizeBytes:397003168,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,RuntimeHandlers:[]NodeRuntimeHandler{NodeRuntimeHandler{Name:crun,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:runc,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*false,},},},Features:nil,},} I0703 06:38:29.053252 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0703 06:38:29.053262 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0703 06:38:29.053269 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0703 06:38:29.053280 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0703 06:38:29.053286 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0703 06:38:29.053292 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0703 06:38:29.053299 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0703 06:38:29.053305 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt I0703 06:38:29.053312 3451 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0703 06:38:29.053317 3451 egressqos.go:1009] Finished syncing EgressQoS node ip-10-0-1-225.ec2.internal : 2.978822ms I0703 06:38:29.207003 3451 ovs.go:159] Exec(38): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3042.ctl connection-status I0703 06:38:29.211647 3451 ovs.go:162] Exec(38): stdout: "connected\n" I0703 06:38:29.211663 3451 ovs.go:163] Exec(38): stderr: "" I0703 06:38:29.211671 3451 default_node_network_controller.go:510] Node connection status = connected I0703 06:38:29.211680 3451 ovs.go:159] Exec(39): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:38:29.219348 3451 ovs.go:162] Exec(39): stdout: "" I0703 06:38:29.219368 3451 ovs.go:163] Exec(39): stderr: "" I0703 06:38:29.219379 3451 ovs.go:159] Exec(40): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:38:29.248011 3451 ovs.go:162] Exec(40): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=3 byte_count=222 flow_count=15\n" I0703 06:38:29.248056 3451 ovs.go:163] Exec(40): stderr: "" I0703 06:38:29.248076 3451 ovs.go:159] Exec(41): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-225.ec2.internal-to-br-int ofport I0703 06:38:29.255362 3451 ovs.go:162] Exec(41): stdout: "2\n" I0703 06:38:29.255389 3451 ovs.go:163] Exec(41): stderr: "" I0703 06:38:29.255399 3451 gateway.go:452] Gateway is ready I0703 06:38:29.255414 3451 gateway_shared_intf.go:2284] Creating Gateway Openflow Manager I0703 06:38:29.255430 3451 ovs.go:159] Exec(42): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-1-225.ec2.internal-to-br-int ofport I0703 06:38:29.261972 3451 ovs.go:162] Exec(42): stdout: "2\n" I0703 06:38:29.261994 3451 ovs.go:163] Exec(42): stderr: "" I0703 06:38:29.262010 3451 ovs.go:159] Exec(43): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 06:38:29.268943 3451 ovs.go:162] Exec(43): stdout: "1\n" I0703 06:38:29.268956 3451 ovs.go:163] Exec(43): stderr: "" I0703 06:38:29.269366 3451 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 06:38:29.269456 3451 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0703 06:38:29.269474 3451 node_ip_handler_linux.go:259] Node primary address changed to 10.0.1.225. Updating OVN encap IP. I0703 06:38:29.269484 3451 ovs.go:159] Exec(44): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0703 06:38:29.275111 3451 ovs.go:162] Exec(44): stdout: "\"10.0.1.225\"\n" I0703 06:38:29.275127 3451 ovs.go:163] Exec(44): stderr: "" I0703 06:38:29.275135 3451 node_ip_handler_linux.go:561] Will not update encap IP 10.0.1.225 - it is already configured I0703 06:38:29.275142 3451 node_ip_handler_linux.go:504] Node address changed to map[10.0.1.225/24:{} 172.20.0.1/32:{}]. Updating annotations. I0703 06:38:29.275332 3451 kube.go:130] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.1.225/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-225.ec2.internal","mac-address":"0a:ff:ed:8c:c1:db","ip-addresses":["10.0.1.225/24"],"ip-address":"10.0.1.225/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:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.225/24"}] on node ip-10-0-1-225.ec2.internal I0703 06:38:29.291283 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-225.ec2.internal I0703 06:38:29.291361 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-225.ec2.internal: 81.491µs I0703 06:38:29.291292 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-225.ec2.internal I0703 06:38:29.291459 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.2/32 Src: 169.254.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:29.291470 3451 gateway_shared_intf.go:2573] Setting OVN Masquerade route with source: 10.0.1.225 I0703 06:38:29.291480 3451 node_tracker.go:172] Node ip-10-0-1-225.ec2.internal switch + router changed, syncing services I0703 06:38:29.291278 3451 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-1-225.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-2546ccf2a9-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-225.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1d,topology.k8s.aws/zone-id=use1-az4,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1d, isHostCIDRsAltered?: true I0703 06:38:29.291498 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:38:29.291512 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-225.ec2.internal in Admin Network Policy controller I0703 06:38:29.291519 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:38:29.291521 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-225.ec2.internal Admin Network Policy controller: took 11.771µs I0703 06:38:29.291323 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:29.291539 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:38:29.291544 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-225.ec2.internal E0703 06:38:29.291588 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:38:29.291606 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:38:29.291613 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:38:29.291530 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:29.291549 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.291645 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:38:29.291658 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:38:29.291665 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:29.291671 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:38:29.291677 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:38:29.291679 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:29.291689 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.291698 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 23.454µs I0703 06:38:29.291698 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.291717 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.291733 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:38:29.291742 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:38:29.291750 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:38:29.291753 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.291688 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.291757 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:38:29.291766 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:38:29.291773 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:29.291781 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:29.291782 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:29.291765 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.291795 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:38:29.291794 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:38:29.291799 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 21.096µs I0703 06:38:29.291787 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:29.291800 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:38:29.291813 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.291817 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:29.291822 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.291823 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.291834 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:38:29.291842 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.291851 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:38:29.291858 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 320.498µs I0703 06:38:29.291869 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.291844 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.291807 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.291933 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:38:29.291946 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.291957 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:38:29.291964 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.291974 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.291973 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.291959 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:58e81141-af59-4e06-9652-c1338eebb5e6}]} external_ids:{GoMap:map[physical_ip:10.0.1.225 physical_ips:10.0.1.225]} load_balancer_group:{GoSet:[{GoUUID:13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c} {GoUUID:8ec3ebbd-a27f-498a-ad50-8c7c988529a6}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 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 == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.292005 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.291993 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.291825 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:38:29.292017 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292023 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.292008 3451 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:58e81141-af59-4e06-9652-c1338eebb5e6}]} external_ids:{GoMap:map[physical_ip:10.0.1.225 physical_ips:10.0.1.225]} load_balancer_group:{GoSet:[{GoUUID:13cb1dc4-3e24-45fe-b2e0-6a498d73bd0c} {GoUUID:8ec3ebbd-a27f-498a-ad50-8c7c988529a6}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:6ca36b33-af0b-4cc5-90d7-2d3aeb83ab53 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 == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.292059 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:38:29.291885 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.292072 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:29.292074 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:38:29.292081 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:29.292062 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.292085 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.292089 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:29.292094 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292097 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:38:29.292105 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:29.292109 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:38:29.292113 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:29.292117 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 440.521µs I0703 06:38:29.292092 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292124 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:29.292126 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:38:29.291721 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:38:29.292134 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 300.682µs I0703 06:38:29.292139 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:29.292136 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.292147 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:29.292151 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:38:29.292153 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.292158 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.511µs I0703 06:38:29.292165 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:29.292165 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:38:29.292154 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:38:29.292170 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.025µs I0703 06:38:29.292180 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:29.292181 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:38:29.292143 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292193 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:38:29.291872 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:38:29.292201 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:29.292209 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:38:29.292216 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:38:29.292212 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:38:29.292224 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:29.292230 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292231 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:38:29.292240 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:29.292240 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292249 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:29.292178 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292254 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292257 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:38:29.292265 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:29.292271 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:38:29.292279 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:38:29.292279 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.292189 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292285 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:38:29.292288 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:38:29.292294 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:29.292210 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.291480 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.127.255/32 Src: 169.254.0.2 Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:29.292292 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.292309 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:38:29.292306 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292326 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:38:29.292329 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:38:29.292338 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292331 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.0/17 Src: 169.254.0.2 Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:38:29.292354 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292166 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292360 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.225 Gw: Flags: [] Table: 0 Realm: 0} I0703 06:38:29.292333 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292367 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292373 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292383 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:38:29.292384 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292378 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292390 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 595.48µs I0703 06:38:29.292375 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292399 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292406 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:29.292408 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.292416 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.479µs I0703 06:38:29.292422 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.292425 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:29.292406 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292341 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.292432 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.748µs I0703 06:38:29.292438 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.292435 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292446 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:38:29.292448 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.292452 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.292466 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292466 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:38:29.292473 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:38:29.292477 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 756.457µs I0703 06:38:29.292481 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 317.267µs I0703 06:38:29.292490 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:29.292492 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:38:29.292499 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:29.292498 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 316.425µs I0703 06:38:29.292514 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:29.292463 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.292530 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:38:29.292456 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:38:29.292542 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:29.292509 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292572 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:38:29.292588 3451 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.225 Gw: Flags: [] Table: 254 Realm: 0} I0703 06:38:29.292505 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292582 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 709.258µs I0703 06:38:29.292593 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:38:29.292609 3451 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-225.ec2.internal I0703 06:38:29.292564 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:29.292524 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292616 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292623 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:29.292625 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:38:29.292630 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292640 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292642 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:38:29.292640 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292645 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292658 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292655 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292671 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292677 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292682 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.292659 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:38:29.292684 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292688 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292693 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.292694 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292704 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292614 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:29.292726 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:29.292710 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292708 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292733 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 235.991µs I0703 06:38:29.292741 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:38:29.292745 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:38:29.292750 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:29.292758 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:38:29.292735 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292789 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:38:29.292771 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292736 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292802 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292820 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:38:29.292758 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292826 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 334.208µs I0703 06:38:29.292824 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:38:29.292825 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:29.292840 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 325.897µs I0703 06:38:29.292841 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:29.292842 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292847 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:38:29.292853 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:29.292784 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:38:29.292858 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292864 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292871 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:38:29.292871 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292879 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292883 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:29.292889 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292863 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292895 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292906 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.292853 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.292932 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:38:29.292930 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:38:29.292941 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:38:29.292948 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:38:29.292947 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292954 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:38:29.292957 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:38:29.292962 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292961 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292966 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.292972 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292972 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.292988 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292988 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:29.292992 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:29.292999 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.292998 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 383.496µs I0703 06:38:29.293000 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 250.309µs I0703 06:38:29.292989 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293014 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:29.293018 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.293019 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:29.293050 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:29.293030 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.096µs I0703 06:38:29.292921 3451 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:"40c74fd8-d9d5-4b19-8fa4-23978f4ed934", 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:38:29.293062 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293066 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:29.293056 3451 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-225.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {111df516-5a99-42e6-b03f-f42db6ee5c53}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293090 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:29.293024 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293017 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293115 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:38:29.293127 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:38:29.293101 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 249.598µs I0703 06:38:29.293140 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293144 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:38:29.293125 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:38:29.293160 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:29.293079 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293176 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 334.954µs I0703 06:38:29.293170 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293189 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:38:29.293191 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293197 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.949µs I0703 06:38:29.293154 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293198 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:38:29.293196 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000922938 seconds. No OVN measurement. I0703 06:38:29.293126 3451 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:111df516-5a99-42e6-b03f-f42db6ee5c53}]}}] Timeout: Where:[where column _uuid == {ebc69e06-0f56-4afc-aa35-b66b1cb76300}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293217 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:38:29.293215 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293232 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293230 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293220 3451 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.235.222:443: 172.30.235.222:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {40c74fd8-d9d5-4b19-8fa4-23978f4ed934}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293244 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293245 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.225 Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:38:29.293245 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293262 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293224 3451 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-225.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {111df516-5a99-42e6-b03f-f42db6ee5c53}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:111df516-5a99-42e6-b03f-f42db6ee5c53}]}}] Timeout: Where:[where column _uuid == {ebc69e06-0f56-4afc-aa35-b66b1cb76300}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293206 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:38:29.293267 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293275 3451 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-225.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.225:31221: 10.0.1.225:32569: 172.20.0.1:31221: 172.20.0.1:32569:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013331}] I0703 06:38:29.293279 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293301 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.293306 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.293313 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:29.293318 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.293326 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293329 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293316 3451 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-225.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.225:31221: 10.0.1.225:32569: 169.254.0.3:31221: 169.254.0.3:32569: 172.20.0.1:31221: 172.20.0.1:32569:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013332}] I0703 06:38:29.293296 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293350 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:29.293352 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:38:29.293359 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 292.32µs I0703 06:38:29.293362 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 219.582µs I0703 06:38:29.293367 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:38:29.293373 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:29.293377 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:38:29.293367 3451 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:u2725013332}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293379 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293393 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293201 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293404 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293413 3451 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:u2725013331}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293387 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293420 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293384 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293423 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293447 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.293451 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:38:29.293461 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.293460 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:38:29.293460 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:38:29.293463 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293473 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:38:29.293472 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293476 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293478 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293485 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293488 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293495 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293497 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:38:29.293505 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 298.506µs I0703 06:38:29.293506 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293509 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:29.293517 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:38:29.293518 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 503.548µs I0703 06:38:29.293506 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293531 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:29.293532 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.293442 3451 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.235.222:443: 172.30.235.222:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {40c74fd8-d9d5-4b19-8fa4-23978f4ed934}] 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-225.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.225:31221: 10.0.1.225:32569: 172.20.0.1:31221: 172.20.0.1:32569:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013331} {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-225.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.225:31221: 10.0.1.225:32569: 169.254.0.3:31221: 169.254.0.3:32569: 172.20.0.1:31221: 172.20.0.1:32569:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013332} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013332}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2725013331}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293544 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.293526 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293558 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293561 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:38:29.293575 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:38:29.293580 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:38:29.293589 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 212.134µs I0703 06:38:29.293589 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293526 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293603 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:38:29.293540 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293611 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.936µs I0703 06:38:29.293615 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:38:29.293617 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:29.293624 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:29.293625 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 252.286µs I0703 06:38:29.293627 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293635 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:38:29.293639 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:29.293642 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293653 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293649 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293665 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293677 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293669 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293633 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293694 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:38:29.293648 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293705 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:38:29.293705 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:38:29.293695 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293716 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293721 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:38:29.293719 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293725 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:38:29.293735 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293737 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:38:29.293740 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:38:29.293735 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293745 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 228.874µs I0703 06:38:29.293745 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293752 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293753 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293756 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:38:29.293766 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293775 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:29.293763 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293782 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 251.519µs I0703 06:38:29.293791 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:38:29.293705 3451 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 == {8bcab544-5141-4261-ae69-1712c1274db9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293795 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:29.293803 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:38:29.293785 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293768 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293813 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293817 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.293830 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:29.293830 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:38:29.293836 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:29.293842 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 218.697µs I0703 06:38:29.293842 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293843 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293831 3451 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:8bcab544-5141-4261-ae69-1712c1274db9}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293855 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:38:29.293857 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293809 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293867 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293868 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:29.293876 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 237.946µs I0703 06:38:29.293881 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:38:29.293890 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:38:29.293890 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293901 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293861 3451 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 == {8bcab544-5141-4261-ae69-1712c1274db9}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:8bcab544-5141-4261-ae69-1712c1274db9}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.293884 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293865 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293908 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293916 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:38:29.293928 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:38:29.293927 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:38:29.293938 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.293940 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293902 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.293954 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293961 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:38:29.293967 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.293967 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 210.704µs I0703 06:38:29.293973 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:38:29.293983 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:38:29.293924 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.293994 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:38:29.293989 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.293985 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.294002 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:38:29.294006 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.294010 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.294012 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.294018 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.294026 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:38:29.293992 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.294056 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.294057 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:29.294066 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 271.287µs I0703 06:38:29.294058 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.294077 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:29.294078 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:38:29.294076 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:38:29.294087 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 232.773µs I0703 06:38:29.294088 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.294094 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:29.294101 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:29.294105 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.294114 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.294115 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.294086 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:29.294135 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:38:29.294143 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:38:29.294145 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:38:29.294150 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 260.666µs I0703 06:38:29.294142 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:29.294155 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:29.294161 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:38:29.294165 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:29.294169 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:29.294173 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:29.294184 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:38:29.294187 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 206.035µs I0703 06:38:29.294185 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:29.294204 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:38:29.294213 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:38:29.294220 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:29.294236 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:29.294243 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 166.864µs I0703 06:38:29.294620 3451 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 == {29d93a01-f2fa-41df-8412-ca6d9946f831}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.294662 3451 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 06:38:29.294664 3451 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:29d93a01-f2fa-41df-8412-ca6d9946f831}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.294680 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.232039ms I0703 06:38:29.294679 3451 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 == {29d93a01-f2fa-41df-8412-ca6d9946f831}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:29d93a01-f2fa-41df-8412-ca6d9946f831}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.294966 3451 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:ed:8c:c1:db networks:{GoSet:[10.0.1.225/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8e64a830-154c-4323-89da-5ada77ef2a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295029 3451 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:8e64a830-154c-4323-89da-5ada77ef2a8e}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295072 3451 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:ed:8c:c1:db networks:{GoSet:[10.0.1.225/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8e64a830-154c-4323-89da-5ada77ef2a8e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:8e64a830-154c-4323-89da-5ada77ef2a8e}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295383 3451 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 == {d2524a8d-4a7f-4e1f-8274-f5e9e9bf9846}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295514 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:ed:8c:c1:db]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-225.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {36d93aac-1e67-4f18-abf6-44debe55b408}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295559 3451 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:d2524a8d-4a7f-4e1f-8274-f5e9e9bf9846} {GoUUID:36d93aac-1e67-4f18-abf6-44debe55b408}]}}] Timeout: Where:[where column _uuid == {6a7895fd-b8e0-4923-ac40-f51d9e540c93}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295579 3451 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 == {d2524a8d-4a7f-4e1f-8274-f5e9e9bf9846}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:ed:8c:c1:db]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-225.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {36d93aac-1e67-4f18-abf6-44debe55b408}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d2524a8d-4a7f-4e1f-8274-f5e9e9bf9846} {GoUUID:36d93aac-1e67-4f18-abf6-44debe55b408}]}}] Timeout: Where:[where column _uuid == {6a7895fd-b8e0-4923-ac40-f51d9e540c93}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295858 3451 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-225.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {18c561e8-daa9-4c74-b433-370cadea400b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.295882 3451 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-225.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {18c561e8-daa9-4c74-b433-370cadea400b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296114 3451 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 == {6b457d13-2bb2-4417-a488-33c08a29b897}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296162 3451 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:6b457d13-2bb2-4417-a488-33c08a29b897}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296183 3451 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 == {6b457d13-2bb2-4417-a488-33c08a29b897}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:6b457d13-2bb2-4417-a488-33c08a29b897}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296391 3451 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 == {00b69176-c341-4fca-981e-158367c39442}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296434 3451 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:00b69176-c341-4fca-981e-158367c39442}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296452 3451 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 == {00b69176-c341-4fca-981e-158367c39442}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:00b69176-c341-4fca-981e-158367c39442}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296622 3451 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 == {d794fc2e-2c4f-46ff-9ff2-f581bd2c6d61}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296663 3451 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:d794fc2e-2c4f-46ff-9ff2-f581bd2c6d61}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296683 3451 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 == {d794fc2e-2c4f-46ff-9ff2-f581bd2c6d61}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:d794fc2e-2c4f-46ff-9ff2-f581bd2c6d61}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296890 3451 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 == {8e4256f5-bd94-4b1a-bdb8-81b10060fba1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296928 3451 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:8e4256f5-bd94-4b1a-bdb8-81b10060fba1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.296943 3451 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 == {8e4256f5-bd94-4b1a-bdb8-81b10060fba1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:8e4256f5-bd94-4b1a-bdb8-81b10060fba1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.297244 3451 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {515f8d38-dade-40e2-824c-c748145f7744}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.297296 3451 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:515f8d38-dade-40e2-824c-c748145f7744}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.297318 3451 transact.go:42] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {515f8d38-dade-40e2-824c-c748145f7744}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:515f8d38-dade-40e2-824c-c748145f7744}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.302667 3451 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-225.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-225.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013333}] I0703 06:38:29.302710 3451 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:u2725013333}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.302729 3451 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-225.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-225.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc007c4f950 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-225.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-225.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-225.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-225.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013333} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2725013333}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307104 3451 base_network_controller.go:532] When adding node ip-10-0-1-225.ec2.internal for network default, found 12 pods to add to retryPods I0703 06:38:29.307121 3451 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-nv5nk to retryPods for network default I0703 06:38:29.307131 3451 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal to retryPods for network default I0703 06:38:29.307137 3451 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq to retryPods for network default I0703 06:38:29.307142 3451 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-2d5gk to retryPods for network default I0703 06:38:29.307147 3451 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-fjxst to retryPods for network default I0703 06:38:29.307151 3451 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-rmv6m to retryPods for network default I0703 06:38:29.307155 3451 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal to retryPods for network default I0703 06:38:29.307160 3451 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-59ghw to retryPods for network default I0703 06:38:29.307164 3451 base_network_controller.go:538] Adding pod openshift-multus/multus-xsthj to retryPods for network default I0703 06:38:29.307169 3451 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-db5wb to retryPods for network default I0703 06:38:29.307174 3451 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-cb9f5 to retryPods for network default I0703 06:38:29.307180 3451 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-7z6bj to retryPods for network default I0703 06:38:29.307195 3451 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0703 06:38:29.307210 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:29.307221 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-225.ec2.internal I0703 06:38:29.307279 3451 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-1-225.ec2.internal. Updating no re-route policies I0703 06:38:29.307275 3451 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 06:38:29.307299 3451 obj_retry.go:409] Going to retry *v1.Pod resource setup for 14 objects: [openshift-multus/network-metrics-daemon-4cjfl openshift-dns/node-resolver-fjxst openshift-multus/multus-xsthj openshift-multus/network-metrics-daemon-db5wb openshift-ovn-kubernetes/ovnkube-node-7z6bj openshift-network-diagnostics/network-check-target-hpx26 openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal kube-system/konnectivity-agent-nv5nk kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal openshift-network-diagnostics/network-check-target-cb9f5 openshift-cluster-node-tuning-operator/tuned-2d5gk openshift-image-registry/node-ca-rmv6m openshift-multus/multus-additional-cni-plugins-59ghw] I0703 06:38:29.307333 3451 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 06:38:29.307346 3451 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-4cjfl before timer (time: 2026-07-03 06:38:30.389094838 +0000 UTC m=+3.430620529): skip I0703 06:38:29.307355 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.307367 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.307378 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.307379 3451 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/konnectivity-agent-nv5nk I0703 06:38:29.307384 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.307392 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-59ghw in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307392 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.307396 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.307400 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw after 0 failed attempt(s) I0703 06:38:29.307402 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.307405 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.307407 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-db5wb in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307394 3451 obj_retry.go:365] Adding new object: *v1.Pod kube-system/konnectivity-agent-nv5nk I0703 06:38:29.307415 3451 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307412 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-dns/node-resolver-fjxst I0703 06:38:29.307423 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj after 0 failed attempt(s) I0703 06:38:29.307425 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-image-registry/node-ca-rmv6m I0703 06:38:29.307428 3451 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.307380 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.307435 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-image-registry/node-ca-rmv6m I0703 06:38:29.307432 3451 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-hpx26 before timer (time: 2026-07-03 06:38:30.311074397 +0000 UTC m=+3.352600277): skip I0703 06:38:29.307440 3451 obj_retry.go:365] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.307440 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-xsthj I0703 06:38:29.307444 3451 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307447 3451 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-rmv6m in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307449 3451 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307450 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-xsthj I0703 06:38:29.307429 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:29.307456 3451 obj_retry.go:386] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal after 0 failed attempt(s) I0703 06:38:29.307455 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-image-registry/node-ca-rmv6m after 0 failed attempt(s) I0703 06:38:29.307418 3451 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-nv5nk in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307467 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-rmv6m I0703 06:38:29.307469 3451 obj_retry.go:386] Retry successful for *v1.Pod kube-system/konnectivity-agent-nv5nk after 0 failed attempt(s) I0703 06:38:29.307452 3451 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-db5wb] creating logical port openshift-multus_network-metrics-daemon-db5wb for pod on switch ip-10-0-1-225.ec2.internal I0703 06:38:29.307409 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:29.307415 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.307430 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-dns/node-resolver-fjxst I0703 06:38:29.307485 3451 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-2d5gk in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307489 3451 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-fjxst in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307492 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-2d5gk after 0 failed attempt(s) I0703 06:38:29.307495 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-dns/node-resolver-fjxst after 0 failed attempt(s) I0703 06:38:29.307498 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-2d5gk I0703 06:38:29.307504 3451 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-fjxst I0703 06:38:29.307452 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq after 0 failed attempt(s) I0703 06:38:29.307513 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-bktpq I0703 06:38:29.307460 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-xsthj in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307524 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-xsthj after 0 failed attempt(s) I0703 06:38:29.307529 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-xsthj I0703 06:38:29.307474 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-nv5nk I0703 06:38:29.307476 3451 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-225.ec2.internal I0703 06:38:29.307402 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.307532 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.225 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307548 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.307555 3451 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-cb9f5 in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307549 3451 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.225 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307588 3451 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-cb9f5] creating logical port openshift-network-diagnostics_network-check-target-cb9f5 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:38:29.307368 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.307649 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.307662 3451 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal in node ip-10-0-1-225.ec2.internal I0703 06:38:29.307668 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal after 0 failed attempt(s) I0703 06:38:29.307675 3451 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-225.ec2.internal I0703 06:38:29.307788 3451 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:e5f912d6-4e2c-4d5f-a8a4-6779eeb4dfd7 requested-chassis:ip-10-0-1-225.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ae84bc0b-16dd-411a-a1ed-e058f8190918}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307833 3451 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:2d25387d-5e3f-4150-9700-3a597f15fc63 requested-chassis:ip-10-0-1-225.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {08b099f2-640d-44cd-8591-49f8c5985d6b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307902 3451 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:08b099f2-640d-44cd-8591-49f8c5985d6b}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307900 3451 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:ae84bc0b-16dd-411a-a1ed-e058f8190918}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307972 3451 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:08b099f2-640d-44cd-8591-49f8c5985d6b}]}}] Timeout: Where:[where column _uuid == {101aeabb-c7dd-427a-ad7e-b9b6c0359638}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.307978 3451 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:ae84bc0b-16dd-411a-a1ed-e058f8190918}]}}] Timeout: Where:[where column _uuid == {c3fed9bc-cf7f-48f2-ab4f-29f0856536ad}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308115 3451 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {391fdfe4-eba3-4bad-84b8-2928007b820c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308115 3451 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e616ae38-46c6-43ea-a827-f637fe913bf5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308164 3451 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:e616ae38-46c6-43ea-a827-f637fe913bf5}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308163 3451 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:391fdfe4-eba3-4bad-84b8-2928007b820c}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308187 3451 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:u2725013334}] I0703 06:38:29.308189 3451 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:e5f912d6-4e2c-4d5f-a8a4-6779eeb4dfd7 requested-chassis:ip-10-0-1-225.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ae84bc0b-16dd-411a-a1ed-e058f8190918}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ae84bc0b-16dd-411a-a1ed-e058f8190918}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ae84bc0b-16dd-411a-a1ed-e058f8190918}]}}] Timeout: Where:[where column _uuid == {c3fed9bc-cf7f-48f2-ab4f-29f0856536ad}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e616ae38-46c6-43ea-a827-f637fe913bf5}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:e616ae38-46c6-43ea-a827-f637fe913bf5}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308189 3451 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:2d25387d-5e3f-4150-9700-3a597f15fc63 requested-chassis:ip-10-0-1-225.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {08b099f2-640d-44cd-8591-49f8c5985d6b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:08b099f2-640d-44cd-8591-49f8c5985d6b}]}}] Timeout: Where:[where column _uuid == {9b723ae6-c1e6-4a05-8f6b-e9c41f09c838}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:08b099f2-640d-44cd-8591-49f8c5985d6b}]}}] Timeout: Where:[where column _uuid == {101aeabb-c7dd-427a-ad7e-b9b6c0359638}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.225 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {391fdfe4-eba3-4bad-84b8-2928007b820c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:391fdfe4-eba3-4bad-84b8-2928007b820c}]}}] Timeout: Where:[where column _uuid == {c5b55897-ad60-4ab4-9d3c-357594623986}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308257 3451 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:u2725013334}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308284 3451 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:0xc008288480 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:u2725013334} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2725013334}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.308586 3451 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-db5wb): added port &{name:openshift-multus_network-metrics-daemon-db5wb uuid:ae84bc0b-16dd-411a-a1ed-e058f8190918 logicalSwitch:ip-10-0-1-225.ec2.internal ips:[0xc006c88990] mac:[10 88 10 128 0 3] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.3/23] and MAC: 0a:58:0a:80:00:03 I0703 06:38:29.308613 3451 pods.go:252] [openshift-multus/network-metrics-daemon-db5wb] addLogicalPort took 1.181385ms, libovsdb time 385.483µs I0703 06:38:29.308624 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-db5wb after 0 failed attempt(s) I0703 06:38:29.308633 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-db5wb I0703 06:38:29.308625 3451 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "e5f912d6-4e2c-4d5f-a8a4-6779eeb4dfd7" I0703 06:38:29.308946 3451 ovs.go:159] Exec(45): /usr/sbin/ip route replace table 7 172.30.0.0/16 via 10.128.0.1 dev ovn-k8s-mp0 I0703 06:38:29.309095 3451 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-cb9f5): added port &{name:openshift-network-diagnostics_network-check-target-cb9f5 uuid:08b099f2-640d-44cd-8591-49f8c5985d6b logicalSwitch:ip-10-0-1-225.ec2.internal ips:[0xc006e09f20] mac:[10 88 10 128 0 4] expires:{wall:0 ext:0 loc:}} with IP: [10.128.0.4/23] and MAC: 0a:58:0a:80:00:04 I0703 06:38:29.309114 3451 pods.go:252] [openshift-network-diagnostics/network-check-target-cb9f5] addLogicalPort took 1.541099ms, libovsdb time 897.58µs I0703 06:38:29.309122 3451 obj_retry.go:386] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-cb9f5 after 0 failed attempt(s) I0703 06:38:29.309127 3451 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-cb9f5 I0703 06:38:29.309136 3451 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 1.839076ms) I0703 06:38:29.309145 3451 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "2d25387d-5e3f-4150-9700-3a597f15fc63" I0703 06:38:29.309158 3451 egressip.go:1976] Egress node: ip-10-0-1-225.ec2.internal about to be initialized I0703 06:38:29.309260 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.309301 3451 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:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.309318 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.309509 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:29.309524 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-225.ec2.internal E0703 06:38:29.309541 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:38:29.309556 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:38:29.309564 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:38:29.309650 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:29.309662 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-225.ec2.internal I0703 06:38:29.309693 3451 egressip.go:1976] Egress node: ip-10-0-1-225.ec2.internal about to be initialized I0703 06:38:29.309773 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.309807 3451 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:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.309824 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:29.416208 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: 172.30.0.0/16 Src: Gw: 10.128.0.1 Flags: [] Table: 7 Realm: 0}" I0703 06:38:29.424564 3451 ovs.go:162] Exec(45): stdout: "" I0703 06:38:29.424581 3451 ovs.go:163] Exec(45): stderr: "" I0703 06:38:29.424590 3451 gateway_shared_intf.go:2164] Successfully added route into custom routing table: 7 I0703 06:38:29.424604 3451 ovs.go:159] Exec(46): /usr/sbin/ip -4 rule I0703 06:38:29.426171 3451 ovs.go:162] Exec(46): stdout: "0:\tfrom all lookup local\n32766:\tfrom all lookup main\n32767:\tfrom all lookup default\n" I0703 06:38:29.426186 3451 ovs.go:163] Exec(46): stderr: "" I0703 06:38:29.426197 3451 ovs.go:159] Exec(47): /usr/sbin/ip -4 rule add fwmark 0x1745ec lookup 7 prio 30 I0703 06:38:29.427630 3451 ovs.go:162] Exec(47): stdout: "" I0703 06:38:29.427644 3451 ovs.go:163] Exec(47): stderr: "" I0703 06:38:29.427653 3451 ovs.go:159] Exec(48): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.rp_filter=2 I0703 06:38:29.428570 3451 ovs.go:162] Exec(48): stdout: "net.ipv4.conf.ovn-k8s-mp0.rp_filter = 2\n" I0703 06:38:29.428582 3451 ovs.go:163] Exec(48): stderr: "" I0703 06:38:29.428592 3451 gateway_shared_intf.go:2357] Creating Gateway Node Port Watcher I0703 06:38:29.428605 3451 ovs.go:159] Exec(49): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0703 06:38:29.434551 3451 ovs.go:162] Exec(49): stdout: "1\n" I0703 06:38:29.434562 3451 ovs.go:163] Exec(49): stderr: "" I0703 06:38:29.441283 3451 iptables.go:107] Creating table: mangle chain: OUTPUT I0703 06:38:29.442594 3451 iptables.go:109] Chain: "OUTPUT" in table: "mangle" already exists, skipping creation: running [/usr/sbin/iptables -t mangle -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 06:38:29.444014 3451 iptables.go:120] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 06:38:29.445377 3451 iptables.go:107] Creating table: nat chain: OUTPUT I0703 06:38:29.446557 3451 iptables.go:109] Chain: "OUTPUT" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N OUTPUT --wait]: exit status 1: iptables: Chain already exists. I0703 06:38:29.447838 3451 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 06:38:29.449193 3451 iptables.go:107] Creating table: nat chain: PREROUTING I0703 06:38:29.450413 3451 iptables.go:109] Chain: "PREROUTING" in table: "nat" already exists, skipping creation: running [/usr/sbin/iptables -t nat -N PREROUTING --wait]: exit status 1: iptables: Chain already exists. I0703 06:38:29.451684 3451 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 06:38:29.454173 3451 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 06:38:29.456702 3451 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 06:38:29.459163 3451 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 06:38:29.461539 3451 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0703 06:38:29.502738 3451 iptables.go:107] Creating table: filter chain: FORWARD I0703 06:38:29.504077 3451 iptables.go:109] Chain: "FORWARD" in table: "filter" already exists, skipping creation: running [/usr/sbin/iptables -t filter -N FORWARD --wait]: exit status 1: iptables: Chain already exists. I0703 06:38:29.505627 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 06:38:29.508357 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 06:38:29.511003 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 06:38:29.513643 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 06:38:29.516309 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 06:38:29.518851 3451 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 06:38:29.520191 3451 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.1 W0703 06:38:29.520276 3451 gateway_shared_intf.go:2680] Failed to remove IP neighbor entry for ip 169.254.0.1, on iface br-ex: failed to delete neighbour entry 169.254.0.1 : no such file or directory I0703 06:38:29.520326 3451 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.4 W0703 06:38:29.520387 3451 gateway_shared_intf.go:2680] Failed to remove IP neighbor entry for ip 169.254.0.4, on iface br-ex: failed to delete neighbour entry 169.254.0.4 : no such file or directory I0703 06:38:29.520437 3451 gateway_init.go:423] Gateway and management port readiness took 813.714077ms I0703 06:38:29.520466 3451 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0703 06:38:29.520497 3451 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0703 06:38:29.520508 3451 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0703 06:38:29.520518 3451 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0703 06:38:29.520652 3451 network_controller.go:244] [node-nad-controller network controller]: syncing all networks I0703 06:38:29.520664 3451 network_controller.go:255] [node-nad-controller network controller]: finished syncing all networks. Time taken: 10.781µs I0703 06:38:29.520672 3451 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0703 06:38:29.520687 3451 nad_controller.go:161] [node-nad-controller NAD controller]: started I0703 06:38:29.520697 3451 default_node_network_controller.go:988] Starting the default node network controller I0703 06:38:29.525449 3451 gateway_init.go:433] Initializing Gateway Functionality for gateway Start I0703 06:38:29.525594 3451 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.1.225:{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::fd61:36b3:6898:89c9:{fe80:: ffffffffffffffff0000000000000000}] I0703 06:38:29.525740 3451 default_node_network_controller.go:1514] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0703 06:38:29.525757 3451 default_node_network_controller.go:1078] Upgrade Hack: Interconnect is enabled I0703 06:38:29.528196 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:38:29.528218 3451 ovs.go:159] Exec(50): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:38:29.537567 3451 ovs.go:162] Exec(50): stdout: "" I0703 06:38:29.537579 3451 ovs.go:163] Exec(50): stderr: "" I0703 06:38:29.537587 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 06:38:29.724401 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:29.724488 3451 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.724510 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.724370 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.2.231], PodStatus: true, PodCompleted?: false I0703 06:38:29.724572 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 in Admin Network Policy controller I0703 06:38:29.724591 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 Admin Network Policy controller: took 21.865µs I0703 06:38:29.724548 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 in node ip-10-0-2-231.ec2.internal I0703 06:38:29.724620 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.724637 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:29.724651 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-4zsv8 I0703 06:38:29.750208 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::858:aff:fe80:2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:30.029338 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:38:30.029366 3451 ovs.go:159] Exec(51): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:38:30.038905 3451 ovs.go:162] Exec(51): stdout: "" I0703 06:38:30.038922 3451 ovs.go:163] Exec(51): stderr: "" I0703 06:38:30.038932 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 06:38:30.529051 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:38:30.529081 3451 ovs.go:159] Exec(52): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:38:30.539688 3451 ovs.go:162] Exec(52): stdout: "" I0703 06:38:30.539709 3451 ovs.go:163] Exec(52): stderr: "" I0703 06:38:30.539719 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 06:38:31.028794 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:38:31.028825 3451 ovs.go:159] Exec(53): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:38:31.040178 3451 ovs.go:162] Exec(53): stdout: "" I0703 06:38:31.040199 3451 ovs.go:163] Exec(53): stderr: "" I0703 06:38:31.040211 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 06:38:31.529365 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:38:31.529399 3451 ovs.go:159] Exec(54): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:38:31.538587 3451 ovs.go:162] Exec(54): stdout: "" I0703 06:38:31.538606 3451 ovs.go:163] Exec(54): stderr: "" I0703 06:38:31.538618 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 06:38:32.028726 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:38:32.028753 3451 ovs.go:159] Exec(55): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:38:32.038343 3451 ovs.go:162] Exec(55): stdout: "" I0703 06:38:32.038358 3451 ovs.go:163] Exec(55): stderr: "" I0703 06:38:32.038366 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 06:38:32.529529 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:38:32.529560 3451 ovs.go:159] Exec(56): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:38:32.540413 3451 ovs.go:162] Exec(56): stdout: "" I0703 06:38:32.540434 3451 ovs.go:163] Exec(56): stderr: "" I0703 06:38:32.540448 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.129.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.129.0.0/23" : stdout - : stderr - : err I0703 06:38:32.772397 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-139.ec2.internal I0703 06:38:32.772422 3451 node_tracker.go:223] Node ip-10-0-0-139.ec2.internal has invalid / no HostSubnet annotations (probably waiting on initialization), or it's a hybrid overlay node: could not find "k8s.ovn.org/node-subnets" annotation I0703 06:38:32.772491 3451 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-0-139.ec2.internal I0703 06:38:32.772506 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-139.ec2.internal I0703 06:38:32.772506 3451 obj_retry.go:512] Add event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:32.772520 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-139.ec2.internal: 19.231µs E0703 06:38:32.772569 3451 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-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 06:38:32.772514 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:32.772589 3451 obj_retry.go:546] Failed to create *v1.Node ip-10-0-0-139.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal, error parsing annotation for node ip-10-0-0-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 06:38:32.772607 3451 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:32.772609 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 92.621µs I0703 06:38:32.772864 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.225 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:32.772899 3451 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.225 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:32.773497 3451 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 == {7a4440c5-488f-4977-a4b2-120989895c58}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:32.773561 3451 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:7a4440c5-488f-4977-a4b2-120989895c58}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:32.773582 3451 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 == {7a4440c5-488f-4977-a4b2-120989895c58}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:7a4440c5-488f-4977-a4b2-120989895c58}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:32.773895 3451 obj_retry.go:551] Creating *factory.egressNode ip-10-0-0-139.ec2.internal took: 1.274205ms I0703 06:38:32.783135 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:32.783211 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal E0703 06:38:32.783242 3451 ovn.go:441] Failed to unmarshal old node ip-10-0-0-139.ec2.internal annotation: unexpected end of JSON input E0703 06:38:32.783251 3451 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-139.ec2.internal annotation: unexpected end of JSON input I0703 06:38:32.783268 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false E0703 06:38:32.783298 3451 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-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 06:38:32.783319 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal, error parsing annotation for node ip-10-0-0-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 06:38:32.783340 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:32.783350 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:32.794173 3451 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-9p45h I0703 06:38:32.794252 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-9p45h I0703 06:38:32.794288 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-9p45h I0703 06:38:32.794293 3451 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-9p45h took: 1.167µs I0703 06:38:32.794307 3451 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-9p45h I0703 06:38:32.794310 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-9p45h in Admin Network Policy controller I0703 06:38:32.794320 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-9p45h I0703 06:38:32.794324 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-9p45h Admin Network Policy controller: took 13.849µs I0703 06:38:32.794359 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-9p45h took: 28.787µs I0703 06:38:32.795126 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:32.795192 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal E0703 06:38:32.795226 3451 ovn.go:441] Failed to unmarshal old node ip-10-0-0-139.ec2.internal annotation: unexpected end of JSON input E0703 06:38:32.795236 3451 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-139.ec2.internal annotation: unexpected end of JSON input I0703 06:38:32.795134 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-139.ec2.internal I0703 06:38:32.795276 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-139.ec2.internal: 144.296µs I0703 06:38:32.795137 3451 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-139.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-2546ccf2a9-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-139.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.openshift.io/os_id=rhcos, isHostCIDRsAltered?: false I0703 06:38:32.795303 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:32.795309 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 7.477µs I0703 06:38:32.795258 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false E0703 06:38:32.795344 3451 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-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 06:38:32.795363 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal, error parsing annotation for node ip-10-0-0-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 06:38:32.795377 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:32.795386 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:32.807701 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:32.807732 3451 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-9p45h I0703 06:38:32.807746 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-9p45h I0703 06:38:32.807770 3451 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-9p45h in node ip-10-0-0-139.ec2.internal I0703 06:38:32.807777 3451 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-9p45h I0703 06:38:32.807786 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:32.807799 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-9p45h I0703 06:38:32.815761 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:32.815793 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal E0703 06:38:32.815824 3451 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-139.ec2.internal annotation: unexpected end of JSON input I0703 06:38:32.815847 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: true E0703 06:38:32.815886 3451 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-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0703 06:38:32.815904 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal, error parsing annotation for node ip-10-0-0-139.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0703 06:38:32.815921 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:32.815934 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:32.829682 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:32.829763 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal E0703 06:38:32.829785 3451 ovn.go:441] Failed to unmarshal old node ip-10-0-0-139.ec2.internal annotation: unexpected end of JSON input E0703 06:38:32.829794 3451 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-139.ec2.internal annotation: unexpected end of JSON input I0703 06:38:32.829807 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:32.829714 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-139.ec2.internal I0703 06:38:32.829856 3451 node_tracker.go:238] Node ip-10-0-0-139.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-139.ec2.internal" I0703 06:38:32.829877 3451 node_tracker.go:172] Node ip-10-0-0-139.ec2.internal switch + router changed, syncing services I0703 06:38:32.829891 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:38:32.829890 3451 address_set.go:575] (u2725013220/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) adding Addresses ([10.130.0.2 100.64.0.4]) to address set I0703 06:38:32.829911 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:38:32.829938 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:32.829949 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:32.829957 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:32.829935 3451 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 == {1bd340bc-3e98-417b-96e4-1d351b4be3e4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:32.829964 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:32.829972 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:32.829978 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:32.829969 3451 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 == {1bd340bc-3e98-417b-96e4-1d351b4be3e4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:32.829985 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:38:32.829991 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:38:32.829999 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:32.830012 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:32.830023 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:32.830026 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:32.830052 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:32.830058 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:32.830062 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:38:32.830071 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:32.830078 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:38:32.830085 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:32.830094 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:32.830104 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:32.830110 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:38:32.830116 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:38:32.830026 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830123 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:38:32.830134 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:38:32.830072 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830055 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830143 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:32.830065 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830149 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:32.830156 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:38:32.830158 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:38:32.830162 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:38:32.830167 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:38:32.830170 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:38:32.830171 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:38:32.830171 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:38:32.830175 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830185 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:38:32.830181 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830193 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:38:32.830195 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830190 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830199 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830200 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:32.830188 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830209 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:38:32.830209 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830210 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830214 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830216 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:38:32.830223 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830224 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:38:32.830233 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:32.830239 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:32.830245 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:38:32.830251 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:38:32.830258 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:38:32.830235 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.830264 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:38:32.830244 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.830272 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.830284 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.830283 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.830296 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.830206 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830322 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:32.830320 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.830334 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 277.287µs I0703 06:38:32.830342 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:38:32.830346 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:32.830355 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:38:32.830367 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.830392 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:32.830353 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830409 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 395.112µs I0703 06:38:32.830427 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:32.830270 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:32.830454 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:32.830464 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:32.830426 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:38:32.830440 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830223 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830517 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:38:32.830526 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830536 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830546 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830012 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:32.830562 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.830560 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830659 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:38:32.830678 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830524 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.830696 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830708 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:38:32.830717 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830725 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:38:32.830737 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.830738 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.830765 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:32.830769 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:38:32.830772 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 740.566µs I0703 06:38:32.830780 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:38:32.830787 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:38:32.830624 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:38:32.830793 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.830795 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.944µs I0703 06:38:32.830807 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:38:32.830484 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830817 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830819 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:32.830825 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.830827 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 818.78µs I0703 06:38:32.830842 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:32.830853 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.133µs I0703 06:38:32.830864 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:32.830844 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.830817 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830877 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:38:32.830887 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:38:32.830897 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.830899 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:38:32.830917 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:32.830299 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:32.830807 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:38:32.830927 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 579.155µs I0703 06:38:32.830940 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.830943 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:38:32.830961 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000860644 seconds. No OVN measurement. I0703 06:38:32.830964 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:32.830976 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 549.333µs I0703 06:38:32.830990 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:32.830954 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.830940 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831017 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:38:32.831030 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831058 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:32.831000 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831070 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.050438ms I0703 06:38:32.831084 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:38:32.831091 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:38:32.831099 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 15.782µs I0703 06:38:32.831109 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:32.831105 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831123 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831134 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831060 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831149 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:38:32.831156 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831165 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:32.831117 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831153 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831179 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:32.831188 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:38:32.831199 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:38:32.831202 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:38:32.831177 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831218 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831216 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830873 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831231 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831240 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831242 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:32.831247 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:38:32.831251 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 260.814µs I0703 06:38:32.831259 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.830914 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831265 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:32.831273 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831284 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831293 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831305 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831302 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831328 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.831283 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831320 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831339 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:32.831343 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.831349 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831352 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.831355 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:38:32.831364 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831368 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831374 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:32.831383 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:38:32.831382 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 518.563µs I0703 06:38:32.831383 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831388 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 581.489µs I0703 06:38:32.831222 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.831396 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831398 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:32.831403 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:38:32.831409 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.831422 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831416 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831440 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:38:32.831448 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 504.872µs I0703 06:38:32.831450 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.831253 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831462 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:38:32.831462 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:32.831468 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:38:32.831417 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831413 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831479 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831480 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:38:32.831491 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831495 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:38:32.831501 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:38:32.831502 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:32.831508 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831515 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 247.363µs I0703 06:38:32.831515 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831526 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831527 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:32.831468 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831537 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831534 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831538 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 429.473µs I0703 06:38:32.831548 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831553 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:38:32.831535 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:38:32.831564 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831553 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831573 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831581 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831566 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831580 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:38:32.831593 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.831595 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:38:32.831606 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.831607 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831597 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831616 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831567 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831625 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:38:32.831625 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:32.831634 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 237.251µs I0703 06:38:32.831637 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:38:32.831639 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:38:32.831645 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 242.071µs I0703 06:38:32.831644 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:38:32.831648 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:32.831657 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:32.831659 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831674 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831684 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831659 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831667 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831700 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831723 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:38:32.831726 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:38:32.831731 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:38:32.831555 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:38:32.831734 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831738 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:38:32.831743 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831749 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831756 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831756 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831767 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831768 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831785 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.831781 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.831794 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:38:32.831751 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831798 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:38:32.831805 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:38:32.831806 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831814 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831822 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:32.831648 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.831825 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:38:32.831836 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:32.831848 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 192.09µs I0703 06:38:32.831853 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:38:32.831860 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:38:32.831863 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 398.688µs I0703 06:38:32.831868 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831877 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:38:32.831866 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.831973 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:38:32.831989 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.831998 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832005 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832015 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832096 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.832108 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:38:32.832115 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832137 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:38:32.832143 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 284.707µs I0703 06:38:32.831755 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832157 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:38:32.832183 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:38:32.832194 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 659.086µs I0703 06:38:32.832206 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:38:32.832175 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832246 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:38:32.831892 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832218 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832266 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832275 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832289 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832290 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:38:32.832294 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:38:32.832309 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832323 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:32.832309 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832326 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832338 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832342 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.831875 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832351 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832334 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:32.832360 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832363 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:32.832367 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:38:32.832379 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:32.832387 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:38:32.832376 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:32.832372 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832402 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:38:32.832406 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:38:32.831829 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 180.272µs I0703 06:38:32.832411 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.832417 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:32.832398 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:32.832426 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.832430 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:38:32.832433 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:38:32.832435 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:38:32.832438 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:32.832439 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832441 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 236.563µs I0703 06:38:32.832452 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:32.832454 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:38:32.832457 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 5.091µs I0703 06:38:32.832459 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 904.736µs I0703 06:38:32.832463 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:38:32.832468 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:38:32.832469 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:38:32.832476 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 598.345µs I0703 06:38:32.832478 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.452µs I0703 06:38:32.832408 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 251.171µs I0703 06:38:32.832492 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:38:32.832493 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:32.832500 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:32.832445 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832502 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.779µs I0703 06:38:32.832508 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 10.158µs I0703 06:38:32.832469 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832518 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:38:32.832518 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:38:32.832530 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:38:32.832536 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:38:32.832541 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832554 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832550 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832502 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832570 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832568 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832527 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832584 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832586 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:38:32.832591 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:38:32.832602 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:38:32.832612 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:32.832603 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832528 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832625 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832601 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:32.832622 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832636 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832638 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:38:32.832640 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832638 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:38:32.832624 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:32.832650 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832659 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:38:32.832655 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832650 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:32.832654 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832674 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832674 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:32.832669 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832687 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.832689 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:38:32.832687 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832696 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 232.075µs I0703 06:38:32.832695 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.832700 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.832705 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:38:32.832705 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:38:32.832709 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.832712 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832713 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 285.117µs I0703 06:38:32.832720 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832711 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832728 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:38:32.832738 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:38:32.832737 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.832743 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:38:32.832745 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 253.304µs I0703 06:38:32.832748 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 230.676µs I0703 06:38:32.832751 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.832758 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:32.832760 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:32.832762 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832711 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:38:32.832772 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.222µs I0703 06:38:32.832739 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832781 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:32.832781 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:32.832784 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:38:32.832789 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:32.832789 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.251µs I0703 06:38:32.832792 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 277.295µs I0703 06:38:32.832794 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:38:32.832799 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832806 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832768 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:32.832820 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832816 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:38:32.832829 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832831 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832840 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:38:32.832841 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832854 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:32.832854 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832873 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:38:32.832874 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832886 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:38:32.832887 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:32.832898 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832907 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:32.832925 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:38:32.832935 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 207.043µs I0703 06:38:32.832938 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:32.832952 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:32.832964 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:32.832987 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:32.832875 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:38:32.832996 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 239.144µs I0703 06:38:32.833001 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:38:32.833009 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:32.833072 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:38:32.833081 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 376.4µs I0703 06:38:32.894086 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-9p9dg I0703 06:38:32.894119 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-9p9dg in Admin Network Policy controller I0703 06:38:32.894134 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-9p9dg Admin Network Policy controller: took 15.729µs I0703 06:38:32.894144 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-9p9dg I0703 06:38:32.894167 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-9p9dg I0703 06:38:32.894184 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-9p9dg took: 968ns I0703 06:38:32.894197 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-9p9dg I0703 06:38:32.894207 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-9p9dg I0703 06:38:32.894241 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-9p9dg took: 25.736µs I0703 06:38:32.898848 3451 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.898926 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.898941 3451 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-g47rz took: 627ns I0703 06:38:32.898948 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.898956 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.898871 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.898988 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-g47rz took: 23.507µs I0703 06:38:32.899017 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-g47rz in Admin Network Policy controller I0703 06:38:32.899029 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-g47rz Admin Network Policy controller: took 16.237µs I0703 06:38:32.903799 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:32.903857 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-9p9dg I0703 06:38:32.903897 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-9p9dg I0703 06:38:32.903933 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-9p9dg in node ip-10-0-0-139.ec2.internal I0703 06:38:32.903942 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-9p9dg I0703 06:38:32.903951 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:32.903962 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-9p9dg I0703 06:38:32.913778 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:32.913834 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.913850 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.913876 3451 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-g47rz in node ip-10-0-0-139.ec2.internal I0703 06:38:32.913884 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.913891 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:32.913901 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:32.928713 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.928741 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-86bwv in Admin Network Policy controller I0703 06:38:32.928715 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.928753 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-86bwv Admin Network Policy controller: took 12.35µs I0703 06:38:32.928763 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.928779 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv took: 1.172µs I0703 06:38:32.928789 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.928799 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.928818 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv took: 11.001µs I0703 06:38:32.933431 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.933456 3451 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.933499 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-mftd5 in Admin Network Policy controller I0703 06:38:32.933548 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-mftd5 Admin Network Policy controller: took 49.697µs I0703 06:38:32.933531 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.933573 3451 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-mftd5 took: 1.057µs I0703 06:38:32.933585 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.933605 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.933622 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-mftd5 took: 7.938µs I0703 06:38:32.939592 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:32.939611 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.939628 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.939638 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-86bwv in node ip-10-0-0-139.ec2.internal I0703 06:38:32.939644 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.939652 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:32.939663 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:32.944153 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:32.944215 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.944228 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.944239 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-mftd5 in node ip-10-0-0-139.ec2.internal I0703 06:38:32.944261 3451 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-mftd5, new=openshift-multus/network-metrics-daemon-mftd5, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-mftd5: suppressed error logged: pod openshift-multus/network-metrics-daemon-mftd5: no pod IPs found I0703 06:38:32.944278 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:32.944289 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:32.993770 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:32.993793 3451 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:32.993876 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-khs5v in Admin Network Policy controller I0703 06:38:32.993894 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-khs5v Admin Network Policy controller: took 19.975µs I0703 06:38:32.993899 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:32.993913 3451 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-khs5v took: 1.164µs I0703 06:38:32.993932 3451 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:32.993941 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:32.993954 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-khs5v took: 7.341µs I0703 06:38:32.994617 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-jnw4h I0703 06:38:32.994637 3451 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:32.994676 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-jnw4h in Admin Network Policy controller I0703 06:38:32.994693 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-jnw4h Admin Network Policy controller: took 17.929µs I0703 06:38:32.994697 3451 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-jnw4h I0703 06:38:32.994708 3451 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-jnw4h took: 576ns I0703 06:38:32.994714 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:32.994720 3451 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-jnw4h I0703 06:38:32.994748 3451 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-jnw4h took: 18.819µs I0703 06:38:33.002208 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:33.002221 3451 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:33.002232 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:33.002264 3451 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-khs5v in node ip-10-0-0-139.ec2.internal I0703 06:38:33.002289 3451 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-khs5v, new=openshift-network-diagnostics/network-check-target-khs5v, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-khs5v: suppressed error logged: pod openshift-network-diagnostics/network-check-target-khs5v: no pod IPs found I0703 06:38:33.002296 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:33.002307 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:33.008539 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:33.008555 3451 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:33.008571 3451 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-jnw4h I0703 06:38:33.008585 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-jnw4h in node ip-10-0-0-139.ec2.internal I0703 06:38:33.008593 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:33.008600 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:33.008612 3451 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-jnw4h I0703 06:38:33.029368 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:33.029398 3451 ovs.go:159] Exec(57): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:33.040174 3451 ovs.go:162] Exec(57): stdout: "" I0703 06:38:33.040195 3451 ovs.go:163] Exec(57): stderr: "" I0703 06:38:33.040208 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:33.068940 3451 ovs.go:159] Exec(58): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.3042.ctl connection-status I0703 06:38:33.072575 3451 ovs.go:162] Exec(58): stdout: "connected\n" I0703 06:38:33.072591 3451 ovs.go:163] Exec(58): stderr: "" I0703 06:38:33.087669 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:33.087700 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:33.087701 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-139.ec2.internal I0703 06:38:33.087721 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-139.ec2.internal: 24.264µs I0703 06:38:33.087746 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:33.087775 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:38:33.087847 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:33.087863 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:33.087762 3451 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-139.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-2546ccf2a9-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-139.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: false I0703 06:38:33.087884 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:33.087891 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 8.496µs I0703 06:38:33.095930 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.095995 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r in Admin Network Policy controller I0703 06:38:33.096028 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r Admin Network Policy controller: took 35.233µs I0703 06:38:33.095997 3451 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.096101 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.096131 3451 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r took: 994ns I0703 06:38:33.096140 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.096148 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.096161 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r took: 7.459µs I0703 06:38:33.096178 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r. OVN-Kubernetes controller took 4.9161e-05 seconds. No OVN measurement. I0703 06:38:33.099208 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.099230 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-zg4zf in Admin Network Policy controller I0703 06:38:33.099211 3451 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.099240 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-zg4zf Admin Network Policy controller: took 11.333µs I0703 06:38:33.099251 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.099264 3451 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-zg4zf took: 504ns I0703 06:38:33.099271 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.099277 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.099290 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zg4zf took: 7.123µs I0703 06:38:33.103213 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:33.103278 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:33.103330 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:33.103360 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:38:33.103371 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:33.103384 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:33.109942 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:33.109971 3451 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.109986 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.110007 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r in node ip-10-0-0-139.ec2.internal I0703 06:38:33.110021 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.110047 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:33.110060 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:33.110088 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r. OVN-Kubernetes controller took 4.9984e-05 seconds. No OVN measurement. I0703 06:38:33.110114 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:33.110125 3451 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.110140 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.110152 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-zg4zf in node ip-10-0-0-139.ec2.internal I0703 06:38:33.110165 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.110172 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:33.110180 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:33.195023 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-nklt7 I0703 06:38:33.195194 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-nklt7 in Admin Network Policy controller I0703 06:38:33.195210 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-nklt7 Admin Network Policy controller: took 17.272µs I0703 06:38:33.195067 3451 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.195234 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.195248 3451 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-nklt7 took: 980ns I0703 06:38:33.195255 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.195264 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.195277 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-nklt7 took: 7.369µs I0703 06:38:33.212206 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:33.212227 3451 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.212244 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.212259 3451 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-nklt7 in node ip-10-0-0-139.ec2.internal I0703 06:38:33.212267 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.212275 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:33.212284 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-nklt7 I0703 06:38:33.370176 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:33.370203 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:33.370240 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:33.370264 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:38:33.370276 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:33.370285 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:33.528777 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:33.528803 3451 ovs.go:159] Exec(59): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:33.538064 3451 ovs.go:162] Exec(59): stdout: "" I0703 06:38:33.538079 3451 ovs.go:163] Exec(59): stderr: "" I0703 06:38:33.538089 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:33.756284 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:33.756340 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:33.756356 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:33.756372 3451 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb in node ip-10-0-2-231.ec2.internal I0703 06:38:33.756382 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:33.756392 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:33.756405 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:33.756285 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-ldfsb: podLabels app=ovnkube-node,component=network,controller-revision-hash=6d85f67b4c,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.231], PodStatus: true, PodCompleted?: false I0703 06:38:33.756448 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb in Admin Network Policy controller I0703 06:38:33.756461 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb Admin Network Policy controller: took 12.95µs I0703 06:38:33.782675 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:33.782696 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:33.782709 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:33.782720 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in node ip-10-0-2-231.ec2.internal I0703 06:38:33.782726 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:33.782733 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:33.782742 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:33.875582 3451 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-890947abb8e43907e33b5c281daef213d0f264517331b287d2ee8787856d3d30.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d890947abb8e43907e33b5c281daef213d0f264517331b287d2ee8787856d3d30_2emount"}, Sequence:0x5} I0703 06:38:33.875668 3451 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-890947abb8e43907e33b5c281daef213d0f264517331b287d2ee8787856d3d30.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d890947abb8e43907e33b5c281daef213d0f264517331b287d2ee8787856d3d30_2emount"}, Sequence:0x6} I0703 06:38:33.875687 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x7} I0703 06:38:33.875718 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x8} I0703 06:38:33.875796 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x9} I0703 06:38:33.875915 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0xa} I0703 06:38:33.875977 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xb} I0703 06:38:33.876008 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0xc} I0703 06:38:33.876205 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xd} I0703 06:38:33.876236 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0xe} I0703 06:38:33.876361 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0xf} I0703 06:38:33.876423 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x10} I0703 06:38:33.876500 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x11} I0703 06:38:33.876674 3451 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:0x655af296131cf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a045c}, "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:0x655af2960edee}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79c07a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960edca}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79c059}, "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:0x655af296119ee}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ec7b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xef, 0xd8, 0x94, 0xc9, 0x35, 0xa9, 0x42, 0xf5, 0x81, 0x68, 0xc2, 0x73, 0x1, 0xa1, 0x92, 0xd3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af296131cf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a045c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0703 06:38:33.876765 3451 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:0x655af290c2e14}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "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:0x655af290c2e14}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "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:0x655af290c2e14}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0703 06:38:33.876805 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0x14} I0703 06:38:33.876922 3451 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:0x655af290e87a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x275a2f}, "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:0x655af290e874d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2759d9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af290e874b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2759d8}, "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:0x655af290e87a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x275a2f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5c, 0xb0, 0xa9, 0x8f, 0x9c, 0xba, 0x46, 0x7e, 0xa2, 0x7f, 0x24, 0x20, 0xa2, 0x1, 0x15, 0xad}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2952cf10}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ba19c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x15} I0703 06:38:33.876969 3451 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-890947abb8e43907e33b5c281daef213d0f264517331b287d2ee8787856d3d30-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d890947abb8e43907e33b5c281daef213d0f264517331b287d2ee8787856d3d30_2dmerged_2emount"}, Sequence:0x16} I0703 06:38:33.877022 3451 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:0x655af294a6a07}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633c94}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x17} I0703 06:38:33.877195 3451 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:0x655af2960e7ae}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932e148}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4bb3d5}, "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:0x655af2960e7a7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba34}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7a5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba33}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932e148}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4bb3d5}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7ae}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb9, 0xb0, 0x6e, 0x74, 0x40, 0x4e, 0x4e, 0x6, 0x8b, 0xff, 0xe9, 0x28, 0x32, 0xaa, 0xa1, 0xb8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7ae}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x18} I0703 06:38:33.877250 3451 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:0x655af29640555}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932cb3a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b9dc6}, "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:0x655af2964054e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7db}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2964054c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7d9}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932cb3a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b9dc6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af29640555}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0xdd, 0x50, 0x2d, 0xb5, 0xf4, 0x48, 0xf1, 0x9d, 0xd6, 0xaa, 0xdb, 0xa8, 0xa8, 0x93, 0xea}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af29640555}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x19} I0703 06:38:33.931148 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope"}, Sequence:0x1a} I0703 06:38:33.931193 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope"}, Sequence:0x1b} I0703 06:38:33.931325 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpode6a08a67_5fb2bc_5f419b_5f8ca1_5f6012f1c91792_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:0x655af2a6e64a7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "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:0x655af2a6e61a1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e619e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342b}, "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:0x655af2a6e64a7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe2, 0x62, 0x1d, 0x39, 0xe4, 0x95, 0x4a, 0x68, 0x8d, 0xe6, 0x6d, 0x73, 0x4d, 0x3, 0x1a, 0xba}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e64a7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0703 06:38:33.931404 3451 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:0x9b9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3ad835}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153aac1}, "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:0x9b9}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x1d} I0703 06:38:33.931455 3451 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:0x655af2a452af2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "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:0x655af2a3aa609}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537896}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3aa607}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537895}, "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:0x655af2a3ad8ff}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153ab8c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x84, 0x25, 0x94, 0xe1, 0xb0, 0xa1, 0x42, 0x98, 0x8d, 0x47, 0x3a, 0xb4, 0xfd, 0xb2, 0x89, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a452af2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0703 06:38:33.950345 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x1f} I0703 06:38:33.950403 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c7781c1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7781bf}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544b}, "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{0x9b, 0x89, 0x5e, 0xfe, 0x84, 0xc1, 0x4e, 0x77, 0xa3, 0xe6, 0xb9, 0x51, 0x51, 0x9e, 0x18, 0xf9}}, "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:0x20} I0703 06:38:33.950549 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x21} I0703 06:38:33.950732 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c77cbfe}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "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:0x655af2c7781c1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7781bf}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544b}, "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:0x655af2c77cbfe}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9b, 0x89, 0x5e, 0xfe, 0x84, 0xc1, 0x4e, 0x77, 0xa3, 0xe6, 0xb9, 0x51, 0x51, 0x9e, 0x18, 0xf9}}, "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:0x655af2c77cbfe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x22} I0703 06:38:33.950786 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope", "done"}, Sequence:0x23} I0703 06:38:33.950826 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x24} I0703 06:38:33.950916 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c77cbfe}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "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:0x655af2c7781c1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7781bf}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544b}, "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:0x655af2c77cbfe}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9b, 0x89, 0x5e, 0xfe, 0x84, 0xc1, 0x4e, 0x77, 0xa3, 0xe6, 0xb9, 0x51, 0x51, 0x9e, 0x18, 0xf9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77cbfe}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x25} I0703 06:38:33.955794 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope", "/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope"}, Sequence:0x26} I0703 06:38:33.955830 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope"}, Sequence:0x27} I0703 06:38:33.956002 3451 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:0x655af294aa25a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6374e7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0703 06:38:33.956090 3451 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:0x9b9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3ad835}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153aac1}, "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:0x9b9}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x29} I0703 06:38:33.956229 3451 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:0x655af2a452af2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "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:0x655af2a3aa609}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537896}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3aa607}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537895}, "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:0x655af2a3ad8ff}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153ab8c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x84, 0x25, 0x94, 0xe1, 0xb0, 0xa1, 0x42, 0x98, 0x8d, 0x47, 0x3a, 0xb4, 0xfd, 0xb2, 0x89, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a452af2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2a} I0703 06:38:33.956380 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpode6a08a67_5fb2bc_5f419b_5f8ca1_5f6012f1c91792_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:0x655af2a6e64a7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "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:0x655af2a6e61a1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e619e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342b}, "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:0x655af2a6e64a7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe2, 0x62, 0x1d, 0x39, 0xe4, 0x95, 0x4a, 0x68, 0x8d, 0xe6, 0x6d, 0x73, 0x4d, 0x3, 0x1a, 0xba}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e64a7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0703 06:38:33.957612 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2c} I0703 06:38:33.957647 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c77e28f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b51c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77e28c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b519}, "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{0xc2, 0xb6, 0x43, 0xc0, 0x6b, 0x96, 0x4a, 0x5c, 0x84, 0x6a, 0xa3, 0xff, 0x20, 0xb3, 0x4b, 0xe1}}, "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:0x2d} I0703 06:38:33.957721 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x2e} I0703 06:38:33.957906 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c77e86f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "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:0x655af2c77e28f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b51c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77e28c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b519}, "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:0x655af2c77e86f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xc2, 0xb6, 0x43, 0xc0, 0x6b, 0x96, 0x4a, 0x5c, 0x84, 0x6a, 0xa3, 0xff, 0x20, 0xb3, 0x4b, 0xe1}}, "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:0x655af2c77e86f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0703 06:38:33.957989 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope", "done"}, Sequence:0x30} I0703 06:38:33.958004 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x31} I0703 06:38:33.958095 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c77e86f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "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:0x655af2c77e28f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b51c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77e28c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b519}, "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:0x655af2c77e86f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xc2, 0xb6, 0x43, 0xc0, 0x6b, 0x96, 0x4a, 0x5c, 0x84, 0x6a, 0xa3, 0xff, 0x20, 0xb3, 0x4b, 0xe1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77e86f}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0703 06:38:34.028719 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:34.028749 3451 ovs.go:159] Exec(60): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:34.038442 3451 ovs.go:162] Exec(60): stdout: "" I0703 06:38:34.038458 3451 ovs.go:163] Exec(60): stderr: "" I0703 06:38:34.038468 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:34.068092 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x33} I0703 06:38:34.068143 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c77e86f}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c799674}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3926901}, "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:0x655af2c77e28f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b51c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77e28c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390b519}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c799674}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3926901}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77e86f}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390bafb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xc2, 0xb6, 0x43, 0xc0, 0x6b, 0x96, 0x4a, 0x5c, 0x84, 0x6a, 0xa3, 0xff, 0x20, 0xb3, 0x4b, 0xe1}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c799674}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3926901}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x34} I0703 06:38:34.068192 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope", "/org/freedesktop/systemd1/unit/crio_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope"}, Sequence:0x35} I0703 06:38:34.085352 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x36} I0703 06:38:34.085402 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_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:0x655af2c77cbfe}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c79d9d5}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x392ac62}, "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:0x655af2c7781c1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7781bf}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x390544b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c79d9d5}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x392ac62}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c77cbfe}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3909e8b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9b, 0x89, 0x5e, 0xfe, 0x84, 0xc1, 0x4e, 0x77, 0xa3, 0xe6, 0xb9, 0x51, 0x51, 0x9e, 0x18, 0xf9}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c79d9d5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x392ac62}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x37} I0703 06:38:34.085477 3451 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-8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d8bed052d7f3e1ec6975b115b1cd215c97f3188d2b8e3b324d167dba07b95d9b0_2escope"}, Sequence:0x38} I0703 06:38:34.528694 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:34.528725 3451 ovs.go:159] Exec(61): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:34.537972 3451 ovs.go:162] Exec(61): stdout: "" I0703 06:38:34.537986 3451 ovs.go:163] Exec(61): stderr: "" I0703 06:38:34.537995 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:34.613882 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.613917 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-9p9dg I0703 06:38:34.613933 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-9p9dg I0703 06:38:34.613950 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-9p9dg in node ip-10-0-0-139.ec2.internal I0703 06:38:34.613960 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-9p9dg I0703 06:38:34.613969 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.613967 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-9p9dg I0703 06:38:34.613979 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-9p9dg I0703 06:38:34.613918 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-9p9dg: podLabels app=multus,component=network,controller-revision-hash=fdfbfcc4b,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.614003 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-9p9dg in Admin Network Policy controller I0703 06:38:34.614010 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-9p9dg Admin Network Policy controller: took 6.858µs I0703 06:38:34.631866 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.631886 3451 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:34.631901 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-nklt7 I0703 06:38:34.631912 3451 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-nklt7 in node ip-10-0-0-139.ec2.internal I0703 06:38:34.631906 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-nklt7: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.631919 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:34.631927 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.631929 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-nklt7 in Admin Network Policy controller I0703 06:38:34.631936 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-nklt7 I0703 06:38:34.631935 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-nklt7 I0703 06:38:34.631940 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-nklt7 Admin Network Policy controller: took 12.385µs I0703 06:38:34.658661 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-g47rz: podLabels app=ovnkube-node,component=network,controller-revision-hash=6d85f67b4c,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.658740 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:34.658683 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.658751 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-g47rz in Admin Network Policy controller I0703 06:38:34.658765 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:34.658770 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-g47rz Admin Network Policy controller: took 19.58µs I0703 06:38:34.658781 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:34.658816 3451 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-g47rz in node ip-10-0-0-139.ec2.internal I0703 06:38:34.658830 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:34.658841 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.658854 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:34.675524 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.675546 3451 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:34.675558 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:34.675567 3451 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-khs5v in node ip-10-0-0-139.ec2.internal I0703 06:38:34.675589 3451 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-khs5v, new=openshift-network-diagnostics/network-check-target-khs5v, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-khs5v: suppressed error logged: pod openshift-network-diagnostics/network-check-target-khs5v: no pod IPs found I0703 06:38:34.675599 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.675609 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:34.693070 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.693139 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:34.693157 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:34.693180 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-mftd5 in node ip-10-0-0-139.ec2.internal I0703 06:38:34.693198 3451 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-mftd5, new=openshift-multus/network-metrics-daemon-mftd5, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-mftd5: suppressed error logged: pod openshift-multus/network-metrics-daemon-mftd5: no pod IPs found I0703 06:38:34.693208 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.693218 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:34.717116 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.717171 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:34.717188 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:34.717205 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:34.717216 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-86bwv in node ip-10-0-0-139.ec2.internal I0703 06:38:34.717222 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:34.717228 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.717236 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:34.717112 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-86bwv: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=84b6dcc87d,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.717262 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-86bwv in Admin Network Policy controller I0703 06:38:34.717271 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-86bwv Admin Network Policy controller: took 10.151µs I0703 06:38:34.767957 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-9p45h: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.768031 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-9p45h I0703 06:38:34.767998 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.768076 3451 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-9p45h I0703 06:38:34.768077 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-9p45h in Admin Network Policy controller I0703 06:38:34.768091 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-9p45h I0703 06:38:34.768090 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-9p45h Admin Network Policy controller: took 16.78µs I0703 06:38:34.768121 3451 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-9p45h in node ip-10-0-0-139.ec2.internal I0703 06:38:34.768130 3451 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-9p45h I0703 06:38:34.768137 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.768144 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-9p45h I0703 06:38:34.785518 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-jnw4h I0703 06:38:34.785556 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.785572 3451 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:34.785588 3451 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-jnw4h I0703 06:38:34.785602 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-jnw4h in node ip-10-0-0-139.ec2.internal I0703 06:38:34.785612 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:34.785623 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.785634 3451 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-jnw4h I0703 06:38:34.785549 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-jnw4h: podLabels app=konnectivity-agent,controller-revision-hash=5f9576579d,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.785653 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-jnw4h in Admin Network Policy controller I0703 06:38:34.785661 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-jnw4h Admin Network Policy controller: took 9.647µs I0703 06:38:34.804890 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-zg4zf: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.804966 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-zg4zf in Admin Network Policy controller I0703 06:38:34.804916 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:34.804984 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-zg4zf Admin Network Policy controller: took 17.605µs I0703 06:38:34.804931 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.805009 3451 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:34.805025 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:34.805057 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-zg4zf in node ip-10-0-0-139.ec2.internal I0703 06:38:34.805066 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:34.805076 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.805088 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:34.823479 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.823517 3451 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:34.823532 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:34.823544 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r in node ip-10-0-0-139.ec2.internal I0703 06:38:34.823552 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:34.823563 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.823576 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:34.823480 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: false, PodCompleted?: false I0703 06:38:34.823485 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:34.823598 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r in Admin Network Policy controller I0703 06:38:34.823605 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r. OVN-Kubernetes controller took 3.4316e-05 seconds. No OVN measurement. I0703 06:38:34.823609 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r Admin Network Policy controller: took 12.752µs I0703 06:38:34.884461 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-231.ec2.internal I0703 06:38:34.884467 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:34.884498 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-231.ec2.internal I0703 06:38:34.884504 3451 node_tracker.go:238] Node ip-10-0-2-231.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-231.ec2.internal" I0703 06:38:34.884516 3451 node_tracker.go:172] Node ip-10-0-2-231.ec2.internal switch + router changed, syncing services I0703 06:38:34.884530 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:38:34.884547 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:38:34.884551 3451 default_network_controller.go:1028] Node ip-10-0-2-231.ec2.internal in remote zone ip-10-0-2-231.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:34.884565 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:34.884574 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:34.884578 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-2-231.ec2.internal, new=ip-10-0-2-231.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-231.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-231.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-231.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-231.ec2.internal I0703 06:38:34.884590 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:34.884582 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:34.884591 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:34.884601 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:34.884608 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:34.884616 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:34.884623 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:34.884629 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:38:34.884637 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:38:34.884646 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:34.884652 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:34.884661 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:38:34.884667 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:34.884601 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.884590 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:34.884680 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:34.884608 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.884615 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.884689 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-231.ec2.internal I0703 06:38:34.884699 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:34.884673 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:38:34.884705 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:38:34.884714 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:38:34.884715 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:38:34.884718 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:34.884721 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.884732 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:34.884731 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.884742 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884732 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.884744 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:34.884750 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884754 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884757 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:38:34.884756 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884761 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884764 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:38:34.884712 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.884689 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.884770 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:38:34.884767 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884778 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:38:34.884784 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:34.884786 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:38:34.884789 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:38:34.884791 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:34.884774 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.884800 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:38:34.884780 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.884799 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.884807 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:38:34.884808 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:38:34.884812 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:38:34.884804 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.884814 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884821 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:38:34.884829 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:38:34.884828 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:38:34.884833 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884831 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884834 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:38:34.884839 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.884842 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884842 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.884852 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:38:34.884791 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.884860 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:34.884864 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:34.884849 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.884868 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:38:34.884869 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:34.884872 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 284.409µs I0703 06:38:34.884877 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:38:34.884878 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.884880 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 289.296µs I0703 06:38:34.884883 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:38:34.884889 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.884891 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:34.884895 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:34.884900 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.884922 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:34.884935 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 237.174µs I0703 06:38:34.884902 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.884946 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:38:34.884904 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.884953 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.719µs I0703 06:38:34.884958 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:38:34.884967 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.884971 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:38:34.884981 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884989 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884987 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.884998 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:38:34.885004 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.884891 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:34.885015 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885000 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885024 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:34.885050 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:38:34.885030 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:38:34.885057 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:38:34.884860 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885065 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:38:34.885066 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:38:34.885072 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:38:34.885056 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885074 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:38:34.885078 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885078 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:34.885008 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885086 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:34.885084 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:38:34.884870 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.885098 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:38:34.885100 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:34.885100 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:34.885103 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:38:34.885109 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885109 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 219.682µs I0703 06:38:34.885117 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885124 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:34.885129 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.015µs I0703 06:38:34.885131 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885131 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:34.885138 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:34.885141 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885140 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 245.09µs I0703 06:38:34.885156 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:38:34.885087 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:38:34.885171 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885158 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885188 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.885197 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:34.885203 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 523.698µs I0703 06:38:34.885206 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.885144 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885213 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:34.885169 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885216 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885227 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:38:34.885237 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:38:34.885241 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:38:34.885240 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885250 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 286.842µs I0703 06:38:34.885252 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885111 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885262 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:38:34.885255 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000489307 seconds. No OVN measurement. I0703 06:38:34.885265 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885269 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.699µs I0703 06:38:34.885278 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885285 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:34.885220 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885292 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 697.838µs I0703 06:38:34.885302 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:34.885309 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:38:34.885295 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885325 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.885323 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885337 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.885308 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885287 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:34.885359 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:38:34.885367 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885377 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885383 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885360 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885395 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885414 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:38:34.885336 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885415 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.885424 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885423 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885434 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885445 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885436 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885453 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:38:34.885465 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:38:34.885457 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885474 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885493 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:34.885498 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 284.501µs I0703 06:38:34.885506 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:34.885512 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885428 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:34.885565 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885568 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:38:34.885577 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885592 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885600 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885613 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885632 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:38:34.885639 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:38:34.885649 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885476 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:38:34.885670 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:38:34.885675 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:34.885681 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 174.471µs I0703 06:38:34.885682 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885693 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:38:34.885705 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:34.885717 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 428.713µs I0703 06:38:34.885582 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:34.885729 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:38:34.885092 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:34.885349 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885702 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885770 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:38:34.885738 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885788 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885802 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885729 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 426.634µs I0703 06:38:34.885810 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:38:34.885748 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:38:34.885820 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:38:34.885825 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 665.593µs I0703 06:38:34.885813 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885837 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:38:34.885255 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885828 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885845 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885867 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885875 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.885876 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:38:34.885847 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885888 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.885887 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885883 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885897 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885899 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.885898 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885904 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885907 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:34.885908 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:38:34.885914 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885923 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:38:34.885924 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885915 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885929 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 237.148µs I0703 06:38:34.885822 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885936 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:34.885935 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:38:34.885940 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:34.885934 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.885944 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 804.659µs I0703 06:38:34.885946 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885949 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:38:34.885952 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885956 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.885958 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:34.885960 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.885976 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:38:34.885977 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:38:34.885987 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 167.358µs I0703 06:38:34.885952 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.885995 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:38:34.885976 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.885990 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:34.886009 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:38:34.885969 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886011 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:38:34.886019 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:38:34.886023 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:38:34.886004 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886029 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886055 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:38:34.886054 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886062 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886065 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:38:34.886073 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886067 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886073 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886080 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:38:34.886083 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886084 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886087 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 358.415µs I0703 06:38:34.886089 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886085 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886095 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886100 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:38:34.886101 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.886109 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:38:34.886101 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886116 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886118 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.886127 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:38:34.886051 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:34.886136 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886139 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:34.886112 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886150 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 208.927µs I0703 06:38:34.886156 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:38:34.886156 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:38:34.886109 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886156 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:38:34.886162 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:38:34.886160 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 165.051µs I0703 06:38:34.886167 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:38:34.886167 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 330.26µs I0703 06:38:34.886173 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:38:34.886178 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886178 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:38:34.886181 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:38:34.886192 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886178 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886201 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:34.886171 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886205 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886210 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 251.365µs I0703 06:38:34.886218 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886218 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:38:34.886224 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:34.886193 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886228 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886232 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.914µs I0703 06:38:34.886232 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:38:34.886235 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886241 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:38:34.886244 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886247 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886248 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:38:34.886236 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886260 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:34.886256 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886263 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886266 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.886271 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886267 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:34.886279 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.886274 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886285 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:38:34.886289 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886292 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:34.886293 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:34.886291 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886249 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886308 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:38:34.886310 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:38:34.886313 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 139.362µs I0703 06:38:34.886316 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:34.886316 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 216.533µs I0703 06:38:34.886321 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:38:34.886303 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:34.886326 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.532µs I0703 06:38:34.886320 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:38:34.886328 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:38:34.886332 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:34.886334 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:38:34.886338 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.636µs I0703 06:38:34.886341 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886326 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:34.886344 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:34.886346 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:34.886351 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.961µs I0703 06:38:34.886354 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:38:34.886356 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:38:34.886352 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886367 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:34.886370 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:38:34.886373 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886376 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 213.902µs I0703 06:38:34.886339 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886388 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:38:34.886363 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886395 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 214.792µs I0703 06:38:34.886403 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:38:34.886405 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:38:34.886414 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886419 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:38:34.886428 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886434 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886445 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886433 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:34.886465 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.886465 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:38:34.886473 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.886475 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:34.886479 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886406 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:38:34.886492 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:38:34.886496 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 139.68µs I0703 06:38:34.886502 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:38:34.886503 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:38:34.886508 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 266.96µs I0703 06:38:34.886521 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:34.886510 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886499 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:38:34.886559 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:38:34.886530 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886573 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886417 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886581 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:34.886586 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886586 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:38:34.886594 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886594 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886594 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:34.886604 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886600 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886614 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886613 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886615 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886606 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886636 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.886639 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:38:34.886634 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:38:34.886643 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.886647 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:38:34.886648 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886653 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886671 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:38:34.886679 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 352.077µs I0703 06:38:34.886672 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886688 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:34.886693 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.235µs I0703 06:38:34.886699 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:34.886703 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 4.208µs I0703 06:38:34.886624 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886691 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:38:34.886723 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886734 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:38:34.886742 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.886744 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:34.886749 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.886756 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886769 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:34.886770 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:38:34.886653 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886776 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 371.804µs I0703 06:38:34.886388 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:38:34.886790 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 254.413µs I0703 06:38:34.886796 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:38:34.886817 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 297.785µs I0703 06:38:34.886790 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:34.886837 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:38:34.886847 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:34.886856 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886862 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:34.886873 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:34.886891 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:34.886898 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:34.886905 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:34.886918 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:38:34.886922 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 535.783µs I0703 06:38:34.986637 3451 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-6cf58dd6d5b1618c087b7c2cab23d937e5b80b1389d163a1bb8d20a7e881e6ae.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d6cf58dd6d5b1618c087b7c2cab23d937e5b80b1389d163a1bb8d20a7e881e6ae_2emount"}, Sequence:0x39} I0703 06:38:34.986747 3451 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-6cf58dd6d5b1618c087b7c2cab23d937e5b80b1389d163a1bb8d20a7e881e6ae.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d6cf58dd6d5b1618c087b7c2cab23d937e5b80b1389d163a1bb8d20a7e881e6ae_2emount"}, Sequence:0x3a} I0703 06:38:34.986797 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x3b} I0703 06:38:34.986817 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage-overlay.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2emount"}, Sequence:0x3c} I0703 06:38:34.986908 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x3d} I0703 06:38:34.986948 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers-storage.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2emount"}, Sequence:0x3e} I0703 06:38:34.987060 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x3f} I0703 06:38:34.987081 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib-containers.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2emount"}, Sequence:0x40} I0703 06:38:34.987989 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitNew", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x41} I0703 06:38:34.988012 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.UnitRemoved", Body:[]interface {}{"var-lib.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2emount"}, Sequence:0x42} I0703 06:38:34.988023 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x43} I0703 06:38:34.988082 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/_2d_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Unit", map[string]dbus.Variant{"ActivationDetails":dbus.Variant{sig:dbus.Signature{str:"a(ss)"}, value:[][]interface {}{}}, "ActiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ActiveState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}, "AssertResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "AssertTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:false}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x44} I0703 06:38:34.988135 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/var_2emount", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Mount", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Options":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,sunit=8,swidth=8,prjquota"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"xfs"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"/dev/nvme0n1p4"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x45} I0703 06:38:34.988158 3451 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:0x655af296131cf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a045c}, "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:0x655af2960edee}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79c07a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960edca}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79c059}, "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:0x655af296119ee}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ec7b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xef, 0xd8, 0x94, 0xc9, 0x35, 0xa9, 0x42, 0xf5, 0x81, 0x68, 0xc2, 0x73, 0x1, 0xa1, 0x92, 0xd3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af296131cf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a045c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0703 06:38:34.988196 3451 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:0x655af290c2e14}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "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:0x655af290c2e14}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "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:0x655af290c2e14}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0703 06:38:34.988240 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Socket", map[string]dbus.Variant{"ControlPID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "GID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecStartPre", "ExecStartPost", "ExecStopPre", "ExecStopPost"}}, Sequence:0x48} I0703 06:38:34.988253 3451 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:0x655af290e87a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x275a2f}, "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:0x655af290e874d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2759d9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af290e874b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2759d8}, "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:0x655af290e87a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x275a2f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5c, 0xb0, 0xa9, 0x8f, 0x9c, 0xba, 0x46, 0x7e, 0xa2, 0x7f, 0x24, 0x20, 0xa2, 0x1, 0x15, 0xad}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2952cf10}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ba19c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x49} I0703 06:38:34.988293 3451 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-6cf58dd6d5b1618c087b7c2cab23d937e5b80b1389d163a1bb8d20a7e881e6ae-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d6cf58dd6d5b1618c087b7c2cab23d937e5b80b1389d163a1bb8d20a7e881e6ae_2dmerged_2emount"}, Sequence:0x4a} I0703 06:38:34.988304 3451 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:0x655af294a6a07}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633c94}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4b} I0703 06:38:34.988359 3451 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:0x655af2960e7ae}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932e148}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4bb3d5}, "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:0x655af2960e7a7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba34}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7a5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba33}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932e148}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4bb3d5}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7ae}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb9, 0xb0, 0x6e, 0x74, 0x40, 0x4e, 0x4e, 0x6, 0x8b, 0xff, 0xe9, 0x28, 0x32, 0xaa, 0xa1, 0xb8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7ae}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4c} I0703 06:38:34.988406 3451 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:0x655af29640555}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932cb3a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b9dc6}, "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:0x655af2964054e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7db}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2964054c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7d9}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932cb3a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b9dc6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af29640555}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0xdd, 0x50, 0x2d, 0xb5, 0xf4, 0x48, 0xf1, 0x9d, 0xd6, 0xaa, 0xdb, 0xa8, 0xa8, 0x93, 0xea}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af29640555}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4d} I0703 06:38:34.994693 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:34.994716 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:34.994743 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:34.994761 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-59ghw in node ip-10-0-1-225.ec2.internal I0703 06:38:34.994774 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:34.994782 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:34.994795 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:35.008350 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:35.008423 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-231.ec2.internal I0703 06:38:35.008489 3451 node_tracker.go:172] Node ip-10-0-2-231.ec2.internal switch + router changed, syncing services I0703 06:38:35.008428 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-231.ec2.internal I0703 06:38:35.008504 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:38:35.008519 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:38:35.008535 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:35.008543 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:35.008548 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:38:35.008552 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:38:35.008556 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:38:35.008560 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:38:35.008564 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:38:35.008568 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:35.008572 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:38:35.008577 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:35.008580 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:35.008580 3451 default_network_controller.go:1028] Node ip-10-0-2-231.ec2.internal in remote zone ip-10-0-2-231.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:35.008593 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:38:35.008611 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:35.008620 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:35.008631 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:38:35.008655 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:38:35.008634 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.008584 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:38:35.008808 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:38:35.008603 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.008828 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:38:35.008835 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:38:35.008717 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.008845 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:38:35.008691 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:94ae10c7-3101-4aa1-a70f-d57a902a0a05 ip:10.0.2.231 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013335}] I0703 06:38:35.008855 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:38:35.008862 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:35.008856 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:38:35.008868 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:35.008875 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:35.008875 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:38:35.008882 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:35.008889 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:35.008896 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:35.008903 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:35.008911 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:35.008917 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:38:35.008892 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.008922 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:35.008929 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:38:35.008930 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.008938 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:38:35.008945 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.008897 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2725013335}]} hostname:ip-10-0-2-231.ec2.internal name:94ae10c7-3101-4aa1-a70f-d57a902a0a05 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013336}] I0703 06:38:35.008814 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:38:35.008962 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:94ae10c7-3101-4aa1-a70f-d57a902a0a05 ip:10.0.2.231 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013335} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2725013335}]} hostname:ip-10-0-2-231.ec2.internal name:94ae10c7-3101-4aa1-a70f-d57a902a0a05 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013336}] I0703 06:38:35.008968 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.009019 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.008880 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009056 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.008946 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:35.009134 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:35.009142 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:38:35.009054 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009150 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:35.009156 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:35.009159 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.008634 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009190 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:38:35.009111 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.009227 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:38:35.009208 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:35.009234 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 584.069µs I0703 06:38:35.009244 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:38:35.009248 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:38:35.009253 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:35.009272 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:38:35.009280 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 689.067µs I0703 06:38:35.009255 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009295 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:38:35.009162 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:35.009317 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:38:35.009191 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:38:35.009328 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:38:35.009329 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009337 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:35.009341 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009345 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:38:35.009305 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.008642 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009353 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:38:35.009315 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:38:35.009362 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:38:35.009368 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:38:35.009375 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009378 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009374 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009386 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009384 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009392 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009386 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009394 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009404 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009412 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:35.009404 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.009422 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.009431 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:38:35.009347 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009433 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:35.009438 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.009443 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.009458 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:38:35.009063 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009466 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:38:35.009468 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009473 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.009447 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:35.009419 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:35.009486 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:38:35.009488 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:35.009487 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:38:35.009493 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 876.285µs I0703 06:38:35.009503 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:38:35.009503 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:35.009527 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:38:35.009510 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009538 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 287.802µs I0703 06:38:35.009554 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:35.009552 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:38:35.009562 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 9.136µs I0703 06:38:35.009565 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009573 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:38:35.009573 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009585 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009603 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:35.009616 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:35.009582 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009645 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:38:35.009655 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:35.009663 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:38:35.009675 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:38:35.009680 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 176.628µs I0703 06:38:35.009681 3451 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-2-231.ec2.internal for the network default I0703 06:38:35.009679 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009692 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:35.009699 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.697µs I0703 06:38:35.009697 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009707 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:35.009711 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009712 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 5.798µs I0703 06:38:35.009720 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:38:35.009731 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.009761 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.009746 3451 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-231.ec2.internal]} name:tstor-ip-10-0-2-231.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-231.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013337}] I0703 06:38:35.009774 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.009459 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:38:35.009783 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.155279ms I0703 06:38:35.009787 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.009793 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:38:35.009812 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:38:35.009805 3451 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:u2725013337}]}}] Timeout: Where:[where column _uuid == {61ce275a-b842-4e98-b784-8d2015010c97}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.009822 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 250.334µs I0703 06:38:35.009803 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009848 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:38:35.009827 3451 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-231.ec2.internal]} name:tstor-ip-10-0-2-231.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-231.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013337} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013337}]}}] Timeout: Where:[where column _uuid == {61ce275a-b842-4e98-b784-8d2015010c97}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.009862 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:38:35.009874 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009889 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009857 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009898 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009912 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:38:35.009926 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009915 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.009728 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.009941 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.009935 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009952 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009964 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:38:35.009978 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:38:35.009980 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.009996 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010006 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.009984 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:35.010027 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:38:35.009474 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010022 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010060 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:35.009494 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:35.010069 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.010080 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.010089 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:38:35.010089 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:38:35.010075 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010091 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010097 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 802.489µs I0703 06:38:35.010095 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 247.2µs I0703 06:38:35.010103 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.010110 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:38:35.010112 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:38:35.010115 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:38:35.010116 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:38:35.010118 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.164µs I0703 06:38:35.010125 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 402.865µs I0703 06:38:35.010127 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010131 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:38:35.010138 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:35.010151 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:35.010163 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.555489ms I0703 06:38:35.010177 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:35.010185 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.882µs I0703 06:38:35.010139 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010121 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:38:35.010147 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010215 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:35.009966 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.010226 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:35.010223 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:38:35.010237 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010245 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:38:35.010245 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010244 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010264 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:38:35.010273 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 479.568µs I0703 06:38:35.010273 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010266 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:38:35.010264 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010284 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:35.010287 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010288 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010300 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010294 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010318 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010326 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010356 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:38:35.010365 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:38:35.010368 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:38:35.010381 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010194 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:35.010393 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 200.016µs I0703 06:38:35.010403 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:35.010407 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:38:35.010414 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 283.79µs I0703 06:38:35.010359 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:38:35.010426 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:35.010429 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:38:35.010442 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:35.010410 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010468 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:38:35.010436 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010483 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:38:35.010489 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 377.35µs I0703 06:38:35.010483 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010499 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010500 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:38:35.010502 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:35.010508 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010513 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010527 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010536 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010524 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010551 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:38:35.010561 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:38:35.010516 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010379 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010570 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010578 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010588 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010590 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:35.010589 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:38:35.010596 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 192.412µs I0703 06:38:35.010606 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:35.010604 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010604 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010622 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010633 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010633 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.010646 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:35.010614 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010657 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010650 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010670 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:38:35.010679 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:38:35.010681 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:35.010284 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010691 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:38:35.010551 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010701 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010701 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010722 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:35.010729 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 229.289µs I0703 06:38:35.010690 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 405.862µs I0703 06:38:35.010713 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.010743 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:35.010747 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.010757 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010776 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:35.010784 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 358.907µs I0703 06:38:35.010680 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010794 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:35.010752 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010804 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010813 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010820 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:38:35.010832 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010805 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010845 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010832 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010855 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010855 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:38:35.010866 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.010877 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010879 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:38:35.010870 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010886 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.010891 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:38:35.010895 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:38:35.010902 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010906 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:38:35.010902 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.010917 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010924 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:38:35.010927 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:35.010934 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:38:35.010938 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:35.010943 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010946 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 203.838µs I0703 06:38:35.010951 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 327.658µs I0703 06:38:35.010959 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:38:35.010961 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:35.010966 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:38:35.010968 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 173.97µs I0703 06:38:35.010976 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:35.010980 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:35.010983 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.448µs I0703 06:38:35.010995 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:38:35.010730 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.011022 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.011052 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.010990 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.010977 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.011011 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.011075 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:35.011088 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 949.469µs I0703 06:38:35.011091 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:38:35.011099 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:35.011100 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:38:35.011102 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.011113 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011114 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:38:35.011113 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.011122 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011127 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011127 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.011137 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011141 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011152 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011108 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.011154 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.011169 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.002044479 seconds. No OVN measurement. I0703 06:38:35.011181 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:38:35.010987 3451 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-231.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:u2725013338}] I0703 06:38:35.011193 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.011212 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011222 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011227 3451 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:u2725013338}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.011237 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.011136 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.011259 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-231.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:u2725013338} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013338}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.011284 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.011294 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:35.011304 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.011325 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:35.011346 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 365.729µs I0703 06:38:35.011361 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:35.011370 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.011182 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.011440 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.011443 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:38:35.011456 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.011457 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.011469 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011480 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011487 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:38:35.011494 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 497.814µs I0703 06:38:35.011506 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:35.011495 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.011519 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.011529 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:35.011537 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.011557 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:35.011571 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 211.643µs I0703 06:38:35.011583 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:38:35.011591 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.011664 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:38:35.011677 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.011691 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011701 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011719 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.011764 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.011776 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.011788 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.011811 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:38:35.011817 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 232.962µs I0703 06:38:35.011828 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:38:35.011838 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.011900 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:38:35.011912 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.011926 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011937 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.011955 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.011983 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:38:35.011995 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:38:35.012005 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.012027 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:38:35.012056 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 204.414µs I0703 06:38:35.012070 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:35.012078 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.012148 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:38:35.012161 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.012176 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.012188 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.012204 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.012232 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:38:35.012243 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:38:35.012254 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.012277 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:35.012284 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 215.489µs I0703 06:38:35.012296 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:38:35.012303 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.289µs I0703 06:38:35.012322 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:38:35.012330 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.012399 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:38:35.012412 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.012429 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.012439 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.012455 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.012485 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:38:35.012497 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:38:35.012508 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.012531 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:38:35.012540 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 217.919µs I0703 06:38:35.010966 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.744µs I0703 06:38:35.011514 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:35.012573 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:38:35.012589 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:35.012604 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:35.012613 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:35.012630 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.012661 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:38:35.012674 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:38:35.012689 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.011169 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:35.012757 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:35.012817 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:35.011266 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:38:35.012710 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:35.012882 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.374595ms I0703 06:38:35.012884 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.012896 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:38:35.012915 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:35.012920 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:38:35.012946 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:35.012949 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.983084ms I0703 06:38:35.012959 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.859374ms I0703 06:38:35.013294 3451 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-231.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:u2725013339}] I0703 06:38:35.013346 3451 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:u2725013339}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.013372 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-231.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:u2725013339} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013339}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.013801 3451 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-2-231.ec2.internal took: 4.119207ms I0703 06:38:35.013818 3451 master.go:657] Creating Interconnect resources for node ip-10-0-2-231.ec2.internal took: 5.224929ms I0703 06:38:35.013834 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:35.013848 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-231.ec2.internal I0703 06:38:35.029177 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:35.029207 3451 ovs.go:159] Exec(62): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:35.041579 3451 ovs.go:162] Exec(62): stdout: "" I0703 06:38:35.041597 3451 ovs.go:163] Exec(62): stderr: "" I0703 06:38:35.041606 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:35.047179 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope"}, Sequence:0x4e} I0703 06:38:35.047220 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope"}, Sequence:0x4f} I0703 06:38:35.047400 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpode6a08a67_5fb2bc_5f419b_5f8ca1_5f6012f1c91792_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:0x655af2a6e64a7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "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:0x655af2a6e61a1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e619e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342b}, "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:0x655af2a6e64a7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe2, 0x62, 0x1d, 0x39, 0xe4, 0x95, 0x4a, 0x68, 0x8d, 0xe6, 0x6d, 0x73, 0x4d, 0x3, 0x1a, 0xba}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e64a7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0703 06:38:35.047457 3451 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:0x9b9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3ad835}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153aac1}, "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:0x9b9}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x51} I0703 06:38:35.047588 3451 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:0x655af2a452af2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "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:0x655af2a3aa609}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537896}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3aa607}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537895}, "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:0x655af2a3ad8ff}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153ab8c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x84, 0x25, 0x94, 0xe1, 0xb0, 0xa1, 0x42, 0x98, 0x8d, 0x47, 0x3a, 0xb4, 0xfd, 0xb2, 0x89, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a452af2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0703 06:38:35.057334 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x53} I0703 06:38:35.057374 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88898b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c17}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c888987}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c14}, "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{0x9c, 0x96, 0x20, 0xf4, 0x13, 0x93, 0x4f, 0xa7, 0x8e, 0x75, 0x8d, 0xf4, 0x5e, 0xf3, 0x82, 0x21}}, "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:0x54} I0703 06:38:35.057510 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x55} I0703 06:38:35.057674 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88b039}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "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:0x655af2c88898b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c17}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c888987}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c14}, "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:0x655af2c88b039}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9c, 0x96, 0x20, 0xf4, 0x13, 0x93, 0x4f, 0xa7, 0x8e, 0x75, 0x8d, 0xf4, 0x5e, 0xf3, 0x82, 0x21}}, "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:0x655af2c88b039}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0703 06:38:35.057743 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope", "done"}, Sequence:0x57} I0703 06:38:35.057753 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x58} I0703 06:38:35.057814 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88b039}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "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:0x655af2c88898b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c17}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c888987}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c14}, "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:0x655af2c88b039}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9c, 0x96, 0x20, 0xf4, 0x13, 0x93, 0x4f, 0xa7, 0x8e, 0x75, 0x8d, 0xf4, 0x5e, 0xf3, 0x82, 0x21}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88b039}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0703 06:38:35.062143 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope", "/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope"}, Sequence:0x5a} I0703 06:38:35.062171 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope"}, Sequence:0x5b} I0703 06:38:35.062323 3451 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:0x655af294aa25a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6374e7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0703 06:38:35.062378 3451 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:0x9b9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3ad835}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153aac1}, "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:0x9b9}, "NRestarts":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0x0}, "ReloadResult":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "StatusErrno":dbus.Variant{sig:dbus.Signature{str:"i"}, value:0}, "StatusText":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}}, []string{"ExecCondition", "ExecConditionEx", "ExecStartPre", "ExecStartPreEx", "ExecStart", "ExecStartEx", "ExecStartPost", "ExecStartPostEx", "ExecReload", "ExecReloadEx", "ExecStop", "ExecStopEx", "ExecStopPost", "ExecStopPostEx"}}, Sequence:0x5d} I0703 06:38:35.062434 3451 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:0x655af2a452af2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "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:0x655af2a3aa609}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537896}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3aa607}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537895}, "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:0x655af2a3ad8ff}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153ab8c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x84, 0x25, 0x94, 0xe1, 0xb0, 0xa1, 0x42, 0x98, 0x8d, 0x47, 0x3a, 0xb4, 0xfd, 0xb2, 0x89, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a452af2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0703 06:38:35.062539 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpode6a08a67_5fb2bc_5f419b_5f8ca1_5f6012f1c91792_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:0x655af2a6e64a7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "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:0x655af2a6e61a1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e619e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342b}, "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:0x655af2a6e64a7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe2, 0x62, 0x1d, 0x39, 0xe4, 0x95, 0x4a, 0x68, 0x8d, 0xe6, 0x6d, 0x73, 0x4d, 0x3, 0x1a, 0xba}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e64a7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0703 06:38:35.063788 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x60} I0703 06:38:35.063827 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88c40e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a1969a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88c40c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19698}, "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{0xbd, 0x43, 0xf, 0x34, 0x1b, 0x40, 0x4c, 0x9b, 0xae, 0xdf, 0xb4, 0xac, 0x74, 0xb7, 0xd4, 0x87}}, "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:0x61} I0703 06:38:35.063937 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x62} I0703 06:38:35.064058 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88c9a0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "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:0x655af2c88c40e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a1969a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88c40c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19698}, "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:0x655af2c88c9a0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbd, 0x43, 0xf, 0x34, 0x1b, 0x40, 0x4c, 0x9b, 0xae, 0xdf, 0xb4, 0xac, 0x74, 0xb7, 0xd4, 0x87}}, "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:0x655af2c88c9a0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0703 06:38:35.064118 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope", "done"}, Sequence:0x64} I0703 06:38:35.064132 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x65} I0703 06:38:35.064210 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88c9a0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "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:0x655af2c88c40e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a1969a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88c40c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19698}, "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:0x655af2c88c9a0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbd, 0x43, 0xf, 0x34, 0x1b, 0x40, 0x4c, 0x9b, 0xae, 0xdf, 0xb4, 0xac, 0x74, 0xb7, 0xd4, 0x87}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88c9a0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0703 06:38:35.081938 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:35.081961 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:38:35.090716 3451 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:0x67} I0703 06:38:35.090740 3451 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:0x68} I0703 06:38:35.119452 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x69} I0703 06:38:35.119497 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88c9a0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c89a148}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a273d5}, "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:0x655af2c88c40e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a1969a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88c40c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19698}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c89a148}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a273d5}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88c9a0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a19c2d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xbd, 0x43, 0xf, 0x34, 0x1b, 0x40, 0x4c, 0x9b, 0xae, 0xdf, 0xb4, 0xac, 0x74, 0xb7, 0xd4, 0x87}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c89a148}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a273d5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6a} I0703 06:38:35.119559 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope", "/org/freedesktop/systemd1/unit/crio_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope"}, Sequence:0x6b} I0703 06:38:35.132954 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x6c} I0703 06:38:35.132995 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_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:0x655af2c88b039}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c89d5fc}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a2a889}, "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:0x655af2c88898b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c17}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c888987}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a15c14}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c89d5fc}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a2a889}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c88b039}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a182c6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9c, 0x96, 0x20, 0xf4, 0x13, 0x93, 0x4f, 0xa7, 0x8e, 0x75, 0x8d, 0xf4, 0x5e, 0xf3, 0x82, 0x21}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c89d5fc}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3a2a889}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6d} I0703 06:38:35.133124 3451 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-3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d3c4a1609962275324a3fafe0b93fd33ae619074723ffce07f86bb66a4d3b3f13_2escope"}, Sequence:0x6e} I0703 06:38:35.332081 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:35.332105 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:35.332123 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:35.332108 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-4cjfl: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=8d675bf88,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.129.0.3], PodStatus: false, PodCompleted?: false I0703 06:38:35.332137 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-4cjfl in node ip-10-0-2-231.ec2.internal I0703 06:38:35.332148 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-4cjfl in Admin Network Policy controller I0703 06:38:35.332162 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-4cjfl Admin Network Policy controller: took 15.003µs I0703 06:38:35.332218 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:35.332234 3451 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:35.332229 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-hpx26: podLabels app=network-check-target,controller-revision-hash=5f8ccf7c87,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.129.0.4], PodStatus: false, PodCompleted?: false I0703 06:38:35.332248 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:35.332253 3451 address_set.go:575] (u2725013206/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.3]) to address set I0703 06:38:35.332260 3451 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-hpx26 in node ip-10-0-2-231.ec2.internal I0703 06:38:35.332259 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-hpx26 in Admin Network Policy controller I0703 06:38:35.332273 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-hpx26 Admin Network Policy controller: took 16.534µs I0703 06:38:35.332300 3451 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 == {d62ca11c-e7c0-4d4a-b44c-6b48cbbe0972}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.332340 3451 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 == {d62ca11c-e7c0-4d4a-b44c-6b48cbbe0972}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.332353 3451 address_set.go:575] (u2725013152/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.4]) to address set I0703 06:38:35.332380 3451 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 == {bac07280-05b2-4195-a28e-9812f10f045e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.332404 3451 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 == {bac07280-05b2-4195-a28e-9812f10f045e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:35.332737 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:35.332754 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:35.332764 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-4cjfl I0703 06:38:35.332837 3451 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:35.332851 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:35.332861 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-hpx26 I0703 06:38:35.528767 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:35.528797 3451 ovs.go:159] Exec(63): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:35.538500 3451 ovs.go:162] Exec(63): stdout: "" I0703 06:38:35.538516 3451 ovs.go:163] Exec(63): stderr: "" I0703 06:38:35.538525 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:35.707645 3451 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:35.707680 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:35.707694 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 14.593µs I0703 06:38:35.707713 3451 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:35.707742 3451 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:35.707762 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal in node ip-10-0-0-139.ec2.internal I0703 06:38:35.707771 3451 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal took: 12.496µs I0703 06:38:35.707781 3451 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:35.707792 3451 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:35.707808 3451 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal took: 8.826µs I0703 06:38:35.707827 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal. OVN-Kubernetes controller took 5.182e-05 seconds. No OVN measurement. I0703 06:38:35.753987 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:35.754013 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:35.754048 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:35.754061 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in node ip-10-0-2-231.ec2.internal I0703 06:38:35.754068 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:35.754074 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:35.754081 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:35.894370 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:35.894394 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.894410 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.894438 3451 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj in node ip-10-0-1-225.ec2.internal I0703 06:38:35.894444 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.894455 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:35.894464 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.927943 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:35.928008 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.928027 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.928062 3451 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-7z6bj in node ip-10-0-1-225.ec2.internal I0703 06:38:35.928072 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.928083 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:35.928096 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7z6bj I0703 06:38:35.993068 3451 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-caadf08c5d38e7593cca3f878b7974ae7b5f191022dedbb7b1e7065ed82f206b.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dcaadf08c5d38e7593cca3f878b7974ae7b5f191022dedbb7b1e7065ed82f206b_2emount"}, Sequence:0x6f} I0703 06:38:35.993106 3451 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-caadf08c5d38e7593cca3f878b7974ae7b5f191022dedbb7b1e7065ed82f206b.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dcaadf08c5d38e7593cca3f878b7974ae7b5f191022dedbb7b1e7065ed82f206b_2emount"}, Sequence:0x70} I0703 06:38:35.993221 3451 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:0x71} I0703 06:38:35.993249 3451 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:0x72} I0703 06:38:35.993263 3451 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:0x73} I0703 06:38:35.993314 3451 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:0x74} I0703 06:38:35.993440 3451 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:0x75} I0703 06:38:35.993466 3451 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:0x76} I0703 06:38:35.993474 3451 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:0x77} I0703 06:38:35.993513 3451 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:0x78} I0703 06:38:35.993656 3451 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:0x79} I0703 06:38:35.993692 3451 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:0x7a} I0703 06:38:35.993834 3451 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:0x7b} I0703 06:38:35.993933 3451 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:0x655af296131cf}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a045c}, "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:0x655af2960edee}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79c07a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960edca}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79c059}, "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:0x655af296119ee}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ec7b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xef, 0xd8, 0x94, 0xc9, 0x35, 0xa9, 0x42, 0xf5, 0x81, 0x68, 0xc2, 0x73, 0x1, 0xa1, 0x92, 0xd3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af296131cf}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a045c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7c} I0703 06:38:35.993975 3451 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:0x655af290c2e14}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "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:0x655af290c2e14}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "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:0x655af290c2e14}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2500a0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7d} I0703 06:38:35.994013 3451 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:0x7e} I0703 06:38:35.994192 3451 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:0x655af290e87a3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x275a2f}, "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:0x655af290e874d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2759d9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af290e874b}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2759d8}, "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:0x655af290e87a3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x275a2f}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5c, 0xb0, 0xa9, 0x8f, 0x9c, 0xba, 0x46, 0x7e, 0xa2, 0x7f, 0x24, 0x20, 0xa2, 0x1, 0x15, 0xad}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2952cf10}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6ba19c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7f} I0703 06:38:35.994234 3451 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-caadf08c5d38e7593cca3f878b7974ae7b5f191022dedbb7b1e7065ed82f206b-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dcaadf08c5d38e7593cca3f878b7974ae7b5f191022dedbb7b1e7065ed82f206b_2dmerged_2emount"}, Sequence:0x80} I0703 06:38:35.994334 3451 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:0x655af294a6a07}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x633c94}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x81} I0703 06:38:35.994372 3451 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:0x655af2960e7ae}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932e148}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4bb3d5}, "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:0x655af2960e7a7}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba34}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7a5}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba33}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932e148}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4bb3d5}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7ae}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb9, 0xb0, 0x6e, 0x74, 0x40, 0x4e, 0x4e, 0x6, 0x8b, 0xff, 0xe9, 0x28, 0x32, 0xaa, 0xa1, 0xb8}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2960e7ae}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x79ba3b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x82} I0703 06:38:35.994448 3451 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:0x655af29640555}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932cb3a}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b9dc6}, "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:0x655af2964054e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7db}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2964054c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7d9}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2932cb3a}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b9dc6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af29640555}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0xdd, 0x50, 0x2d, 0xb5, 0xf4, 0x48, 0xf1, 0x9d, 0xd6, 0xaa, 0xdb, 0xa8, 0xa8, 0x93, 0xea}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af29640555}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7cd7e2}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x83} I0703 06:38:35.999053 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:35.999074 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:35.999089 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:35.999105 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-59ghw in node ip-10-0-1-225.ec2.internal I0703 06:38:35.999114 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:35.999124 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:35.999134 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:36.029516 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:36.029551 3451 ovs.go:159] Exec(64): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:36.040502 3451 ovs.go:162] Exec(64): stdout: "" I0703 06:38:36.040520 3451 ovs.go:163] Exec(64): stderr: "" I0703 06:38:36.040529 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:36.052910 3451 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-61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_2escope"}, Sequence:0x84} I0703 06:38:36.052953 3451 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-61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad.scope"}, Sequence:0x85} I0703 06:38:36.052967 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpode6a08a67_5fb2bc_5f419b_5f8ca1_5f6012f1c91792_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:0x655af2a6e64a7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "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:0x655af2a6e61a1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e619e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342b}, "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:0x655af2a6e64a7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe2, 0x62, 0x1d, 0x39, 0xe4, 0x95, 0x4a, 0x68, 0x8d, 0xe6, 0x6d, 0x73, 0x4d, 0x3, 0x1a, 0xba}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e64a7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x86} I0703 06:38:36.053117 3451 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:0x9b9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3ad835}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153aac1}, "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:0x9b9}, "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:0x87} I0703 06:38:36.053219 3451 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:0x655af2a452af2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "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:0x655af2a3aa609}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537896}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3aa607}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537895}, "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:0x655af2a3ad8ff}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153ab8c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x84, 0x25, 0x94, 0xe1, 0xb0, 0xa1, 0x42, 0x98, 0x8d, 0x47, 0x3a, 0xb4, 0xfd, 0xb2, 0x89, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a452af2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x88} I0703 06:38:36.070358 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x89} I0703 06:38:36.070462 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x655af2c97e214}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0b4a1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c97e212}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0b49e}, "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{0xb4, 0xc6, 0x5, 0x4f, 0x27, 0x94, 0x4e, 0xef, 0x94, 0x10, 0x1c, 0xea, 0x83, 0xba, 0xbc, 0x6}}, "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:0x8a} I0703 06:38:36.070563 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x8b} I0703 06:38:36.070675 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x655af2c98253c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0f7c9}, "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:0x655af2c97e214}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0b4a1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c97e212}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0b49e}, "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:0x655af2c98253c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0f7c9}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb4, 0xc6, 0x5, 0x4f, 0x27, 0x94, 0x4e, 0xef, 0x94, 0x10, 0x1c, 0xea, 0x83, 0xba, 0xbc, 0x6}}, "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:0x655af2c98253c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0f7c9}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8c} I0703 06:38:36.070723 3451 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-61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad.scope", "done"}, Sequence:0x8d} I0703 06:38:36.070732 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x8e} I0703 06:38:36.070823 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x655af2c98253c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0f7c9}, "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:0x655af2c97e214}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0b4a1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c97e212}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0b49e}, "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:0x655af2c98253c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0f7c9}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb4, 0xc6, 0x5, 0x4f, 0x27, 0x94, 0x4e, 0xef, 0x94, 0x10, 0x1c, 0xea, 0x83, 0xba, 0xbc, 0x6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c98253c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b0f7c9}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8f} I0703 06:38:36.075665 3451 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-61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad.scope", "/org/freedesktop/systemd1/unit/crio_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_2escope"}, Sequence:0x90} I0703 06:38:36.075694 3451 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-61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad.scope"}, Sequence:0x91} I0703 06:38:36.075847 3451 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:0x655af294aa25a}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6374e7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x92} I0703 06:38:36.075893 3451 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:0x9b9}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3ad835}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153aac1}, "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:0x9b9}, "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:0x93} I0703 06:38:36.075926 3451 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:0x655af2a452af2}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "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:0x655af2a3aa609}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537896}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a3aa607}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1537895}, "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:0x655af2a3ad8ff}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x153ab8c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x84, 0x25, 0x94, 0xe1, 0xb0, 0xa1, 0x42, 0x98, 0x8d, 0x47, 0x3a, 0xb4, 0xfd, 0xb2, 0x89, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a452af2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15dfd7f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x94} I0703 06:38:36.076013 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpode6a08a67_5fb2bc_5f419b_5f8ca1_5f6012f1c91792_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:0x655af2a6e64a7}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "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:0x655af2a6e61a1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e619e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x187342b}, "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:0x655af2a6e64a7}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe2, 0x62, 0x1d, 0x39, 0xe4, 0x95, 0x4a, 0x68, 0x8d, 0xe6, 0x6d, 0x73, 0x4d, 0x3, 0x1a, 0xba}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2a6e64a7}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1873734}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x95} I0703 06:38:36.076952 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x96} I0703 06:38:36.077067 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x655af2c983acd}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b10d5a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c983acb}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b10d57}, "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{0xd8, 0xba, 0x18, 0x8b, 0xc7, 0xc, 0x40, 0x60, 0x88, 0xe8, 0x38, 0x7b, 0x6c, 0xb5, 0x27, 0xeb}}, "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:0x97} I0703 06:38:36.077170 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x98} I0703 06:38:36.077316 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x655af2c983f36}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b111c3}, "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:0x655af2c983acd}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b10d5a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c983acb}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b10d57}, "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:0x655af2c983f36}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b111c3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd8, 0xba, 0x18, 0x8b, 0xc7, 0xc, 0x40, 0x60, 0x88, 0xe8, 0x38, 0x7b, 0x6c, 0xb5, 0x27, 0xeb}}, "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:0x655af2c983f36}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b111c3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x99} I0703 06:38:36.077399 3451 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-61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad.scope", "done"}, Sequence:0x9a} I0703 06:38:36.077413 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_2escope", Name:"org.freedesktop.DBus.Properties.PropertiesChanged", Body:[]interface {}{"org.freedesktop.systemd1.Scope", map[string]dbus.Variant{"Controller":dbus.Variant{sig:dbus.Signature{str:"s"}, value:""}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}}, []string{}}, Sequence:0x9b} I0703 06:38:36.077504 3451 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d61b03a57d9291779d8c1ea06cf7ab1aa459a7f3221ba578bdb306a9a6a7261ad_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:0x655af2c983f36}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b111c3}, "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:0x655af2c983acd}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b10d5a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c983acb}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b10d57}, "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:0x655af2c983f36}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b111c3}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd8, 0xba, 0x18, 0x8b, 0xc7, 0xc, 0x40, 0x60, 0x88, 0xe8, 0x38, 0x7b, 0x6c, 0xb5, 0x27, 0xeb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c983f36}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3b111c3}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9c} I0703 06:38:36.528656 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:36.528686 3451 ovs.go:159] Exec(65): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:36.537769 3451 ovs.go:162] Exec(65): stdout: "" I0703 06:38:36.537793 3451 ovs.go:163] Exec(65): stderr: "" I0703 06:38:36.537804 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:36.567105 3451 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-231.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-2546ccf2a9-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-231.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1a,topology.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: true I0703 06:38:36.567136 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-231.ec2.internal I0703 06:38:36.567149 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-231.ec2.internal in Admin Network Policy controller I0703 06:38:36.567161 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-231.ec2.internal Admin Network Policy controller: took 13.6µs I0703 06:38:36.567217 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:36.567246 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-231.ec2.internal I0703 06:38:36.567280 3451 master.go:657] Creating Interconnect resources for node ip-10-0-2-231.ec2.internal took: 672ns I0703 06:38:36.567295 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:36.567304 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-231.ec2.internal I0703 06:38:36.567319 3451 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-2-231.ec2.internal. Updating no re-route policies I0703 06:38:36.567220 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-231.ec2.internal I0703 06:38:36.567368 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-231.ec2.internal: 154.87µs I0703 06:38:36.567223 3451 node_tracker.go:172] Node ip-10-0-2-231.ec2.internal switch + router changed, syncing services I0703 06:38:36.567389 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:38:36.567407 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:36.567417 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:38:36.567423 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:38:36.567428 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:36.567433 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:38:36.567439 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:36.567445 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:36.567448 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:38:36.567447 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:38:36.567460 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567460 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567459 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567539 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:36.567559 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:38:36.567559 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:38:36.567562 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:38:36.567570 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567572 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567576 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567529 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:36.567565 3451 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.225 172.20.0.1 10.0.2.231]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:36.567591 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567594 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:38:36.567584 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567599 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567601 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:36.567606 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:38:36.567606 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567597 3451 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.225 172.20.0.1 10.0.2.231]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3f00fcf4-0bc2-49ad-abee-4b95496c1e68}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:36.567553 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567614 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.567626 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.567645 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.567656 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:38:36.567658 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.567662 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:38:36.567655 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:38:36.567673 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 17.221µs I0703 06:38:36.567675 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.567680 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:38:36.567593 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567681 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567690 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:36.567694 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567611 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:38:36.567699 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567702 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:38:36.567708 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:38:36.567710 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 263.653µs I0703 06:38:36.567711 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567716 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:36.567721 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:36.567710 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.567723 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:38:36.567731 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:38:36.567734 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:36.567739 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:38:36.567740 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:38:36.567748 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:38:36.567749 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.567756 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:36.567736 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.567763 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:38:36.567770 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:38:36.567773 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:38:36.567775 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:38:36.567730 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567774 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:38:36.567784 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:38:36.567786 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:38:36.567786 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 347.696µs I0703 06:38:36.567791 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:38:36.567801 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:36.567703 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567804 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:38:36.567801 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.567806 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:38:36.567809 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:36.567820 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:36.567692 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.567824 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:38:36.567825 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:36.567835 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:38:36.567834 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:38:36.567841 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:38:36.567836 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567844 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 305.482µs I0703 06:38:36.567817 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567850 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:38:36.567851 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567856 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567859 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:36.567858 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 410.455µs I0703 06:38:36.567860 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567865 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567822 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567874 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:38:36.567894 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:38:36.567884 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.567880 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.567918 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:38:36.567917 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.567916 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567870 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567925 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:38:36.567930 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:36.567930 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567934 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.567884 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.567939 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.567942 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567949 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:38:36.567952 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:38:36.567847 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:36.567958 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:38:36.567960 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 271.571µs I0703 06:38:36.567966 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:38:36.567964 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567973 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:36.567975 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 251.905µs I0703 06:38:36.567961 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.567974 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.567981 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:36.567981 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567989 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:38:36.567990 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567990 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:38:36.567995 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.567992 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:38:36.568001 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568005 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:38:36.568006 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:36.568016 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:36.568017 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568023 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:36.568031 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:36.568013 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568019 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568056 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:36.568060 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:38:36.568064 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:38:36.568064 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.567998 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568071 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:38:36.568067 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 259.992µs I0703 06:38:36.568075 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:38:36.568079 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:38:36.568062 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:38:36.568086 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:36.568087 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568093 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:38:36.568102 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:38:36.568105 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568109 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:38:36.568125 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 251.179µs I0703 06:38:36.568134 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568136 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:38:36.568137 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:38:36.568095 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568142 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568147 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 287.452µs I0703 06:38:36.568157 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568163 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:38:36.568163 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:38:36.568171 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.82µs I0703 06:38:36.568180 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:38:36.568182 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:38:36.568146 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568188 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:36.568209 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:38:36.568220 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:38:36.567976 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:38:36.568225 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568232 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:36.568191 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568237 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568247 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568253 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:38:36.568259 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 270.461µs I0703 06:38:36.568263 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:38:36.568270 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:36.568178 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568273 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:38:36.568280 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568283 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568294 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568238 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568281 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:36.568291 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568319 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:38:36.568322 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568330 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:38:36.568332 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:36.568284 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568321 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568345 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:36.568345 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568352 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.568356 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:38:36.568363 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 227.146µs I0703 06:38:36.568362 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568366 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:38:36.568365 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:38:36.568375 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:38:36.568377 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568355 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:36.568380 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568384 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.062µs I0703 06:38:36.568383 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568391 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:38:36.568394 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:38:36.568395 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568403 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:36.568404 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:38:36.568409 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568412 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 326.038µs I0703 06:38:36.568396 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568423 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:38:36.568424 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:38:36.568429 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:38:36.568431 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 249.695µs I0703 06:38:36.568429 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.568442 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:38:36.568446 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.568403 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568416 3451 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 == {7a4440c5-488f-4977-a4b2-120989895c58}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:36.568438 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:36.568459 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568465 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:38:36.568468 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:38:36.568475 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:38:36.568431 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568479 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568485 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:38:36.568493 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568497 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:38:36.568494 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 517.386µs I0703 06:38:36.568496 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:38:36.568503 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568450 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568503 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 230.093µs I0703 06:38:36.568495 3451 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:7a4440c5-488f-4977-a4b2-120989895c58}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:36.568513 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:38:36.568512 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568520 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:38:36.568522 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.939µs I0703 06:38:36.568525 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568526 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:38:36.568534 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:38:36.568519 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568536 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568541 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.922µs I0703 06:38:36.568543 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568547 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.568551 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:36.568518 3451 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 == {7a4440c5-488f-4977-a4b2-120989895c58}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:7a4440c5-488f-4977-a4b2-120989895c58}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:36.568559 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.568553 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568555 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568570 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568576 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568580 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.568529 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568592 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.568593 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:38:36.568601 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 206.936µs I0703 06:38:36.568603 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568606 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:38:36.568605 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:38:36.568560 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568612 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:38:36.568622 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.811µs I0703 06:38:36.568623 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:38:36.568619 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568630 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 207.935µs I0703 06:38:36.568631 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:38:36.568632 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:38:36.568635 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568640 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.489µs I0703 06:38:36.568641 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:38:36.568645 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568650 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:38:36.568649 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568617 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:38:36.568664 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568669 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:38:36.568660 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568676 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568680 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:36.568684 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.568694 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.568703 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568705 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:38:36.568659 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568694 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568713 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 270.344µs I0703 06:38:36.568652 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:38:36.568726 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:38:36.568725 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.568729 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:36.568729 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:38:36.568733 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 211.797µs I0703 06:38:36.568737 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:36.568739 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.568747 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:38:36.568748 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:36.568753 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568747 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568760 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568770 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568778 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:38:36.568781 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568777 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:38:36.568786 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 234.885µs I0703 06:38:36.568740 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568796 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568799 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:36.568758 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568811 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:38:36.568800 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568824 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568833 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:38:36.568832 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:38:36.568838 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568846 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:38:36.568848 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568833 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568850 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568857 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568808 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568867 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568876 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568865 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568884 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:38:36.568887 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:38:36.568892 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.568894 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 244.169µs I0703 06:38:36.568903 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.568898 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.568908 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:36.568913 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568893 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568915 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568927 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:38:36.568934 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.568861 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:38:36.568938 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:38:36.568941 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:38:36.568947 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 218.517µs I0703 06:38:36.568949 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:38:36.568953 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.568962 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:36.568961 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:38:36.568916 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.568954 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.568978 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:38:36.568984 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:38:36.568985 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:38:36.568986 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 237.489µs I0703 06:38:36.568998 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:38:36.569003 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:36.568999 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.569005 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:38:36.568971 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.569009 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569014 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569014 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 373.215µs I0703 06:38:36.569024 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569027 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:38:36.569028 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:36.569058 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:38:36.569060 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.569068 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 269.014µs I0703 06:38:36.569070 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569012 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.569078 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569064 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.569082 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:38:36.569091 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.771µs I0703 06:38:36.569092 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:38:36.569097 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:38:36.569089 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.569105 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:38:36.569062 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.569111 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:36.569111 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:38:36.569108 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.569115 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569122 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:38:36.569124 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569127 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:38:36.569132 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569133 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569134 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001068203 seconds. No OVN measurement. I0703 06:38:36.569140 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:38:36.569149 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 241.123µs I0703 06:38:36.569141 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.569155 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:38:36.569161 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:38:36.569161 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 202.232µs I0703 06:38:36.569162 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569152 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.569173 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:38:36.569174 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569120 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.569181 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.306µs I0703 06:38:36.569180 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.569188 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:38:36.569194 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:36.569204 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:38:36.569194 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.569170 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.569228 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:38:36.569227 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.569194 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:38:36.569240 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:38:36.569241 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569245 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:38:36.569251 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569251 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569254 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:38:36.569257 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.569270 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569267 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:38:36.569265 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.569275 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:38:36.569279 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569283 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.569284 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 256.062µs I0703 06:38:36.569283 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569290 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:38:36.569298 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:38:36.569298 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569296 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.569205 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569316 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:38:36.569317 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.569321 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 211.464µs I0703 06:38:36.569326 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.569332 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569331 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:38:36.569317 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:38:36.569340 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 336.551µs I0703 06:38:36.569347 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:38:36.569348 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:38:36.569352 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 191.324µs I0703 06:38:36.569361 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:38:36.569373 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:38:36.569395 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:38:36.569407 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 216.886µs I0703 06:38:36.584513 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:36.584576 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-231.ec2.internal I0703 06:38:36.584629 3451 master.go:657] Creating Interconnect resources for node ip-10-0-2-231.ec2.internal took: 11.488µs I0703 06:38:36.584643 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:36.584655 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-231.ec2.internal I0703 06:38:36.723355 3451 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:36.723384 3451 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:36.723403 3451 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal in node ip-10-0-0-139.ec2.internal I0703 06:38:36.723412 3451 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal took: 12.769µs I0703 06:38:36.723421 3451 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:36.723429 3451 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:36.723432 3451 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-139.ec2.internal I0703 06:38:36.723446 3451 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal took: 9.835µs I0703 06:38:36.723443 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:36.723456 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:36.723467 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 14.013µs I0703 06:38:36.723495 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:36.723508 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:36.723517 3451 default_network_controller.go:747] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:36.723523 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:36.723528 3451 obj_retry.go:620] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:36.723535 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 13.176µs I0703 06:38:36.723537 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal in node ip-10-0-0-139.ec2.internal I0703 06:38:36.723545 3451 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:36.723552 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:36.723558 3451 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal I0703 06:38:36.723584 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/kube-system/kube-apiserver-proxy-ip-10-0-0-139.ec2.internal. OVN-Kubernetes controller took 2.7388e-05 seconds. No OVN measurement. I0703 06:38:36.982191 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::f87e:7ff:feec:4be6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:38:37.007476 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:37.007503 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:37.007518 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:37.007533 3451 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-59ghw in node ip-10-0-1-225.ec2.internal I0703 06:38:37.007541 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:37.007465 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-59ghw: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=84b6dcc87d,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.225], PodStatus: true, PodCompleted?: false I0703 06:38:37.007551 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:37.007561 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-59ghw I0703 06:38:37.007563 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-59ghw in Admin Network Policy controller I0703 06:38:37.007588 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-59ghw Admin Network Policy controller: took 13.889µs I0703 06:38:37.029051 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:37.029080 3451 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.130.0.0/23" I0703 06:38:37.038626 3451 ovs.go:162] Exec(66): stdout: "" I0703 06:38:37.038640 3451 ovs.go:163] Exec(66): stderr: "" I0703 06:38:37.038651 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:37.730748 3451 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:37.730820 3451 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-139.ec2.internal: podLabels , podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:37.730821 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:37.730885 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:37.730896 3451 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:37.730905 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 20.785µs I0703 06:38:37.730911 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:37.730878 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:37.730924 3451 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal in node ip-10-0-0-139.ec2.internal I0703 06:38:37.730930 3451 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:37.730938 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:37.730942 3451 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.130.0.0/23" I0703 06:38:37.730945 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-139.ec2.internal I0703 06:38:37.740491 3451 ovs.go:162] Exec(67): stdout: "" I0703 06:38:37.740504 3451 ovs.go:163] Exec(67): stderr: "" I0703 06:38:37.740513 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:38.028558 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:38.028586 3451 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.130.0.0/23" I0703 06:38:38.038151 3451 ovs.go:162] Exec(68): stdout: "" I0703 06:38:38.038166 3451 ovs.go:163] Exec(68): stderr: "" I0703 06:38:38.038175 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:38.529399 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:38.529430 3451 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.130.0.0/23" I0703 06:38:38.538836 3451 ovs.go:162] Exec(69): stdout: "" I0703 06:38:38.538857 3451 ovs.go:163] Exec(69): stderr: "" I0703 06:38:38.538868 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:38.663457 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:38.663488 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-231.ec2.internal I0703 06:38:38.663545 3451 master.go:657] Creating Interconnect resources for node ip-10-0-2-231.ec2.internal took: 702ns I0703 06:38:38.663556 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:38.663564 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-231.ec2.internal I0703 06:38:39.028576 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:39.028607 3451 ovs.go:159] Exec(70): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:39.037979 3451 ovs.go:162] Exec(70): stdout: "" I0703 06:38:39.037996 3451 ovs.go:163] Exec(70): stderr: "" I0703 06:38:39.038005 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:39.529499 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:39.529531 3451 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" I0703 06:38:39.538924 3451 ovs.go:162] Exec(71): stdout: "" I0703 06:38:39.538946 3451 ovs.go:163] Exec(71): stderr: "" I0703 06:38:39.538955 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:39.840809 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:39.840894 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:39.840915 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:39.840935 3451 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb in node ip-10-0-2-231.ec2.internal I0703 06:38:39.840944 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:39.840954 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:39.840966 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:40.028441 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:40.028471 3451 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" I0703 06:38:40.038249 3451 ovs.go:162] Exec(72): stdout: "" I0703 06:38:40.038268 3451 ovs.go:163] Exec(72): stderr: "" I0703 06:38:40.038278 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:40.529389 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:40.529421 3451 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" I0703 06:38:40.538716 3451 ovs.go:162] Exec(73): stdout: "" I0703 06:38:40.538734 3451 ovs.go:163] Exec(73): stderr: "" I0703 06:38:40.538743 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:40.765277 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:40.765298 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:40.765311 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:40.765334 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in node ip-10-0-2-231.ec2.internal I0703 06:38:40.765340 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:40.765347 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:40.765354 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:41.029058 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:41.029086 3451 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" I0703 06:38:41.038270 3451 ovs.go:162] Exec(74): stdout: "" I0703 06:38:41.038287 3451 ovs.go:163] Exec(74): stderr: "" I0703 06:38:41.038296 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:41.529304 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:41.529330 3451 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" I0703 06:38:41.538565 3451 ovs.go:162] Exec(75): stdout: "" I0703 06:38:41.538579 3451 ovs.go:163] Exec(75): stderr: "" I0703 06:38:41.538587 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:42.028618 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:42.028650 3451 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" I0703 06:38:42.037988 3451 ovs.go:162] Exec(76): stdout: "" I0703 06:38:42.038007 3451 ovs.go:163] Exec(76): stderr: "" I0703 06:38:42.038018 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:42.476476 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:42.476503 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:42.476520 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:42.476538 3451 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-ldfsb in node ip-10-0-2-231.ec2.internal I0703 06:38:42.476546 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:42.476557 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:42.476564 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-ldfsb I0703 06:38:42.528908 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:42.528935 3451 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" I0703 06:38:42.538268 3451 ovs.go:162] Exec(77): stdout: "" I0703 06:38:42.538286 3451 ovs.go:163] Exec(77): stderr: "" I0703 06:38:42.538295 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:43.026194 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:43.026223 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:43.026261 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:43.026287 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:38:43.026296 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:43.026306 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:43.028369 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:43.028392 3451 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" I0703 06:38:43.037557 3451 ovs.go:162] Exec(78): stdout: "" I0703 06:38:43.037573 3451 ovs.go:163] Exec(78): stderr: "" I0703 06:38:43.037583 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:43.528634 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:43.528662 3451 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" I0703 06:38:43.538005 3451 ovs.go:162] Exec(79): stdout: "" I0703 06:38:43.538022 3451 ovs.go:163] Exec(79): stderr: "" I0703 06:38:43.538049 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:44.028583 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:44.028610 3451 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" I0703 06:38:44.037844 3451 ovs.go:162] Exec(80): stdout: "" I0703 06:38:44.037857 3451 ovs.go:163] Exec(80): stderr: "" I0703 06:38:44.037865 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:44.528726 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:44.528756 3451 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" I0703 06:38:44.537999 3451 ovs.go:162] Exec(81): stdout: "" I0703 06:38:44.538012 3451 ovs.go:163] Exec(81): stderr: "" I0703 06:38:44.538021 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:44.743054 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-9p45h: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:44.743153 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-9p45h in Admin Network Policy controller I0703 06:38:44.743174 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-9p45h Admin Network Policy controller: took 22.284µs I0703 06:38:44.743110 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:44.743200 3451 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-9p45h I0703 06:38:44.743220 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-9p45h I0703 06:38:44.743236 3451 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-9p45h in node ip-10-0-0-139.ec2.internal I0703 06:38:44.743241 3451 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-9p45h I0703 06:38:44.743250 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:44.743257 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-9p45h I0703 06:38:44.768453 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:44.768477 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:44.768493 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:44.768507 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-86bwv in node ip-10-0-0-139.ec2.internal I0703 06:38:44.768514 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:44.768521 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:44.768528 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:44.789644 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-jnw4h: podLabels app=konnectivity-agent,controller-revision-hash=5f9576579d,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:44.789731 3451 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-jnw4h in Admin Network Policy controller I0703 06:38:44.789750 3451 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-jnw4h Admin Network Policy controller: took 18.385µs I0703 06:38:44.789668 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:44.789765 3451 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:44.789781 3451 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-jnw4h I0703 06:38:44.789794 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-jnw4h in node ip-10-0-0-139.ec2.internal I0703 06:38:44.789803 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:44.789816 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:44.789826 3451 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-jnw4h I0703 06:38:44.810104 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-zg4zf: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:44.810142 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-zg4zf in Admin Network Policy controller I0703 06:38:44.810154 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-zg4zf Admin Network Policy controller: took 13.641µs I0703 06:38:44.810174 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:44.810186 3451 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:44.810197 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:44.810207 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-zg4zf in node ip-10-0-0-139.ec2.internal I0703 06:38:44.810212 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:44.810217 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:44.810224 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zg4zf I0703 06:38:44.830509 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-nklt7: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:44.830568 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:44.830583 3451 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:44.830581 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-nklt7 in Admin Network Policy controller I0703 06:38:44.830595 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-nklt7 I0703 06:38:44.830598 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-nklt7 Admin Network Policy controller: took 18.94µs I0703 06:38:44.830605 3451 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-nklt7 in node ip-10-0-0-139.ec2.internal I0703 06:38:44.830611 3451 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-nklt7 I0703 06:38:44.830616 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:44.830626 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-nklt7 I0703 06:38:45.029283 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:45.029307 3451 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" I0703 06:38:45.038534 3451 ovs.go:162] Exec(82): stdout: "" I0703 06:38:45.038552 3451 ovs.go:163] Exec(82): stderr: "" I0703 06:38:45.038561 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:45.528567 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:45.528594 3451 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" I0703 06:38:45.537865 3451 ovs.go:162] Exec(83): stdout: "" I0703 06:38:45.537884 3451 ovs.go:163] Exec(83): stderr: "" I0703 06:38:45.537896 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:45.777590 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:45.777613 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:45.777626 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:45.777639 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in node ip-10-0-2-231.ec2.internal I0703 06:38:45.777645 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:45.777651 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:45.777658 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:46.029282 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:46.029310 3451 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" I0703 06:38:46.038859 3451 ovs.go:162] Exec(84): stdout: "" I0703 06:38:46.038873 3451 ovs.go:163] Exec(84): stderr: "" I0703 06:38:46.038881 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:46.528754 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:46.528781 3451 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" I0703 06:38:46.537904 3451 ovs.go:162] Exec(85): stdout: "" I0703 06:38:46.537921 3451 ovs.go:163] Exec(85): stderr: "" I0703 06:38:46.537930 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:46.682476 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:46.682500 3451 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.682514 3451 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.682525 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-jnw4h in node ip-10-0-0-139.ec2.internal I0703 06:38:46.682531 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.682537 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:46.682559 3451 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.753635 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:46.753657 3451 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.753673 3451 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.753704 3451 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-jnw4h in node ip-10-0-0-139.ec2.internal I0703 06:38:46.753710 3451 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.753717 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:46.753724 3451 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-jnw4h I0703 06:38:46.783291 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:46.783322 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:46.783353 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:46.783369 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in node ip-10-0-2-231.ec2.internal I0703 06:38:46.783378 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:46.783388 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:46.783401 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:47.029077 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:47.029109 3451 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" I0703 06:38:47.038945 3451 ovs.go:162] Exec(86): stdout: "" I0703 06:38:47.038965 3451 ovs.go:163] Exec(86): stderr: "" I0703 06:38:47.038976 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:47.529228 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:47.529254 3451 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" I0703 06:38:47.538796 3451 ovs.go:162] Exec(87): stdout: "" I0703 06:38:47.538810 3451 ovs.go:163] Exec(87): stderr: "" I0703 06:38:47.538818 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:47.788170 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-jdgkg: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=84b6dcc87d,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.231], PodStatus: true, PodCompleted?: false I0703 06:38:47.788199 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:47.788216 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:47.788219 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in Admin Network Policy controller I0703 06:38:47.788229 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:47.788236 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-jdgkg Admin Network Policy controller: took 17.842µs I0703 06:38:47.788241 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jdgkg in node ip-10-0-2-231.ec2.internal I0703 06:38:47.788249 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:47.788259 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:47.788266 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jdgkg I0703 06:38:48.028823 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:48.028850 3451 ovs.go:159] Exec(88): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:48.038290 3451 ovs.go:162] Exec(88): stdout: "" I0703 06:38:48.038308 3451 ovs.go:163] Exec(88): stderr: "" I0703 06:38:48.038317 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:48.528558 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:48.528588 3451 ovs.go:159] Exec(89): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:48.537844 3451 ovs.go:162] Exec(89): stdout: "" I0703 06:38:48.537858 3451 ovs.go:163] Exec(89): stderr: "" I0703 06:38:48.537866 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:49.028817 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:49.028861 3451 ovs.go:159] Exec(90): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:49.038069 3451 ovs.go:162] Exec(90): stdout: "" I0703 06:38:49.038084 3451 ovs.go:163] Exec(90): stderr: "" I0703 06:38:49.038092 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:49.528336 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:49.528367 3451 ovs.go:159] Exec(91): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:49.537602 3451 ovs.go:162] Exec(91): stdout: "" I0703 06:38:49.537622 3451 ovs.go:163] Exec(91): stderr: "" I0703 06:38:49.537632 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:50.028629 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:50.028656 3451 ovs.go:159] Exec(92): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:50.037913 3451 ovs.go:162] Exec(92): stdout: "" I0703 06:38:50.037927 3451 ovs.go:163] Exec(92): stderr: "" I0703 06:38:50.037935 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:50.529057 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:50.529088 3451 ovs.go:159] Exec(93): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:50.538392 3451 ovs.go:162] Exec(93): stdout: "" I0703 06:38:50.538410 3451 ovs.go:163] Exec(93): stderr: "" I0703 06:38:50.538419 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:51.029377 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:51.029403 3451 ovs.go:159] Exec(94): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:51.038612 3451 ovs.go:162] Exec(94): stdout: "" I0703 06:38:51.038630 3451 ovs.go:163] Exec(94): stderr: "" I0703 06:38:51.038641 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:51.528961 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:51.528987 3451 ovs.go:159] Exec(95): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:51.538247 3451 ovs.go:162] Exec(95): stdout: "" I0703 06:38:51.538264 3451 ovs.go:163] Exec(95): stderr: "" I0703 06:38:51.538273 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:52.029791 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:52.029820 3451 ovs.go:159] Exec(96): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:52.039156 3451 ovs.go:162] Exec(96): stdout: "" I0703 06:38:52.039169 3451 ovs.go:163] Exec(96): stderr: "" I0703 06:38:52.039178 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:52.529441 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:52.529471 3451 ovs.go:159] Exec(97): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:52.538786 3451 ovs.go:162] Exec(97): stdout: "" I0703 06:38:52.538805 3451 ovs.go:163] Exec(97): stderr: "" I0703 06:38:52.538816 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:53.028722 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:53.028748 3451 ovs.go:159] Exec(98): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:53.038318 3451 ovs.go:162] Exec(98): stdout: "" I0703 06:38:53.038335 3451 ovs.go:163] Exec(98): stderr: "" I0703 06:38:53.038344 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:53.533079 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:53.533107 3451 ovs.go:159] Exec(99): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:53.542318 3451 ovs.go:162] Exec(99): stdout: "" I0703 06:38:53.542334 3451 ovs.go:163] Exec(99): stderr: "" I0703 06:38:53.542343 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:53.710771 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-139.ec2.internal I0703 06:38:53.710803 3451 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-139.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-2546ccf2a9-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-139.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhcos,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: false I0703 06:38:53.710829 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-139.ec2.internal: 66.603µs I0703 06:38:53.710837 3451 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-139.ec2.internal in Admin Network Policy controller I0703 06:38:53.710803 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:53.710847 3451 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-139.ec2.internal Admin Network Policy controller: took 11.604µs I0703 06:38:53.710857 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:53.710905 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0703 06:38:53.710940 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:38:53.710957 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:53.710969 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:38:54.029018 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:54.029063 3451 ovs.go:159] Exec(100): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:54.038313 3451 ovs.go:162] Exec(100): stdout: "" I0703 06:38:54.038330 3451 ovs.go:163] Exec(100): stderr: "" I0703 06:38:54.038340 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:54.529428 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:54.529455 3451 ovs.go:159] Exec(101): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:54.539115 3451 ovs.go:162] Exec(101): stdout: "" I0703 06:38:54.539130 3451 ovs.go:163] Exec(101): stderr: "" I0703 06:38:54.539139 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:54.771968 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-9p9dg: podLabels app=multus,component=network,controller-revision-hash=fdfbfcc4b,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:54.772013 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-9p9dg in Admin Network Policy controller I0703 06:38:54.772014 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:54.772026 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-9p9dg Admin Network Policy controller: took 14.346µs I0703 06:38:54.772030 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-9p9dg I0703 06:38:54.772064 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-9p9dg I0703 06:38:54.772075 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-9p9dg in node ip-10-0-0-139.ec2.internal I0703 06:38:54.772081 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-9p9dg I0703 06:38:54.772089 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:54.772105 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-9p9dg I0703 06:38:54.796301 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:54.796359 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:54.796377 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:54.796393 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-86bwv in node ip-10-0-0-139.ec2.internal I0703 06:38:54.796402 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:54.796412 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:54.796425 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:55.028755 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:55.028786 3451 ovs.go:159] Exec(102): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:55.038253 3451 ovs.go:162] Exec(102): stdout: "" I0703 06:38:55.038272 3451 ovs.go:163] Exec(102): stderr: "" I0703 06:38:55.038281 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:55.529640 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:55.529667 3451 ovs.go:159] Exec(103): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:55.538798 3451 ovs.go:162] Exec(103): stdout: "" I0703 06:38:55.538815 3451 ovs.go:163] Exec(103): stderr: "" I0703 06:38:55.538824 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:55.779958 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:55.780016 3451 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:55.780059 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:55.780076 3451 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r in node ip-10-0-0-139.ec2.internal I0703 06:38:55.780086 3451 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:55.780098 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:55.780115 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r I0703 06:38:55.779954 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:55.780139 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r in Admin Network Policy controller I0703 06:38:55.780150 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r Admin Network Policy controller: took 14.064µs I0703 06:38:55.780149 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-j5n9r. OVN-Kubernetes controller took 6.7101e-05 seconds. No OVN measurement. I0703 06:38:55.807170 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:55.807191 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:55.807202 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:55.807212 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-86bwv in node ip-10-0-0-139.ec2.internal I0703 06:38:55.807218 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:55.807224 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:55.807230 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:56.028927 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:56.028954 3451 ovs.go:159] Exec(104): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:56.038216 3451 ovs.go:162] Exec(104): stdout: "" I0703 06:38:56.038232 3451 ovs.go:163] Exec(104): stderr: "" I0703 06:38:56.038241 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:56.529391 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:56.529418 3451 ovs.go:159] Exec(105): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:56.538249 3451 ovs.go:162] Exec(105): stdout: "" I0703 06:38:56.538265 3451 ovs.go:163] Exec(105): stderr: "" I0703 06:38:56.538275 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:56.793687 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:56.793735 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:56.793752 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:56.793766 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-86bwv in node ip-10-0-0-139.ec2.internal I0703 06:38:56.793774 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:56.793786 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:56.793799 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:57.028531 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:57.028558 3451 ovs.go:159] Exec(106): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:57.037936 3451 ovs.go:162] Exec(106): stdout: "" I0703 06:38:57.037955 3451 ovs.go:163] Exec(106): stderr: "" I0703 06:38:57.037963 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:57.528927 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:57.528958 3451 ovs.go:159] Exec(107): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:57.538208 3451 ovs.go:162] Exec(107): stdout: "" I0703 06:38:57.538225 3451 ovs.go:163] Exec(107): stderr: "" I0703 06:38:57.538235 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:58.029871 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:58.029900 3451 ovs.go:159] Exec(108): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:58.039375 3451 ovs.go:162] Exec(108): stdout: "" I0703 06:38:58.039389 3451 ovs.go:163] Exec(108): stderr: "" I0703 06:38:58.039398 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:58.061900 3451 ovs.go:159] Exec(109): /usr/bin/ovs-appctl --timeout=15 dpctl/dump-dps I0703 06:38:58.061997 3451 ovs.go:159] Exec(110): /usr/bin/ovs-appctl -t /var/run/openvswitch/ovs-vswitchd.1144.ctl memory/show I0703 06:38:58.062003 3451 ovs.go:159] Exec(111): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-ex I0703 06:38:58.066259 3451 ovs.go:162] Exec(109): stdout: "system@ovs-system\n" I0703 06:38:58.066278 3451 ovs.go:163] Exec(109): stderr: "" I0703 06:38:58.066299 3451 ovs.go:159] Exec(112): /usr/bin/ovs-appctl --timeout=15 dpctl/show system@ovs-system I0703 06:38:58.066773 3451 ovs.go:162] Exec(110): stdout: "handlers:8 idl-cells-Open_vSwitch:471 ofconns:5 ports:7 revalidators:3 rules:1441 udpif keys:7\n" I0703 06:38:58.066784 3451 ovs.go:162] Exec(111): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=240953 byte_count=1645792309 flow_count=1\n" I0703 06:38:58.066793 3451 ovs.go:163] Exec(110): stderr: "" I0703 06:38:58.066794 3451 ovs.go:163] Exec(111): stderr: "" I0703 06:38:58.066813 3451 ovs.go:159] Exec(113): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-int I0703 06:38:58.070004 3451 ovs.go:162] Exec(112): stdout: "system@ovs-system:\n lookups: hit:240940 missed:43 lost:0\n flows: 7\n masks: hit:241128 total:4 hit/pkt:1.00\n cache: hit:239850 hit-rate:99.53%\n caches:\n masks-cache: size:256\n port 0: ovs-system (internal)\n port 1: ens5\n port 2: br-ex (internal)\n port 3: br-int (internal)\n port 4: ovn-k8s-mp0 (internal)\n port 5: genev_sys_6081 (geneve: packet_type=ptap)\n" I0703 06:38:58.070021 3451 ovs.go:163] Exec(112): stderr: "" I0703 06:38:58.071662 3451 ovs.go:162] Exec(113): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=4719 byte_count=14894600 flow_count=1432\n" I0703 06:38:58.071677 3451 ovs.go:163] Exec(113): stderr: "" I0703 06:38:58.100873 3451 ovs.go:159] Exec(114): /usr/bin/ovn-appctl -t /var/run/ovn/ovnnb_db.ctl --timeout=5 memory/show I0703 06:38:58.104016 3451 ovs.go:162] Exec(114): stdout: "atoms:3850 cells:2261 json-caches:2 monitors:3 n-weak-refs:47 sessions:2\n" I0703 06:38:58.104046 3451 ovs.go:163] Exec(114): stderr: "" I0703 06:38:58.104071 3451 ovs.go:159] Exec(115): /usr/bin/ovn-appctl -t /var/run/ovn/ovnsb_db.ctl --timeout=5 memory/show I0703 06:38:58.106831 3451 ovs.go:162] Exec(115): stdout: "atoms:10717 cells:10365 json-caches:2 monitors:5 n-weak-refs:73 sessions:3\n" I0703 06:38:58.106848 3451 ovs.go:163] Exec(115): stderr: "" I0703 06:38:58.529363 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:58.529391 3451 ovs.go:159] Exec(116): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:58.538701 3451 ovs.go:162] Exec(116): stdout: "" I0703 06:38:58.538719 3451 ovs.go:163] Exec(116): stderr: "" I0703 06:38:58.538728 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:58.715096 3451 model_client.go:382] Update operations generated as: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1783060738 ipsec_encapsulation:false mac_prefix:82:fc:7d max_tunid:16711680 name:ip-10-0-1-225.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:d6:f5:72:6f:11:eb]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {15c4131c-77db-4dc9-b04a-6757cfb4f5dc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:58.715157 3451 transact.go:42] Configuring OVN: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1783060738 ipsec_encapsulation:false mac_prefix:82:fc:7d max_tunid:16711680 name:ip-10-0-1-225.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:d6:f5:72:6f:11:eb]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {15c4131c-77db-4dc9-b04a-6757cfb4f5dc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:58.715692 3451 ovnkube_controller.go:1470] Failed to find "e2e_timestamp" from OVN_Southbound options. This may occur at startup. I0703 06:38:58.812701 3451 obj_retry.go:409] Going to retry *v1.Node resource setup for 1 objects: [ip-10-0-0-139.ec2.internal] I0703 06:38:58.812731 3451 obj_retry.go:418] Waiting for all the *v1.Node retry setup to complete in iterateRetryResources I0703 06:38:58.812745 3451 obj_retry.go:303] Retry object setup: *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:58.812755 3451 obj_retry.go:365] Adding new object: *v1.Node ip-10-0-0-139.ec2.internal I0703 06:38:58.812849 3451 obj_retry.go:377] Retry add failed for *v1.Node ip-10-0-0-139.ec2.internal, will try again later: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:38:58.812866 3451 obj_retry.go:420] Function iterateRetryResources for *v1.Node ended (in 183.628µs) I0703 06:38:59.028791 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:59.028818 3451 ovs.go:159] Exec(117): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:38:59.038181 3451 ovs.go:162] Exec(117): stdout: "" I0703 06:38:59.038199 3451 ovs.go:163] Exec(117): stderr: "" I0703 06:38:59.038207 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:59.283788 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:38:59.283845 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-225.ec2.internal E0703 06:38:59.283879 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:38:59.283896 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:38:59.283906 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:38:59.284023 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:38:59.284059 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-225.ec2.internal I0703 06:38:59.284107 3451 egressip.go:1976] Egress node: ip-10-0-1-225.ec2.internal about to be initialized I0703 06:38:59.284185 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:59.284241 3451 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:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:59.284267 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:38:59.309831 3451 obj_retry.go:409] Going to retry *v1.Pod resource setup for 2 objects: [openshift-network-diagnostics/network-check-target-khs5v openshift-multus/network-metrics-daemon-mftd5] I0703 06:38:59.309864 3451 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 06:38:59.309882 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:59.309893 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:38:59.309899 3451 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:59.309907 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-mftd5 in node ip-10-0-0-139.ec2.internal I0703 06:38:59.309930 3451 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:38:59.309940 3451 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-khs5v in node ip-10-0-0-139.ec2.internal I0703 06:38:59.309951 3451 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-mftd5, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-mftd5: suppressed error logged: pod openshift-multus/network-metrics-daemon-mftd5: no pod IPs found I0703 06:38:59.309969 3451 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-khs5v, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-khs5v: suppressed error logged: pod openshift-network-diagnostics/network-check-target-khs5v: no pod IPs found I0703 06:38:59.309985 3451 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 161.088µs) I0703 06:38:59.529016 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:38:59.529062 3451 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" I0703 06:38:59.538825 3451 ovs.go:162] Exec(118): stdout: "" I0703 06:38:59.538838 3451 ovs.go:163] Exec(118): stderr: "" I0703 06:38:59.538846 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:38:59.806804 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:59.806856 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:59.806875 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:59.806890 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-86bwv in node ip-10-0-0-139.ec2.internal I0703 06:38:59.806900 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:59.806910 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:59.806922 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-86bwv I0703 06:38:59.837374 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:38:59.837369 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-g47rz: podLabels app=ovnkube-node,component=network,controller-revision-hash=6d85f67b4c,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.139], PodStatus: true, PodCompleted?: false I0703 06:38:59.837396 3451 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:59.837415 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:59.837415 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-g47rz in Admin Network Policy controller I0703 06:38:59.837428 3451 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-g47rz in node ip-10-0-0-139.ec2.internal I0703 06:38:59.837431 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-g47rz Admin Network Policy controller: took 16.95µs I0703 06:38:59.837437 3451 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:38:59.837445 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:38:59.837454 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-g47rz I0703 06:39:00.029121 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:00.029148 3451 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" I0703 06:39:00.038526 3451 ovs.go:162] Exec(119): stdout: "" I0703 06:39:00.038550 3451 ovs.go:163] Exec(119): stderr: "" I0703 06:39:00.038559 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:39:00.528900 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:00.528930 3451 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" I0703 06:39:00.538273 3451 ovs.go:162] Exec(120): stdout: "" I0703 06:39:00.538291 3451 ovs.go:163] Exec(120): stderr: "" I0703 06:39:00.538303 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:39:01.029662 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:01.029691 3451 ovs.go:159] Exec(121): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:39:01.039128 3451 ovs.go:162] Exec(121): stdout: "" I0703 06:39:01.039146 3451 ovs.go:163] Exec(121): stderr: "" I0703 06:39:01.039157 3451 default_node_network_controller.go:766] Upgrade Hack: checkOVNSBNodeLRSR for node - 10.130.0.0/23 : match match="reg7 == 0 && ip4.dst == 10.130.0.0/23" : stdout - : stderr - : err I0703 06:39:01.172698 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-139.ec2.internal I0703 06:39:01.172747 3451 node_tracker.go:238] Node ip-10-0-0-139.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-139.ec2.internal" I0703 06:39:01.172748 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:01.172762 3451 node_tracker.go:172] Node ip-10-0-0-139.ec2.internal switch + router changed, syncing services I0703 06:39:01.172770 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:39:01.172780 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:39:01.172804 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:39:01.172815 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:01.172815 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone ip-10-0-0-139.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:01.172834 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:01.172849 3451 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-139.ec2.internal, new=ip-10-0-0-139.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-139.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-139.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-139.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-139.ec2.internal I0703 06:39:01.172869 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:01.172880 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:39:01.172894 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.172899 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.172904 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.172909 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.172914 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.172918 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.172922 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.172926 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.172931 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.172935 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.172939 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:39:01.172943 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:01.172948 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.172961 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.172848 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:01.172968 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.172978 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 11.571µs I0703 06:39:01.172976 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.172992 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.172994 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 17.185µs I0703 06:39:01.173001 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.173010 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.173011 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.172969 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173023 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.172998 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173070 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.173073 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:01.173081 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:01.173088 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.173086 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:01.173093 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.173087 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173098 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.173102 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:39:01.173102 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173102 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173111 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173114 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:01.173114 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173024 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173122 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173134 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173133 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173160 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.173163 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.173170 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.173183 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173201 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.173208 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 215.903µs I0703 06:39:01.173218 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.173063 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:39:01.173262 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173224 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173280 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:01.173292 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173301 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173293 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173307 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173171 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.173330 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173319 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173343 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.173352 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.173314 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:01.173359 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173363 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:01.173371 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.173373 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.173378 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 160.75µs I0703 06:39:01.173388 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.173414 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:01.173149 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:01.173423 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 594.229µs I0703 06:39:01.173394 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173434 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.173451 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:01.173461 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173471 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173478 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173445 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173504 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:01.173494 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173520 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:01.173351 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.173521 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173527 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:01.173532 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 569.356µs I0703 06:39:01.173536 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173535 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173546 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.173548 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173550 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.173555 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 166.927µs I0703 06:39:01.173565 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.173564 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173432 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173597 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.173576 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173609 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:01.173555 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173614 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:01.173620 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173622 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173631 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173631 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:01.173638 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173644 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.173646 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173655 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 219.828µs I0703 06:39:01.173119 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.173661 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173599 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173652 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173669 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:39:01.173672 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173674 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:01.173673 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173676 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.685µs I0703 06:39:01.173682 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:01.173687 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:39:01.173689 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.173701 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.173688 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173696 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173710 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:39:01.173716 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:01.173716 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:01.173727 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:01.173727 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:01.173736 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173740 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173743 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.173689 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173755 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.173756 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.173762 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 752.595µs I0703 06:39:01.173702 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173762 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.173773 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.173774 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 228.764µs I0703 06:39:01.173779 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.773µs I0703 06:39:01.173786 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.173787 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.173788 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:01.173764 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:39:01.173805 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173820 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.173823 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173828 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:39:01.173835 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:01.173836 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173841 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:39:01.173847 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.173855 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.173862 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.173872 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.173878 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:39:01.173856 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173885 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:01.172966 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.173891 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:39:01.173887 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000835551 seconds. No OVN measurement. I0703 06:39:01.173894 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.173897 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:01.173793 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173907 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.173920 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.173897 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173945 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.173952 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 262.713µs I0703 06:39:01.173956 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:01.173768 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.173968 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.173971 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 404.748µs I0703 06:39:01.173985 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.173972 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.173999 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174009 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173792 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.173978 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174064 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:01.174026 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.173997 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174075 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174081 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:01.174081 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:01.174086 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174093 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:01.174094 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174098 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:01.174098 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174104 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174109 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174115 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.173922 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:01.174122 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174127 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174110 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174133 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174134 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.174133 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174142 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174143 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.184302ms I0703 06:39:01.174148 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174153 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.174157 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.174159 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174167 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174146 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174150 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174182 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:01.174191 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.174191 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174178 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174198 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 411.492µs I0703 06:39:01.174196 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:01.174206 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.174208 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174212 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:01.174214 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174216 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174219 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.174169 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174231 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174239 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.174242 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:01.174240 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.174248 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 280.703µs I0703 06:39:01.174251 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 267.112µs I0703 06:39:01.174255 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.174254 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174263 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 474.365µs I0703 06:39:01.174266 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:01.174268 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174271 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.174222 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174275 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:01.174277 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174284 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.49µs I0703 06:39:01.174292 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.174294 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:01.174295 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174307 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174281 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174277 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174324 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.174325 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174336 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174336 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:01.174340 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:01.174344 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:01.174301 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174349 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174352 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174358 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174351 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174364 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174369 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:01.174372 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.174377 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174378 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174381 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 223.58µs I0703 06:39:01.174383 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174389 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.174393 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:39:01.174396 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174405 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174409 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174374 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174395 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174422 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174427 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:01.174429 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:01.174437 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 226.141µs I0703 06:39:01.174424 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174411 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174439 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:01.174449 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.174450 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:01.174456 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174442 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174463 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:01.174473 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174471 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:01.174476 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.174481 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:01.174486 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 215.931µs I0703 06:39:01.174488 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:01.174495 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.174497 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174458 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174502 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174499 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.174501 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 208.615µs I0703 06:39:01.174505 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174519 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:01.174517 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:01.174520 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174526 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:01.174534 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 267.877µs I0703 06:39:01.174532 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174544 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.174545 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174547 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.174515 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174556 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174528 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174554 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.174574 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:01.174585 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:01.174588 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:01.174587 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174575 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174597 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.174602 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174600 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174606 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174559 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174612 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174615 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174620 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:01.174619 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:01.174626 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 232.832µs I0703 06:39:01.174627 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174632 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174632 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:01.174637 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:01.174631 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174648 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174654 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.174644 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174659 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:01.174663 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 213.865µs I0703 06:39:01.174663 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174669 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174672 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:01.174675 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.174677 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174649 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174681 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:01.174683 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174694 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174702 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:39:01.174705 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.174713 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 214.109µs I0703 06:39:01.174715 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:01.174717 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174695 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174723 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 203.86µs I0703 06:39:01.174725 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:39:01.174683 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174728 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174733 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.174733 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174742 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 9.342µs I0703 06:39:01.174742 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174749 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.174751 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.174754 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:39:01.174761 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174764 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.174734 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174770 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174780 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174785 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.174774 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.174794 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174791 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:39:01.174794 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 247.098µs I0703 06:39:01.174761 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174802 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.174806 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174812 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.174816 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.174817 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.174816 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174819 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:01.174820 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.764µs I0703 06:39:01.174831 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174836 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.174835 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174840 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:01.174825 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.174843 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.135µs I0703 06:39:01.174849 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174848 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 211.298µs I0703 06:39:01.174851 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.174855 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.174856 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:01.174859 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174863 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:01.174867 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.174864 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.174889 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.174876 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.174895 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 220.672µs I0703 06:39:01.174895 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:01.174902 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174907 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:01.174909 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.174872 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174914 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.174867 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174926 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.174931 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:39:01.174931 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:01.174937 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 212.242µs I0703 06:39:01.174938 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:01.174947 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.174944 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174948 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:01.174952 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 201.46µs I0703 06:39:01.174952 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.174958 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.467µs I0703 06:39:01.174958 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174916 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.174968 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174971 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174979 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174980 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:01.174991 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174984 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.175000 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.174996 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.175007 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.175009 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.174997 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.175014 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.175025 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.175028 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.175049 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:01.175056 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 194.527µs I0703 06:39:01.175064 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.175077 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.175058 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.175089 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:01.175096 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.175103 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:01.175110 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 252.517µs I0703 06:39:01.175114 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:01.175119 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 213.187µs I0703 06:39:01.312200 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-139.ec2.internal I0703 06:39:01.312284 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:01.312312 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-139.ec2.internal I0703 06:39:01.312351 3451 node_tracker.go:172] Node ip-10-0-0-139.ec2.internal switch + router changed, syncing services I0703 06:39:01.312364 3451 default_network_controller.go:1028] Node ip-10-0-0-139.ec2.internal in remote zone ip-10-0-0-139.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:01.312372 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:39:01.312394 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:39:01.312418 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.312428 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.312436 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:39:01.312444 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.312452 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:39:01.312459 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:01.312465 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:39:01.312472 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.312458 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:30ac689c-2334-4436-aa14-79d1e3b6f74d ip:10.0.0.139 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013340}] I0703 06:39:01.312480 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.312487 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.312502 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:39:01.312505 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.312506 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.312506 3451 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2725013340}]} hostname:ip-10-0-0-139.ec2.internal name:30ac689c-2334-4436-aa14-79d1e3b6f74d other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013341}] I0703 06:39:01.312529 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.312539 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:39:01.312543 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:01.312548 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:39:01.312552 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:01.312532 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:30ac689c-2334-4436-aa14-79d1e3b6f74d ip:10.0.0.139 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013340} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2725013340}]} hostname:ip-10-0-0-139.ec2.internal name:30ac689c-2334-4436-aa14-79d1e3b6f74d other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013341}] I0703 06:39:01.312560 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:39:01.312564 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:01.312568 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.312572 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.312576 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.312582 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.312590 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.312528 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312517 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312596 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.312521 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312605 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:01.312606 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.312614 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.312619 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.312623 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.312627 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:39:01.312632 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:01.312632 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:01.312631 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:01.312638 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.312636 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:01.312649 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.312655 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:01.312656 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312648 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312652 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312662 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.312668 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312664 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312670 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.312673 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312679 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312680 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312681 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.312680 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.312688 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312689 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:39:01.312696 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:01.312702 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.312705 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.312707 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:39:01.312715 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.312698 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.312708 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.312717 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.312733 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:01.312694 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312741 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:01.312617 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312745 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:01.312753 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.312760 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:01.312760 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.312765 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:01.312771 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312741 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.312780 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:01.312780 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312786 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312789 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.312791 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 291.988µs I0703 06:39:01.312792 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:01.312796 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312797 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312798 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 293.29µs I0703 06:39:01.312804 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.312808 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:01.312815 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.312823 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312818 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.312837 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.312846 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 345.28µs I0703 06:39:01.312847 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.312858 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.312859 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:39:01.312843 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.312818 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312825 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312868 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.312875 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.312888 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:01.312892 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.312892 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:39:01.312898 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 219.986µs I0703 06:39:01.312895 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:39:01.312901 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.312907 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312870 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312911 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.312913 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312920 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 9.772µs I0703 06:39:01.312916 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312929 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.312924 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312932 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312930 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:01.312936 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:39:01.312940 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312943 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 338.879µs I0703 06:39:01.312952 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312954 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.312960 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.312964 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.312961 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.312971 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 10.859µs I0703 06:39:01.312977 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.312939 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.312982 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.312965 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.312990 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.287µs I0703 06:39:01.312975 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.312998 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.312997 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.312999 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:01.313001 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:01.313005 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.313011 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.313013 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.313019 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.313008 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.313027 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313059 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:01.313062 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.313059 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:01.313065 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 258.024µs I0703 06:39:01.313068 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 253.03µs I0703 06:39:01.313079 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:01.313084 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:01.313015 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.313093 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.313113 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:01.313088 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.313090 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.313152 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:01.313159 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:01.313163 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.313173 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313176 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313186 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313181 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.313199 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313201 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.313224 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.313242 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.313246 3451 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-0-139.ec2.internal for the network default I0703 06:39:01.313115 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:39:01.313260 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 401.98µs I0703 06:39:01.313271 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:01.313278 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.888µs I0703 06:39:01.313286 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:01.313251 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.313315 3451 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-139.ec2.internal]} name:tstor-ip-10-0-0-139.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-139.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013342}] I0703 06:39:01.313351 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:01.313295 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:01.313357 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 278.428µs I0703 06:39:01.313367 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.313374 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.313368 3451 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:u2725013342}]}}] Timeout: Where:[where column _uuid == {61ce275a-b842-4e98-b784-8d2015010c97}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.313383 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.313230 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.313399 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.313392 3451 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-139.ec2.internal]} name:tstor-ip-10-0-0-139.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-139.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2725013342} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2725013342}]}}] Timeout: Where:[where column _uuid == {61ce275a-b842-4e98-b784-8d2015010c97}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.313128 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.313553 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313566 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313586 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.313415 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:39:01.313617 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.313629 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313633 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.313647 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.313677 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:01.313687 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 685.599µs I0703 06:39:01.313670 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.313373 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.313704 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.313726 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:01.313745 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.313703 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:01.313715 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.313772 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313776 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:01.313784 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313787 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.313408 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.313797 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:01.313814 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:01.313812 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.313827 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:01.313803 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.313831 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.313834 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 546.439µs I0703 06:39:01.313834 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313839 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:01.313847 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313848 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.313851 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:01.313863 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.313865 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 17.631µs I0703 06:39:01.313875 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.313882 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.159µs I0703 06:39:01.313867 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.313891 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.313888 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.313900 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.313902 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 531.307µs I0703 06:39:01.313916 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:01.313917 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.313920 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.313922 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 838.576µs I0703 06:39:01.313931 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.313983 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.313931 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.313996 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 291.52µs I0703 06:39:01.314017 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:01.314023 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.313950 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.314054 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.314074 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314083 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.313059 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314188 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.314222 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.314221 3451 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-139.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:u2725013343}] I0703 06:39:01.314263 3451 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:u2725013343}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.314288 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-139.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:u2725013343} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013343}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.314233 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.314345 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.314371 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.314380 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.450272ms I0703 06:39:01.314395 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.314052 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.314426 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:01.314103 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.314448 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.314407 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.314471 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314479 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314489 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:01.314505 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.314493 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.314521 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314523 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:01.314531 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314532 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:01.314540 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.314560 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.314547 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.314568 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 546.173µs I0703 06:39:01.314457 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:01.314574 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.314583 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.314585 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:01.314586 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:01.314598 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.313902 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.314619 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.314626 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:01.314068 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.314643 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.314594 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.314667 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314679 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314680 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:01.314694 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.314711 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314722 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314698 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.314743 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.314739 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.314758 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.314765 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:01.314770 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.314777 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:01.314788 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.314797 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.314806 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 913.796µs I0703 06:39:01.314810 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.314817 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 234.538µs I0703 06:39:01.314822 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.314831 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:39:01.314839 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.049µs I0703 06:39:01.314848 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.314859 3451 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-139.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:u2725013344}] I0703 06:39:01.314833 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.314901 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:01.314919 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.314598 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.314936 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314949 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314956 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.314961 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.042639ms I0703 06:39:01.314966 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.314995 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:01.315009 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:01.315021 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.314910 3451 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:u2725013344}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.315067 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.315079 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 257.789µs I0703 06:39:01.315094 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.314856 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.315106 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.315157 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:01.315168 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:01.315170 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315184 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315183 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315191 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315197 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315209 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315202 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.315222 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.315229 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.315238 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.315055 3451 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-139.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:u2725013344} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2725013344}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.315230 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.315258 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.315261 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.315265 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 416.17µs I0703 06:39:01.315274 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.315274 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.315289 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.315311 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.315280 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.315322 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 228.219µs I0703 06:39:01.314983 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.315336 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.315337 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 352.423µs I0703 06:39:01.315338 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:01.315352 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.315353 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315367 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315377 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315346 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.315426 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.002707942 seconds. No OVN measurement. I0703 06:39:01.315446 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:01.315460 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315476 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315487 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.314629 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 235.324µs I0703 06:39:01.315512 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.315506 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.315538 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:01.315554 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:01.315566 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.315589 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.315599 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 263.315µs I0703 06:39:01.315614 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:01.314654 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:01.315635 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315625 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.315362 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.315686 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:01.315697 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:01.315702 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315712 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315718 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315728 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315746 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315755 3451 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-0-139.ec2.internal took: 2.508546ms I0703 06:39:01.315771 3451 master.go:657] Creating Interconnect resources for node ip-10-0-0-139.ec2.internal took: 3.39697ms I0703 06:39:01.315768 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.315393 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.315806 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.315812 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.315819 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.315824 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.315829 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.315835 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.315855 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.315792 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:01.315871 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 517.408µs I0703 06:39:01.315886 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-139.ec2.internal I0703 06:39:01.315890 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:01.315730 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315921 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.315947 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.315901 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.315961 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.315973 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.315974 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:01.315663 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315989 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.315999 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:01.316004 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316006 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.315861 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.316019 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 742.971µs I0703 06:39:01.316009 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 394.91µs I0703 06:39:01.316051 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.315519 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.316057 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:01.316020 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316024 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.316068 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.471µs I0703 06:39:01.316079 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.316079 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:01.316078 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.316094 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.316092 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.316104 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.316106 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316089 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.316116 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316062 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.316126 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.316088 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.316134 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 2.183071ms I0703 06:39:01.316143 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:01.316133 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.316149 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:01.316148 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:01.316160 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.316164 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:01.316162 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.316159 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.316174 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:01.316176 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316176 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.316181 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316185 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316185 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.316192 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.316214 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.316215 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:01.316210 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.316225 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 712.17µs I0703 06:39:01.316228 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 338.727µs I0703 06:39:01.316237 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:01.316200 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.316249 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:01.316258 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:01.316262 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.316268 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:01.316278 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.316288 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.316296 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 262.845µs I0703 06:39:01.316306 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.316316 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 236.65µs I0703 06:39:01.397175 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-231.ec2.internal I0703 06:39:01.397227 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:01.397250 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-231.ec2.internal I0703 06:39:01.397266 3451 node_tracker.go:172] Node ip-10-0-2-231.ec2.internal switch + router changed, syncing services I0703 06:39:01.397287 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:39:01.397304 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:39:01.397318 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:01.397324 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.397329 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.397335 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:01.397334 3451 master.go:657] Creating Interconnect resources for node ip-10-0-2-231.ec2.internal took: 833ns I0703 06:39:01.397340 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.397345 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:39:01.397352 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.397352 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:01.397365 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.397366 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-231.ec2.internal I0703 06:39:01.397369 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:39:01.397374 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.397387 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 16.647µs I0703 06:39:01.397387 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 22.879µs I0703 06:39:01.397401 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.397404 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.397373 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.397460 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.397412 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.397483 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:01.397408 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.397494 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:01.397497 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:01.397498 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.397505 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.625µs I0703 06:39:01.397510 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:01.397519 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.397471 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.397524 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 7.0995e-05 seconds. No OVN measurement. I0703 06:39:01.397534 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:39:01.397543 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:01.397549 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.397553 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:39:01.397557 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.397562 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.397567 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:39:01.397572 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.397576 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:39:01.397512 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397485 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.397586 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397530 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.397603 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.397587 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.397630 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:01.397634 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.397642 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:01.397528 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.397651 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397647 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.397656 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397653 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.397644 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.397664 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397667 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397677 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397580 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:01.397678 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397689 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:39:01.397697 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.397704 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:39:01.397711 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:01.397717 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.397700 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.397675 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.397727 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.397734 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.397732 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:01.397742 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:39:01.397746 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:01.397749 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:01.397750 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.397755 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:39:01.397757 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.397667 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.397761 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:01.397512 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.397770 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.397772 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.397777 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.397774 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397781 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.397783 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397784 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.397788 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 307.832µs I0703 06:39:01.397786 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.397794 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.397801 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.397802 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.397699 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.397803 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.397811 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.397798 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.397814 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:01.397818 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.397824 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:01.397826 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.397824 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.397830 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.397831 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.397833 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.397838 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 435.907µs I0703 06:39:01.397836 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.397842 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.397849 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.397852 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.397850 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.397863 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 342.421µs I0703 06:39:01.397866 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.397876 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:01.397875 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 469.407µs I0703 06:39:01.397890 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:01.397864 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.397897 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.397944 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:01.397954 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:01.397960 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.397964 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.397974 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397976 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397981 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397987 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.397758 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 393.036µs I0703 06:39:01.397993 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398014 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.398019 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:01.398006 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398031 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:01.398059 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.398061 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398073 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:01.398085 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:01.398086 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398024 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398091 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 201.164µs I0703 06:39:01.398103 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:39:01.398111 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:01.397882 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398119 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.398123 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398127 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 275.122µs I0703 06:39:01.397809 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398138 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398146 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.398146 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:01.398148 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398112 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398158 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398169 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398176 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398178 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:01.398167 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398194 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398188 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398201 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398156 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398207 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398215 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398218 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.398224 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398230 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:01.398231 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:01.398238 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.398241 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.398244 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:01.398133 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:01.398246 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 446.152µs I0703 06:39:01.398249 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398255 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398256 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398263 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.398249 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.398266 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398264 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398277 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398280 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.398277 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:01.398282 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398286 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 272.875µs I0703 06:39:01.398292 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.398298 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:01.398292 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398270 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398309 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398315 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:01.398318 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.398302 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398322 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 218.608µs I0703 06:39:01.398322 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:01.398327 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398333 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398334 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398335 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.398343 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:01.398343 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398346 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:01.398347 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 471.069µs I0703 06:39:01.398307 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398351 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398361 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398363 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:01.398373 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:01.398386 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.398367 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398386 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398348 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398394 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 248.113µs I0703 06:39:01.398397 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:01.398400 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398372 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398410 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:01.398410 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398410 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.398412 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:01.398420 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398429 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398430 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:39:01.398437 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.398444 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 182.476µs I0703 06:39:01.398443 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398448 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398430 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398453 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:39:01.398454 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398454 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398461 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398464 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398425 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398473 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:01.398480 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.398459 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398471 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398485 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398487 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.398498 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398501 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:39:01.398495 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:39:01.398506 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.398511 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398512 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:01.398512 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.398518 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398517 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398520 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 221.534µs I0703 06:39:01.398519 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.398525 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398528 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398528 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398534 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.398541 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:01.398543 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.398544 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 10.585µs I0703 06:39:01.398545 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398545 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 184.171µs I0703 06:39:01.398548 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.398552 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:01.398557 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:01.398557 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 223.276µs I0703 06:39:01.398549 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.398563 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 6.012µs I0703 06:39:01.398568 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.398569 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:01.398572 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.398571 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.398578 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.398579 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.759µs I0703 06:39:01.398587 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.398592 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:39:01.398592 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 4.481µs I0703 06:39:01.398596 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 143.46µs I0703 06:39:01.398579 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.398602 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:01.398604 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:01.398562 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398614 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.398581 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398627 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.398631 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:01.398636 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:01.398613 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398610 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398649 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398653 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.398649 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398653 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:01.398656 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:01.398661 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 251.278µs I0703 06:39:01.398665 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398658 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398665 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398674 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:01.398667 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398678 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398676 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398679 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398685 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398689 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398692 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398700 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398709 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.398697 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398716 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398726 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398734 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.398738 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.398746 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398685 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:01.398749 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398723 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.398760 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:01.398764 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 160.3µs I0703 06:39:01.398769 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:01.398703 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398772 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.398773 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.398780 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398781 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.398784 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 213.87µs I0703 06:39:01.398787 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.398784 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.398796 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.398795 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398809 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:01.398814 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:01.398815 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 262.243µs I0703 06:39:01.398818 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 217.354µs I0703 06:39:01.398804 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398827 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.398828 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.398833 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.479µs I0703 06:39:01.398834 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.623µs I0703 06:39:01.398839 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.398830 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:39:01.398845 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.398805 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398852 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398866 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:01.398772 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.398879 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398853 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398845 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398895 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398906 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398906 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:01.398890 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398912 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:01.398918 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398925 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398932 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398882 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.398923 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398939 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398942 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398951 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.398953 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.398960 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:01.398963 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.398974 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.398961 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398923 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:01.398971 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.398976 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.398989 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:01.398996 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.398997 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:01.398999 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399003 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 207.396µs I0703 06:39:01.398999 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:01.399002 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:01.399010 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399011 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.399014 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.399016 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:01.399018 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399029 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399029 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.399067 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.399072 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:01.399074 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.399078 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:01.399023 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.399077 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 232.246µs I0703 06:39:01.399083 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 241.883µs I0703 06:39:01.399080 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 407.042µs I0703 06:39:01.399090 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:01.399094 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.399099 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.399102 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399102 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:01.399106 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.399116 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.399127 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.399135 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399135 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 362.032µs I0703 06:39:01.399145 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399150 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.399103 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.399108 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.399118 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.399160 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.399178 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:01.399181 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:01.399187 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.399158 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.399198 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:01.399192 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.399199 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.399211 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399214 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:01.399221 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399214 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.399225 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.399233 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399234 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399240 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399245 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399235 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.399256 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:01.399251 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.399264 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:01.399271 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399272 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.399283 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:01.399215 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399266 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.399290 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399292 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.399300 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 206.991µs I0703 06:39:01.399301 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:01.399305 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.399194 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.399307 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.399311 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 162.679µs I0703 06:39:01.399316 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:01.399317 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 303.624µs I0703 06:39:01.399319 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399328 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399330 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.399343 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.399354 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.399360 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.399362 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 258.004µs I0703 06:39:01.399368 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.399374 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.399387 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.399392 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 294.018µs I0703 06:39:01.509093 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:01.509099 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-khs5v: podLabels app=network-check-target,controller-revision-hash=5f8ccf7c87,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.130.0.3], PodStatus: false, PodCompleted?: false I0703 06:39:01.509113 3451 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:39:01.509128 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:39:01.509128 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-khs5v in Admin Network Policy controller I0703 06:39:01.509139 3451 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-khs5v in node ip-10-0-0-139.ec2.internal I0703 06:39:01.509147 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-khs5v Admin Network Policy controller: took 20.518µs I0703 06:39:01.509222 3451 address_set.go:575] (u2725013152/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.130.0.3]) to address set I0703 06:39:01.509273 3451 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {bac07280-05b2-4195-a28e-9812f10f045e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.509299 3451 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.3]}}] Timeout: Where:[where column _uuid == {bac07280-05b2-4195-a28e-9812f10f045e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.509707 3451 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-khs5v I0703 06:39:01.509731 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:01.509746 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-khs5v I0703 06:39:01.512049 3451 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-mftd5: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=8d675bf88,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.130.0.4], PodStatus: false, PodCompleted?: false I0703 06:39:01.512097 3451 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:01.512109 3451 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:39:01.512116 3451 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-mftd5 in Admin Network Policy controller I0703 06:39:01.512122 3451 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:39:01.512133 3451 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-mftd5 in node ip-10-0-0-139.ec2.internal I0703 06:39:01.512133 3451 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-mftd5 Admin Network Policy controller: took 18.136µs I0703 06:39:01.512209 3451 address_set.go:575] (u2725013206/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.130.0.4]) to address set I0703 06:39:01.512237 3451 model_client.go:398] Mutate operations generated as: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {d62ca11c-e7c0-4d4a-b44c-6b48cbbe0972}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.512258 3451 transact.go:42] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[10.130.0.4]}}] Timeout: Where:[where column _uuid == {d62ca11c-e7c0-4d4a-b44c-6b48cbbe0972}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.512558 3451 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-mftd5 I0703 06:39:01.512574 3451 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:01.512588 3451 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-mftd5 I0703 06:39:01.529697 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-139.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:01.529727 3451 ovs.go:159] Exec(122): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0703 06:39:01.539545 3451 ovs.go:162] Exec(122): stdout: "41c14f5c-139f-47d4-8b88-439c8e496984\n" I0703 06:39:01.539565 3451 ovs.go:163] Exec(122): stderr: "" I0703 06:39:01.539577 3451 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 - 41c14f5c-139f-47d4-8b88-439c8e496984 : stderr - : err I0703 06:39:01.539612 3451 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-2-231.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:01.539632 3451 ovs.go:159] Exec(123): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:01.548956 3451 ovs.go:162] Exec(123): stdout: "30108e2b-5893-4300-8f75-26c8f405217f\n" I0703 06:39:01.548976 3451 ovs.go:163] Exec(123): stderr: "" I0703 06:39:01.548988 3451 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 - 30108e2b-5893-4300-8f75-26c8f405217f : stderr - : err I0703 06:39:01.549000 3451 default_node_network_controller.go:1110] Upgrade Hack: Syncing nodes took 32.023235958s I0703 06:39:01.549027 3451 ovs.go:159] Exec(124): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0703 06:39:01.553584 3451 ovs.go:162] Exec(124): stdout: "Service_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-225.ec2.internal\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.ec2.internal\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.ec2.internal\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-225.ec2.internal\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-1-225.ec2.internal\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-1-225.ec2.internal\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-225.ec2.internal\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-225.ec2.internal\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n" I0703 06:39:01.553628 3451 ovs.go:163] Exec(124): stderr: "" I0703 06:39:01.553641 3451 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-225.ec2.internal Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.ec2.internal Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.ec2.internal Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-225.ec2.internal Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-225.ec2.internal Service_openshift-insights/metrics_TCP_cluster Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-225.ec2.internal Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-225.ec2.internal Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-225.ec2.internal Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster : stderr - : err I0703 06:39:01.553652 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0703 06:39:01.553661 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0703 06:39:01.553668 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0703 06:39:01.553674 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0703 06:39:01.553679 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cloud-credential-operator/cco-metrics/Service_openshift-cloud-credential-operator/cco-metrics : match - true I0703 06:39:01.553685 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-catalog/Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog : match - true I0703 06:39:01.553691 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0703 06:39:01.553698 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0703 06:39:01.553703 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0703 06:39:01.553709 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0703 06:39:01.553714 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0703 06:39:01.553719 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0703 06:39:01.553724 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0703 06:39:01.553730 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0703 06:39:01.553736 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0703 06:39:01.553742 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-controller-manager-operator/metrics/Service_openshift-kube-controller-manager-operator/metrics : match - true I0703 06:39:01.553746 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-daemon/Service_openshift-machine-config-operator/machine-config-daemon : match - true I0703 06:39:01.553752 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-operator/Service_openshift-machine-config-operator/machine-config-operator : match - true I0703 06:39:01.553758 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-console/networking-console-plugin/Service_openshift-network-console/networking-console-plugin : match - true I0703 06:39:01.553764 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-network-diagnostics/network-check-target/Service_openshift-network-diagnostics/network-check-target : match - true I0703 06:39:01.553769 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-deployment-validation-operator/deployment-validation-operator-metrics/Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics : match - true I0703 06:39:01.553774 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0703 06:39:01.553781 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-kube-storage-version-migrator-operator/metrics/Service_openshift-kube-storage-version-migrator-operator/metrics : match - true I0703 06:39:01.553786 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics/Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics : match - true I0703 06:39:01.553793 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0703 06:39:01.553800 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0703 06:39:01.553805 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0703 06:39:01.553810 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0703 06:39:01.553815 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-machine-config-operator/machine-config-controller/Service_openshift-machine-config-operator/machine-config-controller : match - true I0703 06:39:01.553821 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-node-tuning-operator/performance-addon-operator-service/Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service : match - true I0703 06:39:01.553826 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-storage-operator/cluster-storage-operator-metrics/Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics : match - true I0703 06:39:01.553832 3451 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-cluster-version/cluster-version-operator/Service_openshift-cluster-version/cluster-version-operator : match - true I0703 06:39:01.553843 3451 default_node_network_controller.go:1130] Upgrade Hack: Syncing services took 32.028076834s I0703 06:39:01.553871 3451 ovs.go:159] Exec(125): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-db5wb I0703 06:39:01.558157 3451 ovs.go:162] Exec(125): stdout: "7231ff4c-d373-4785-ac4a-b4e4b09e159f\n" I0703 06:39:01.558173 3451 ovs.go:163] Exec(125): stderr: "" I0703 06:39:01.558182 3451 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-db5wb : stdout - 7231ff4c-d373-4785-ac4a-b4e4b09e159f : stderr - I0703 06:39:01.558200 3451 ovs.go:159] Exec(126): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-cb9f5 I0703 06:39:01.562420 3451 ovs.go:162] Exec(126): stdout: "393b2c20-4817-444c-8b7e-b8a67b7b28d7\n" I0703 06:39:01.562436 3451 ovs.go:163] Exec(126): stderr: "" I0703 06:39:01.562445 3451 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-cb9f5 : stdout - 393b2c20-4817-444c-8b7e-b8a67b7b28d7 : stderr - I0703 06:39:01.562455 3451 default_node_network_controller.go:1151] Upgrade Hack: Syncing pods took 32.036689655s I0703 06:39:01.562476 3451 kube.go:130] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-1-225.ec2.internal] on node ip-10-0-1-225.ec2.internal I0703 06:39:01.579235 3451 default_node_network_controller.go:1165] ovnkube-node ip-10-0-1-225.ec2.internal finished annotating node with remote-zone-migrated; took: 32.053468272s I0703 06:39:01.579290 3451 config.go:1669] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0703 06:39:01.579347 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-225.ec2.internal I0703 06:39:01.579408 3451 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:01.579451 3451 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-225.ec2.internal I0703 06:39:01.579463 3451 node_tracker.go:172] Node ip-10-0-1-225.ec2.internal switch + router changed, syncing services I0703 06:39:01.579480 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:39:01.579497 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default E0703 06:39:01.579509 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:39:01.579515 3451 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.579521 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.579528 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.579528 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:39:01.579538 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:39:01.579540 3451 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.579541 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.579547 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.579558 3451 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 bf507d25-2dc3-4d83-b7d3-39bd59a98624 3649 0 2026-07-03 06:28:53 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be9f7 0xc0078be9f8}] [] []},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.150.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.150.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.579550 3451 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 efd5215d-01cc-40ac-9b2a-4aee7ab81e4a 3721 0 2026-07-03 06:28:56 +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 2f31845d-0c35-41dd-abf0-02a628c1047c 0xc0078be8fe 0xc0078be8ff}] [] []},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.93.183,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.93.183],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.579667 3451 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:01.579667 3451 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:01.579685 3451 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.93.183"}, protocol:"TCP", inport:9443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.579685 3451 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.150.109"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.579704 3451 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579706 3451 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579707 3451 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.579709 3451 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:01.579717 3451 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579715 3451 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579721 3451 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.579727 3451 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-225.ec2.internal I0703 06:39:01.579730 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.579737 3451 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:01.579743 3451 services_controller.go:614] Adding service default/openshift for network=default I0703 06:39:01.579750 3451 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:01.579757 3451 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.579738 3451 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.93.183", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.579763 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.579737 3451 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.150.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.579770 3451 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:01.579770 3451 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:01.579776 3451 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.579776 3451 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:01.579778 3451 egressip.go:1976] Egress node: ip-10-0-1-225.ec2.internal about to be initialized I0703 06:39:01.579782 3451 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:01.579786 3451 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.579788 3451 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:01.579794 3451 services_controller.go:454] Service openshift-network-console/networking-console-plugin for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.579802 3451 services_controller.go:454] Service openshift-network-diagnostics/network-check-target for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.579804 3451 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0703 06:39:01.579818 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.579818 3451 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.579825 3451 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.579830 3451 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.579555 3451 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 9b71d7a9-1c83-4e82-89ec-159ff1c343d1 800 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be74b }] [] []},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.243.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.579831 3451 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 292.105µs I0703 06:39:01.579788 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.579838 3451 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.579848 3451 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0703 06:39:01.579852 3451 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.579855 3451 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.579862 3451 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.579796 3451 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 5d9c649d-cf70-4ba9-8c1d-4ea4090c7cbf 3109 0 2026-07-03 06:28:28 +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 fe995d01-d98d-47af-af9a-8c162189bbf0 0xc0078be070 }] [] []},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.209.245,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.209.245],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.579869 3451 services_controller.go:614] Adding service default/kubernetes for network=default I0703 06:39:01.579834 3451 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 287.493µs I0703 06:39:01.579879 3451 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.579886 3451 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.579846 3451 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 f78d97ec-bd24-4dfd-a420-292af3b07074 6092 0 2026-07-03 06:30:56 +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.195.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.195.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.579890 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:01.579889 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.579861 3451 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 642cc5b1-656a-42d5-b59b-00991d5a65d3 3002 0 2026-07-03 06:28:26 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be567 }] [] []},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.230.67,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.67],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.579884 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.579911 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:01.579906 3451 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.209.245"}, 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.209.245"}, protocol:"TCP", inport:8888, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.579921 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:01.579924 3451 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.195.45"}, protocol:"TCP", inport:8383, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.579928 3451 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579938 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579939 3451 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579935 3451 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.230.67"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.579947 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579953 3451 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579945 3451 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:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.579963 3451 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.579905 3451 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 4acc59d1-2d62-4a4e-aa2a-65d46fdf8be1 910 0 2026-07-03 06:28:00 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be6b7 }] [] []},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.37.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.579866 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:01.579963 3451 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.195.45", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.579960 3451 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.209.245", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.209.245", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.579988 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:01.579969 3451 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 == {2821c89a-2204-49d7-aeab-a19521600ef1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:2821c89a-2204-49d7-aeab-a19521600ef1}]}}] Timeout: Where:[where column _uuid == {b2d3189a-a8e8-4672-83dc-452cc83a41e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.579991 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.579980 3451 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.230.67", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.579993 3451 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:01.580005 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.580006 3451 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.580009 3451 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:01.580004 3451 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.37.203"}, 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.37.203"}, protocol:"TCP", inport:8798, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580018 3451 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.580017 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.579895 3451 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0703 06:39:01.580026 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580030 3451 services_controller.go:454] Service openshift-kube-storage-version-migrator-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580056 3451 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0703 06:39:01.580057 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580063 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.580072 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 288.642µs I0703 06:39:01.580075 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.580082 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 230.536µs I0703 06:39:01.580087 3451 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.580092 3451 services_controller.go:356] Processing sync for service default/openshift for network=default I0703 06:39:01.580099 3451 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 7.666µs I0703 06:39:01.580079 3451 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.37.203", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.37.203", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580108 3451 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.580116 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:01.580129 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:01.580017 3451 services_controller.go:454] Service openshift-ingress-canary/ingress-canary for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580141 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-daemon for network=default has 2 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580153 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.580171 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.580185 3451 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 296.048µs I0703 06:39:01.580199 3451 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.580210 3451 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 10.489µs I0703 06:39:01.579986 3451 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.243.215"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580065 3451 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:01.580242 3451 services_controller.go:614] Adding service default/packageserver for network=default I0703 06:39:01.580240 3451 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000460186 seconds. No OVN measurement. I0703 06:39:01.580116 3451 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator 846962b9-594f-4dc6-ba9b-d612fa3f13cc 705 0 2026-07-03 06:27:54 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511607 }] [] []},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.86.31,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.86.31],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580254 3451 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.580261 3451 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:01.580268 3451 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0703 06:39:01.580271 3451 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:01.580276 3451 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:01.580283 3451 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.580290 3451 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.580174 3451 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 388.913µs I0703 06:39:01.580297 3451 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.580096 3451 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 3b5fcd0b-016b-4239-ba23-a6148789bd7b 1504 0 2026-07-03 06:28:12 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be157 }] [] []},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.91.170,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.91.170],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580312 3451 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0703 06:39:01.580318 3451 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.580324 3451 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0703 06:39:01.580330 3451 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:01.580336 3451 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.580338 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:01.580224 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.580350 3451 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:01.580348 3451 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.91.170"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580362 3451 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580371 3451 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580285 3451 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.86.31"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580353 3451 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 5885b6be-4dbf-40b9-880e-5bbc56e07198 976 0 2026-07-03 06:28:00 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511a67 }] [] []},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.88.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.88.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580361 3451 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry c64f6f4a-4cd8-4764-bc86-f39bd7d8ea9f 4076 0 2026-07-03 06:29:11 +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.181.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.181.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580389 3451 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.91.170", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580411 3451 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580419 3451 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.580422 3451 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580424 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:01.580426 3451 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:01.580431 3451 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.580435 3451 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.88.120"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580442 3451 services_controller.go:454] Service openshift-ingress-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580439 3451 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.181.58"}, protocol:"TCP", inport:5000, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580455 3451 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580442 3451 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.86.31", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580465 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:01.580469 3451 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580472 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 385.028µs I0703 06:39:01.580473 3451 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.580483 3451 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.580489 3451 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.580499 3451 services_controller.go:454] Service openshift-authentication-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580343 3451 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.580486 3451 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.181.58", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580525 3451 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:01.580528 3451 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:01.580535 3451 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:01.580535 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 426.285µs I0703 06:39:01.580491 3451 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 7e77b5eb-1e9a-41ec-b3e3-59627c8c2e2d 865 0 2026-07-03 06:27:58 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be5eb }] [] []},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.89.236,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.236],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580547 3451 services_controller.go:454] Service openshift-image-registry/image-registry for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580551 3451 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:01.580554 3451 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:01.580558 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.195µs I0703 06:39:01.580564 3451 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:01.580567 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.580569 3451 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 220.054µs I0703 06:39:01.580563 3451 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.89.236"}, protocol:"TCP", inport:9001, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580445 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580580 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580591 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580601 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580576 3451 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 5486ef06-e93f-4371-a9bd-75718bc8f70a 1695 0 2026-07-03 06:28:14 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051188f }] [] []},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.35.200,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.35.200],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580634 3451 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.88.120", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580658 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:01.580675 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.580677 3451 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.35.200"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580690 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.580693 3451 services_controller.go:444] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580601 3451 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.89.236", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580702 3451 services_controller.go:454] Service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580704 3451 services_controller.go:445] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580712 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:01.580721 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:01.580728 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-controller for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580730 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.580740 3451 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 516.469µs I0703 06:39:01.580726 3451 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.35.200", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580743 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.580756 3451 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:01.580759 3451 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 276.38µs I0703 06:39:01.580758 3451 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.580769 3451 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:01.580224 3451 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580774 3451 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:01.580781 3451 services_controller.go:454] Service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580807 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.580783 3451 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator db0af7cb-0be0-40d7-8002-ada7f641444f 2659 0 2026-07-03 06:28:19 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511c47 }] [] []},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.108.102,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.102],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580782 3451 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580775 3451 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 2e5688dd-ce0c-49c4-847e-bf0a2420d309 489 0 2026-07-03 06:27:33 +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.144.105,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.144.105],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580843 3451 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.243.215", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.580875 3451 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.580888 3451 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:01.580580 3451 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.580902 3451 services_controller.go:454] Service openshift-machine-config-operator/machine-config-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580920 3451 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:01.580929 3451 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.393779ms I0703 06:39:01.580941 3451 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.580906 3451 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 a99ffb7f-0501-4795-905f-bac11e46c11c 1025 0 2026-07-03 06:28:01 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0005119b7 }] [] []},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.66.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.580820 3451 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 252.226µs I0703 06:39:01.580861 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:01.580965 3451 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:01.580973 3451 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.580976 3451 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.66.132"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580985 3451 services_controller.go:444] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580992 3451 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580993 3451 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.144.105"}, protocol:"TCP", inport:9099, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.580954 3451 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 8d389088-62aa-4961-8620-53485b829c86 1635 0 2026-07-03 06:28:13 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511547 }] [] []},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.128.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.128.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581011 3451 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.580979 3451 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 4c48e631-42d1-4ac0-b5fa-d10d99ec04d9 893 0 2026-07-03 06:27:59 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078bebe7 }] [] []},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.70.220,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.70.220],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581007 3451 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.66.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581024 3451 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581025 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:01.581030 3451 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.581066 3451 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:01.581059 3451 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.128.185"}, protocol:"TCP", inport:17698, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581073 3451 services_controller.go:454] Service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581077 3451 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581061 3451 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.144.105", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581087 3451 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581089 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.581094 3451 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 514.617µs I0703 06:39:01.581094 3451 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:01.581103 3451 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0703 06:39:01.581108 3451 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:01.581104 3451 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.128.185", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581121 3451 services_controller.go:454] Service openshift-cluster-version/cluster-version-operator for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.580835 3451 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:01.581128 3451 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:01.581140 3451 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:01.581110 3451 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 1be5099f-7539-40c1-a19d-54e9c8e62a1e 273 0 2026-07-03 06:26:48 +0000 UTC map[component:apiserver provider:kubernetes] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 6443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.0.1,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.1],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581150 3451 services_controller.go:454] Service openshift-apiserver/check-endpoints for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581149 3451 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.581161 3451 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 403.7µs I0703 06:39:01.581163 3451 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:01.581173 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.581175 3451 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581176 3451 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.581179 3451 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 237.613µs I0703 06:39:01.581181 3451 services_controller.go:444] Built service default/kubernetes LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.1"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:6443, V4IPs:[]string{"172.20.0.1"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581191 3451 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581193 3451 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.581211 3451 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.581224 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.581245 3451 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:01.581188 3451 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 535a1c65-d4e2-4787-b319-0d255f9fc7fa 1118 0 2026-07-03 06:28:04 +0000 UTC map[] map[capability.openshift.io/name:CloudCredential include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:cloud-credential-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051169b }] [] []},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.207.45,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.45],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581202 3451 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 ee954f5d-a16e-4b13-8479-bcb577199d9a 6066 0 2026-07-03 06:30:56 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 48d52764-cb03-46d9-b2a5-ed0b2a2c5ff2 0xc000511cdd 0xc000511cde}] [] []},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.139.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.139.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581253 3451 services_controller.go:454] Service default/kubernetes for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.581029 3451 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:01.581269 3451 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:01.581273 3451 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 169.789µs I0703 06:39:01.581271 3451 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:01.581272 3451 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.70.220"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581273 3451 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:01.581284 3451 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:01.581288 3451 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.207.45"}, protocol:"TCP", inport:8443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581291 3451 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.139.215"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581304 3451 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581306 3451 services_controller.go:444] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581315 3451 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581316 3451 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581294 3451 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 493ad451-0da1-4220-b848-de70200518cc 2956 0 2026-07-03 06:28:24 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be40b }] [] []},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.71.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581340 3451 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:01.581139 3451 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.108.102"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581333 3451 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.139.215", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581334 3451 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.207.45", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581355 3451 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581361 3451 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:01.581284 3451 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581365 3451 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.581369 3451 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581374 3451 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:01.581379 3451 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:01.581386 3451 services_controller.go:454] Service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581391 3451 services_controller.go:454] Service openshift-cloud-credential-operator/cco-metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581386 3451 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.70.220", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581408 3451 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.581415 3451 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 223.109µs I0703 06:39:01.581416 3451 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.581364 3451 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581426 3451 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 250.324µs I0703 06:39:01.581408 3451 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.581440 3451 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.581447 3451 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.581451 3451 services_controller.go:454] Service openshift-service-ca-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581472 3451 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.581485 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 511.501µs I0703 06:39:01.581457 3451 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default 7612a1e7-4753-4b3c-8a33-3a0d2288fc46 1557 0 2026-07-03 06:28:12 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.207.153,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.207.153],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581496 3451 services_controller.go:356] Processing sync for service default/packageserver for network=default I0703 06:39:01.581428 3451 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:01.581521 3451 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.127.99] []}] I0703 06:39:01.581543 3451 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581517 3451 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 70bc9cec-18cd-4d9a-ba73-51abf700c174 1540 0 2026-07-03 06:28:12 +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.215.146,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.146],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581437 3451 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.108.102", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581554 3451 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.207.153"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.127.99"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581565 3451 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.581569 3451 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.194.103] []}] I0703 06:39:01.581571 3451 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581349 3451 services_controller.go:443] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.71.227"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581579 3451 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581578 3451 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.581584 3451 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581585 3451 services_controller.go:444] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.215.146"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.194.103"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581591 3451 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581592 3451 services_controller.go:454] Service openshift-console-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581595 3451 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581598 3451 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.581615 3451 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:01.581606 3451 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.71.227", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581622 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 848.199µs I0703 06:39:01.581624 3451 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.581633 3451 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:01.581611 3451 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-225.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.207.153", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.127.99", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.581639 3451 services_controller.go:454] Service openshift-insights/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581648 3451 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.581654 3451 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:01.581658 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 375.585µs I0703 06:39:01.581662 3451 services_controller.go:454] Service default/openshift-oauth-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.581666 3451 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:01.581688 3451 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:01.581699 3451 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 257.403µs I0703 06:39:01.581673 3451 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 63d85071-76b0-4133-abb6-34d2061c809d 1108 0 2026-07-03 06:28:04 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511dff }] [] []},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.99.194,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.99.194],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581507 3451 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default fc80d80c-b562-45d3-ba54-9bf52c6f39f5 1650 0 2026-07-03 06:28:13 +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.137.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.137.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581712 3451 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:01.581718 3451 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:01.581726 3451 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.99.194"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581735 3451 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581741 3451 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581739 3451 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.211.184] []}] I0703 06:39:01.581754 3451 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581751 3451 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.99.194", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.581764 3451 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.137.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.211.184"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581774 3451 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.581779 3451 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581723 3451 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns e5cb8e35-637b-4439-8039-695d450fa899 1669 0 2026-07-03 06:28:14 +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 6ebc6601-5e33-4f23-9693-001433b58ba5 0xc000511ee7 }] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:dns,Protocol:UDP,Port:53,TargetPort:{1 0 dns},NodePort:0,AppProtocol:nil,},ServicePort{Name:dns-tcp,Protocol:TCP,Port:53,TargetPort:{1 0 dns-tcp},NodePort:0,AppProtocol:nil,},ServicePort{Name:metrics,Protocol:TCP,Port:9154,TargetPort:{1 0 metrics},NodePort:0,AppProtocol:nil,},},Selector:map[string]string{dns.operator.openshift.io/daemonset-dns: default,},ClusterIP:172.30.0.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.0.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581781 3451 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.581636 3451 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.581792 3451 services_controller.go:454] Service openshift-dns-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.581800 3451 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.581806 3451 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:01.581804 3451 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:01.581810 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 143.851µs I0703 06:39:01.581819 3451 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:01.581824 3451 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 4.756µs I0703 06:39:01.581826 3451 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581832 3451 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.581615 3451 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.581838 3451 services_controller.go:444] Built service openshift-dns/dns-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"UDP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:53, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.0.10"}, protocol:"TCP", inport:9154, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.581843 3451 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-225.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.215.146", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.194.103", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.581861 3451 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.581798 3451 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 163.808µs I0703 06:39:01.581841 3451 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 73e0e1da-8a49-4eb0-bbea-5f6b934563f4 1057 0 2026-07-03 06:28:02 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc00051147f }] [] []},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.26.52,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.26.52],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581874 3451 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:01.581880 3451 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.581884 3451 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 5.632µs I0703 06:39:01.581812 3451 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-225.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.137.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.211.184", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.581885 3451 services_controller.go:454] Service default/openshift-apiserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.581891 3451 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.581894 3451 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:01.581896 3451 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:01.581901 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 10.057µs I0703 06:39:01.581902 3451 services_controller.go:454] Service default/packageserver for network=default has 0 cluster-wide, 1 per-node configs, 0 template configs, making 0 (cluster) 1 (per node) and 0 (template) load balancers I0703 06:39:01.581907 3451 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:01.581909 3451 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:01.581915 3451 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 487.512µs I0703 06:39:01.581924 3451 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0703 06:39:01.581927 3451 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.581929 3451 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 433.682µs I0703 06:39:01.581933 3451 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.515µs I0703 06:39:01.581937 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:01.581943 3451 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.581908 3451 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-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-225.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-225.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:01.581912 3451 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a4b6ef6e-9269-496c-b87c-55184442debf 1750 0 2026-07-03 06:28:15 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc000511b87 }] [] []},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.230.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.581960 3451 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:01.581967 3451 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:01.581974 3451 services_controller.go:454] Service openshift-dns/dns-default for network=default has 0 cluster-wide, 3 per-node configs, 0 template configs, making 0 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.581942 3451 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 5aff05e1-212e-473e-b7c0-7379b3f8607b 3583 0 2026-07-03 06:28:23 +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=2ragcqho1geaafbdl8chuu7p76ja50gt,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-2546ccf2a9,cluster-type=rosa-hcp,creation-date=2026-07-03,konflux-ci=true,red-hat-clustertype=rosa,red-hat-managed=true service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval:10 service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout:4 service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold:2 service.beta.kubernetes.io/aws-load-balancer-type:nlb traffic-policy.network.alpha.openshift.io/local-with-fallback:] [{apps/v1 Deployment router-default 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be247 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32569,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31221,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.235.222,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30756,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.222],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a5aff05e1212e473eb7c07379b3f8607-329863bd5fd1bb35.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:01.581996 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.581951 3451 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3a0b5371-e2e1-419b-a9bd-5fbe24d4b505 2901 0 2026-07-03 06:28:23 +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 83475629-9d57-4e66-9fdb-5f7fa9a379d1 0xc0078be30e }] [] []},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.141.39,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.141.39],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.582005 3451 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:01.581884 3451 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:01.582014 3451 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 302.57µs I0703 06:39:01.582018 3451 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.26.52"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.582029 3451 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.582026 3451 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:01.582063 3451 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.141.39"}, 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.141.39"}, protocol:"TCP", 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.141.39"}, protocol:"TCP", inport:1936, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.582089 3451 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582098 3451 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582057 3451 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 c8a48251-93cb-4d5e-950b-8549c3d9f36f 831 0 2026-07-03 06:27:57 +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 d3ecf59a-7e59-4e15-8ee4-363e0485910a 0xc0078be4af }] [] []},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.2.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.2.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:01.582008 3451 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:01.582127 3451 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:01.582116 3451 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.141.39", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.141.39", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.582145 3451 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:01.582145 3451 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.2.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.582157 3451 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:01.582164 3451 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582169 3451 services_controller.go:454] Service openshift-ingress/router-internal-default for network=default has 3 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.582176 3451 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582196 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:01.581976 3451 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.230.90"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.582205 3451 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 261.651µs I0703 06:39:01.582193 3451 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.2.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.582210 3451 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582217 3451 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582218 3451 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.582220 3451 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.582226 3451 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.367µs I0703 06:39:01.582234 3451 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.582228 3451 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.230.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.582245 3451 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.582247 3451 services_controller.go:454] Service openshift-kube-controller-manager-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.582253 3451 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.582260 3451 services_controller.go:454] Service openshift-config-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.582272 3451 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.582276 3451 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:01.582280 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 372.828µs I0703 06:39:01.582279 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 251.41µs I0703 06:39:01.582128 3451 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.235.222"}, 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.235.222"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:01.582292 3451 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:32569, 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:31221, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0703 06:39:01.582303 3451 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582029 3451 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582314 3451 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:01.582327 3451 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.26.52", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.582328 3451 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.235.222", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.235.222", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:01.582346 3451 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:01.582354 3451 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:01.582364 3451 services_controller.go:454] Service openshift-apiserver-operator/metrics for network=default has 1 cluster-wide, 0 per-node configs, 0 template configs, making 1 (cluster) 0 (per node) and 0 (template) load balancers I0703 06:39:01.582382 3451 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.582349 3451 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-225.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.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-225.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-225.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:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32569, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.225", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31221, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-225.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:01.582390 3451 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 559.49µs I0703 06:39:01.582395 3451 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:01.582402 3451 services_controller.go:454] Service openshift-ingress/router-default for network=default has 2 cluster-wide, 2 per-node configs, 0 template configs, making 1 (cluster) 2 (per node) and 0 (template) load balancers I0703 06:39:01.582428 3451 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:01.582435 3451 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 498.956µs I0703 06:39:01.585564 3451 default_node_network_controller.go:1171] Upgrade hack: ovnkube-node ip-10-0-1-225.ec2.internal finished setting DB Auth; took: 32.059795532s I0703 06:39:01.585579 3451 default_node_network_controller.go:1176] Waiting for gateway and management port readiness... I0703 06:39:01.585611 3451 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0005113e0 0xc000254850 0xc000254930 0xc0002549a0 0xc000254a10 0xc000254a80 0xc000254af0 0xc00018fc20 0xc000254b60 0xc000254c40 0xc00016e190 0xc000270070 map[0x2933060:0xc0048927e0 0x29335a0:0xc003f7e8a0 0x2933840:0xc0043516e0 0x2933ae0:0xc004bf98c0 0x2933d80:0xc001b3eae0 0x2934020:0xc0059feb40 0x2934560:0xc00547fb00 0x2934aa0:0xc002d3d200 0x2934d40:0xc0062a6240 0x295eda0:0xc001fbe000 0x295f140:0xc002e7ef00 0x295fc20:0xc00052b380 0x2961580:0xc0017052c0 0x2961cc0:0xc003ba56e0 0x29627a0:0xc00160baa0] 0xc000560120 0} I0703 06:39:01.585671 3451 gateway.go:147] Starting gateway service sync I0703 06:39:01.585985 3451 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 06:39:01.585994 3451 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0703 06:39:01.586003 3451 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 32569 -j DNAT --to-destination 172.30.235.222:80" for protocol: 0 I0703 06:39:01.586009 3451 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 31221 -j DNAT --to-destination 172.30.235.222:443" for protocol: 0 I0703 06:39:01.587461 3451 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0703 06:39:01.599452 3451 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0703 06:39:01.599474 3451 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 32569 -j DNAT --to-destination 172.30.235.222:80" for protocol: 0 I0703 06:39:01.599481 3451 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 31221 -j DNAT --to-destination 172.30.235.222:443" for protocol: 0 I0703 06:39:01.600792 3451 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0703 06:39:01.600807 3451 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 32569 -j DNAT --to-destination 172.30.235.222:80" for protocol: 0 I0703 06:39:01.600812 3451 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 31221 -j DNAT --to-destination 172.30.235.222:443" for protocol: 0 I0703 06:39:01.602024 3451 gateway_iptables.go:609] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0703 06:39:01.602050 3451 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 32569 -j DNAT --to-destination 172.30.235.222:80" for protocol: 0 I0703 06:39:01.602054 3451 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 31221 -j DNAT --to-destination 172.30.235.222:443" for protocol: 0 I0703 06:39:01.636619 3451 gateway.go:164] Gateway service sync done. Time taken: 50.935262ms I0703 06:39:01.636719 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 06:39:01.636736 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 1.89µs I0703 06:39:01.636743 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0703 06:39:01.636750 3451 port_claim.go:197] Handle NodePort service router-default port 32569 I0703 06:39:01.636769 3451 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32569 and protocol TCP I0703 06:39:01.636777 3451 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32569/tcp) I0703 06:39:01.636961 3451 port_claim.go:197] Handle NodePort service router-default port 31221 I0703 06:39:01.636969 3451 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31221 and protocol TCP I0703 06:39:01.636976 3451 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31221/tcp) I0703 06:39:01.637009 3451 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 30756 I0703 06:39:01.637089 3451 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 06:39:01.637100 3451 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0703 06:39:01.637121 3451 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0703 06:39:01.637143 3451 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 30756 I0703 06:39:01.637151 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637159 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-default took: 409.184µs I0703 06:39:01.637176 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0703 06:39:01.637186 3451 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0703 06:39:01.637200 3451 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 06:39:01.637208 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637212 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 26.056µs I0703 06:39:01.637217 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 06:39:01.637221 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:01.637232 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:01.637237 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637241 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 19.334µs I0703 06:39:01.637245 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 06:39:01.637250 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 509ns I0703 06:39:01.637254 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 06:39:01.637258 3451 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:01.637271 3451 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:01.637278 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637281 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 23.129µs I0703 06:39:01.637286 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 06:39:01.637290 3451 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0703 06:39:01.637301 3451 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 06:39:01.637308 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637312 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 21.259µs I0703 06:39:01.637316 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 06:39:01.637321 3451 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0703 06:39:01.637334 3451 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 06:39:01.637341 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637345 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 23.942µs I0703 06:39:01.637349 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 06:39:01.637354 3451 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:01.637367 3451 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:01.637375 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637380 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 25.279µs I0703 06:39:01.637384 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 06:39:01.637388 3451 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0703 06:39:01.637400 3451 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 06:39:01.637407 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637411 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 22.36µs I0703 06:39:01.637416 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 06:39:01.637420 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:01.637430 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:01.637437 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637441 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 20.581µs I0703 06:39:01.637445 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 06:39:01.637449 3451 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:01.637460 3451 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:01.637467 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637471 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 21.219µs I0703 06:39:01.637475 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0703 06:39:01.637479 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0703 06:39:01.637491 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 06:39:01.637498 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637502 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 21.973µs I0703 06:39:01.637506 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift I0703 06:39:01.637511 3451 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift took: 240ns I0703 06:39:01.637515 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0703 06:39:01.637519 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0703 06:39:01.637529 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 06:39:01.637535 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637539 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 19.571µs I0703 06:39:01.637543 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 06:39:01.637548 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 269ns I0703 06:39:01.637552 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 06:39:01.637556 3451 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.637568 3451 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.637573 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637578 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 20.294µs I0703 06:39:01.637582 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0703 06:39:01.637586 3451 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0703 06:39:01.637597 3451 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 06:39:01.637604 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637608 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 20.912µs I0703 06:39:01.637612 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 06:39:01.637616 3451 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:01.637628 3451 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:01.637634 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637638 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 21.287µs I0703 06:39:01.637642 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0703 06:39:01.637647 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 271ns I0703 06:39:01.637651 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 06:39:01.637655 3451 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:01.637665 3451 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:01.637672 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637676 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 20.704µs I0703 06:39:01.637680 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 06:39:01.637684 3451 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.637694 3451 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.637701 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637705 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 20.7µs I0703 06:39:01.637710 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 06:39:01.637714 3451 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 06:39:01.637724 3451 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 06:39:01.637731 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637734 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 20.203µs I0703 06:39:01.637738 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0703 06:39:01.637742 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0703 06:39:01.637753 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 06:39:01.637759 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637763 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 20.131µs I0703 06:39:01.637768 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 06:39:01.637772 3451 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0703 06:39:01.637781 3451 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 06:39:01.637788 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637793 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 20.622µs I0703 06:39:01.637797 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 06:39:01.637801 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0703 06:39:01.637812 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 06:39:01.637818 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637822 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 20.237µs I0703 06:39:01.637826 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway default/kubernetes I0703 06:39:01.637830 3451 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0703 06:39:01.637843 3451 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0703 06:39:01.637853 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637857 3451 obj_retry.go:551] Creating *factory.serviceForGateway default/kubernetes took: 26.573µs I0703 06:39:01.637862 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 06:39:01.637866 3451 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:01.637876 3451 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:01.637883 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637886 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 20.262µs I0703 06:39:01.637891 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 06:39:01.637895 3451 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:01.637906 3451 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:01.637913 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637916 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 21.087µs I0703 06:39:01.637921 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-insights/metrics I0703 06:39:01.637925 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0703 06:39:01.637935 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0703 06:39:01.637941 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637945 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-insights/metrics took: 19.868µs I0703 06:39:01.637949 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-apiserver I0703 06:39:01.637953 3451 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0703 06:39:01.637963 3451 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0703 06:39:01.637971 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.637974 3451 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-apiserver took: 21.343µs I0703 06:39:01.637978 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0703 06:39:01.637982 3451 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0703 06:39:01.637992 3451 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 06:39:01.637999 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.638003 3451 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 20.076µs I0703 06:39:01.638008 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway default/packageserver I0703 06:39:01.638012 3451 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0703 06:39:01.638022 3451 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0703 06:39:01.638028 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.638050 3451 obj_retry.go:551] Creating *factory.serviceForGateway default/packageserver took: 19.572µs I0703 06:39:01.638062 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 06:39:01.638066 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 315ns I0703 06:39:01.638071 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0703 06:39:01.638075 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0703 06:39:01.638085 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 06:39:01.638092 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.638096 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 21.078µs I0703 06:39:01.638101 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0703 06:39:01.638105 3451 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0703 06:39:01.638131 3451 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0703 06:39:01.638141 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.638145 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns/dns-default took: 39.82µs I0703 06:39:01.638150 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0703 06:39:01.638154 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 250ns I0703 06:39:01.638158 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 06:39:01.638161 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0703 06:39:01.638173 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 06:39:01.638177 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.638181 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 18.711µs I0703 06:39:01.638185 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 06:39:01.638189 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 231ns I0703 06:39:01.638193 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 06:39:01.638197 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 143ns I0703 06:39:01.638201 3451 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0703 06:39:01.638205 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0703 06:39:01.638215 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 06:39:01.638221 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.638225 3451 obj_retry.go:551] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 19.88µs I0703 06:39:01.638241 3451 factory.go:1336] Added *v1.Service event handler 13 I0703 06:39:01.638256 3451 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0005113e0 0xc000254850 0xc000254930 0xc0002549a0 0xc000254a10 0xc000254a80 0xc000254af0 0xc00018fc20 0xc000254b60 0xc000254c40 0xc00016e190 0xc000270070 map[0x2933060:0xc0048927e0 0x29335a0:0xc003f7e8a0 0x2933840:0xc0043516e0 0x2933ae0:0xc004bf98c0 0x2933d80:0xc001b3eae0 0x2934020:0xc0059feb40 0x2934560:0xc00547fb00 0x2934aa0:0xc002d3d200 0x2934d40:0xc0062a6240 0x295eda0:0xc001fbe000 0x295f140:0xc002e7ef00 0x295fc20:0xc00052b380 0x2961580:0xc0017052c0 0x2961cc0:0xc003ba56e0 0x29627a0:0xc00160baa0] 0xc000560120 0} I0703 06:39:01.638353 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/packageserver-77hxr I0703 06:39:01.638369 3451 gateway_shared_intf.go:1116] Adding endpointslice packageserver-77hxr in namespace default I0703 06:39:01.638399 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/packageserver-77hxr took: 34.012µs I0703 06:39:01.638407 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-vx6wv I0703 06:39:01.638414 3451 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-metrics-vx6wv in namespace openshift-deployment-validation-operator I0703 06:39:01.638426 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-vx6wv took: 13.327µs I0703 06:39:01.638430 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-bfkds I0703 06:39:01.638436 3451 gateway_shared_intf.go:1116] Adding endpointslice dns-default-bfkds in namespace openshift-dns I0703 06:39:01.638445 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-bfkds took: 10.872µs I0703 06:39:01.638449 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-xs88j I0703 06:39:01.638454 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-xs88j in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:01.638464 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-xs88j took: 10.434µs I0703 06:39:01.638471 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-b6kst I0703 06:39:01.638476 3451 gateway_shared_intf.go:1116] Adding endpointslice cco-metrics-b6kst in namespace openshift-cloud-credential-operator I0703 06:39:01.638486 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-b6kst took: 10.723µs I0703 06:39:01.638493 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-j2mlp I0703 06:39:01.638500 3451 gateway_shared_intf.go:1116] Adding endpointslice performance-addon-operator-service-j2mlp in namespace openshift-cluster-node-tuning-operator I0703 06:39:01.638511 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-j2mlp took: 12.122µs I0703 06:39:01.638517 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-fcqpm I0703 06:39:01.638527 3451 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 06:39:01.638536 3451 gateway_shared_intf.go:1116] Adding endpointslice router-default-fcqpm in namespace openshift-ingress I0703 06:39:01.638546 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-fcqpm took: 24.5µs I0703 06:39:01.638550 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-gs8v8 I0703 06:39:01.638555 3451 gateway_shared_intf.go:1116] Adding endpointslice check-endpoints-gs8v8 in namespace openshift-apiserver I0703 06:39:01.638564 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-gs8v8 took: 9.694µs I0703 06:39:01.638570 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-wzr55 I0703 06:39:01.638576 3451 gateway_shared_intf.go:1116] Adding endpointslice machine-config-daemon-wzr55 in namespace openshift-machine-config-operator I0703 06:39:01.638585 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-wzr55 took: 10.731µs I0703 06:39:01.638592 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-5fzvw I0703 06:39:01.638597 3451 gateway_shared_intf.go:1116] Adding endpointslice machine-config-operator-5fzvw in namespace openshift-machine-config-operator I0703 06:39:01.638606 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-5fzvw took: 9.627µs I0703 06:39:01.638612 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-dzq9s I0703 06:39:01.638618 3451 gateway_shared_intf.go:1116] Adding endpointslice networking-console-plugin-dzq9s in namespace openshift-network-console I0703 06:39:01.638627 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-dzq9s took: 9.983µs I0703 06:39:01.638630 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-jqcbx I0703 06:39:01.638636 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-jqcbx in namespace openshift-config-operator I0703 06:39:01.638645 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-jqcbx took: 10.16µs I0703 06:39:01.638652 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-r82hf I0703 06:39:01.638657 3451 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-catalog-r82hf in namespace openshift-deployment-validation-operator I0703 06:39:01.638667 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-r82hf took: 10.915µs I0703 06:39:01.638673 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-klbcr I0703 06:39:01.638678 3451 gateway_shared_intf.go:1116] Adding endpointslice image-registry-klbcr in namespace openshift-image-registry I0703 06:39:01.638687 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-klbcr took: 10.082µs I0703 06:39:01.638691 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-w8pbm I0703 06:39:01.638696 3451 gateway_shared_intf.go:1116] Adding endpointslice network-check-target-w8pbm in namespace openshift-network-diagnostics I0703 06:39:01.638707 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-w8pbm took: 10.554µs I0703 06:39:01.638713 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-q4dwx I0703 06:39:01.638718 3451 gateway_shared_intf.go:1116] Adding endpointslice openshift-apiserver-q4dwx in namespace default I0703 06:39:01.638729 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-apiserver-q4dwx took: 11.44µs I0703 06:39:01.638735 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-8jkfq I0703 06:39:01.638741 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-8jkfq in namespace openshift-apiserver-operator I0703 06:39:01.638749 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-8jkfq took: 10.047µs I0703 06:39:01.638756 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-gm6sx I0703 06:39:01.638761 3451 gateway_shared_intf.go:1116] Adding endpointslice csi-snapshot-controller-operator-metrics-gm6sx in namespace openshift-cluster-storage-operator I0703 06:39:01.638771 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-gm6sx took: 10.621µs I0703 06:39:01.638777 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-8m4r4 I0703 06:39:01.638782 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-8m4r4 in namespace openshift-console-operator I0703 06:39:01.638791 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-8m4r4 took: 9.291µs I0703 06:39:01.638798 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-fkxg2 I0703 06:39:01.638803 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-fkxg2 in namespace openshift-dns-operator I0703 06:39:01.638812 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-fkxg2 took: 9.811µs I0703 06:39:01.638819 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-lpxlp I0703 06:39:01.638824 3451 gateway_shared_intf.go:1116] Adding endpointslice router-internal-default-lpxlp in namespace openshift-ingress I0703 06:39:01.638833 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-lpxlp took: 9.73µs I0703 06:39:01.638837 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/kubernetes I0703 06:39:01.638842 3451 gateway_shared_intf.go:1116] Adding endpointslice kubernetes in namespace default I0703 06:39:01.638851 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/kubernetes took: 9.651µs I0703 06:39:01.638857 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-llsk5 I0703 06:39:01.638862 3451 gateway_shared_intf.go:1116] Adding endpointslice cluster-storage-operator-metrics-llsk5 in namespace openshift-cluster-storage-operator I0703 06:39:01.638872 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-llsk5 took: 10.416µs I0703 06:39:01.638879 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-5tclw I0703 06:39:01.638883 3451 gateway_shared_intf.go:1116] Adding endpointslice cluster-version-operator-5tclw in namespace openshift-cluster-version I0703 06:39:01.638907 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-5tclw took: 22.955µs I0703 06:39:01.638914 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-wtqwj I0703 06:39:01.638920 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-wtqwj in namespace openshift-ingress-operator I0703 06:39:01.638929 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-wtqwj took: 10.16µs I0703 06:39:01.638936 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-d9ftx I0703 06:39:01.638942 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-d9ftx in namespace openshift-insights I0703 06:39:01.638951 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-insights/metrics-d9ftx took: 10.112µs I0703 06:39:01.638955 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-2g4cv I0703 06:39:01.638960 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-2g4cv in namespace openshift-service-ca-operator I0703 06:39:01.638969 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-2g4cv took: 10.048µs I0703 06:39:01.638973 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-2vl85 I0703 06:39:01.638978 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-2vl85 in namespace openshift-kube-controller-manager-operator I0703 06:39:01.638986 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-2vl85 took: 9.259µs I0703 06:39:01.638993 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-2mrtg I0703 06:39:01.638998 3451 gateway_shared_intf.go:1116] Adding endpointslice machine-config-controller-2mrtg in namespace openshift-machine-config-operator I0703 06:39:01.639007 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-2mrtg took: 10.094µs I0703 06:39:01.639011 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-xcqv2 I0703 06:39:01.639016 3451 gateway_shared_intf.go:1116] Adding endpointslice openshift-oauth-apiserver-xcqv2 in namespace default I0703 06:39:01.639025 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-xcqv2 took: 9.743µs I0703 06:39:01.639048 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-5lh78 I0703 06:39:01.639055 3451 gateway_shared_intf.go:1116] Adding endpointslice metrics-5lh78 in namespace openshift-authentication-operator I0703 06:39:01.639064 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-5lh78 took: 10.562µs I0703 06:39:01.639071 3451 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-9566h I0703 06:39:01.639077 3451 gateway_shared_intf.go:1116] Adding endpointslice ingress-canary-9566h in namespace openshift-ingress-canary I0703 06:39:01.639086 3451 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-9566h took: 10.536µs I0703 06:39:01.639099 3451 factory.go:1336] Added *v1.EndpointSlice event handler 14 I0703 06:39:01.639113 3451 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc0005113e0 0xc000254850 0xc000254930 0xc0002549a0 0xc000254a10 0xc000254a80 0xc000254af0 0xc00018fc20 0xc000254b60 0xc000254c40 0xc00016e190 0xc000270070 map[0x2933060:0xc0048927e0 0x29335a0:0xc003f7e8a0 0x2933840:0xc0043516e0 0x2933ae0:0xc004bf98c0 0x2933d80:0xc001b3eae0 0x2934020:0xc0059feb40 0x2934560:0xc00547fb00 0x2934aa0:0xc002d3d200 0x2934d40:0xc0062a6240 0x295eda0:0xc001fbe000 0x295f140:0xc002e7ef00 0x295fc20:0xc00052b380 0x2961580:0xc0017052c0 0x2961cc0:0xc003ba56e0 0x29627a0:0xc00160baa0] 0xc000560120 0} I0703 06:39:01.639157 3451 gateway.go:479] Reconciling gateway with updates I0703 06:39:01.639239 3451 iptables.go:143] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0703 06:39:01.644983 3451 gateway.go:513] Adding service openshift-dns/dns-default to retryServices I0703 06:39:01.645002 3451 gateway.go:513] Adding service openshift-multus/network-metrics-service to retryServices I0703 06:39:01.645007 3451 gateway.go:513] Adding service openshift-apiserver-operator/metrics to retryServices I0703 06:39:01.645011 3451 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0703 06:39:01.645014 3451 gateway.go:513] Adding service openshift-cluster-samples-operator/metrics to retryServices I0703 06:39:01.645018 3451 gateway.go:513] Adding service openshift-config-operator/metrics to retryServices I0703 06:39:01.645023 3451 gateway.go:513] Adding service openshift-dns-operator/metrics to retryServices I0703 06:39:01.645027 3451 gateway.go:513] Adding service openshift-ingress/router-default to retryServices I0703 06:39:01.645049 3451 gateway.go:513] Adding service openshift-ingress/router-internal-default to retryServices I0703 06:39:01.645055 3451 gateway.go:513] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0703 06:39:01.645059 3451 gateway.go:513] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0703 06:39:01.645062 3451 gateway.go:513] Adding service openshift-network-diagnostics/network-check-source to retryServices I0703 06:39:01.645066 3451 gateway.go:513] Adding service openshift-network-console/networking-console-plugin to retryServices I0703 06:39:01.645069 3451 gateway.go:513] Adding service openshift-network-diagnostics/network-check-target to retryServices I0703 06:39:01.645073 3451 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0703 06:39:01.645077 3451 gateway.go:513] Adding service openshift-ingress-canary/ingress-canary to retryServices I0703 06:39:01.645080 3451 gateway.go:513] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0703 06:39:01.645085 3451 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0703 06:39:01.645089 3451 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0703 06:39:01.645093 3451 gateway.go:513] Adding service default/openshift to retryServices I0703 06:39:01.645096 3451 gateway.go:513] Adding service openshift-authentication-operator/metrics to retryServices I0703 06:39:01.645099 3451 gateway.go:513] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0703 06:39:01.645103 3451 gateway.go:513] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0703 06:39:01.645106 3451 gateway.go:513] Adding service openshift-ingress-operator/metrics to retryServices I0703 06:39:01.645109 3451 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0703 06:39:01.645113 3451 gateway.go:513] Adding service openshift-network-operator/metrics to retryServices I0703 06:39:01.645116 3451 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0703 06:39:01.645120 3451 gateway.go:513] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0703 06:39:01.645125 3451 gateway.go:513] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0703 06:39:01.645128 3451 gateway.go:513] Adding service openshift-console-operator/metrics to retryServices I0703 06:39:01.645132 3451 gateway.go:513] Adding service openshift-image-registry/image-registry to retryServices I0703 06:39:01.645135 3451 gateway.go:513] Adding service openshift-apiserver/check-endpoints to retryServices I0703 06:39:01.645137 3451 gateway.go:513] Adding service default/kubernetes to retryServices I0703 06:39:01.645141 3451 gateway.go:513] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0703 06:39:01.645144 3451 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0703 06:39:01.645147 3451 gateway.go:513] Adding service openshift-insights/metrics to retryServices I0703 06:39:01.645150 3451 gateway.go:513] Adding service openshift-service-ca-operator/metrics to retryServices I0703 06:39:01.645154 3451 gateway.go:513] Adding service default/openshift-apiserver to retryServices I0703 06:39:01.645157 3451 gateway.go:513] Adding service default/openshift-oauth-apiserver to retryServices I0703 06:39:01.645160 3451 gateway.go:513] Adding service default/packageserver to retryServices I0703 06:39:01.645163 3451 gateway.go:513] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0703 06:39:01.645174 3451 obj_retry.go:240] Iterate retry objects requested (resource *factory.serviceForGateway) I0703 06:39:01.645184 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.645203 3451 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0703 06:39:01.645211 3451 factory.go:1336] Added *v1.EgressIP event handler 15 I0703 06:39:01.645227 3451 obj_retry.go:409] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-cluster-node-tuning-operator/node-tuning-operator openshift-machine-config-operator/machine-config-daemon openshift-network-operator/metrics openshift-cluster-storage-operator/cluster-storage-operator-metrics default/openshift-oauth-apiserver openshift-cluster-samples-operator/metrics openshift-config-operator/metrics openshift-ingress-canary/ingress-canary openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-service-ca-operator/metrics default/packageserver openshift-insights/metrics openshift-dns/dns-default openshift-apiserver-operator/metrics openshift-monitoring/cluster-monitoring-operator openshift-network-diagnostics/network-check-source openshift-network-diagnostics/network-check-target openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-cluster-version/cluster-version-operator default/openshift-apiserver openshift-kube-controller-manager-operator/metrics openshift-network-console/networking-console-plugin openshift-machine-config-operator/machine-config-operator default/openshift openshift-cluster-machine-approver/machine-approver openshift-console-operator/metrics openshift-apiserver/check-endpoints openshift-machine-config-operator/machine-config-controller openshift-multus/network-metrics-service openshift-ingress-operator/metrics openshift-image-registry/image-registry openshift-dns-operator/metrics openshift-ingress/router-default openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-kube-storage-version-migrator-operator/metrics openshift-authentication-operator/metrics openshift-ovn-kubernetes/ovn-kubernetes-node openshift-ingress/router-internal-default default/kubernetes openshift-cloud-credential-operator/cco-metrics] I0703 06:39:01.645283 3451 obj_retry.go:418] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0703 06:39:01.645288 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/packageserver I0703 06:39:01.645298 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 06:39:01.645303 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 06:39:01.645308 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 06:39:01.645316 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0703 06:39:01.645320 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 06:39:01.645320 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 06:39:01.645325 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0703 06:39:01.645326 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0703 06:39:01.645332 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 06:39:01.645333 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0703 06:39:01.645341 3451 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:01.645341 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 06:39:01.645347 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 06:39:01.645350 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 06:39:01.645352 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0703 06:39:01.645358 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 06:39:01.645351 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 06:39:01.645364 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0703 06:39:01.645366 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0703 06:39:01.645369 3451 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:01.645373 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 06:39:01.645379 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 06:39:01.645382 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 06:39:01.645387 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 06:39:01.645359 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 06:39:01.645375 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0703 06:39:01.645401 3451 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:01.645405 3451 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0703 06:39:01.645407 3451 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:01.645409 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 06:39:01.645418 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0703 06:39:01.645419 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 06:39:01.645423 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.645426 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0703 06:39:01.645427 3451 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.645388 3451 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0703 06:39:01.645433 3451 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0703 06:39:01.645436 3451 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0703 06:39:01.645443 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 06:39:01.645453 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.645407 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 06:39:01.645430 3451 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:01.645460 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0703 06:39:01.645308 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 06:39:01.645463 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 06:39:01.645470 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.645341 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0703 06:39:01.645474 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 06:39:01.645477 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 06:39:01.645478 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0703 06:39:01.645240 3451 gateway.go:330] Spawning Conntrack Rule Check Thread I0703 06:39:01.645485 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 06:39:01.645490 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/kubernetes I0703 06:39:01.645491 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0703 06:39:01.645750 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0703 06:39:01.645755 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0703 06:39:01.645780 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 06:39:01.645370 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 06:39:01.645791 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 06:39:01.645795 3451 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0703 06:39:01.645813 3451 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 06:39:01.645453 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 06:39:01.645821 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:01.645837 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:01.645329 3451 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0703 06:39:01.645860 3451 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 06:39:01.645323 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 06:39:01.645869 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0703 06:39:01.645462 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 06:39:01.645877 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0703 06:39:01.645887 3451 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 06:39:01.645963 3451 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0703 06:39:01.645486 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 06:39:01.645971 3451 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0703 06:39:01.645979 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0703 06:39:01.645892 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 06:39:01.645986 3451 node_ip_handler_linux.go:172] Node IP manager is running I0703 06:39:01.645333 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0703 06:39:01.646013 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 06:39:01.645306 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/packageserver I0703 06:39:01.646023 3451 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0703 06:39:01.646057 3451 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0703 06:39:01.645469 3451 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 06:39:01.645493 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 06:39:01.646068 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 06:39:01.646072 3451 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0703 06:39:01.646089 3451 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 06:39:01.645476 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 06:39:01.646099 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0703 06:39:01.645362 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0703 06:39:01.646105 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0703 06:39:01.646121 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 06:39:01.645388 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 06:39:01.646130 3451 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:01.646146 3451 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:01.645397 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 06:39:01.646157 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0703 06:39:01.646173 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 06:39:01.645398 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 06:39:01.646182 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 06:39:01.646186 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0703 06:39:01.645398 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0703 06:39:01.646193 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0703 06:39:01.646198 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0703 06:39:01.645430 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0703 06:39:01.645454 3451 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 06:39:01.645464 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 06:39:01.646209 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 06:39:01.646213 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0703 06:39:01.646228 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 06:39:01.645470 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0703 06:39:01.645340 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 06:39:01.646240 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 06:39:01.646244 3451 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:01.646261 3451 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:01.645478 3451 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.645480 3451 port_claim.go:197] Handle NodePort service router-default port 32569 I0703 06:39:01.646274 3451 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32569 and protocol TCP I0703 06:39:01.646294 3451 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32569/tcp) I0703 06:39:01.646305 3451 port_claim.go:71] Svc openshift-ingress/router-default: port 32569 is already open, no action needed I0703 06:39:01.646310 3451 port_claim.go:197] Handle NodePort service router-default port 31221 I0703 06:39:01.646314 3451 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31221 and protocol TCP I0703 06:39:01.646317 3451 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31221/tcp) I0703 06:39:01.646323 3451 port_claim.go:71] Svc openshift-ingress/router-default: port 31221 is already open, no action needed I0703 06:39:01.646330 3451 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 30756 I0703 06:39:01.646340 3451 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 06:39:01.645343 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0703 06:39:01.646345 3451 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0703 06:39:01.646349 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0703 06:39:01.646355 3451 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0703 06:39:01.645494 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 06:39:01.646368 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0703 06:39:01.646373 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 06:39:01.645494 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0703 06:39:01.645498 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/kubernetes I0703 06:39:01.646384 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0703 06:39:01.646387 3451 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0703 06:39:01.646402 3451 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0703 06:39:01.645499 3451 default_node_network_controller.go:1182] Gateway and management port readiness took 59.907109ms I0703 06:39:01.645503 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 06:39:01.646415 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 06:39:01.646419 3451 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:01.646433 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:01.645505 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 06:39:01.646443 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 06:39:01.646448 3451 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0703 06:39:01.646464 3451 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 06:39:01.645508 3451 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 06:39:01.645511 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 06:39:01.646476 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 06:39:01.646480 3451 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0703 06:39:01.646495 3451 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 06:39:01.645506 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 06:39:01.646504 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 06:39:01.646508 3451 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:01.646527 3451 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:01.645515 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 06:39:01.646536 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 06:39:01.646540 3451 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:01.646555 3451 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:01.645516 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 06:39:01.646564 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 06:39:01.646568 3451 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 06:39:01.646587 3451 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 06:39:01.645521 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0703 06:39:01.646599 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0703 06:39:01.646604 3451 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0703 06:39:01.646620 3451 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0703 06:39:01.645522 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 06:39:01.646632 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 06:39:01.646637 3451 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.646663 3451 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:01.645524 3451 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift I0703 06:39:01.646676 3451 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift I0703 06:39:01.646682 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0703 06:39:01.645529 3451 ovs.go:159] Exec(127): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 06:39:01.645416 3451 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:01.666593 3451 ovs.go:162] Exec(127): stdout: "" I0703 06:39:01.666613 3451 ovs.go:163] Exec(127): stderr: "" I0703 06:39:01.666635 3451 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 06:39:01.666643 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0703 06:39:01.666656 3451 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 06:39:01.666673 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0703 06:39:01.666683 3451 ovs.go:159] Exec(128): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 06:39:01.685347 3451 ovs.go:162] Exec(128): stdout: "" I0703 06:39:01.685368 3451 ovs.go:163] Exec(128): stderr: "" I0703 06:39:01.685407 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685411 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685418 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0703 06:39:01.685424 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0703 06:39:01.685430 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685435 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0703 06:39:01.685436 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685442 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685445 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685446 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685449 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0703 06:39:01.685453 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0703 06:39:01.685446 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0703 06:39:01.685453 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0703 06:39:01.685461 3451 openflow_manager.go:108] Gateway OpenFlow sync requested I0703 06:39:01.685472 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0703 06:39:01.685473 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685476 3451 ovs.go:159] Exec(129): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 06:39:01.685482 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0703 06:39:01.685484 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685490 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0703 06:39:01.685491 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685496 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685496 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0703 06:39:01.685500 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0703 06:39:01.685506 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685512 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685513 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0703 06:39:01.685516 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0703 06:39:01.685507 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685522 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685528 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0703 06:39:01.685524 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0703 06:39:01.685466 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685541 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0703 06:39:01.685602 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 0 Realm: 0} I0703 06:39:01.685479 3451 openflow_manager.go:110] Gateway OpenFlow sync already requested I0703 06:39:01.685621 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0703 06:39:01.685769 3451 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0} I0703 06:39:01.685785 3451 ovs.go:159] Exec(130): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0703 06:39:01.685858 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 172.30.0.0/16 Src: 169.254.0.2 Gw: 169.254.0.4 Flags: [] Table: 254 Realm: 0}" I0703 06:39:01.691487 3451 ovs.go:162] Exec(130): stdout: "" I0703 06:39:01.691504 3451 ovs.go:163] Exec(130): stderr: "" I0703 06:39:01.691519 3451 ovs.go:159] Exec(131): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0703 06:39:01.697163 3451 ovs.go:162] Exec(131): stdout: "" I0703 06:39:01.697178 3451 ovs.go:163] Exec(131): stderr: "" I0703 06:39:01.697367 3451 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" W0703 06:39:01.697404 3451 egressip_healthcheck.go:74] Health checking using insecure connection I0703 06:39:01.697445 3451 egressip_healthcheck.go:107] Starting Egress IP Health Server on 10.128.0.2:9107 I0703 06:39:01.697904 3451 egressservice_node.go:93] Setting up event handlers for Egress Services I0703 06:39:01.698086 3451 egressservice_node.go:183] Starting Egress Services Controller I0703 06:39:01.698101 3451 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 06:39:01.698107 3451 shared_informer.go:320] Caches are synced for egressservices I0703 06:39:01.698111 3451 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 06:39:01.698115 3451 shared_informer.go:320] Caches are synced for egressservices_services I0703 06:39:01.698118 3451 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 06:39:01.698121 3451 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 06:39:01.698125 3451 egressservice_node.go:197] Repairing Egress Services I0703 06:39:01.707827 3451 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0703 06:39:01.707842 3451 external_controller.go:276] Starting Admin Policy Based Route Controller I0703 06:39:01.708018 3451 default_node_network_controller.go:1316] Egress IP for secondary host network is disabled I0703 06:39:01.708051 3451 link_network_manager.go:115] Link manager is running I0703 06:39:01.708065 3451 default_node_network_controller.go:1327] Default node network controller initialized and ready. I0703 06:39:01.708169 3451 ovspinning_linux.go:39] OVS CPU affinity pinning disabled I0703 06:39:01.708337 3451 vrf_manager.go:128] VRF manager is running I0703 06:39:01.724284 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0703 06:39:01.724298 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0703 06:39:01.724325 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0703 06:39:01.724343 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0703 06:39:01.724350 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0703 06:39:01.724357 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0703 06:39:01.724362 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0703 06:39:01.724368 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0703 06:39:01.761724 3451 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0703 06:39:03.088473 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-225.ec2.internal I0703 06:39:03.088496 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-225.ec2.internal: 29.59µs E0703 06:39:03.088506 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:39:03.088527 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:39:03.088535 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:39:03.104874 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:39:03.104899 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:39:03.104906 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:39:03.114694 3451 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-64f5b97858-gzvqs] creating logical port openshift-image-registry_image-registry-64f5b97858-gzvqs for pod on switch ip-10-0-1-225.ec2.internal I0703 06:39:03.114868 3451 kube.go:317] Updating pod openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:39:03.136915 3451 pod.go:62] [openshift-image-registry/image-registry-64f5b97858-gzvqs] pod update took 22.084183ms I0703 06:39:03.136936 3451 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-64f5b97858-gzvqs] addLogicalPort annotation time took 22.110961ms I0703 06:39:03.138301 3451 pods.go:252] [openshift-image-registry/image-registry-64f5b97858-gzvqs] addLogicalPort took 23.63366ms, libovsdb time 1.087287ms I0703 06:39:03.159886 3451 base_network_controller_pods.go:477] [default/openshift-dns/dns-default-l5kxc] creating logical port openshift-dns_dns-default-l5kxc for pod on switch ip-10-0-1-225.ec2.internal I0703 06:39:03.159971 3451 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-catalog-5mdbc for pod on switch ip-10-0-1-225.ec2.internal I0703 06:39:03.160062 3451 kube.go:317] Updating pod openshift-dns/dns-default-l5kxc I0703 06:39:03.160513 3451 kube.go:317] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc I0703 06:39:03.177130 3451 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc] pod update took 17.097458ms I0703 06:39:03.177150 3451 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc] addLogicalPort annotation time took 17.120242ms I0703 06:39:03.177833 3451 pod.go:62] [openshift-dns/dns-default-l5kxc] pod update took 17.829755ms I0703 06:39:03.177854 3451 base_network_controller_pods.go:921] [default/openshift-dns/dns-default-l5kxc] addLogicalPort annotation time took 17.854993ms I0703 06:39:03.178444 3451 pods.go:252] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc] addLogicalPort took 18.475164ms, libovsdb time 987.616µs I0703 06:39:03.179136 3451 pods.go:252] [openshift-dns/dns-default-l5kxc] addLogicalPort took 19.281121ms, libovsdb time 944.667µs I0703 06:39:03.243529 3451 base_network_controller_pods.go:477] [default/openshift-ingress-canary/ingress-canary-kcjlf] creating logical port openshift-ingress-canary_ingress-canary-kcjlf for pod on switch ip-10-0-1-225.ec2.internal I0703 06:39:03.243618 3451 kube.go:317] Updating pod openshift-ingress-canary/ingress-canary-kcjlf I0703 06:39:03.256691 3451 pod.go:62] [openshift-ingress-canary/ingress-canary-kcjlf] pod update took 13.094008ms I0703 06:39:03.256725 3451 base_network_controller_pods.go:921] [default/openshift-ingress-canary/ingress-canary-kcjlf] addLogicalPort annotation time took 13.131146ms I0703 06:39:03.258000 3451 pods.go:252] [openshift-ingress-canary/ingress-canary-kcjlf] addLogicalPort took 14.502637ms, libovsdb time 892.427µs I0703 06:39:03.393854 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-139.ec2.internal I0703 06:39:03.393893 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-139.ec2.internal: 44.933µs I0703 06:39:03.393853 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-139.ec2.internal I0703 06:39:03.393969 3451 node_tracker.go:172] Node ip-10-0-0-139.ec2.internal switch + router changed, syncing services I0703 06:39:03.393992 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:39:03.393857 3451 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-0-139.ec2.internal. Updating no re-route policies I0703 06:39:03.458917 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-231.ec2.internal I0703 06:39:03.458942 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-231.ec2.internal: 33.367µs I0703 06:39:03.524580 3451 cni.go:312] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc 5b5b00e205718013cdbeea45a61f4025bd37fe344de378e6692cb0c6b0531fa1 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc 5b5b00e205718013cdbeea45a61f4025bd37fe344de378e6692cb0c6b0531fa1 network default NAD default] I0703 06:39:03.535280 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:39:03.535311 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:39:03.540960 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-catalog-5mdbc, hostIfaceName: 5b5b00e20571801, network: default, NAD default, SandboxID: "5b5b00e205718013cdbeea45a61f4025bd37fe344de378e6692cb0c6b0531fa1", PCI device ID: , UID: "76d6c577-fe56-4b7a-8a7c-54cd46ca4144", MAC: 0a:58:0a:80:00:07, IPs: [10.128.0.7/23] I0703 06:39:03.584260 3451 cni.go:333] [openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc 5b5b00e205718013cdbeea45a61f4025bd37fe344de378e6692cb0c6b0531fa1 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-catalog-5mdbc 5b5b00e205718013cdbeea45a61f4025bd37fe344de378e6692cb0c6b0531fa1 network default NAD default], result "{\"interfaces\":[{\"name\":\"5b5b00e20571801\",\"mac\":\"ae:f7:a7:1f:7a:a1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:07\",\"sandbox\":\"/var/run/netns/841a53fd-cbfb-4a1c-bcba-86130cfaa29f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.7/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:39:03.748131 3451 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-139.ec2.internal I0703 06:39:03.748257 3451 node_tracker.go:172] Node ip-10-0-0-139.ec2.internal switch + router changed, syncing services I0703 06:39:03.748285 3451 services_controller.go:549] Full service sync requested for network=default I0703 06:39:05.270242 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::acf7:a7ff:fe1f:7aa1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:39:06.015493 3451 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-139.ec2.internal I0703 06:39:06.015520 3451 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-139.ec2.internal: 34.037µs E0703 06:39:19.837477 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:39:19.837602 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:39:19.837617 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:39:29.909838 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:39:29.909866 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:39:29.909876 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:39:31.698345 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:39:31.698439 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:39:40.235820 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:39:40.235877 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:39:40.235887 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:40:00.214348 3451 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29717680-5vq44 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:40:00.214435 3451 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 I0703 06:40:00.226603 3451 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44] pod update took 12.185986ms I0703 06:40:00.226694 3451 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44] addLogicalPort annotation time took 12.282286ms I0703 06:40:00.227908 3451 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44] addLogicalPort took 13.574992ms, libovsdb time 814.664µs I0703 06:40:00.576568 3451 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default] I0703 06:40:00.579557 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:40:00.579643 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:40:00.585370 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29717680-5vq44, hostIfaceName: 69d185fada350f4, network: default, NAD default, SandboxID: "69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80", PCI device ID: , UID: "2eb11b14-b24f-46d6-8e06-e5c09c57d509", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0703 06:40:00.628816 3451 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default], result "{\"interfaces\":[{\"name\":\"69d185fada350f4\",\"mac\":\"4a:4a:12:25:7a:8e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/2a5a4fc8-5d77-4ac2-8216-af0b6a67a50e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:40:01.718560 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:40:01.718621 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:40:01.782191 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::484a:12ff:fe25:7a8e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:40:07.891723 3451 cni.go:312] [openshift-network-diagnostics/network-check-target-cb9f5 54df64d3825e7dd16518c1ff07ecbe004bc6d5748ec79082a93dbc6d2a058023 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-cb9f5 54df64d3825e7dd16518c1ff07ecbe004bc6d5748ec79082a93dbc6d2a058023 network default NAD default] I0703 06:40:07.894566 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:40:07.894742 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:40:07.899877 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-cb9f5, hostIfaceName: 54df64d3825e7dd, network: default, NAD default, SandboxID: "54df64d3825e7dd16518c1ff07ecbe004bc6d5748ec79082a93dbc6d2a058023", PCI device ID: , UID: "2d25387d-5e3f-4150-9700-3a597f15fc63", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0703 06:40:07.942322 3451 cni.go:333] [openshift-network-diagnostics/network-check-target-cb9f5 54df64d3825e7dd16518c1ff07ecbe004bc6d5748ec79082a93dbc6d2a058023 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-cb9f5 54df64d3825e7dd16518c1ff07ecbe004bc6d5748ec79082a93dbc6d2a058023 network default NAD default], result "{\"interfaces\":[{\"name\":\"54df64d3825e7dd\",\"mac\":\"32:6b:fd:6d:5b:90\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/a2957d92-1d9a-4cac-8477-7f17968d1710\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:40:09.270203 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::306b:fdff:fe6d:5b90/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 06:40:10.456380 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:40:10.456411 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:40:10.456420 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:40:30.980275 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:40:30.980303 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:40:30.980312 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:40:31.745798 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:40:31.745880 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:40:53.149165 3451 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644thh84 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:40:53.149868 3451 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644thh84 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:40:53.149899 3451 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644thh84 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 06:40:53.149909 3451 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0703 06:40:54.173519 3451 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644thh84 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:40:54.173629 3451 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644thh84 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:40:54.173648 3451 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644thh84 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:40:57.512604 3451 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0703 06:40:57.521761 3451 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0703 06:41:01.764085 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:41:01.764146 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:41:31.779312 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:41:31.779373 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:41:44.115783 3451 base_network_controller_pods.go:477] [default/openshift-ingress/router-default-66985fbfdc-rs59t] creating logical port openshift-ingress_router-default-66985fbfdc-rs59t for pod on switch ip-10-0-1-225.ec2.internal I0703 06:41:44.115897 3451 kube.go:317] Updating pod openshift-ingress/router-default-66985fbfdc-rs59t I0703 06:41:44.133509 3451 pod.go:62] [openshift-ingress/router-default-66985fbfdc-rs59t] pod update took 17.63788ms I0703 06:41:44.133533 3451 base_network_controller_pods.go:921] [default/openshift-ingress/router-default-66985fbfdc-rs59t] addLogicalPort annotation time took 17.668261ms I0703 06:41:44.134492 3451 pods.go:252] [openshift-ingress/router-default-66985fbfdc-rs59t] addLogicalPort took 18.731676ms, libovsdb time 670.23µs I0703 06:41:44.242887 3451 base_network_controller_pods.go:477] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm] creating logical port openshift-network-console_networking-console-plugin-6d95f7dc7-rb7wm for pod on switch ip-10-0-1-225.ec2.internal I0703 06:41:44.243005 3451 kube.go:317] Updating pod openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm I0703 06:41:44.270757 3451 pod.go:62] [openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm] pod update took 27.775261ms I0703 06:41:44.270786 3451 base_network_controller_pods.go:921] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm] addLogicalPort annotation time took 27.806181ms I0703 06:41:44.271970 3451 pods.go:252] [openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm] addLogicalPort took 29.109287ms, libovsdb time 771.437µs I0703 06:41:48.547817 3451 namespace.go:92] [openshift-kube-storage-version-migrator] adding namespace I0703 06:41:48.548698 3451 namespace.go:96] [openshift-kube-storage-version-migrator] adding namespace took 846.168µs I0703 06:41:48.568233 3451 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0703 06:41:49.457757 3451 namespace.go:92] [openshift-service-ca] adding namespace I0703 06:41:49.458630 3451 namespace.go:96] [openshift-service-ca] adding namespace took 824.317µs I0703 06:41:49.476897 3451 namespace.go:136] [openshift-service-ca] updating namespace I0703 06:41:51.152949 3451 base_network_controller_pods.go:477] [default/openshift-service-ca/service-ca-6549cb95df-489z9] creating logical port openshift-service-ca_service-ca-6549cb95df-489z9 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:41:51.153064 3451 kube.go:317] Updating pod openshift-service-ca/service-ca-6549cb95df-489z9 I0703 06:41:51.167360 3451 pod.go:62] [openshift-service-ca/service-ca-6549cb95df-489z9] pod update took 14.340094ms I0703 06:41:51.167379 3451 base_network_controller_pods.go:921] [default/openshift-service-ca/service-ca-6549cb95df-489z9] addLogicalPort annotation time took 14.364665ms I0703 06:41:51.168449 3451 pods.go:252] [openshift-service-ca/service-ca-6549cb95df-489z9] addLogicalPort took 15.528763ms, libovsdb time 746.393µs I0703 06:41:51.501766 3451 cni.go:312] [openshift-service-ca/service-ca-6549cb95df-489z9 06587ae273106d634bf99e9254453fd67857653176992e5d117e90cc516dd387 network default NAD default] ADD starting CNI request [openshift-service-ca/service-ca-6549cb95df-489z9 06587ae273106d634bf99e9254453fd67857653176992e5d117e90cc516dd387 network default NAD default] I0703 06:41:51.503398 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:41:51.503424 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:41:51.511141 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-service-ca, podName: service-ca-6549cb95df-489z9, hostIfaceName: 06587ae273106d6, network: default, NAD default, SandboxID: "06587ae273106d634bf99e9254453fd67857653176992e5d117e90cc516dd387", PCI device ID: , UID: "c00a4e62-8130-46f9-ac16-6aade7c7109e", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0703 06:41:51.552196 3451 cni.go:333] [openshift-service-ca/service-ca-6549cb95df-489z9 06587ae273106d634bf99e9254453fd67857653176992e5d117e90cc516dd387 network default NAD default] ADD finished CNI request [openshift-service-ca/service-ca-6549cb95df-489z9 06587ae273106d634bf99e9254453fd67857653176992e5d117e90cc516dd387 network default NAD default], result "{\"interfaces\":[{\"name\":\"06587ae273106d6\",\"mac\":\"ce:ca:c2:92:ff:d9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/4410ccaf-cdbe-4dfe-a027-9bde27e731fc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:41:53.398196 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::ccca:c2ff:fe92:ffd9/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:01.807321 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:42:01.807397 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:42:03.097545 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:42:03.097571 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:42:03.097579 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:42:09.684294 3451 cni.go:312] [openshift-multus/network-metrics-daemon-db5wb e73f461a63ec3626ec542cf1b5fab68778fd92e03b1f8759d8497b881630b360 network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-db5wb e73f461a63ec3626ec542cf1b5fab68778fd92e03b1f8759d8497b881630b360 network default NAD default] I0703 06:42:09.687247 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:09.687329 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:09.692578 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-db5wb, hostIfaceName: e73f461a63ec362, network: default, NAD default, SandboxID: "e73f461a63ec3626ec542cf1b5fab68778fd92e03b1f8759d8497b881630b360", PCI device ID: , UID: "e5f912d6-4e2c-4d5f-a8a4-6779eeb4dfd7", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0703 06:42:09.742108 3451 cni.go:333] [openshift-multus/network-metrics-daemon-db5wb e73f461a63ec3626ec542cf1b5fab68778fd92e03b1f8759d8497b881630b360 network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-db5wb e73f461a63ec3626ec542cf1b5fab68778fd92e03b1f8759d8497b881630b360 network default NAD default], result "{\"interfaces\":[{\"name\":\"e73f461a63ec362\",\"mac\":\"ca:19:dc:a2:f6:53\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/3583c593-b502-4443-af33-aea33cffd63e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:10.742189 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::c819:dcff:fea2:f653/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:16.102932 3451 cni.go:312] [openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm 8d444946cbe4c3810462d973f14211879c548ee7582a12f8172cc1487bcc6686 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm 8d444946cbe4c3810462d973f14211879c548ee7582a12f8172cc1487bcc6686 network default NAD default] I0703 06:42:16.104707 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:16.104730 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:16.111287 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-6d95f7dc7-rb7wm, hostIfaceName: 8d444946cbe4c38, network: default, NAD default, SandboxID: "8d444946cbe4c3810462d973f14211879c548ee7582a12f8172cc1487bcc6686", PCI device ID: , UID: "279b5d26-77c4-490c-b454-3947e806c99a", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0703 06:42:16.154841 3451 cni.go:333] [openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm 8d444946cbe4c3810462d973f14211879c548ee7582a12f8172cc1487bcc6686 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-rb7wm 8d444946cbe4c3810462d973f14211879c548ee7582a12f8172cc1487bcc6686 network default NAD default], result "{\"interfaces\":[{\"name\":\"8d444946cbe4c38\",\"mac\":\"ea:bc:7b:c1:43:04\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/4a11504e-4219-4ac0-9641-f1ca933cb09a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:16.282138 3451 cni.go:312] [openshift-ingress/router-default-66985fbfdc-rs59t e8b3b46725fe3f3523391e90b7feeb198e2a8a83d74fecd0e2709384cfc506d1 network default NAD default] ADD starting CNI request [openshift-ingress/router-default-66985fbfdc-rs59t e8b3b46725fe3f3523391e90b7feeb198e2a8a83d74fecd0e2709384cfc506d1 network default NAD default] I0703 06:42:16.284680 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:16.284708 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:16.290167 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress, podName: router-default-66985fbfdc-rs59t, hostIfaceName: e8b3b46725fe3f3, network: default, NAD default, SandboxID: "e8b3b46725fe3f3523391e90b7feeb198e2a8a83d74fecd0e2709384cfc506d1", PCI device ID: , UID: "fadede54-5960-47b4-bd52-55d14d2bf5e7", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0703 06:42:16.333706 3451 cni.go:333] [openshift-ingress/router-default-66985fbfdc-rs59t e8b3b46725fe3f3523391e90b7feeb198e2a8a83d74fecd0e2709384cfc506d1 network default NAD default] ADD finished CNI request [openshift-ingress/router-default-66985fbfdc-rs59t e8b3b46725fe3f3523391e90b7feeb198e2a8a83d74fecd0e2709384cfc506d1 network default NAD default], result "{\"interfaces\":[{\"name\":\"e8b3b46725fe3f3\",\"mac\":\"26:59:e0:33:b6:53\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/c3048aa0-abee-4592-9940-c86dc9d5a3dd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:16.924823 3451 base_network_controller_pods.go:477] [default/openshift-console/downloads-6d4c9b4b6c-fr2kv] creating logical port openshift-console_downloads-6d4c9b4b6c-fr2kv for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:16.924917 3451 kube.go:317] Updating pod openshift-console/downloads-6d4c9b4b6c-fr2kv I0703 06:42:17.021477 3451 kube.go:317] Updating pod openshift-console/downloads-6d4c9b4b6c-fr2kv I0703 06:42:17.116428 3451 pod.go:62] [openshift-console/downloads-6d4c9b4b6c-fr2kv] pod update took 191.532092ms I0703 06:42:17.116456 3451 base_network_controller_pods.go:921] [default/openshift-console/downloads-6d4c9b4b6c-fr2kv] addLogicalPort annotation time took 191.566605ms I0703 06:42:17.117783 3451 pods.go:252] [openshift-console/downloads-6d4c9b4b6c-fr2kv] addLogicalPort took 192.990862ms, libovsdb time 942.468µs I0703 06:42:17.270214 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::e8bc:7bff:fec1:4304/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:17.279278 3451 cni.go:312] [openshift-console/downloads-6d4c9b4b6c-fr2kv 5295867d48c8ce40ff21c214989b86e058f31923280f19258f03a5c680df9f79 network default NAD default] ADD starting CNI request [openshift-console/downloads-6d4c9b4b6c-fr2kv 5295867d48c8ce40ff21c214989b86e058f31923280f19258f03a5c680df9f79 network default NAD default] I0703 06:42:17.282201 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:17.282260 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:17.289151 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: downloads-6d4c9b4b6c-fr2kv, hostIfaceName: 5295867d48c8ce4, network: default, NAD default, SandboxID: "5295867d48c8ce40ff21c214989b86e058f31923280f19258f03a5c680df9f79", PCI device ID: , UID: "62125da6-12a7-44f6-ba2a-0e4c53fe739b", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0703 06:42:17.334984 3451 cni.go:333] [openshift-console/downloads-6d4c9b4b6c-fr2kv 5295867d48c8ce40ff21c214989b86e058f31923280f19258f03a5c680df9f79 network default NAD default] ADD finished CNI request [openshift-console/downloads-6d4c9b4b6c-fr2kv 5295867d48c8ce40ff21c214989b86e058f31923280f19258f03a5c680df9f79 network default NAD default], result "{\"interfaces\":[{\"name\":\"5295867d48c8ce4\",\"mac\":\"ce:0e:33:61:fb:f0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/8a28634b-58d3-4322-9270-f34fc2354cd4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:17.579270 3451 base_network_controller_pods.go:477] [default/openshift-console/console-56cdb4dfb7-t7k58] creating logical port openshift-console_console-56cdb4dfb7-t7k58 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:17.579434 3451 kube.go:317] Updating pod openshift-console/console-56cdb4dfb7-t7k58 I0703 06:42:17.598779 3451 pod.go:62] [openshift-console/console-56cdb4dfb7-t7k58] pod update took 19.375598ms I0703 06:42:17.598804 3451 base_network_controller_pods.go:921] [default/openshift-console/console-56cdb4dfb7-t7k58] addLogicalPort annotation time took 19.40537ms I0703 06:42:17.600082 3451 pods.go:252] [openshift-console/console-56cdb4dfb7-t7k58] addLogicalPort took 20.837574ms, libovsdb time 841.795µs I0703 06:42:17.919230 3451 cni.go:312] [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default] ADD starting CNI request [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default] I0703 06:42:17.921100 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:17.921142 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:17.928682 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-56cdb4dfb7-t7k58, hostIfaceName: ce6d9bd9fabdbbf, network: default, NAD default, SandboxID: "ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775", PCI device ID: , UID: "250cc0b9-dd33-438d-a4ac-e29d5726dba7", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0703 06:42:17.970951 3451 cni.go:333] [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default] ADD finished CNI request [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default], result "{\"interfaces\":[{\"name\":\"ce6d9bd9fabdbbf\",\"mac\":\"42:bc:91:0e:ba:a8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/9a9729eb-c56a-406a-a540-89777703b352\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:18.102204 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::2459:e0ff:fe33:b653/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:18.244971 3451 obj_retry.go:466] Detected object openshift-image-registry/image-registry-f9c47bb49-cxqlk of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:18.245539 3451 obj_retry.go:466] Detected object openshift-image-registry/image-registry-f9c47bb49-cxqlk of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:18.262397 3451 obj_retry.go:460] Detected object openshift-image-registry/image-registry-f9c47bb49-cxqlk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:18.262472 3451 obj_retry.go:460] Detected object openshift-image-registry/image-registry-f9c47bb49-cxqlk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:18.270486 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-f9c47bb49-cxqlk I0703 06:42:18.270532 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-f9c47bb49-cxqlk I0703 06:42:18.486728 3451 obj_retry.go:466] Detected object openshift-image-registry/image-registry-64f5b97858-gzvqs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:18.486768 3451 pods.go:174] Deleting pod: openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:42:18.488277 3451 pods.go:217] Attempting to release IPs for pod: openshift-image-registry/image-registry-64f5b97858-gzvqs, ips: 10.128.0.5 I0703 06:42:18.488313 3451 obj_retry.go:466] Detected object openshift-image-registry/image-registry-64f5b97858-gzvqs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:18.513390 3451 obj_retry.go:460] Detected object openshift-image-registry/image-registry-64f5b97858-gzvqs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:18.513470 3451 obj_retry.go:460] Detected object openshift-image-registry/image-registry-64f5b97858-gzvqs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:18.527425 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:42:18.527506 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-64f5b97858-gzvqs I0703 06:42:18.630852 3451 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 06:42:18.870286 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::cc0e:33ff:fe61:fbf0/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:19.211628 3451 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-58657c5cfc-t6859] creating logical port openshift-image-registry_image-registry-58657c5cfc-t6859 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:19.211816 3451 kube.go:317] Updating pod openshift-image-registry/image-registry-58657c5cfc-t6859 I0703 06:42:19.238961 3451 pod.go:62] [openshift-image-registry/image-registry-58657c5cfc-t6859] pod update took 27.187618ms I0703 06:42:19.239075 3451 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-58657c5cfc-t6859] addLogicalPort annotation time took 27.309689ms I0703 06:42:19.240508 3451 pods.go:252] [openshift-image-registry/image-registry-58657c5cfc-t6859] addLogicalPort took 28.896659ms, libovsdb time 1.036866ms I0703 06:42:19.353681 3451 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-7d979c648b-dhpm4 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:19.353870 3451 kube.go:317] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4 I0703 06:42:19.378354 3451 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4] pod update took 24.522748ms I0703 06:42:19.378445 3451 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4] addLogicalPort annotation time took 24.619013ms I0703 06:42:19.380254 3451 pods.go:252] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4] addLogicalPort took 26.601658ms, libovsdb time 1.232291ms I0703 06:42:19.510270 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::40bc:91ff:fe0e:baa8/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:19.568558 3451 cni.go:312] [openshift-image-registry/image-registry-58657c5cfc-t6859 88a0c36cd6aa74fbfab3c3087a11fce3cd588c5a999e16b296daaccb68c92635 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-58657c5cfc-t6859 88a0c36cd6aa74fbfab3c3087a11fce3cd588c5a999e16b296daaccb68c92635 network default NAD default] I0703 06:42:19.572272 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:19.572345 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:19.580273 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-58657c5cfc-t6859, hostIfaceName: 88a0c36cd6aa74f, network: default, NAD default, SandboxID: "88a0c36cd6aa74fbfab3c3087a11fce3cd588c5a999e16b296daaccb68c92635", PCI device ID: , UID: "91b1612f-0bfe-4125-94b0-f3f1400b262a", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0703 06:42:19.640795 3451 cni.go:333] [openshift-image-registry/image-registry-58657c5cfc-t6859 88a0c36cd6aa74fbfab3c3087a11fce3cd588c5a999e16b296daaccb68c92635 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-58657c5cfc-t6859 88a0c36cd6aa74fbfab3c3087a11fce3cd588c5a999e16b296daaccb68c92635 network default NAD default], result "{\"interfaces\":[{\"name\":\"88a0c36cd6aa74f\",\"mac\":\"9e:66:7f:4f:34:98\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/66a978a9-9ebf-4586-afee-62134bcbdc97\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:20.309795 3451 cni.go:312] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4 4779b7ec9351cc1cb902f54a15251689801babf4a855e9fca04db9787319fb4c network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4 4779b7ec9351cc1cb902f54a15251689801babf4a855e9fca04db9787319fb4c network default NAD default] I0703 06:42:20.312257 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:20.312284 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:20.318462 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-7d979c648b-dhpm4, hostIfaceName: 4779b7ec9351cc1, network: default, NAD default, SandboxID: "4779b7ec9351cc1cb902f54a15251689801babf4a855e9fca04db9787319fb4c", PCI device ID: , UID: "7de8b664-4c13-4b13-9db0-394c63ed2b6e", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0703 06:42:20.366477 3451 cni.go:333] [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4 4779b7ec9351cc1cb902f54a15251689801babf4a855e9fca04db9787319fb4c network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-7d979c648b-dhpm4 4779b7ec9351cc1cb902f54a15251689801babf4a855e9fca04db9787319fb4c network default NAD default], result "{\"interfaces\":[{\"name\":\"4779b7ec9351cc1\",\"mac\":\"2a:f4:c3:28:9f:6d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/695d80d4-df57-4634-8e01-89460edb3353\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:21.238186 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::9c66:7fff:fe4f:3498/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:22.006299 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::28f4:c3ff:fe28:9f6d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:30.216685 3451 base_network_controller_pods.go:477] [default/openshift-monitoring/alertmanager-main-1] creating logical port openshift-monitoring_alertmanager-main-1 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:30.216942 3451 kube.go:317] Updating pod openshift-monitoring/alertmanager-main-1 I0703 06:42:30.256718 3451 pod.go:62] [openshift-monitoring/alertmanager-main-1] pod update took 39.83797ms I0703 06:42:30.256747 3451 base_network_controller_pods.go:921] [default/openshift-monitoring/alertmanager-main-1] addLogicalPort annotation time took 39.873071ms I0703 06:42:30.257976 3451 pods.go:252] [openshift-monitoring/alertmanager-main-1] addLogicalPort took 41.316687ms, libovsdb time 833.937µs I0703 06:42:30.588887 3451 cni.go:312] [openshift-monitoring/alertmanager-main-1 826dba0ba15474e10fff7f0a85aa29faae4c84c1fc81557f730227da0839ea10 network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-1 826dba0ba15474e10fff7f0a85aa29faae4c84c1fc81557f730227da0839ea10 network default NAD default] I0703 06:42:30.592192 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:30.592229 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:30.598896 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-1, hostIfaceName: 826dba0ba15474e, network: default, NAD default, SandboxID: "826dba0ba15474e10fff7f0a85aa29faae4c84c1fc81557f730227da0839ea10", PCI device ID: , UID: "22e866a6-c69b-445c-b22a-92ff9ef59e4e", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0703 06:42:30.646799 3451 cni.go:333] [openshift-monitoring/alertmanager-main-1 826dba0ba15474e10fff7f0a85aa29faae4c84c1fc81557f730227da0839ea10 network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-1 826dba0ba15474e10fff7f0a85aa29faae4c84c1fc81557f730227da0839ea10 network default NAD default], result "{\"interfaces\":[{\"name\":\"826dba0ba15474e\",\"mac\":\"fa:7a:0d:61:55:ce\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/ddc6a244-a8f7-47f4-af75-06576feb5f62\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:31.066587 3451 base_network_controller_pods.go:477] [default/openshift-monitoring/thanos-querier-848666bfbd-wp2vk] creating logical port openshift-monitoring_thanos-querier-848666bfbd-wp2vk for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:31.066733 3451 kube.go:317] Updating pod openshift-monitoring/thanos-querier-848666bfbd-wp2vk I0703 06:42:31.085486 3451 pod.go:62] [openshift-monitoring/thanos-querier-848666bfbd-wp2vk] pod update took 18.786401ms I0703 06:42:31.085538 3451 base_network_controller_pods.go:921] [default/openshift-monitoring/thanos-querier-848666bfbd-wp2vk] addLogicalPort annotation time took 18.842007ms I0703 06:42:31.086873 3451 pods.go:252] [openshift-monitoring/thanos-querier-848666bfbd-wp2vk] addLogicalPort took 20.31358ms, libovsdb time 944.363µs I0703 06:42:31.424595 3451 cni.go:312] [openshift-monitoring/thanos-querier-848666bfbd-wp2vk a8e518d1cf15b801625034ddc89c8a62d32b609b93dd6c9d836c9a47a6f66b26 network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-848666bfbd-wp2vk a8e518d1cf15b801625034ddc89c8a62d32b609b93dd6c9d836c9a47a6f66b26 network default NAD default] I0703 06:42:31.426569 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:31.426649 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:31.435950 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-848666bfbd-wp2vk, hostIfaceName: a8e518d1cf15b80, network: default, NAD default, SandboxID: "a8e518d1cf15b801625034ddc89c8a62d32b609b93dd6c9d836c9a47a6f66b26", PCI device ID: , UID: "f2843615-5d0e-41bd-9cb3-d53b140065b2", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0703 06:42:31.491971 3451 cni.go:333] [openshift-monitoring/thanos-querier-848666bfbd-wp2vk a8e518d1cf15b801625034ddc89c8a62d32b609b93dd6c9d836c9a47a6f66b26 network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-848666bfbd-wp2vk a8e518d1cf15b801625034ddc89c8a62d32b609b93dd6c9d836c9a47a6f66b26 network default NAD default], result "{\"interfaces\":[{\"name\":\"a8e518d1cf15b80\",\"mac\":\"86:87:65:fc:a2:8a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/335ab8f6-d65e-451a-9970-fa972f990d61\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:31.823393 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:42:31.823579 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:42:32.246220 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::f87a:dff:fe61:55ce/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:32.694239 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::8487:65ff:fefc:a28a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 06:42:33.932309 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:42:33.932343 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:42:33.932352 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:42:34.577362 3451 base_network_controller_pods.go:477] [default/openshift-monitoring/metrics-server-5c7d7c67f7-78xd9] creating logical port openshift-monitoring_metrics-server-5c7d7c67f7-78xd9 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:34.577495 3451 kube.go:317] Updating pod openshift-monitoring/metrics-server-5c7d7c67f7-78xd9 I0703 06:42:34.595992 3451 pod.go:62] [openshift-monitoring/metrics-server-5c7d7c67f7-78xd9] pod update took 18.536154ms I0703 06:42:34.596134 3451 base_network_controller_pods.go:921] [default/openshift-monitoring/metrics-server-5c7d7c67f7-78xd9] addLogicalPort annotation time took 18.682276ms I0703 06:42:34.597842 3451 pods.go:252] [openshift-monitoring/metrics-server-5c7d7c67f7-78xd9] addLogicalPort took 20.508759ms, libovsdb time 1.108359ms I0703 06:42:34.950212 3451 cni.go:312] [openshift-monitoring/metrics-server-5c7d7c67f7-78xd9 5c7a8c20c3c99010bb88b7567fe2fa10b5b5fdee2b1a9fb991f5b5be0eddb8d2 network default NAD default] ADD starting CNI request [openshift-monitoring/metrics-server-5c7d7c67f7-78xd9 5c7a8c20c3c99010bb88b7567fe2fa10b5b5fdee2b1a9fb991f5b5be0eddb8d2 network default NAD default] I0703 06:42:34.953652 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:34.953735 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:34.959495 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: metrics-server-5c7d7c67f7-78xd9, hostIfaceName: 5c7a8c20c3c9901, network: default, NAD default, SandboxID: "5c7a8c20c3c99010bb88b7567fe2fa10b5b5fdee2b1a9fb991f5b5be0eddb8d2", PCI device ID: , UID: "6c845ae6-5258-407f-83aa-4f1e54ee2060", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0703 06:42:35.012491 3451 cni.go:333] [openshift-monitoring/metrics-server-5c7d7c67f7-78xd9 5c7a8c20c3c99010bb88b7567fe2fa10b5b5fdee2b1a9fb991f5b5be0eddb8d2 network default NAD default] ADD finished CNI request [openshift-monitoring/metrics-server-5c7d7c67f7-78xd9 5c7a8c20c3c99010bb88b7567fe2fa10b5b5fdee2b1a9fb991f5b5be0eddb8d2 network default NAD default], result "{\"interfaces\":[{\"name\":\"5c7a8c20c3c9901\",\"mac\":\"56:bf:74:9d:d4:ff\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/66ffabaf-4eda-4f1d-a1db-ec969426fe32\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err W0703 06:42:35.038635 3451 base_network_controller_namespace.go:458] Unable to remove remote zone pod's openshift-console/console-7cf5f6b44d-qlhkn IP address from the namespace address-set, err: pod openshift-console/console-7cf5f6b44d-qlhkn: no pod IPs found I0703 06:42:35.479293 3451 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-k8s-0] creating logical port openshift-monitoring_prometheus-k8s-0 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:35.479455 3451 kube.go:317] Updating pod openshift-monitoring/prometheus-k8s-0 I0703 06:42:35.500774 3451 pod.go:62] [openshift-monitoring/prometheus-k8s-0] pod update took 21.360822ms I0703 06:42:35.500803 3451 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-k8s-0] addLogicalPort annotation time took 21.394643ms I0703 06:42:35.502181 3451 pods.go:252] [openshift-monitoring/prometheus-k8s-0] addLogicalPort took 22.902059ms, libovsdb time 961.349µs I0703 06:42:35.844775 3451 cni.go:312] [openshift-monitoring/prometheus-k8s-0 2c8c4f13393a5633101af12d05950ef2917251b1a77ca17d8429a55ecb934777 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-0 2c8c4f13393a5633101af12d05950ef2917251b1a77ca17d8429a55ecb934777 network default NAD default] I0703 06:42:35.847429 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:35.847507 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:35.854500 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-0, hostIfaceName: 2c8c4f13393a563, network: default, NAD default, SandboxID: "2c8c4f13393a5633101af12d05950ef2917251b1a77ca17d8429a55ecb934777", PCI device ID: , UID: "df75edaa-7b48-4b10-9df7-6d8b86bc2224", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0703 06:42:35.908112 3451 cni.go:333] [openshift-monitoring/prometheus-k8s-0 2c8c4f13393a5633101af12d05950ef2917251b1a77ca17d8429a55ecb934777 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-0 2c8c4f13393a5633101af12d05950ef2917251b1a77ca17d8429a55ecb934777 network default NAD default], result "{\"interfaces\":[{\"name\":\"2c8c4f13393a563\",\"mac\":\"46:7c:1c:f1:27:27\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/afef88bc-6203-4a19-8829-06d04eca21d6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:36.086235 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::54bf:74ff:fe9d:d4ff/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:37.174196 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::447c:1cff:fef1:2727/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:48.615090 3451 cni.go:312] [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default] DEL starting CNI request [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default] I0703 06:42:48.686230 3451 cni.go:333] [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default] DEL finished CNI request [openshift-console/console-56cdb4dfb7-t7k58 ce6d9bd9fabdbbfa964e6c9f0fef5c0623b79d47cf0a55094a0187c1214af775 network default NAD default], result "{\"dns\":{}}", err I0703 06:42:48.726328 3451 obj_retry.go:466] Detected object openshift-console/console-56cdb4dfb7-t7k58 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:48.726379 3451 pods.go:174] Deleting pod: openshift-console/console-56cdb4dfb7-t7k58 I0703 06:42:48.727853 3451 pods.go:217] Attempting to release IPs for pod: openshift-console/console-56cdb4dfb7-t7k58, ips: 10.128.0.14 I0703 06:42:48.727892 3451 obj_retry.go:466] Detected object openshift-console/console-56cdb4dfb7-t7k58 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:48.735582 3451 base_network_controller_pods.go:477] [default/openshift-console/console-5c47d68b9-mv6gn] creating logical port openshift-console_console-5c47d68b9-mv6gn for pod on switch ip-10-0-1-225.ec2.internal I0703 06:42:48.735694 3451 kube.go:317] Updating pod openshift-console/console-5c47d68b9-mv6gn I0703 06:42:48.749875 3451 pod.go:62] [openshift-console/console-5c47d68b9-mv6gn] pod update took 14.223506ms I0703 06:42:48.749902 3451 base_network_controller_pods.go:921] [default/openshift-console/console-5c47d68b9-mv6gn] addLogicalPort annotation time took 14.255498ms I0703 06:42:48.751270 3451 pods.go:252] [openshift-console/console-5c47d68b9-mv6gn] addLogicalPort took 15.706585ms, libovsdb time 888.99µs I0703 06:42:49.104668 3451 cni.go:312] [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default] ADD starting CNI request [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default] I0703 06:42:49.106617 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:42:49.106643 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:42:49.115363 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-5c47d68b9-mv6gn, hostIfaceName: 1231dbcba9a97f5, network: default, NAD default, SandboxID: "1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a", PCI device ID: , UID: "720b2672-6049-49d3-b0c5-60cbf68cc581", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0703 06:42:49.162849 3451 cni.go:333] [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default] ADD finished CNI request [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default], result "{\"interfaces\":[{\"name\":\"1231dbcba9a97f5\",\"mac\":\"8a:c6:16:c1:cf:19\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/ea1de659-7ee8-4683-8888-d5f964a6dafc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:49.654227 3451 obj_retry.go:460] Detected object openshift-console/console-56cdb4dfb7-t7k58 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:49.654253 3451 obj_retry.go:460] Detected object openshift-console/console-56cdb4dfb7-t7k58 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:49.659631 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-56cdb4dfb7-t7k58 I0703 06:42:49.659701 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-56cdb4dfb7-t7k58 I0703 06:42:50.423197 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::88c6:16ff:fec1:cf19/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:43:00.291128 3451 obj_retry.go:466] Detected object openshift-console/console-56cdb4dfb7-2nxzh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:00.291752 3451 obj_retry.go:466] Detected object openshift-console/console-56cdb4dfb7-2nxzh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:00.665942 3451 obj_retry.go:460] Detected object openshift-console/console-56cdb4dfb7-2nxzh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:00.665965 3451 obj_retry.go:460] Detected object openshift-console/console-56cdb4dfb7-2nxzh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:00.671245 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-56cdb4dfb7-2nxzh I0703 06:43:00.671271 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-56cdb4dfb7-2nxzh I0703 06:43:01.837651 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:43:01.837713 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:43:04.677348 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:43:04.677373 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:43:04.677380 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:43:13.242884 3451 cni.go:312] [openshift-dns/dns-default-l5kxc 3558ffbfede80d79aa650f9a9319f7becf4d179721769aa98db016a0e323919c network default NAD default] ADD starting CNI request [openshift-dns/dns-default-l5kxc 3558ffbfede80d79aa650f9a9319f7becf4d179721769aa98db016a0e323919c network default NAD default] I0703 06:43:13.245555 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:43:13.245624 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:43:13.251347 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-dns, podName: dns-default-l5kxc, hostIfaceName: 3558ffbfede80d7, network: default, NAD default, SandboxID: "3558ffbfede80d79aa650f9a9319f7becf4d179721769aa98db016a0e323919c", PCI device ID: , UID: "658c8356-41ff-47ac-8b66-5973ea62d7e9", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0703 06:43:13.298141 3451 cni.go:333] [openshift-dns/dns-default-l5kxc 3558ffbfede80d79aa650f9a9319f7becf4d179721769aa98db016a0e323919c network default NAD default] ADD finished CNI request [openshift-dns/dns-default-l5kxc 3558ffbfede80d79aa650f9a9319f7becf4d179721769aa98db016a0e323919c network default NAD default], result "{\"interfaces\":[{\"name\":\"3558ffbfede80d7\",\"mac\":\"fa:a7:e5:7c:1b:a7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/a9071d0c-a3cb-4a1a-b6b1-beaa1094dc33\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:13.543197 3451 cni.go:312] [openshift-ingress-canary/ingress-canary-kcjlf 1533afb8c4b292bd24e8d5d30255c8016d618d170407b8e7a71c81434d35f609 network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-kcjlf 1533afb8c4b292bd24e8d5d30255c8016d618d170407b8e7a71c81434d35f609 network default NAD default] I0703 06:43:13.544885 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:43:13.544936 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:43:13.552220 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-kcjlf, hostIfaceName: 1533afb8c4b292b, network: default, NAD default, SandboxID: "1533afb8c4b292bd24e8d5d30255c8016d618d170407b8e7a71c81434d35f609", PCI device ID: , UID: "c239bec5-a26f-44dd-9f2f-234197226a99", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0703 06:43:13.597121 3451 cni.go:333] [openshift-ingress-canary/ingress-canary-kcjlf 1533afb8c4b292bd24e8d5d30255c8016d618d170407b8e7a71c81434d35f609 network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-kcjlf 1533afb8c4b292bd24e8d5d30255c8016d618d170407b8e7a71c81434d35f609 network default NAD default], result "{\"interfaces\":[{\"name\":\"1533afb8c4b292b\",\"mac\":\"82:56:cf:1b:ce:6f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/92728c11-00d8-41d2-9d0e-14e8106bc396\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:14.742238 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::8056:cfff:fe1b:ce6f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 06:43:15.041674 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:43:15.041703 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:43:15.041712 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:43:15.254208 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::f8a7:e5ff:fe7c:1ba7/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 06:43:28.052741 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 06:43:28.289706 3451 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace E0703 06:43:28.714360 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 06:43:31.857932 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:43:31.857998 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:43:34.928110 3451 obj_retry.go:466] Detected object openshift-ingress/router-default-76b77c867f-fx42h of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:34.928636 3451 obj_retry.go:466] Detected object openshift-ingress/router-default-76b77c867f-fx42h of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0703 06:43:35.297367 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:43:35.297398 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:43:35.297406 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:43:35.476200 3451 obj_retry.go:460] Detected object openshift-ingress/router-default-76b77c867f-fx42h of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:35.476232 3451 obj_retry.go:460] Detected object openshift-ingress/router-default-76b77c867f-fx42h of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:35.483229 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-76b77c867f-fx42h I0703 06:43:35.483258 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-76b77c867f-fx42h I0703 06:43:36.200405 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 4 items received I0703 06:43:53.765475 3451 base_network_controller_pods.go:477] [default/openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2] creating logical port openshift-monitoring_telemeter-client-56bd9cf9f5-cd8l2 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:43:53.765625 3451 kube.go:317] Updating pod openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2 I0703 06:43:53.783551 3451 pod.go:62] [openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2] pod update took 17.966143ms I0703 06:43:53.783574 3451 base_network_controller_pods.go:921] [default/openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2] addLogicalPort annotation time took 17.994959ms I0703 06:43:53.784924 3451 pods.go:252] [openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2] addLogicalPort took 19.479203ms, libovsdb time 965.044µs I0703 06:43:54.118578 3451 cni.go:312] [openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2 02dfb64f80b871c1b15b3c2720f98ab4db5d7c1732c5e4b2d4f0fc7a42fc19cd network default NAD default] ADD starting CNI request [openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2 02dfb64f80b871c1b15b3c2720f98ab4db5d7c1732c5e4b2d4f0fc7a42fc19cd network default NAD default] I0703 06:43:54.120333 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:43:54.120364 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:43:54.128301 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: telemeter-client-56bd9cf9f5-cd8l2, hostIfaceName: 02dfb64f80b871c, network: default, NAD default, SandboxID: "02dfb64f80b871c1b15b3c2720f98ab4db5d7c1732c5e4b2d4f0fc7a42fc19cd", PCI device ID: , UID: "f1765916-6c8b-4333-9106-378d29d2ceb1", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0703 06:43:54.174696 3451 cni.go:333] [openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2 02dfb64f80b871c1b15b3c2720f98ab4db5d7c1732c5e4b2d4f0fc7a42fc19cd network default NAD default] ADD finished CNI request [openshift-monitoring/telemeter-client-56bd9cf9f5-cd8l2 02dfb64f80b871c1b15b3c2720f98ab4db5d7c1732c5e4b2d4f0fc7a42fc19cd network default NAD default], result "{\"interfaces\":[{\"name\":\"02dfb64f80b871c\",\"mac\":\"0a:05:e0:8d:e4:ff\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/814796d3-3a4d-4379-b10f-a52dcf4a3ffb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:56.022244 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::805:e0ff:fe8d:e4ff/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:43:56.714869 3451 obj_retry.go:466] Detected object openshift-console/console-7cf5f6b44d-pbg7s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:56.715545 3451 obj_retry.go:466] Detected object openshift-console/console-7cf5f6b44d-pbg7s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:57.529881 3451 obj_retry.go:460] Detected object openshift-console/console-7cf5f6b44d-pbg7s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:57.529906 3451 obj_retry.go:460] Detected object openshift-console/console-7cf5f6b44d-pbg7s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:57.542152 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-7cf5f6b44d-pbg7s I0703 06:43:57.542221 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-7cf5f6b44d-pbg7s I0703 06:44:01.873590 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:44:01.873654 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} W0703 06:44:04.181378 3451 base_network_controller_namespace.go:458] Unable to remove remote zone pod's openshift-console/console-598f5b665c-42jr4 IP address from the namespace address-set, err: pod openshift-console/console-598f5b665c-42jr4: no pod IPs found E0703 06:44:05.793571 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:44:05.793603 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:44:05.793613 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:44:10.195561 3451 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 6 items received I0703 06:44:12.086424 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 11 items received I0703 06:44:14.946764 3451 obj_retry.go:466] Detected object openshift-image-registry/image-registry-64f5b97858-x6fp6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:14.947411 3451 obj_retry.go:466] Detected object openshift-image-registry/image-registry-64f5b97858-x6fp6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:15.582029 3451 obj_retry.go:460] Detected object openshift-image-registry/image-registry-64f5b97858-x6fp6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:15.582079 3451 obj_retry.go:460] Detected object openshift-image-registry/image-registry-64f5b97858-x6fp6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:15.590379 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-64f5b97858-x6fp6 I0703 06:44:15.590442 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-64f5b97858-x6fp6 I0703 06:44:20.080773 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 117 items received I0703 06:44:22.204945 3451 cni.go:312] [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default] DEL starting CNI request [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default] I0703 06:44:22.274263 3451 cni.go:333] [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default] DEL finished CNI request [openshift-console/console-5c47d68b9-mv6gn 1231dbcba9a97f5905d792489a0a2e3c8f96c98c34d50597586a7473197cae9a network default NAD default], result "{\"dns\":{}}", err I0703 06:44:22.320094 3451 obj_retry.go:466] Detected object openshift-console/console-5c47d68b9-mv6gn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:22.320142 3451 pods.go:174] Deleting pod: openshift-console/console-5c47d68b9-mv6gn I0703 06:44:22.321758 3451 pods.go:217] Attempting to release IPs for pod: openshift-console/console-5c47d68b9-mv6gn, ips: 10.128.0.21 I0703 06:44:22.321795 3451 obj_retry.go:466] Detected object openshift-console/console-5c47d68b9-mv6gn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:22.334396 3451 base_network_controller_pods.go:477] [default/openshift-console/console-996df67c-bdmq6] creating logical port openshift-console_console-996df67c-bdmq6 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:44:22.334562 3451 kube.go:317] Updating pod openshift-console/console-996df67c-bdmq6 I0703 06:44:22.348592 3451 pod.go:62] [openshift-console/console-996df67c-bdmq6] pod update took 14.069645ms I0703 06:44:22.348616 3451 base_network_controller_pods.go:921] [default/openshift-console/console-996df67c-bdmq6] addLogicalPort annotation time took 14.0998ms I0703 06:44:22.349872 3451 pods.go:252] [openshift-console/console-996df67c-bdmq6] addLogicalPort took 15.500324ms, libovsdb time 774.386µs I0703 06:44:22.686192 3451 cni.go:312] [openshift-console/console-996df67c-bdmq6 85c0ff3f4ac5ff2d41dc3a2f375a7af0f86a8187d482324b344fa91ed46471c8 network default NAD default] ADD starting CNI request [openshift-console/console-996df67c-bdmq6 85c0ff3f4ac5ff2d41dc3a2f375a7af0f86a8187d482324b344fa91ed46471c8 network default NAD default] I0703 06:44:22.689202 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:44:22.689288 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:44:22.694960 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-996df67c-bdmq6, hostIfaceName: 85c0ff3f4ac5ff2, network: default, NAD default, SandboxID: "85c0ff3f4ac5ff2d41dc3a2f375a7af0f86a8187d482324b344fa91ed46471c8", PCI device ID: , UID: "d0c98ddb-638d-4c2c-974c-4e9214efc523", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0703 06:44:22.739132 3451 cni.go:333] [openshift-console/console-996df67c-bdmq6 85c0ff3f4ac5ff2d41dc3a2f375a7af0f86a8187d482324b344fa91ed46471c8 network default NAD default] ADD finished CNI request [openshift-console/console-996df67c-bdmq6 85c0ff3f4ac5ff2d41dc3a2f375a7af0f86a8187d482324b344fa91ed46471c8 network default NAD default], result "{\"interfaces\":[{\"name\":\"85c0ff3f4ac5ff2\",\"mac\":\"12:34:ab:2a:8b:20\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/5d170a8b-12c0-4d3d-aef3-8cc94ed3afba\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:44:22.839085 3451 obj_retry.go:460] Detected object openshift-console/console-5c47d68b9-mv6gn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:22.839116 3451 obj_retry.go:460] Detected object openshift-console/console-5c47d68b9-mv6gn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:22.847428 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5c47d68b9-mv6gn I0703 06:44:22.847460 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5c47d68b9-mv6gn I0703 06:44:23.862232 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::1034:abff:fe2a:8b20/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:44:25.086749 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 571 items received E0703 06:44:26.123851 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:44:26.123921 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:44:26.123931 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:44:29.468810 3451 obj_retry.go:466] Detected object openshift-console/console-598f5b665c-5cbkp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:29.469455 3451 obj_retry.go:466] Detected object openshift-console/console-598f5b665c-5cbkp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:29.625768 3451 obj_retry.go:460] Detected object openshift-console/console-598f5b665c-5cbkp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:29.625800 3451 obj_retry.go:460] Detected object openshift-console/console-598f5b665c-5cbkp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:29.633114 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-598f5b665c-5cbkp I0703 06:44:29.633156 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-598f5b665c-5cbkp I0703 06:44:31.900083 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:44:31.900148 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:44:36.346010 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:44:36.346054 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:44:36.346063 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:44:56.164120 3451 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received I0703 06:44:58.189533 3451 obj_retry.go:466] Detected object openshift-console/console-5c47d68b9-grqm5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:58.190150 3451 obj_retry.go:466] Detected object openshift-console/console-5c47d68b9-grqm5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:58.696727 3451 obj_retry.go:460] Detected object openshift-console/console-5c47d68b9-grqm5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:58.696829 3451 obj_retry.go:460] Detected object openshift-console/console-5c47d68b9-grqm5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:58.704108 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5c47d68b9-grqm5 I0703 06:44:58.704132 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5c47d68b9-grqm5 I0703 06:45:00.201366 3451 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 8 items received I0703 06:45:01.918466 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:45:01.918523 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:45:02.080587 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received E0703 06:45:06.919509 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:45:06.919538 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:45:06.919545 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:45:07.179602 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 8 items received E0703 06:45:17.037137 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:45:17.037164 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:45:17.037171 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:45:31.939250 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:45:31.939311 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:45:51.084409 3451 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default] I0703 06:45:51.157758 3451 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 69d185fada350f499405d8b0cf43842bdc350632fc4bb8e13442211c70a65a80 network default NAD default], result "{\"dns\":{}}", err I0703 06:45:51.201433 3451 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:51.201502 3451 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 I0703 06:45:51.202826 3451 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44, ips: 10.128.0.9 I0703 06:45:51.202857 3451 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:52.225518 3451 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:45:52.225630 3451 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-5vq44 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 06:45:57.916399 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:45:57.916430 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:45:57.916437 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:45:59.523245 3451 namespace.go:92] [tssc] adding namespace I0703 06:45:59.524227 3451 namespace.go:96] [tssc] adding namespace took 956.936µs I0703 06:45:59.544615 3451 namespace.go:136] [tssc] updating namespace I0703 06:45:59.559818 3451 namespace.go:136] [tssc] updating namespace I0703 06:45:59.797543 3451 namespace.go:92] [null] adding namespace I0703 06:45:59.798422 3451 namespace.go:96] [null] adding namespace took 812.339µs I0703 06:45:59.816650 3451 namespace.go:136] [null] updating namespace I0703 06:45:59.827082 3451 namespace.go:136] [null] updating namespace I0703 06:46:01.958973 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:46:01.959051 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:46:05.474978 3451 namespace.go:92] [tssc-dh] adding namespace I0703 06:46:05.475926 3451 namespace.go:96] [tssc-dh] adding namespace took 849.699µs I0703 06:46:05.480981 3451 namespace.go:92] [rhtpa-operator] adding namespace I0703 06:46:05.481751 3451 namespace.go:96] [rhtpa-operator] adding namespace took 692.693µs I0703 06:46:05.486910 3451 namespace.go:92] [tssc-gitops] adding namespace I0703 06:46:05.487535 3451 namespace.go:96] [tssc-gitops] adding namespace took 612.196µs I0703 06:46:05.491213 3451 namespace.go:92] [tssc-keycloak] adding namespace I0703 06:46:05.491270 3451 namespace.go:92] [rhbk-operator] adding namespace I0703 06:46:05.491884 3451 namespace.go:96] [tssc-keycloak] adding namespace took 612.744µs I0703 06:46:05.492539 3451 namespace.go:96] [rhbk-operator] adding namespace took 1.251614ms I0703 06:46:05.511908 3451 namespace.go:92] [tssc-tpa] adding namespace I0703 06:46:05.511953 3451 namespace.go:92] [tssc-tas] adding namespace I0703 06:46:05.512076 3451 namespace.go:136] [tssc-dh] updating namespace I0703 06:46:05.512677 3451 namespace.go:96] [tssc-tpa] adding namespace took 751.605µs I0703 06:46:05.513356 3451 namespace.go:96] [tssc-tas] adding namespace took 1.390533ms I0703 06:46:05.526853 3451 namespace.go:136] [tssc-dh] updating namespace I0703 06:46:05.529870 3451 namespace.go:136] [rhtpa-operator] updating namespace I0703 06:46:05.551123 3451 namespace.go:136] [rhtpa-operator] updating namespace I0703 06:46:05.560423 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:46:05.585009 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:46:05.585211 3451 namespace.go:136] [rhbk-operator] updating namespace I0703 06:46:05.595941 3451 namespace.go:136] [tssc-keycloak] updating namespace I0703 06:46:05.608071 3451 namespace.go:136] [tssc-keycloak] updating namespace I0703 06:46:05.619962 3451 namespace.go:136] [tssc-tpa] updating namespace I0703 06:46:05.628998 3451 namespace.go:136] [tssc-tas] updating namespace I0703 06:46:05.629124 3451 namespace.go:136] [tssc-keycloak] updating namespace I0703 06:46:05.664117 3451 namespace.go:136] [rhtpa-operator] updating namespace I0703 06:46:05.664240 3451 namespace.go:136] [tssc-dh] updating namespace I0703 06:46:05.666967 3451 namespace.go:136] [rhbk-operator] updating namespace I0703 06:46:05.667002 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:46:05.667150 3451 namespace.go:136] [tssc-tpa] updating namespace I0703 06:46:05.674877 3451 namespace.go:136] [tssc-tas] updating namespace I0703 06:46:05.683221 3451 namespace.go:136] [rhbk-operator] updating namespace I0703 06:46:05.705987 3451 namespace.go:136] [tssc-tpa] updating namespace I0703 06:46:05.715961 3451 namespace.go:136] [tssc-tas] updating namespace I0703 06:46:07.149742 3451 namespace.go:136] [tssc-tpa] updating namespace I0703 06:46:07.154600 3451 namespace.go:136] [tssc-keycloak] updating namespace I0703 06:46:12.184967 3451 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 I0703 06:46:15.086216 3451 obj_retry.go:466] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1kkxbf of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:15.086800 3451 obj_retry.go:466] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1kkxbf of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:15.107210 3451 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cz2dk9 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:15.107731 3451 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cz2dk9 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:16.108858 3451 obj_retry.go:460] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1kkxbf of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:16.108883 3451 obj_retry.go:460] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1kkxbf of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:16.131976 3451 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cz2dk9 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:16.132074 3451 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cz2dk9 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:17.068236 3451 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb27kw2l of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:17.068771 3451 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb27kw2l of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:18.091779 3451 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb27kw2l of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:18.091836 3451 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb27kw2l of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:18.111648 3451 obj_retry.go:466] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5ngjgt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:18.112200 3451 obj_retry.go:466] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5ngjgt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:18.135214 3451 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615hvm78 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:18.135724 3451 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615hvm78 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:19.067221 3451 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bapbpzj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:19.067791 3451 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bapbpzj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:19.139025 3451 obj_retry.go:460] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5ngjgt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:19.139073 3451 obj_retry.go:460] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5ngjgt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:19.162267 3451 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615hvm78 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:19.162351 3451 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615hvm78 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:20.091412 3451 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bapbpzj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:20.091470 3451 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bapbpzj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:23.898444 3451 base_network_controller_pods.go:477] [default/tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92] creating logical port tssc-tpa_rhtpa-operator-controller-manager-56dbc8f475-wkd92 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:23.898557 3451 kube.go:317] Updating pod tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92 I0703 06:46:23.915178 3451 pod.go:62] [tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92] pod update took 16.64629ms I0703 06:46:23.915206 3451 base_network_controller_pods.go:921] [default/tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92] addLogicalPort annotation time took 16.678843ms I0703 06:46:23.916459 3451 pods.go:252] [tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92] addLogicalPort took 18.04375ms, libovsdb time 899.11µs I0703 06:46:24.255246 3451 cni.go:312] [tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92 e4c01225c49b7a31fcd296046d120457ae3fdef6b06547cc957fe9d1893d317b network default NAD default] ADD starting CNI request [tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92 e4c01225c49b7a31fcd296046d120457ae3fdef6b06547cc957fe9d1893d317b network default NAD default] I0703 06:46:24.258449 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:24.258480 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:46:24.264502 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-tpa, podName: rhtpa-operator-controller-manager-56dbc8f475-wkd92, hostIfaceName: e4c01225c49b7a3, network: default, NAD default, SandboxID: "e4c01225c49b7a31fcd296046d120457ae3fdef6b06547cc957fe9d1893d317b", PCI device ID: , UID: "a800b629-d630-40de-894c-a51536cc508c", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0703 06:46:24.312494 3451 cni.go:333] [tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92 e4c01225c49b7a31fcd296046d120457ae3fdef6b06547cc957fe9d1893d317b network default NAD default] ADD finished CNI request [tssc-tpa/rhtpa-operator-controller-manager-56dbc8f475-wkd92 e4c01225c49b7a31fcd296046d120457ae3fdef6b06547cc957fe9d1893d317b network default NAD default], result "{\"interfaces\":[{\"name\":\"e4c01225c49b7a3\",\"mac\":\"36:1b:db:6c:27:85\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/4e6cf609-98d1-4c4f-b18c-697961de60d1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:25.463277 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::341b:dbff:fe6c:2785/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 06:46:28.252345 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:46:28.252381 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:46:28.252392 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:46:29.379594 3451 namespace.go:136] [openshift-operators] updating namespace I0703 06:46:29.416060 3451 namespace.go:136] [openshift-operators] updating namespace I0703 06:46:31.174332 3451 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 9 items received I0703 06:46:31.987515 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:46:31.987577 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:46:39.524769 3451 base_network_controller_pods.go:477] [default/openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5] creating logical port openshift-operators_openshift-gitops-operator-controller-manager-695c965898-vrcc5 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:39.524966 3451 kube.go:317] Updating pod openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5 I0703 06:46:39.551614 3451 pod.go:62] [openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5] pod update took 26.684226ms I0703 06:46:39.551649 3451 base_network_controller_pods.go:921] [default/openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5] addLogicalPort annotation time took 26.724769ms I0703 06:46:39.553151 3451 pods.go:252] [openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5] addLogicalPort took 28.402245ms, libovsdb time 1.131123ms I0703 06:46:40.797996 3451 cni.go:312] [openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5 5571a41feb657da07c0994acffb0966d9a71e8a01f77cdb94abc7a26c5d4b048 network default NAD default] ADD starting CNI request [openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5 5571a41feb657da07c0994acffb0966d9a71e8a01f77cdb94abc7a26c5d4b048 network default NAD default] I0703 06:46:40.799941 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:40.800017 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:46:40.809480 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: openshift-gitops-operator-controller-manager-695c965898-vrcc5, hostIfaceName: 5571a41feb657da, network: default, NAD default, SandboxID: "5571a41feb657da07c0994acffb0966d9a71e8a01f77cdb94abc7a26c5d4b048", PCI device ID: , UID: "d1a2c2da-4a7e-49c8-8e78-22e07e77903e", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0703 06:46:40.857487 3451 cni.go:333] [openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5 5571a41feb657da07c0994acffb0966d9a71e8a01f77cdb94abc7a26c5d4b048 network default NAD default] ADD finished CNI request [openshift-operators/openshift-gitops-operator-controller-manager-695c965898-vrcc5 5571a41feb657da07c0994acffb0966d9a71e8a01f77cdb94abc7a26c5d4b048 network default NAD default], result "{\"interfaces\":[{\"name\":\"5571a41feb657da\",\"mac\":\"5a:d7:0d:00:07:eb\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/92179ff1-1d93-43aa-9c96-8cac1e8f41b3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:41.094777 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 89 items received I0703 06:46:42.678216 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::58d7:dff:fe00:7eb/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:45.091470 3451 namespace.go:92] [openshift-gitops] adding namespace I0703 06:46:45.092333 3451 namespace.go:96] [openshift-gitops] adding namespace took 842.564µs I0703 06:46:45.112975 3451 namespace.go:136] [openshift-gitops] updating namespace I0703 06:46:45.126324 3451 namespace.go:136] [openshift-gitops] updating namespace I0703 06:46:46.072848 3451 base_network_controller_pods.go:477] [default/openshift-gitops/cluster-56d6859f44-ljzv4] creating logical port openshift-gitops_cluster-56d6859f44-ljzv4 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:46.072964 3451 kube.go:317] Updating pod openshift-gitops/cluster-56d6859f44-ljzv4 I0703 06:46:46.092082 3451 pod.go:62] [openshift-gitops/cluster-56d6859f44-ljzv4] pod update took 19.150423ms I0703 06:46:46.092166 3451 base_network_controller_pods.go:921] [default/openshift-gitops/cluster-56d6859f44-ljzv4] addLogicalPort annotation time took 19.242597ms I0703 06:46:46.094217 3451 pods.go:252] [openshift-gitops/cluster-56d6859f44-ljzv4] addLogicalPort took 21.391652ms, libovsdb time 1.513359ms I0703 06:46:46.130154 3451 base_network_controller_pods.go:477] [default/openshift-gitops/gitops-plugin-78578bc8f7-bftph] creating logical port openshift-gitops_gitops-plugin-78578bc8f7-bftph for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:46.130273 3451 kube.go:317] Updating pod openshift-gitops/gitops-plugin-78578bc8f7-bftph I0703 06:46:46.146246 3451 pod.go:62] [openshift-gitops/gitops-plugin-78578bc8f7-bftph] pod update took 16.007725ms I0703 06:46:46.146283 3451 base_network_controller_pods.go:921] [default/openshift-gitops/gitops-plugin-78578bc8f7-bftph] addLogicalPort annotation time took 16.053117ms I0703 06:46:46.148005 3451 pods.go:252] [openshift-gitops/gitops-plugin-78578bc8f7-bftph] addLogicalPort took 17.87729ms, libovsdb time 1.198482ms I0703 06:46:47.603290 3451 namespace.go:92] [trusted-artifact-signer] adding namespace I0703 06:46:47.604407 3451 namespace.go:96] [trusted-artifact-signer] adding namespace took 1.027883ms I0703 06:46:47.659650 3451 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 06:46:47.704574 3451 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 06:46:47.940416 3451 cni.go:312] [openshift-gitops/cluster-56d6859f44-ljzv4 eda05085a645698e1fb14f4b68cdc31d53107f8c7ef24579363435812f98ec39 network default NAD default] ADD starting CNI request [openshift-gitops/cluster-56d6859f44-ljzv4 eda05085a645698e1fb14f4b68cdc31d53107f8c7ef24579363435812f98ec39 network default NAD default] I0703 06:46:47.943167 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:47.943261 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:46:47.945014 3451 cni.go:312] [openshift-gitops/gitops-plugin-78578bc8f7-bftph e494085c12a05644e14ce513b6a4fb93de6a90d12e1e214a53db0c51e6531dea network default NAD default] ADD starting CNI request [openshift-gitops/gitops-plugin-78578bc8f7-bftph e494085c12a05644e14ce513b6a4fb93de6a90d12e1e214a53db0c51e6531dea network default NAD default] I0703 06:46:47.947218 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:47.947310 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:46:47.951795 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: cluster-56d6859f44-ljzv4, hostIfaceName: eda05085a645698, network: default, NAD default, SandboxID: "eda05085a645698e1fb14f4b68cdc31d53107f8c7ef24579363435812f98ec39", PCI device ID: , UID: "5f8b34b3-b560-4682-8f48-640ec7882267", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0703 06:46:47.959221 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: gitops-plugin-78578bc8f7-bftph, hostIfaceName: e494085c12a0564, network: default, NAD default, SandboxID: "e494085c12a05644e14ce513b6a4fb93de6a90d12e1e214a53db0c51e6531dea", PCI device ID: , UID: "796963b8-f2af-41f9-b279-1c5d48a62b71", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0703 06:46:48.023297 3451 cni.go:333] [openshift-gitops/cluster-56d6859f44-ljzv4 eda05085a645698e1fb14f4b68cdc31d53107f8c7ef24579363435812f98ec39 network default NAD default] ADD finished CNI request [openshift-gitops/cluster-56d6859f44-ljzv4 eda05085a645698e1fb14f4b68cdc31d53107f8c7ef24579363435812f98ec39 network default NAD default], result "{\"interfaces\":[{\"name\":\"eda05085a645698\",\"mac\":\"7a:b7:b1:6f:de:12\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/c688c3c3-41b1-4801-8406-410bc1ebb23b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:48.046066 3451 cni.go:333] [openshift-gitops/gitops-plugin-78578bc8f7-bftph e494085c12a05644e14ce513b6a4fb93de6a90d12e1e214a53db0c51e6531dea network default NAD default] ADD finished CNI request [openshift-gitops/gitops-plugin-78578bc8f7-bftph e494085c12a05644e14ce513b6a4fb93de6a90d12e1e214a53db0c51e6531dea network default NAD default], result "{\"interfaces\":[{\"name\":\"e494085c12a0564\",\"mac\":\"96:7d:12:c7:13:c0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/afd335a0-440f-4a7a-a52e-d26cb1607647\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:48.190909 3451 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-application-controller-0] creating logical port openshift-gitops_openshift-gitops-application-controller-0 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:48.191014 3451 kube.go:317] Updating pod openshift-gitops/openshift-gitops-application-controller-0 I0703 06:46:48.203891 3451 pod.go:62] [openshift-gitops/openshift-gitops-application-controller-0] pod update took 12.906272ms I0703 06:46:48.203915 3451 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-application-controller-0] addLogicalPort annotation time took 12.935917ms I0703 06:46:48.205358 3451 pods.go:252] [openshift-gitops/openshift-gitops-application-controller-0] addLogicalPort took 14.471464ms, libovsdb time 955.513µs I0703 06:46:48.483256 3451 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0703 06:46:48.484516 3451 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} I0703 06:46:48.485393 3451 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} I0703 06:46:48.486251 3451 pod_selector_address_set.go:213] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} I0703 06:46:48.486272 3451 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-redis-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0703 06:46:48.488124 3451 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0703 06:46:48.489455 3451 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0703 06:46:48.489511 3451 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-redis-ha-network-policy added to peer address sets [openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},}] I0703 06:46:48.490218 3451 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 06:46:48.592302 3451 cni.go:312] [openshift-gitops/openshift-gitops-application-controller-0 f1052a20b8780bce85c9ff73f72e1fbd2cde16315a28177262ae4596c1e43dcf network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-application-controller-0 f1052a20b8780bce85c9ff73f72e1fbd2cde16315a28177262ae4596c1e43dcf network default NAD default] I0703 06:46:48.594623 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:48.594642 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:46:48.602595 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-application-controller-0, hostIfaceName: f1052a20b8780bc, network: default, NAD default, SandboxID: "f1052a20b8780bce85c9ff73f72e1fbd2cde16315a28177262ae4596c1e43dcf", PCI device ID: , UID: "3768459f-9a08-46c0-8b83-01df4c6d008c", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0703 06:46:48.652833 3451 cni.go:333] [openshift-gitops/openshift-gitops-application-controller-0 f1052a20b8780bce85c9ff73f72e1fbd2cde16315a28177262ae4596c1e43dcf network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-application-controller-0 f1052a20b8780bce85c9ff73f72e1fbd2cde16315a28177262ae4596c1e43dcf network default NAD default], result "{\"interfaces\":[{\"name\":\"f1052a20b8780bc\",\"mac\":\"22:ad:b0:bf:44:f4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/a2b0007c-9174-48e6-9936-75b5551355f7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:49.207326 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::947d:12ff:fec7:13c0/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:49.530234 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::78b7:b1ff:fe6f:de12/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:49.846286 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::20ad:b0ff:febf:44f4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:50.020214 3451 namespace.go:136] [openshift-operators] updating namespace I0703 06:46:51.846648 3451 base_network_controller_pods.go:477] [default/openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk] creating logical port openshift-operators_openshift-pipelines-operator-76f98b7b99-czlfk for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:51.846849 3451 kube.go:317] Updating pod openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk I0703 06:46:51.956352 3451 kube.go:317] Updating pod openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk I0703 06:46:52.034326 3451 pod.go:62] [openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk] pod update took 187.50871ms I0703 06:46:52.034360 3451 base_network_controller_pods.go:921] [default/openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk] addLogicalPort annotation time took 187.550901ms I0703 06:46:52.036175 3451 pods.go:252] [openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk] addLogicalPort took 189.553184ms, libovsdb time 1.209367ms I0703 06:46:55.163768 3451 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 6 items received I0703 06:46:56.172868 3451 cni.go:312] [openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk f84d3cab82bf9ee91dcdaccf984d34bb1d2376be123213af85c18827e5671ba5 network default NAD default] ADD starting CNI request [openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk f84d3cab82bf9ee91dcdaccf984d34bb1d2376be123213af85c18827e5671ba5 network default NAD default] I0703 06:46:56.176686 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:46:56.176768 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:46:56.187963 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: openshift-pipelines-operator-76f98b7b99-czlfk, hostIfaceName: f84d3cab82bf9ee, network: default, NAD default, SandboxID: "f84d3cab82bf9ee91dcdaccf984d34bb1d2376be123213af85c18827e5671ba5", PCI device ID: , UID: "0a3a6b1a-9142-44d4-a09b-a3bc7da3441e", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0703 06:46:56.194140 3451 obj_retry.go:466] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:56.194826 3451 obj_retry.go:466] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:56.223170 3451 obj_retry.go:460] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:56.223255 3451 obj_retry.go:460] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:56.235630 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0703 06:46:56.235720 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0703 06:46:56.252941 3451 cni.go:333] [openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk f84d3cab82bf9ee91dcdaccf984d34bb1d2376be123213af85c18827e5671ba5 network default NAD default] ADD finished CNI request [openshift-operators/openshift-pipelines-operator-76f98b7b99-czlfk f84d3cab82bf9ee91dcdaccf984d34bb1d2376be123213af85c18827e5671ba5 network default NAD default], result "{\"interfaces\":[{\"name\":\"f84d3cab82bf9ee\",\"mac\":\"9a:f9:aa:65:10:e3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/7b175208-52d7-4db2-b149-d5d085130724\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:57.409221 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:46:57.469089 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:46:58.039685 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::98f9:aaff:fe65:10e3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0703 06:46:58.885696 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:46:58.885747 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:46:58.885756 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:46:59.869164 3451 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74] creating logical port tssc-gitops_tssc-gitops-repo-server-75d9f5846-w4v74 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:59.869286 3451 kube.go:317] Updating pod tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74 I0703 06:46:59.888101 3451 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-server-858c6559d-2qqxq] creating logical port tssc-gitops_tssc-gitops-server-858c6559d-2qqxq for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:59.888282 3451 kube.go:317] Updating pod tssc-gitops/tssc-gitops-server-858c6559d-2qqxq I0703 06:46:59.899318 3451 pod.go:62] [tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74] pod update took 30.045531ms I0703 06:46:59.899350 3451 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74] addLogicalPort annotation time took 30.106749ms I0703 06:46:59.901029 3451 pods.go:252] [tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74] addLogicalPort took 31.884332ms, libovsdb time 1.002009ms I0703 06:46:59.913660 3451 pod.go:62] [tssc-gitops/tssc-gitops-server-858c6559d-2qqxq] pod update took 25.42437ms I0703 06:46:59.913688 3451 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-server-858c6559d-2qqxq] addLogicalPort annotation time took 25.458368ms I0703 06:46:59.915936 3451 pods.go:252] [tssc-gitops/tssc-gitops-server-858c6559d-2qqxq] addLogicalPort took 27.851087ms, libovsdb time 1.677571ms I0703 06:46:59.916075 3451 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-application-controller-0] creating logical port tssc-gitops_tssc-gitops-application-controller-0 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:46:59.916209 3451 kube.go:317] Updating pod tssc-gitops/tssc-gitops-application-controller-0 I0703 06:46:59.937309 3451 pod.go:62] [tssc-gitops/tssc-gitops-application-controller-0] pod update took 21.129902ms I0703 06:46:59.937345 3451 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort annotation time took 21.18065ms I0703 06:46:59.939532 3451 pods.go:252] [tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort took 23.465829ms, libovsdb time 1.560934ms I0703 06:47:00.014772 3451 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8] creating logical port tssc-gitops_tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8 for pod on switch ip-10-0-1-225.ec2.internal I0703 06:47:00.014880 3451 kube.go:317] Updating pod tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8 I0703 06:47:00.033346 3451 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0703 06:47:00.041601 3451 pod.go:62] [tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8] pod update took 26.752683ms I0703 06:47:00.041682 3451 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8] addLogicalPort annotation time took 26.839272ms I0703 06:47:00.043368 3451 pods.go:252] [tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8] addLogicalPort took 28.613292ms, libovsdb time 1.028208ms I0703 06:47:00.044116 3451 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} I0703 06:47:00.045366 3451 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} I0703 06:47:00.046399 3451 pod_selector_address_set.go:213] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} I0703 06:47:00.046424 3451 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-redis-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0703 06:47:00.049346 3451 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0703 06:47:00.049385 3451 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0703 06:47:00.049438 3451 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-redis-ha-network-policy added to peer address sets [tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},}] I0703 06:47:00.050181 3451 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 06:47:00.226059 3451 cni.go:312] [tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74 2e33b0c7446dac05f2ebf3fe816dbf61a31de51f39af819226801030fdd4f25a network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74 2e33b0c7446dac05f2ebf3fe816dbf61a31de51f39af819226801030fdd4f25a network default NAD default] I0703 06:47:00.227990 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:00.228020 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:47:00.236719 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-repo-server-75d9f5846-w4v74, hostIfaceName: 2e33b0c7446dac0, network: default, NAD default, SandboxID: "2e33b0c7446dac05f2ebf3fe816dbf61a31de51f39af819226801030fdd4f25a", PCI device ID: , UID: "4b272852-e625-4ef8-917b-728203252ede", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0703 06:47:00.252026 3451 cni.go:312] [tssc-gitops/tssc-gitops-server-858c6559d-2qqxq 214982b2649a553d1169d77583bca43207d84bf63a1181e65a3ae27d4f2e5908 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-server-858c6559d-2qqxq 214982b2649a553d1169d77583bca43207d84bf63a1181e65a3ae27d4f2e5908 network default NAD default] I0703 06:47:00.255709 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:00.255800 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:47:00.262526 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-server-858c6559d-2qqxq, hostIfaceName: 214982b2649a553, network: default, NAD default, SandboxID: "214982b2649a553d1169d77583bca43207d84bf63a1181e65a3ae27d4f2e5908", PCI device ID: , UID: "7b5bd937-d99f-4c3c-89a2-4231d5690210", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0703 06:47:00.286935 3451 cni.go:312] [tssc-gitops/tssc-gitops-application-controller-0 9b481756899bbf6a784acb39c2c38216affbc7663117c92e7d7c5bfa9b0f130f network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-application-controller-0 9b481756899bbf6a784acb39c2c38216affbc7663117c92e7d7c5bfa9b0f130f network default NAD default] I0703 06:47:00.291959 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:00.292063 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:47:00.301942 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-application-controller-0, hostIfaceName: 9b481756899bbf6, network: default, NAD default, SandboxID: "9b481756899bbf6a784acb39c2c38216affbc7663117c92e7d7c5bfa9b0f130f", PCI device ID: , UID: "ece76454-cdcb-42ab-9b06-4751cc3314fb", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0703 06:47:00.315879 3451 cni.go:333] [tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74 2e33b0c7446dac05f2ebf3fe816dbf61a31de51f39af819226801030fdd4f25a network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-repo-server-75d9f5846-w4v74 2e33b0c7446dac05f2ebf3fe816dbf61a31de51f39af819226801030fdd4f25a network default NAD default], result "{\"interfaces\":[{\"name\":\"2e33b0c7446dac0\",\"mac\":\"66:03:08:9f:43:4b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/e55db9f3-a32c-4f0c-8283-075ece7dd9a6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:00.343975 3451 cni.go:333] [tssc-gitops/tssc-gitops-server-858c6559d-2qqxq 214982b2649a553d1169d77583bca43207d84bf63a1181e65a3ae27d4f2e5908 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-server-858c6559d-2qqxq 214982b2649a553d1169d77583bca43207d84bf63a1181e65a3ae27d4f2e5908 network default NAD default], result "{\"interfaces\":[{\"name\":\"214982b2649a553\",\"mac\":\"0e:a3:db:5e:a9:81\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/53c45008-ccac-409f-8f67-7b894a37386e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:00.374886 3451 cni.go:333] [tssc-gitops/tssc-gitops-application-controller-0 9b481756899bbf6a784acb39c2c38216affbc7663117c92e7d7c5bfa9b0f130f network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-application-controller-0 9b481756899bbf6a784acb39c2c38216affbc7663117c92e7d7c5bfa9b0f130f network default NAD default], result "{\"interfaces\":[{\"name\":\"9b481756899bbf6\",\"mac\":\"da:80:8a:79:ec:9c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/7f022dd0-7e6e-4889-a329-04a21b0fdcc4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:00.398356 3451 cni.go:312] [tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8 b8c77145a7c3ece666a9c0addf0d23206a7f7abb148e2d819dc048f81557a255 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8 b8c77145a7c3ece666a9c0addf0d23206a7f7abb148e2d819dc048f81557a255 network default NAD default] I0703 06:47:00.400233 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:00.400257 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:47:00.407314 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8, hostIfaceName: b8c77145a7c3ece, network: default, NAD default, SandboxID: "b8c77145a7c3ece666a9c0addf0d23206a7f7abb148e2d819dc048f81557a255", PCI device ID: , UID: "cc75eac3-9de8-4e00-a244-451c7bfe1bfa", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0703 06:47:00.460898 3451 cni.go:333] [tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8 b8c77145a7c3ece666a9c0addf0d23206a7f7abb148e2d819dc048f81557a255 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-applicationset-controller-7b55f9df4d-fx7n8 b8c77145a7c3ece666a9c0addf0d23206a7f7abb148e2d819dc048f81557a255 network default NAD default], result "{\"interfaces\":[{\"name\":\"b8c77145a7c3ece\",\"mac\":\"0a:c0:6b:1a:3a:90\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/220b79a4-b519-4590-9e05-88f151e2b9da\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:01.431234 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::6403:8ff:fe9f:434b/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:01.686235 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::ca3:dbff:fe5e:a981/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:02.006227 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:47:02.006292 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:47:02.134202 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::8c0:6bff:fe1a:3a90/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:02.134225 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::d880:8aff:fe79:ec9c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:47:05.436345 3451 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-j6gf7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:05.437148 3451 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-j6gf7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:06.104632 3451 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-j6gf7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:06.104659 3451 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-6b585d4667-j6gf7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:06.111631 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-6b585d4667-j6gf7 I0703 06:47:06.111703 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-6b585d4667-j6gf7 I0703 06:47:06.168535 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 7 items received I0703 06:47:10.681623 3451 namespace.go:92] [openshift-pipelines] adding namespace I0703 06:47:10.682667 3451 namespace.go:96] [openshift-pipelines] adding namespace took 981.144µs I0703 06:47:10.715139 3451 namespace.go:136] [openshift-pipelines] updating namespace I0703 06:47:14.434542 3451 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-5sdtd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:14.435126 3451 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-5sdtd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:15.199507 3451 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-5sdtd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:15.199533 3451 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6989976854-5sdtd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:15.211011 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-6989976854-5sdtd I0703 06:47:15.211117 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-6989976854-5sdtd I0703 06:47:16.916719 3451 namespace.go:136] [null] updating namespace I0703 06:47:17.116312 3451 namespace.go:136] [open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt] updating namespace I0703 06:47:17.523996 3451 namespace.go:136] [rhbk-operator] updating namespace I0703 06:47:17.727201 3451 namespace.go:136] [rhtpa-operator] updating namespace I0703 06:47:17.925437 3451 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 06:47:18.123896 3451 namespace.go:136] [tssc] updating namespace I0703 06:47:18.325176 3451 namespace.go:136] [tssc-dh] updating namespace I0703 06:47:18.751288 3451 namespace.go:136] [tssc-keycloak] updating namespace I0703 06:47:18.961457 3451 namespace.go:136] [tssc-tas] updating namespace I0703 06:47:19.150859 3451 namespace.go:136] [tssc-tpa] updating namespace I0703 06:47:19.294568 3451 namespace.go:136] [default] updating namespace I0703 06:47:19.303911 3451 namespace.go:136] [null] updating namespace I0703 06:47:19.314755 3451 namespace.go:136] [open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt] updating namespace I0703 06:47:19.321799 3451 namespace.go:136] [openshift] updating namespace I0703 06:47:19.338666 3451 namespace.go:136] [rhbk-operator] updating namespace I0703 06:47:19.348828 3451 namespace.go:136] [rhtpa-operator] updating namespace I0703 06:47:19.356179 3451 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 06:47:19.366548 3451 namespace.go:136] [tssc] updating namespace I0703 06:47:19.375913 3451 namespace.go:136] [tssc-dh] updating namespace I0703 06:47:19.389646 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:47:19.399928 3451 namespace.go:136] [tssc-keycloak] updating namespace I0703 06:47:19.411950 3451 namespace.go:136] [tssc-tas] updating namespace I0703 06:47:19.419935 3451 namespace.go:136] [tssc-tpa] updating namespace I0703 06:47:19.516102 3451 namespace.go:136] [default] updating namespace I0703 06:47:19.622975 3451 namespace.go:136] [null] updating namespace I0703 06:47:19.717821 3451 namespace.go:136] [open-cluster-management-2ragcqho1geaafbdl8chuu7p76ja50gt] updating namespace I0703 06:47:19.818560 3451 namespace.go:136] [openshift] updating namespace I0703 06:47:19.934099 3451 namespace.go:136] [rhbk-operator] updating namespace I0703 06:47:20.024165 3451 namespace.go:136] [rhtpa-operator] updating namespace I0703 06:47:20.120205 3451 namespace.go:136] [trusted-artifact-signer] updating namespace I0703 06:47:20.222194 3451 namespace.go:136] [tssc] updating namespace I0703 06:47:20.406771 3451 namespace.go:136] [tssc-dh] updating namespace I0703 06:47:20.617226 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:47:20.716537 3451 namespace.go:136] [tssc-keycloak] updating namespace I0703 06:47:20.816621 3451 namespace.go:136] [tssc-tas] updating namespace I0703 06:47:20.916733 3451 namespace.go:136] [tssc-tpa] updating namespace I0703 06:47:21.189336 3451 namespace.go:136] [openshift-pipelines] updating namespace E0703 06:47:29.631074 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:47:29.631100 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:47:29.631106 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:47:32.023905 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:47:32.023985 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:47:51.393924 3451 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-6xqsx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:51.394560 3451 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-6xqsx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:52.420368 3451 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-6xqsx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:52.420391 3451 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-6xqsx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:48:01.078466 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 116 items received I0703 06:48:01.440910 3451 obj_retry.go:466] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:48:01.441505 3451 obj_retry.go:466] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:48:01.465169 3451 obj_retry.go:460] Detected object tssc-gitops/test-tssc-gitops of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:48:01.465247 3451 obj_retry.go:460] Detected object tssc-gitops/test-tssc-gitops of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:48:01.472859 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0703 06:48:01.472886 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0703 06:48:01.699343 3451 namespace.go:136] [tssc-gitops] updating namespace I0703 06:48:02.038618 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:48:02.038675 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:48:04.644644 3451 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 06:48:19.190185 3451 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 E0703 06:48:28.052579 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 06:48:28.715158 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 06:48:32.062324 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:48:32.062383 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:48:34.838010 3451 namespace.go:136] [openshift-pipelines] updating namespace I0703 06:48:34.838220 3451 namespace.go:136] [openshift-gitops] updating namespace I0703 06:48:39.565395 3451 obj_retry.go:466] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:48:39.565974 3451 obj_retry.go:466] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:48:39.589084 3451 obj_retry.go:460] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:48:39.589107 3451 obj_retry.go:460] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:48:39.595955 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0703 06:48:39.595984 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0703 06:49:02.081350 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:49:02.081409 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:49:14.850645 3451 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 I0703 06:49:14.851295 3451 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 I0703 06:49:15.610720 3451 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 I0703 06:49:15.610749 3451 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 I0703 06:49:15.617639 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-keycloak/keycloak-0 I0703 06:49:15.617688 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-keycloak/keycloak-0 E0703 06:49:22.026615 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:49:22.026646 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:49:22.026655 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:49:32.096611 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:49:32.096695 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:49:32.167896 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:49:32.167921 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:49:32.167929 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:49:42.867963 3451 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:49:42.868652 3451 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:49:51.202960 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 0 items received I0703 06:49:59.928359 3451 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-6z2kb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:49:59.929006 3451 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-6z2kb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:00.190297 3451 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29717690-46wcg for pod on switch ip-10-0-1-225.ec2.internal I0703 06:50:00.190401 3451 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg I0703 06:50:00.203023 3451 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg] pod update took 12.647692ms I0703 06:50:00.203138 3451 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg] addLogicalPort annotation time took 12.76873ms I0703 06:50:00.204638 3451 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg] addLogicalPort took 14.361978ms, libovsdb time 1.029625ms I0703 06:50:00.544523 3451 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default] I0703 06:50:00.548244 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:50:00.548273 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:50:00.553881 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29717690-46wcg, hostIfaceName: db39cbce615e477, network: default, NAD default, SandboxID: "db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2", PCI device ID: , UID: "8433d736-6069-483a-ba5b-9b8a289043dd", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0703 06:50:00.603980 3451 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default], result "{\"interfaces\":[{\"name\":\"db39cbce615e477\",\"mac\":\"da:da:08:c8:76:36\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/a9349c0c-e451-4f71-9151-36035ab7c5ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:50:00.952667 3451 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-6z2kb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:00.952733 3451 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-6z2kb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:01.299142 3451 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 I0703 06:50:01.299700 3451 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 I0703 06:50:01.805220 3451 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 I0703 06:50:01.805244 3451 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 I0703 06:50:01.811942 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-keycloak/keycloak-0 I0703 06:50:01.812001 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-keycloak/keycloak-0 I0703 06:50:02.115594 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:50:02.115657 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:50:02.551278 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::d8da:8ff:fec8:7636/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:50:03.962600 3451 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default] I0703 06:50:04.032159 3451 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg db39cbce615e4778d964f77f5834d5e05f0a3f8982eb37f7b6fe3d1dfffd03a2 network default NAD default], result "{\"dns\":{}}", err I0703 06:50:04.077141 3451 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:04.077240 3451 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg I0703 06:50:04.078712 3451 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg, ips: 10.128.0.34 I0703 06:50:04.078744 3451 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:04.976758 3451 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:04.976792 3451 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-46wcg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:24.088776 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 96 items received I0703 06:50:28.167017 3451 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0703 06:50:32.142811 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:50:32.142882 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:50:42.970674 3451 obj_retry.go:460] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:42.970705 3451 obj_retry.go:460] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:42.977609 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0703 06:50:42.977633 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0703 06:50:52.130934 3451 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:52.131512 3451 obj_retry.go:466] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:52.152820 3451 obj_retry.go:460] Detected object tssc/test-tssc-iam of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:52.152843 3451 obj_retry.go:460] Detected object tssc/test-tssc-iam of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:52.160956 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0703 06:50:52.160988 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0703 06:51:02.160060 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:51:02.160133 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:51:08.242258 3451 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-97zzc-ztksl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:08.242948 3451 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-97zzc-ztksl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:09.262860 3451 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-97zzc-ztksl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:09.262887 3451 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-97zzc-ztksl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:32.184495 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:51:32.184573 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:51:34.628316 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:51:34.628345 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:51:34.628353 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:51:44.992445 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:51:44.992511 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:51:44.992519 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:51:47.360317 3451 obj_retry.go:466] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:47.360913 3451 obj_retry.go:466] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:47.382319 3451 obj_retry.go:460] Detected object tssc-tas/test-tssc-tas of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:47.382353 3451 obj_retry.go:460] Detected object tssc-tas/test-tssc-tas of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:47.392183 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0703 06:51:47.392235 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0703 06:51:52.203589 3451 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 5 items received I0703 06:51:56.396583 3451 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-fj2xm-828vs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:56.397266 3451 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-fj2xm-828vs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:57.277764 3451 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-fj2xm-828vs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:57.277879 3451 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-fj2xm-828vs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:57.450181 3451 obj_retry.go:466] Detected object tssc/patch-tekton-config-wp8r7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:57.450856 3451 obj_retry.go:466] Detected object tssc/patch-tekton-config-wp8r7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:58.471764 3451 obj_retry.go:460] Detected object tssc/patch-tekton-config-wp8r7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:58.471864 3451 obj_retry.go:460] Detected object tssc/patch-tekton-config-wp8r7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:00.165853 3451 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 0 items received I0703 06:52:02.203578 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:52:02.203641 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:52:04.477504 3451 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-xbckl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:04.478144 3451 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-xbckl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:05.500005 3451 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-xbckl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:05.500131 3451 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-xbckl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:05.539657 3451 obj_retry.go:460] Detected object tssc/patch-tekton-config-wp8r7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:05.539715 3451 obj_retry.go:460] Detected object tssc/patch-tekton-config-wp8r7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:05.552073 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/patch-tekton-config-wp8r7 I0703 06:52:05.552105 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/patch-tekton-config-wp8r7 I0703 06:52:11.446988 3451 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-r7c9j-fjj7h of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:11.447667 3451 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-r7c9j-fjj7h of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:12.335227 3451 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-r7c9j-fjj7h of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:12.335251 3451 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-r7c9j-fjj7h of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 06:52:25.430276 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:52:25.430376 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:52:25.430409 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:52:28.589169 3451 obj_retry.go:466] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:28.589751 3451 obj_retry.go:466] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:28.611551 3451 obj_retry.go:460] Detected object tssc/test-tssc-pipelines of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:28.611576 3451 obj_retry.go:460] Detected object tssc/test-tssc-pipelines of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:28.615994 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0703 06:52:28.616017 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines I0703 06:52:32.224763 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:52:32.224823 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:52:32.525614 3451 obj_retry.go:466] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:32.526170 3451 obj_retry.go:466] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:32.547220 3451 obj_retry.go:460] Detected object tssc-tpa/pre-install-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:32.547302 3451 obj_retry.go:460] Detected object tssc-tpa/pre-install-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:32.552140 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0703 06:52:32.552164 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa E0703 06:52:35.604608 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:52:35.604633 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:52:35.604640 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:52:39.644400 3451 obj_retry.go:466] Detected object tssc-tpa/create-db-kvkj2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:39.644951 3451 obj_retry.go:466] Detected object tssc-tpa/create-db-kvkj2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:40.198316 3451 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 5 items received I0703 06:52:40.676010 3451 obj_retry.go:460] Detected object tssc-tpa/create-db-kvkj2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:40.676053 3451 obj_retry.go:460] Detected object tssc-tpa/create-db-kvkj2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:43.669334 3451 obj_retry.go:466] Detected object tssc-tpa/migrate-db-94zp8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:43.669965 3451 obj_retry.go:466] Detected object tssc-tpa/migrate-db-94zp8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:43.820795 3451 obj_retry.go:460] Detected object tssc-tpa/migrate-db-94zp8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:43.820873 3451 obj_retry.go:460] Detected object tssc-tpa/migrate-db-94zp8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:47.827398 3451 base_network_controller_pods.go:477] [default/tssc-tas/tuf-repository-init-sm2np-gxgjd] creating logical port tssc-tas_tuf-repository-init-sm2np-gxgjd for pod on switch ip-10-0-1-225.ec2.internal I0703 06:52:47.827503 3451 kube.go:317] Updating pod tssc-tas/tuf-repository-init-sm2np-gxgjd I0703 06:52:47.841371 3451 pod.go:62] [tssc-tas/tuf-repository-init-sm2np-gxgjd] pod update took 13.889523ms I0703 06:52:47.841399 3451 base_network_controller_pods.go:921] [default/tssc-tas/tuf-repository-init-sm2np-gxgjd] addLogicalPort annotation time took 13.925318ms I0703 06:52:47.842788 3451 pods.go:252] [tssc-tas/tuf-repository-init-sm2np-gxgjd] addLogicalPort took 15.421858ms, libovsdb time 919.859µs I0703 06:52:49.593309 3451 obj_retry.go:466] Detected object tssc-tpa/create-importers-mhlgx of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:49.593881 3451 obj_retry.go:466] Detected object tssc-tpa/create-importers-mhlgx of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0703 06:52:50.210627 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:52:50.210660 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:52:50.210669 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:52:50.614665 3451 obj_retry.go:460] Detected object tssc-tpa/create-importers-mhlgx of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:50.614728 3451 obj_retry.go:460] Detected object tssc-tpa/create-importers-mhlgx of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 06:52:55.970222 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:52:55.970254 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:52:55.970263 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:52:56.611618 3451 cni.go:312] [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default] ADD starting CNI request [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default] I0703 06:52:56.613355 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:52:56.613379 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:52:56.621100 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-repository-init-sm2np-gxgjd, hostIfaceName: 34ad7e844ad6309, network: default, NAD default, SandboxID: "34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db", PCI device ID: , UID: "5bb8e2ee-d115-4ac3-96bc-49d3d898bbf7", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0703 06:52:56.669136 3451 cni.go:333] [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default] ADD finished CNI request [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default], result "{\"interfaces\":[{\"name\":\"34ad7e844ad6309\",\"mac\":\"02:9c:82:e4:06:fb\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/42deca9b-f033-4ee3-aa22-ee170617155f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:52:58.422198 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::9c:82ff:fee4:6fb/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:53:01.652342 3451 obj_retry.go:466] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:01.652965 3451 obj_retry.go:466] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:01.693870 3451 obj_retry.go:460] Detected object tssc-tpa/test-tssc-tpa of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:01.693895 3451 obj_retry.go:460] Detected object tssc-tpa/test-tssc-tpa of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:01.697822 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0703 06:53:01.697879 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0703 06:53:02.243547 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:53:02.243608 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:53:02.573152 3451 cni.go:312] [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default] DEL starting CNI request [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default] I0703 06:53:02.637215 3451 namespace.go:92] [tssc-app-prod] adding namespace I0703 06:53:02.638322 3451 namespace.go:96] [tssc-app-prod] adding namespace took 1.079899ms I0703 06:53:02.643299 3451 namespace.go:92] [tssc-app-development] adding namespace I0703 06:53:02.643402 3451 namespace.go:92] [tssc-app-ci] adding namespace I0703 06:53:02.644300 3451 namespace.go:96] [tssc-app-development] adding namespace took 931.099µs I0703 06:53:02.644993 3451 namespace.go:96] [tssc-app-ci] adding namespace took 1.547696ms I0703 06:53:02.646842 3451 namespace.go:92] [tssc-app-stage] adding namespace I0703 06:53:02.647680 3451 namespace.go:96] [tssc-app-stage] adding namespace took 818.139µs I0703 06:53:02.652389 3451 cni.go:333] [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default] DEL finished CNI request [tssc-tas/tuf-repository-init-sm2np-gxgjd 34ad7e844ad63097b9711615d7a1fdb632b3b0c034713165c81493f4688ac0db network default NAD default], result "{\"dns\":{}}", err I0703 06:53:02.700920 3451 namespace.go:136] [tssc-app-prod] updating namespace I0703 06:53:02.734976 3451 namespace.go:136] [tssc-app-prod] updating namespace I0703 06:53:02.741855 3451 namespace.go:136] [tssc-app-development] updating namespace I0703 06:53:02.750115 3451 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-sm2np-gxgjd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:02.750157 3451 pods.go:174] Deleting pod: tssc-tas/tuf-repository-init-sm2np-gxgjd I0703 06:53:02.751495 3451 pods.go:217] Attempting to release IPs for pod: tssc-tas/tuf-repository-init-sm2np-gxgjd, ips: 10.128.0.35 I0703 06:53:02.751527 3451 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-sm2np-gxgjd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:02.770085 3451 namespace.go:136] [tssc-app-development] updating namespace I0703 06:53:02.819890 3451 namespace.go:136] [tssc-app-ci] updating namespace I0703 06:53:02.820006 3451 namespace.go:136] [tssc-app-stage] updating namespace I0703 06:53:02.839330 3451 namespace.go:136] [tssc-app-ci] updating namespace I0703 06:53:02.885946 3451 namespace.go:136] [tssc-app-stage] updating namespace I0703 06:53:03.180692 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 6 items received I0703 06:53:03.510259 3451 namespace.go:136] [tssc-app-ci] updating namespace I0703 06:53:03.600555 3451 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-sm2np-gxgjd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:03.600603 3451 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-sm2np-gxgjd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:03.707873 3451 namespace.go:136] [tssc-app-development] updating namespace I0703 06:53:03.924011 3451 namespace.go:136] [tssc-app-prod] updating namespace I0703 06:53:04.120006 3451 namespace.go:136] [tssc-app-stage] updating namespace I0703 06:53:04.238330 3451 namespace.go:136] [tssc-app-ci] updating namespace I0703 06:53:04.263662 3451 namespace.go:136] [tssc-app-development] updating namespace I0703 06:53:04.280591 3451 namespace.go:136] [tssc-app-prod] updating namespace I0703 06:53:04.317852 3451 namespace.go:136] [tssc-app-stage] updating namespace I0703 06:53:04.407181 3451 namespace.go:136] [tssc-app-ci] updating namespace I0703 06:53:04.475145 3451 namespace.go:136] [tssc-app-development] updating namespace I0703 06:53:04.571800 3451 namespace.go:136] [tssc-app-prod] updating namespace I0703 06:53:04.663623 3451 namespace.go:136] [tssc-app-stage] updating namespace I0703 06:53:04.940118 3451 base_network_controller_pods.go:477] [default/tssc-tas/tuf-76db64b66d-9fhbz] creating logical port tssc-tas_tuf-76db64b66d-9fhbz for pod on switch ip-10-0-1-225.ec2.internal I0703 06:53:04.940283 3451 kube.go:317] Updating pod tssc-tas/tuf-76db64b66d-9fhbz I0703 06:53:04.954166 3451 pod.go:62] [tssc-tas/tuf-76db64b66d-9fhbz] pod update took 13.915738ms I0703 06:53:04.954196 3451 base_network_controller_pods.go:921] [default/tssc-tas/tuf-76db64b66d-9fhbz] addLogicalPort annotation time took 13.954484ms I0703 06:53:04.955464 3451 pods.go:252] [tssc-tas/tuf-76db64b66d-9fhbz] addLogicalPort took 15.376702ms, libovsdb time 818.612µs E0703 06:53:06.049243 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:53:06.049275 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:53:06.049285 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:53:06.495836 3451 cni.go:312] [tssc-tas/tuf-76db64b66d-9fhbz f7020176179fe6402f364502cce1a6124af9e7bebe96e5ebe11716c0b2157c7a network default NAD default] ADD starting CNI request [tssc-tas/tuf-76db64b66d-9fhbz f7020176179fe6402f364502cce1a6124af9e7bebe96e5ebe11716c0b2157c7a network default NAD default] I0703 06:53:06.497583 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:53:06.497608 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:53:06.505362 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-76db64b66d-9fhbz, hostIfaceName: f7020176179fe64, network: default, NAD default, SandboxID: "f7020176179fe6402f364502cce1a6124af9e7bebe96e5ebe11716c0b2157c7a", PCI device ID: , UID: "c448e0d2-f4f5-4a5a-b74b-ff3147bb0b79", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0703 06:53:06.554505 3451 cni.go:333] [tssc-tas/tuf-76db64b66d-9fhbz f7020176179fe6402f364502cce1a6124af9e7bebe96e5ebe11716c0b2157c7a network default NAD default] ADD finished CNI request [tssc-tas/tuf-76db64b66d-9fhbz f7020176179fe6402f364502cce1a6124af9e7bebe96e5ebe11716c0b2157c7a network default NAD default], result "{\"interfaces\":[{\"name\":\"f7020176179fe64\",\"mac\":\"96:93:6e:59:ba:02\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/394a6a31-a78e-4154-9771-7074ef70721b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:53:06.673769 3451 obj_retry.go:466] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:06.674400 3451 obj_retry.go:466] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:07.894250 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::9493:6eff:fe59:ba02/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:53:10.695844 3451 obj_retry.go:466] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:10.696408 3451 obj_retry.go:466] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:14.720874 3451 obj_retry.go:466] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:14.721510 3451 obj_retry.go:466] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:15.088706 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 788 items received E0703 06:53:16.299714 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:53:16.299751 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:53:16.299758 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:53:18.723551 3451 obj_retry.go:466] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:18.724140 3451 obj_retry.go:466] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:53:18.744846 3451 obj_retry.go:460] Detected object tssc-app-stage/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.744868 3451 obj_retry.go:460] Detected object tssc-app-stage/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.752124 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0703 06:53:18.752162 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0703 06:53:18.783074 3451 obj_retry.go:460] Detected object tssc-app-prod/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.783130 3451 obj_retry.go:460] Detected object tssc-app-prod/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.789852 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0703 06:53:18.789918 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0703 06:53:18.821612 3451 obj_retry.go:460] Detected object tssc-app-development/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.821665 3451 obj_retry.go:460] Detected object tssc-app-development/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.825917 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0703 06:53:18.825990 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0703 06:53:18.856691 3451 obj_retry.go:460] Detected object tssc-app-ci/patch-serviceaccounts of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.856714 3451 obj_retry.go:460] Detected object tssc-app-ci/patch-serviceaccounts of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:18.860534 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0703 06:53:18.860581 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0703 06:53:24.029940 3451 base_network_controller_pods.go:477] [default/tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl] creating logical port tssc-dh_backstage-developer-hub-6f84f49d55-wx2tl for pod on switch ip-10-0-1-225.ec2.internal I0703 06:53:24.030142 3451 kube.go:317] Updating pod tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl I0703 06:53:24.045417 3451 pod.go:62] [tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl] pod update took 15.317312ms I0703 06:53:24.045455 3451 base_network_controller_pods.go:921] [default/tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl] addLogicalPort annotation time took 15.365001ms I0703 06:53:24.047051 3451 pods.go:252] [tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl] addLogicalPort took 17.11651ms, libovsdb time 927.59µs E0703 06:53:26.646074 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:53:26.646100 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:53:26.646107 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:53:27.692621 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:53:27.692653 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:53:27.692660 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:53:28.052242 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 06:53:28.298173 3451 cni.go:312] [tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl b43b14e5ff26d1612f8884da1c406b723d07c74eebd49196050fa747c125cf00 network default NAD default] ADD starting CNI request [tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl b43b14e5ff26d1612f8884da1c406b723d07c74eebd49196050fa747c125cf00 network default NAD default] I0703 06:53:28.299955 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:53:28.299976 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 06:53:28.306563 3451 helper_linux.go:442] ConfigureOVS: namespace: tssc-dh, podName: backstage-developer-hub-6f84f49d55-wx2tl, hostIfaceName: b43b14e5ff26d16, network: default, NAD default, SandboxID: "b43b14e5ff26d1612f8884da1c406b723d07c74eebd49196050fa747c125cf00", PCI device ID: , UID: "a0792885-908c-49d9-8af9-fd4983fc4d09", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0703 06:53:28.354984 3451 cni.go:333] [tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl b43b14e5ff26d1612f8884da1c406b723d07c74eebd49196050fa747c125cf00 network default NAD default] ADD finished CNI request [tssc-dh/backstage-developer-hub-6f84f49d55-wx2tl b43b14e5ff26d1612f8884da1c406b723d07c74eebd49196050fa747c125cf00 network default NAD default], result "{\"interfaces\":[{\"name\":\"b43b14e5ff26d16\",\"mac\":\"ae:b8:33:10:6b:da\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/0b820a91-b9de-4ff3-bd90-1275d0a1cea5\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 06:53:28.714428 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 06:53:29.398248 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::acb8:33ff:fe10:6bda/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 06:53:32.261398 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:53:32.261556 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:53:37.032186 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:53:37.032297 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:53:37.032313 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:53:43.082715 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 192 items received I0703 06:53:46.083507 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 12 items received I0703 06:53:56.182416 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 6 items received I0703 06:54:02.279580 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:54:02.279661 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:54:12.171324 3451 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 I0703 06:54:32.187238 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 5 items received I0703 06:54:32.292184 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:54:32.292260 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:54:58.584179 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:54:58.584219 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:54:58.584229 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:55:02.314419 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:55:02.314481 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:55:08.673168 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:55:08.673199 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:55:08.673206 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:55:32.331010 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:55:32.331098 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:55:49.296877 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:55:49.296906 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:55:49.296913 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:55:54.205504 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 5 items received I0703 06:56:02.356317 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:56:02.356413 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:56:19.963403 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:56:19.963488 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:56:19.963529 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:56:24.103609 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 86 items received E0703 06:56:30.289328 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:56:30.289381 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:56:30.289391 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:56:32.380508 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:56:32.380573 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:56:40.555833 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:56:40.555865 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:56:40.555875 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:56:47.081535 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 75 items received E0703 06:56:50.971479 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:56:50.971568 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:56:50.971584 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:57:02.402439 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:57:02.402534 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:57:09.168604 3451 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 6 items received E0703 06:57:21.767547 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:57:21.767584 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:57:21.767593 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:57:32.128267 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:57:32.128297 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:57:32.128307 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:57:32.427907 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:57:32.427985 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:57:37.192506 3451 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 I0703 06:58:02.447848 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:58:02.447935 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:58:14.173120 3451 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 7 items received I0703 06:58:16.205764 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 0 items received E0703 06:58:28.051931 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0703 06:58:28.714666 3451 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0703 06:58:32.466057 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:58:32.466127 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:58:38.091331 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 33 items received I0703 06:58:41.185256 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 0 items received I0703 06:58:51.086382 3451 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 2 items received I0703 06:59:02.491887 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:59:02.491948 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 06:59:04.289737 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:59:04.289765 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:59:04.289772 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 06:59:14.696310 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 06:59:14.696337 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 06:59:14.696344 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 06:59:21.028595 3451 obj_retry.go:466] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:59:21.029233 3451 obj_retry.go:466] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:59:21.051963 3451 obj_retry.go:460] Detected object tssc/test-tssc-dh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:59:21.052010 3451 obj_retry.go:460] Detected object tssc/test-tssc-dh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:59:21.060452 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0703 06:59:21.060503 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0703 06:59:26.041921 3451 obj_retry.go:466] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:59:26.042522 3451 obj_retry.go:466] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:59:26.064652 3451 obj_retry.go:460] Detected object tssc/tssc-acs-integrations of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:59:26.064694 3451 obj_retry.go:460] Detected object tssc/tssc-acs-integrations of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:59:26.071790 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0703 06:59:26.071815 3451 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0703 06:59:32.515731 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 06:59:32.515787 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 07:00:00.191011 3451 base_network_controller_pods.go:477] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29717700-krhfc for pod on switch ip-10-0-1-225.ec2.internal I0703 07:00:00.191222 3451 kube.go:317] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc I0703 07:00:00.208188 3451 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc] pod update took 16.995088ms I0703 07:00:00.208262 3451 base_network_controller_pods.go:921] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc] addLogicalPort annotation time took 17.058386ms I0703 07:00:00.209885 3451 pods.go:252] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc] addLogicalPort took 18.891052ms, libovsdb time 1.047121ms I0703 07:00:00.549111 3451 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default] I0703 07:00:00.550785 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 07:00:00.550866 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0703 07:00:00.558312 3451 helper_linux.go:442] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29717700-krhfc, hostIfaceName: 63b7efc66f60e5f, network: default, NAD default, SandboxID: "63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe", PCI device ID: , UID: "dcd018e7-988a-4ca7-bc63-6bd63e29352d", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0703 07:00:00.605694 3451 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default], result "{\"interfaces\":[{\"name\":\"63b7efc66f60e5f\",\"mac\":\"7e:91:68:d5:63:ff\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/2e3ca6b2-7207-4fc6-9b6b-13a086813e8b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 07:00:02.486293 3451 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::7c91:68ff:fed5:63ff/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0703 07:00:02.543382 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 07:00:02.543441 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 07:00:04.056702 3451 cni.go:312] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default] I0703 07:00:04.130852 3451 cni.go:333] [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc 63b7efc66f60e5f6d25fdefd546ec2c18c498a1d3a08c7c168687e3b0e3a9ebe network default NAD default], result "{\"dns\":{}}", err I0703 07:00:04.183900 3451 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 07:00:04.183989 3451 pods.go:174] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc I0703 07:00:04.185636 3451 pods.go:217] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc, ips: 10.128.0.38 I0703 07:00:04.185675 3451 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 07:00:05.206725 3451 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 07:00:05.206754 3451 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-krhfc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0703 07:00:15.633259 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 07:00:15.633367 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 07:00:15.633384 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 07:00:19.185252 3451 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 2 items received I0703 07:00:20.189795 3451 reflector.go:871] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 0 items received E0703 07:00:25.969671 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 07:00:25.969706 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 07:00:25.969715 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 07:00:32.570242 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 07:00:32.570304 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} E0703 07:00:46.108343 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 07:00:46.108382 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 07:00:46.108392 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port E0703 07:00:56.505951 3451 ovn.go:423] Failed to unmarshal old node ip-10-0-1-225.ec2.internal annotation: unexpected end of JSON input I0703 07:00:56.506009 3451 master.go:495] Adding or Updating Node "ip-10-0-1-225.ec2.internal" I0703 07:00:56.506020 3451 hybrid.go:141] Removing node ip-10-0-1-225.ec2.internal hybrid overlay port I0703 07:01:02.586508 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 07:01:02.586578 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 169.254.0.3/32 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 07:01:32.603259 3451 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 7 Dst: 10.128.0.0/14 Src: Gw: 10.128.0.1 Flags: [] Table: 0 Realm: 0} I0703 07:01:32.603326 3451 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}