+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-0-219.ec2.internal ++ [[ -n ip-10-0-0-219.ec2.internal ]] ++ [[ -f /env/ip-10-0-0-219.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' ++ VERSION='9.6.20250811-0 (Plow)' ++ ID=rhel ++ ID_LIKE=fedora ++ VERSION_ID=9.6 ++ PLATFORM_ID=platform:el9 ++ PRETTY_NAME='Red Hat Enterprise Linux CoreOS 9.6.20250811-0 (Plow)' ++ ANSI_COLOR='0;31' ++ LOGO=fedora-logo-icon ++ CPE_NAME=cpe:/o:redhat:enterprise_linux:9::baseos ++ HOME_URL=https://www.redhat.com/ ++ DOCUMENTATION_URL=https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9 ++ BUG_REPORT_URL=https://issues.redhat.com/ ++ REDHAT_BUGZILLA_PRODUCT='Red Hat Enterprise Linux 9' ++ REDHAT_BUGZILLA_PRODUCT_VERSION=9.6 ++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux' ++ REDHAT_SUPPORT_PRODUCT_VERSION=9.6 ++ OSTREE_VERSION=9.6.20250811-0 ++ VARIANT=CoreOS ++ VARIANT_ID=coreos ++ OPENSHIFT_VERSION=4.19 + rhelmajor= + case "${ID}" in ++ echo 9.6 ++ cut -f 1 -d . + 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:59.976657204 - disable conntrack on geneve port' I0703 06:38:59.976657204 - 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:39:00.022771538 - starting ovnkube-node + echo 'I0703 06:39:00.022771538 - 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-0-219.ec2.internal --init-node ip-10-0-0-219.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-0-219.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:39:00.080054 3508 config.go:2336] Parsed config file /run/ovnkube-config/ovnkube.conf I0703 06:39:00.080097 3508 config.go:2337] 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:0 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 EnablePreconfiguredUDNAddresses:false EnableRouteAdvertisements:false EnableMultiNetworkPolicy:false EnableStatelessNetPol:false EnableInterconnect:false EnableMultiExternalGateway:true EnablePersistentIPs:false EnableDNSNameResolver:false EnableServiceTemplateSupport:false EnableObservability:false EnableNetworkQoS:false} Kubernetes:{BootstrapKubeconfig: CertDir: CertDuration:10m0s Kubeconfig: CACert: CAData:[] APIServer:https://api.kx-ca8befa570.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: GatewayAcceleratedInterface: 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 EphemeralPortRange:} 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:39:00.081715 3508 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0703 06:39:00.081738 3508 kube.go:419] Waiting for certificate I0703 06:39:00.081772 3508 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0703 06:39:00.082377 3508 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0703 06:39:00.082391 3508 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0703 06:39:00.082396 3508 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0703 06:39:00.082401 3508 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0703 06:39:00.082430 3508 cert_rotation.go:140] Starting client certificate rotation controller I0703 06:39:00.122028 3508 reflector.go:313] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:39:00.122045 3508 reflector.go:349] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:39:00.126191 3508 reflector.go:376] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:39:00.126275 3508 csr.go:261] certificate signing request csr-k72xx is approved, waiting to be issued I0703 06:39:00.134062 3508 csr.go:257] certificate signing request csr-k72xx is issued I0703 06:39:00.134133 3508 reflector.go:319] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0703 06:39:01.082412 3508 kube.go:426] Certificate found I0703 06:39:01.083169 3508 cert_rotation.go:140] Starting client certificate rotation controller I0703 06:39:01.084569 3508 metrics.go:525] Starting metrics server at address "127.0.0.1:29103" I0703 06:39:01.134778 3508 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-04 06:34:00 +0000 UTC, rotation deadline is 2026-07-03 23:35:59.87966874 +0000 UTC I0703 06:39:01.135130 3508 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 16h56m58.744547204s for next certificate rotation I0703 06:39:01.147829 3508 node_controller_manager.go:151] Starting the node network controller manager, Mode: full I0703 06:39:01.147894 3508 factory.go:530] Starting watch factory I0703 06:39:01.147958 3508 reflector.go:313] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.148016 3508 reflector.go:349] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.147966 3508 reflector.go:313] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.148576 3508 reflector.go:349] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.147966 3508 reflector.go:313] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.148748 3508 metrics.go:525] Starting metrics server at address "127.0.0.1:29105" I0703 06:39:01.148756 3508 reflector.go:349] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.147993 3508 reflector.go:313] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.149688 3508 reflector.go:313] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.149739 3508 reflector.go:349] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.149689 3508 reflector.go:349] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.147966 3508 reflector.go:313] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.150996 3508 reflector.go:349] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.155202 3508 controller_manager.go:363] Starting the ovnkube controller I0703 06:39:01.155214 3508 controller_manager.go:368] Waiting up to 5m0s for NBDB zone to match: ip-10-0-0-219.ec2.internal I0703 06:39:01.155271 3508 controller_manager.go:388] NBDB zone sync took: 49.019µs I0703 06:39:01.155281 3508 factory.go:530] Starting watch factory I0703 06:39:01.167647 3508 reflector.go:376] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.172976 3508 reflector.go:376] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.173939 3508 reflector.go:376] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.174008 3508 reflector.go:376] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.174780 3508 reflector.go:376] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.177322 3508 ovn_db.go:377] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0703 06:39:01.180596 3508 ovn_northd.go:126] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0703 06:39:01.182970 3508 ovn_db.go:332] /var/run/openvswitch/ovnnb_db.sock getting info failed: stat /var/run/openvswitch/ovnnb_db.sock: no such file or directory I0703 06:39:01.183019 3508 ovn_db.go:329] ovnnb_db.sock found at /var/run/ovn/ I0703 06:39:01.194897 3508 reflector.go:376] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0703 06:39:01.206119 3508 ovn_db.go:424] Found db is standalone, don't register db_cluster metrics I0703 06:39:01.253145 3508 reflector.go:313] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:39:01.253171 3508 reflector.go:349] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:39:01.253191 3508 reflector.go:313] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:39:01.253205 3508 reflector.go:349] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:39:01.256695 3508 reflector.go:376] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:39:01.256697 3508 reflector.go:376] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0703 06:39:01.258495 3508 reflector.go:313] 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:39:01.258509 3508 reflector.go:349] 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:39:01.261220 3508 reflector.go:376] 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:39:01.263645 3508 reflector.go:313] 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:39:01.263656 3508 reflector.go:349] 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:39:01.266114 3508 reflector.go:376] 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:39:01.269482 3508 reflector.go:313] 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:39:01.269502 3508 reflector.go:349] 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:39:01.272123 3508 reflector.go:376] 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:39:01.274503 3508 reflector.go:313] 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:39:01.274515 3508 reflector.go:349] 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:39:01.277221 3508 reflector.go:376] 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:39:01.279516 3508 reflector.go:313] 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:39:01.279526 3508 reflector.go:349] 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:39:01.282180 3508 reflector.go:376] 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:39:01.285377 3508 reflector.go:313] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 06:39:01.285391 3508 reflector.go:349] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 06:39:01.288307 3508 reflector.go:376] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0703 06:39:01.290313 3508 reflector.go:313] 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:39:01.290326 3508 reflector.go:349] 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:39:01.290347 3508 reflector.go:313] 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:39:01.290361 3508 reflector.go:349] 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:39:01.292979 3508 reflector.go:376] 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:39:01.293347 3508 reflector.go:376] 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:39:01.295368 3508 default_node_network_controller.go:169] Enable node proxy healthz server on 0.0.0.0:10256 I0703 06:39:01.303963 3508 controller_manager.go:399] Waiting up to 5m0s for a node to have "ip-10-0-0-219.ec2.internal" zone I0703 06:39:01.422127 3508 default_node_network_controller.go:806] Initializing the default node network controller I0703 06:39:01.440481 3508 ovs.go:160] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0703 06:39:01.446016 3508 ovs.go:163] Exec(10): stdout: "br-int\nens5\nbr-ex\n" I0703 06:39:01.446032 3508 ovs.go:164] Exec(10): stderr: "" I0703 06:39:01.446097 3508 ovs.go:160] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0703 06:39:01.450283 3508 ovs.go:163] Exec(11): stdout: "ip-10-0-0-219.ec2.internal\n" I0703 06:39:01.450316 3508 ovs.go:164] Exec(11): stderr: "" I0703 06:39:01.450340 3508 ovs.go:160] Exec(12): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=10.0.0.219 external_ids:ovn-remote-probe-interval=180000 external_ids:ovn-bridge-remote-probe-interval=0 other_config:bundle-idle-timeout=0 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-0-219.ec2.internal" I0703 06:39:01.456224 3508 ovs.go:163] Exec(12): stdout: "" I0703 06:39:01.456240 3508 ovs.go:164] Exec(12): stderr: "" I0703 06:39:01.456249 3508 ovs.go:160] 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:39:01.461105 3508 ovs.go:163] Exec(13): stdout: "" I0703 06:39:01.461118 3508 ovs.go:164] Exec(13): stderr: "" I0703 06:39:01.461133 3508 udn_isolation.go:101] Starting UDN host isolation manager I0703 06:39:01.467407 3508 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0703 06:39:01.524928 3508 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0703 06:39:01.525006 3508 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0703 06:39:01.525018 3508 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0703 06:39:01.565783 3508 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0703 06:39:01.565856 3508 default_node_network_controller.go:912] Node ip-10-0-0-219.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0703 06:39:01.568571 3508 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-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_2escope"}, Sequence:0x3} I0703 06:39:01.568621 3508 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-conmon-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope"}, Sequence:0x4} I0703 06:39:01.568768 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5} I0703 06:39:01.568851 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0x6} I0703 06:39:01.568948 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7} I0703 06:39:01.571576 3508 kube.go:133] Setting annotations map[k8s.ovn.org/node-encap-ips:["10.0.0.219"] k8s.ovn.org/zone-name:ip-10-0-0-219.ec2.internal] on node ip-10-0-0-219.ec2.internal I0703 06:39:01.587573 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x8} I0703 06:39:01.587691 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d389a}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d3898}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.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{0xef, 0xda, 0xb0, 0xc4, 0x4e, 0x1, 0x46, 0x5a, 0x85, 0xbd, 0xb8, 0x58, 0xee, 0xba, 0xea, 0x2b}}, "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:0x9} I0703 06:39:01.587747 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0xa} I0703 06:39:01.587890 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d81fb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2e1d389a}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d3898}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d81fb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xef, 0xda, 0xb0, 0xc4, 0x4e, 0x1, 0x46, 0x5a, 0x85, 0xbd, 0xb8, 0x58, 0xee, 0xba, 0xea, 0x2b}}, "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:0x655af2e1d81fb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb} I0703 06:39:01.587967 3508 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-conmon-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope", "done"}, Sequence:0xc} I0703 06:39:01.587978 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0xd} I0703 06:39:01.588067 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d81fb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2e1d389a}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d3898}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d81fb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xef, 0xda, 0xb0, 0xc4, 0x4e, 0x1, 0x46, 0x5a, 0x85, 0xbd, 0xb8, 0x58, 0xee, 0xba, 0xea, 0x2b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d81fb}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe} I0703 06:39:01.588455 3508 config.go:1705] 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.592619 3508 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-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope", "/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_2escope"}, Sequence:0xf} I0703 06:39:01.592649 3508 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-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope"}, Sequence:0x10} I0703 06:39:01.592830 3508 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:0x655af2b8ffa5b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x590e93}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11} I0703 06:39:01.592903 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0x12} I0703 06:39:01.593045 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0703 06:39:01.593185 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x14} I0703 06:39:01.594396 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x15} I0703 06:39:01.594609 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d968d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac4}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d968a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.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{0xa1, 0x61, 0x86, 0x4d, 0x14, 0x69, 0x45, 0xb5, 0xb7, 0x22, 0xae, 0x21, 0xa2, 0xfd, 0xfc, 0x2f}}, "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:0x16} I0703 06:39:01.594690 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x17} I0703 06:39:01.594831 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d9cd0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2e1d968d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac4}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d968a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d9cd0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa1, 0x61, 0x86, 0x4d, 0x14, 0x69, 0x45, 0xb5, 0xb7, 0x22, 0xae, 0x21, 0xa2, 0xfd, 0xfc, 0x2f}}, "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:0x655af2e1d9cd0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x18} I0703 06:39:01.594982 3508 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-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope", "done"}, Sequence:0x19} I0703 06:39:01.595018 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x1a} I0703 06:39:01.595043 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d9cd0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2e1d968d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac4}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d968a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d9cd0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa1, 0x61, 0x86, 0x4d, 0x14, 0x69, 0x45, 0xb5, 0xb7, 0x22, 0xae, 0x21, 0xa2, 0xfd, 0xfc, 0x2f}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d9cd0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1b} I0703 06:39:01.595590 3508 gateway_init.go:332] Initializing Gateway Functionality for Gateway PreStart I0703 06:39:01.595614 3508 ovs.go:160] Exec(14): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 06:39:01.602816 3508 ovs.go:163] Exec(14): stdout: "" I0703 06:39:01.602834 3508 ovs.go:164] Exec(14): stderr: "ovs-vsctl: no port named br-ex\n" I0703 06:39:01.602843 3508 ovs.go:166] Exec(14): err: exit status 1 I0703 06:39:01.602987 3508 helper_linux.go:93] Provided gateway interface "br-ex", found as index: 5 I0703 06:39:01.603128 3508 helper_linux.go:118] Found default gateway interface br-ex 10.0.0.1 I0703 06:39:01.603281 3508 gateway_init.go:369] Preparing Gateway I0703 06:39:01.603310 3508 gateway_shared_intf.go:2405] Creating new gateway I0703 06:39:01.603394 3508 ovs.go:160] Exec(15): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0703 06:39:01.608519 3508 ovs.go:163] Exec(15): stdout: "" I0703 06:39:01.608534 3508 ovs.go:164] Exec(15): stderr: "ovs-vsctl: no port named br-ex\n" I0703 06:39:01.608542 3508 ovs.go:166] Exec(15): err: exit status 1 I0703 06:39:01.608553 3508 ovs.go:160] Exec(16): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0703 06:39:01.613473 3508 ovs.go:163] Exec(16): stdout: "" I0703 06:39:01.613486 3508 ovs.go:164] Exec(16): stderr: "" I0703 06:39:01.613509 3508 ovs.go:160] Exec(17): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0703 06:39:01.618312 3508 ovs.go:163] Exec(17): stdout: "ens5\n" I0703 06:39:01.618324 3508 ovs.go:164] Exec(17): stderr: "" I0703 06:39:01.618336 3508 ovs.go:160] Exec(18): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0703 06:39:01.623467 3508 ovs.go:163] Exec(18): stdout: "[b6766369-aaeb-48f1-ab3a-e27fcb04290b]\n" I0703 06:39:01.623479 3508 ovs.go:164] Exec(18): stderr: "" I0703 06:39:01.623490 3508 ovs.go:160] Exec(19): /usr/bin/ovs-vsctl --timeout=15 get Interface b6766369-aaeb-48f1-ab3a-e27fcb04290b Type I0703 06:39:01.628251 3508 ovs.go:163] Exec(19): stdout: "system\n" I0703 06:39:01.628272 3508 ovs.go:164] Exec(19): stderr: "" I0703 06:39:01.628284 3508 ovs.go:160] Exec(20): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 06:39:01.632971 3508 ovs.go:163] Exec(20): stdout: "1\n" I0703 06:39:01.632987 3508 ovs.go:164] Exec(20): stderr: "" I0703 06:39:01.633000 3508 ovs.go:160] Exec(21): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0703 06:39:01.637933 3508 ovs.go:163] Exec(21): stdout: "\"12:b6:a9:b8:2a:8b\"\n" I0703 06:39:01.637947 3508 ovs.go:164] Exec(21): stderr: "" I0703 06:39:01.637961 3508 ovs.go:160] Exec(22): /usr/sbin/sysctl -w net/ipv4/conf/br-ex/forwarding=1 I0703 06:39:01.638736 3508 ovs.go:163] Exec(22): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0703 06:39:01.638748 3508 ovs.go:164] Exec(22): stderr: "" I0703 06:39:01.638756 3508 ovs.go:160] Exec(23): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0703 06:39:01.640222 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x1c} I0703 06:39:01.640264 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d9cd0}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1e4df4}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e7622b}, "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:0x655af2e1d968d}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac4}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d968a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6aac2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1e4df4}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e7622b}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d9cd0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e6b108}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xa1, 0x61, 0x86, 0x4d, 0x14, 0x69, 0x45, 0xb5, 0xb7, 0x22, 0xae, 0x21, 0xa2, 0xfd, 0xfc, 0x2f}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1e4df4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e7622b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1d} I0703 06:39:01.640351 3508 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-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope", "/org/freedesktop/systemd1/unit/crio_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_2escope"}, Sequence:0x1e} I0703 06:39:01.643417 3508 ovs.go:163] Exec(23): stdout: "\n" I0703 06:39:01.643432 3508 ovs.go:164] Exec(23): stderr: "" I0703 06:39:01.643444 3508 ovs.go:160] Exec(24): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0703 06:39:01.648904 3508 ovs.go:163] Exec(24): stdout: "" I0703 06:39:01.648917 3508 ovs.go:164] Exec(24): stderr: "" I0703 06:39:01.648926 3508 ovs.go:160] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0703 06:39:01.653660 3508 ovs.go:163] Exec(25): stdout: "\"34a33735-85fc-4a8e-865d-32ce54b999d4\"\n" I0703 06:39:01.653681 3508 ovs.go:164] Exec(25): stderr: "" I0703 06:39:01.653705 3508 ovs.go:160] Exec(26): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0703 06:39:01.653982 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:39:01.654150 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_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:0x655af2e1d81fb}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1e8426}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e7985d}, "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:0x655af2e1d389a}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd2}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d3898}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e64cd0}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1e8426}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e7985d}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1d81fb}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e69633}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xef, 0xda, 0xb0, 0xc4, 0x4e, 0x1, 0x46, 0x5a, 0x85, 0xbd, 0xb8, 0x58, 0xee, 0xba, 0xea, 0x2b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2e1e8426}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x2e7985d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x20} I0703 06:39:01.654205 3508 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-c8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dc8bb0e5f4c39d5c4b10ffd31bb84142344b9da8167b7565c57eb71cedd9db74b_2escope"}, Sequence:0x21} I0703 06:39:01.657379 3508 ovs.go:163] Exec(26): 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:39:01.657404 3508 ovs.go:164] Exec(26): stderr: "" I0703 06:39:01.657476 3508 ovs.go:160] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0703 06:39:01.662050 3508 ovs.go:163] Exec(27): stdout: "\n" I0703 06:39:01.662063 3508 ovs.go:164] Exec(27): stderr: "" I0703 06:39:01.662922 3508 ovs.go:160] Exec(28): /usr/bin/ovs-appctl --timeout=15 fdb/add br-ex br-ex 0 12:b6:a9:b8:2a:8b I0703 06:39:01.666325 3508 ovs.go:163] Exec(28): stdout: "Overriding already existing dynamic entry on LOCAL\n" I0703 06:39:01.666337 3508 ovs.go:164] Exec(28): stderr: "" I0703 06:39:01.666436 3508 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 06:39:01.704100 3508 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 06:39:01.705527 3508 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0703 06:39:01.706892 3508 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0703 06:39:01.708132 3508 iptables.go:108] Creating table: filter chain: FORWARD I0703 06:39:01.709137 3508 iptables.go:110] 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:39:01.710391 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 06:39:01.712944 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 06:39:01.714259 3508 iptables.go:108] Creating table: filter chain: OUTPUT I0703 06:39:01.715270 3508 iptables.go:110] 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:39:01.716610 3508 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0703 06:39:01.719036 3508 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0703 06:39:01.720202 3508 gateway_shared_intf.go:2550] Gateway Creation Complete I0703 06:39:01.720215 3508 kube.go:133] 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-0-219.ec2.internal","mac-address":"12:b6:a9:b8:2a:8b","ip-addresses":["10.0.0.219/24"],"ip-address":"10.0.0.219/24","next-hops":["10.0.0.1"],"next-hop":"10.0.0.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:34a33735-85fc-4a8e-865d-32ce54b999d4 k8s.ovn.org/node-encap-ips:["10.0.0.219"] k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.0.219/24"} k8s.ovn.org/zone-name:ip-10-0-0-219.ec2.internal] on node ip-10-0-0-219.ec2.internal I0703 06:39:01.737380 3508 ovs.go:160] Exec(29): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3128.ctl connection-status I0703 06:39:01.741193 3508 ovs.go:163] Exec(29): stdout: "connected\n" I0703 06:39:01.741218 3508 ovs.go:164] Exec(29): stderr: "" I0703 06:39:01.741226 3508 default_node_network_controller.go:523] Node connection status = connected I0703 06:39:01.741234 3508 ovs.go:160] Exec(30): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:39:01.746425 3508 ovs.go:163] Exec(30): stdout: "" I0703 06:39:01.746437 3508 ovs.go:164] Exec(30): stderr: "" I0703 06:39:01.746444 3508 ovs.go:160] Exec(31): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:39:01.750725 3508 ovs.go:163] Exec(31): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0703 06:39:01.750739 3508 ovs.go:164] Exec(31): stderr: "" I0703 06:39:01.750750 3508 ovs.go:160] Exec(32): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-219.ec2.internal-to-br-int ofport I0703 06:39:01.755424 3508 ovs.go:163] Exec(32): stdout: "" I0703 06:39:01.755434 3508 ovs.go:164] Exec(32): stderr: "" I0703 06:39:01.804509 3508 controller_manager.go:422] Waiting for node in zone sync took: 500.513483ms I0703 06:39:01.804715 3508 ovs.go:160] Exec(33): /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:39:01.810347 3508 ovs.go:163] Exec(33): 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:39:01.810374 3508 ovs.go:164] Exec(33): stderr: "" I0703 06:39:01.810468 3508 controller_manager.go:283] SCTP support detected in OVN I0703 06:39:01.810515 3508 model_client.go:374] 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:u4282585023}] I0703 06:39:01.810564 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585023}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585024}] I0703 06:39:01.810610 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Meter_Band Row:map[action:drop rate:20] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585023} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585023}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585024}] I0703 06:39:01.811098 3508 duration.go:387] Config duration recorder: updated measurement rate to approx 1 in every 30 requests I0703 06:39:01.811210 3508 services_controller.go:70] Creating services controller for network=default I0703 06:39:01.811339 3508 udn_enabled_svc.go:80] Waiting for service informer to sync I0703 06:39:01.811432 3508 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0703 06:39:01.811455 3508 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0703 06:39:01.811462 3508 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0703 06:39:01.811471 3508 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0703 06:39:01.811507 3508 network_controller.go:246] [zone-nad-controller network controller]: syncing all networks I0703 06:39:01.811517 3508 network_controller.go:257] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 9.785µs I0703 06:39:01.811532 3508 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0703 06:39:01.811480 3508 model_client.go:374] 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:u4282585025}] I0703 06:39:01.811538 3508 nad_controller.go:162] [zone-nad-controller NAD controller]: started I0703 06:39:01.811547 3508 default_network_controller.go:322] Starting the default network controller I0703 06:39:01.811546 3508 address_set.go:303] New(u4282585025/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0703 06:39:01.811567 3508 transact.go:43] 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:u4282585025}] I0703 06:39:01.811624 3508 default_network_controller.go:367] Existing number of nodes: 3 I0703 06:39:01.811637 3508 ovs.go:160] Exec(34): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0703 06:39:01.811931 3508 udn_enabled_svc.go:95] Performing full resync I0703 06:39:01.811990 3508 model_client.go:383] 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 == {aec791f5-839d-4cc4-8283-d34796831958}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.812012 3508 transact.go:43] 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 == {aec791f5-839d-4cc4-8283-d34796831958}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.812245 3508 udn_enabled_svc.go:99] Waiting for handler to sync I0703 06:39:01.812256 3508 udn_enabled_svc.go:104] Starting worker I0703 06:39:01.815799 3508 ovs.go:163] Exec(34): stdout: "" I0703 06:39:01.815812 3508 ovs.go:164] Exec(34): stderr: "" I0703 06:39:01.815841 3508 model_client.go:374] 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:u4282585026}] I0703 06:39:01.815865 3508 model_client.go:374] 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:u4282585027}] I0703 06:39:01.815885 3508 model_client.go:374] 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:u4282585028}] I0703 06:39:01.815898 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Load_Balancer_Group Row:map[name:clusterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585026} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585027} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585028}] I0703 06:39:01.816242 3508 model_client.go:374] 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:u4282585029}] I0703 06:39:01.816313 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585030}] I0703 06:39:01.816354 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585031}] I0703 06:39:01.816390 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585032}] I0703 06:39:01.816423 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585033}] I0703 06:39:01.816456 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585034}] I0703 06:39:01.816488 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585035}] I0703 06:39:01.816506 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585036}] I0703 06:39:01.816527 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585037}] I0703 06:39:01.816552 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585038}] I0703 06:39:01.816577 3508 model_client.go:374] 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:u4282585039}] I0703 06:39:01.816599 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Meter_Band Row:map[action:drop rate:25] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585029} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585030} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585031} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585032} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585033} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585034} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585035} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585036} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585037} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u4282585029}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585038} {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:u4282585039}] I0703 06:39:01.817560 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:f228aa74-0d50-4c6a-a124-4d8ff36ab062}]} 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:u4282585040}] I0703 06:39:01.817584 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc008ee81c8 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:f228aa74-0d50-4c6a-a124-4d8ff36ab062}]} 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:u4282585040}] I0703 06:39:01.817907 3508 model_client.go:374] 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:u4282585041}] I0703 06:39:01.817929 3508 transact.go:43] 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:u4282585041}] I0703 06:39:01.818205 3508 model_client.go:374] 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:u4282585042}] I0703 06:39:01.818224 3508 transact.go:43] 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:u4282585042}] I0703 06:39:01.818504 3508 model_client.go:374] 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:u4282585043}] I0703 06:39:01.818551 3508 model_client.go:374] 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:u4282585044}] I0703 06:39:01.818593 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585043} {GoUUID:u4282585044}]}}] Timeout: Where:[where column _uuid == {ea79536f-9d3c-4431-844e-ae6072256bea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.818617 3508 transact.go:43] 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:u4282585043} {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:u4282585044} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585043} {GoUUID:u4282585044}]}}] Timeout: Where:[where column _uuid == {ea79536f-9d3c-4431-844e-ae6072256bea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.819173 3508 model_client.go:374] 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:u4282585045}] I0703 06:39:01.819222 3508 model_client.go:374] 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:u4282585046}] I0703 06:39:01.819263 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585045} {GoUUID:u4282585046}]}}] Timeout: Where:[where column _uuid == {35f98601-e735-46e7-8bd0-ff60c2fbc708}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.819281 3508 transact.go:43] 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:u4282585045} {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:u4282585046} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585045} {GoUUID:u4282585046}]}}] Timeout: Where:[where column _uuid == {35f98601-e735-46e7-8bd0-ff60c2fbc708}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.819866 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:join] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585047}] I0703 06:39:01.819887 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008f98250 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:u4282585047}] I0703 06:39:01.820147 3508 model_client.go:374] 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:u4282585048}] I0703 06:39:01.820181 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585048}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.820197 3508 transact.go:43] 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:u4282585048} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585048}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.820514 3508 model_client.go:374] 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:u4282585049}] I0703 06:39:01.820551 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585049}]}}] Timeout: Where:[where column _uuid == {d43cd017-4af8-4c7f-846b-bc045ed76387}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.820567 3508 transact.go:43] 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:u4282585049} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585049}]}}] Timeout: Where:[where column _uuid == {d43cd017-4af8-4c7f-846b-bc045ed76387}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.820853 3508 default_network_controller.go:389] Cleaning External Gateway ECMP routes I0703 06:39:01.820914 3508 repair.go:33] Syncing exgw routes took 49.749µs I0703 06:39:01.820932 3508 default_network_controller.go:408] Starting all the Watchers... I0703 06:39:01.821077 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver I0703 06:39:01.821093 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-node I0703 06:39:01.821094 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler I0703 06:39:01.821097 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-multus I0703 06:39:01.821111 3508 namespace.go:93] [openshift-apiserver] adding namespace I0703 06:39:01.821111 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-package-operator I0703 06:39:01.821113 3508 namespace.go:93] [openshift-node] adding namespace I0703 06:39:01.821116 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep-ro I0703 06:39:01.821123 3508 namespace.go:93] [openshift-kube-scheduler] adding namespace I0703 06:39:01.821128 3508 namespace.go:93] [openshift-multus] adding namespace I0703 06:39:01.821133 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-user-workload-monitoring I0703 06:39:01.821094 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0703 06:39:01.821141 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-credential-operator I0703 06:39:01.821142 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication I0703 06:39:01.821145 3508 namespace.go:93] [openshift-backplane-srep-ro] adding namespace I0703 06:39:01.821071 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mobb I0703 06:39:01.821154 3508 namespace.go:93] [openshift-user-workload-monitoring] adding namespace I0703 06:39:01.821162 3508 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-agent-addon I0703 06:39:01.821168 3508 namespace.go:93] [openshift-package-operator] adding namespace I0703 06:39:01.821169 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-operator I0703 06:39:01.821180 3508 namespace.go:93] [open-cluster-management-agent-addon] adding namespace I0703 06:39:01.821163 3508 namespace.go:93] [openshift-operator-lifecycle-manager] adding namespace I0703 06:39:01.821184 3508 namespace.go:93] [openshift-authentication] adding namespace I0703 06:39:01.821070 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-service-ca-operator I0703 06:39:01.821205 3508 namespace.go:93] [openshift-service-ca-operator] adding namespace I0703 06:39:01.821169 3508 namespace.go:93] [openshift-cloud-credential-operator] adding namespace I0703 06:39:01.821170 3508 namespace.go:93] [openshift-backplane-mobb] adding namespace I0703 06:39:01.821190 3508 namespace.go:93] [openshift-config-operator] adding namespace I0703 06:39:01.821208 3508 model_client.go:374] Create operations generated 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:u4282585050}] I0703 06:39:01.821227 3508 address_set.go:303] New(u4282585050/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0703 06:39:01.821075 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane I0703 06:39:01.821232 3508 transact.go:43] Configuring 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:u4282585050}] I0703 06:39:01.821252 3508 namespace.go:93] [openshift-backplane] adding namespace I0703 06:39:01.821628 3508 model_client.go:374] 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:u4282585051}] I0703 06:39:01.821654 3508 transact.go:43] 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:u4282585051}] I0703 06:39:01.822314 3508 namespace.go:97] [openshift-node] adding namespace took 1.190782ms I0703 06:39:01.822328 3508 obj_retry.go:548] Creating *v1.Namespace openshift-node took: 1.223287ms I0703 06:39:01.822340 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-storage-operator I0703 06:39:01.822351 3508 namespace.go:93] [openshift-cluster-storage-operator] adding namespace I0703 06:39:01.822392 3508 model_client.go:374] Create operations generated 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:u4282585052}] I0703 06:39:01.822418 3508 address_set.go:303] New(u4282585052/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0703 06:39:01.822426 3508 transact.go:43] Configuring 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:u4282585052}] I0703 06:39:01.822757 3508 model_client.go:374] 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:u4282585053}] I0703 06:39:01.822780 3508 transact.go:43] 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:u4282585053}] I0703 06:39:01.823140 3508 namespace.go:97] [openshift-cluster-storage-operator] adding namespace took 782.381µs I0703 06:39:01.823153 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-storage-operator took: 802.803µs I0703 06:39:01.823145 3508 model_client.go:374] Create operations generated 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:u4282585054}] I0703 06:39:01.823166 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0703 06:39:01.823166 3508 address_set.go:303] New(u4282585054/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0703 06:39:01.823176 3508 namespace.go:93] [openshift-cluster-csi-drivers] adding namespace I0703 06:39:01.823186 3508 transact.go:43] Configuring 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:u4282585054}] I0703 06:39:01.823523 3508 model_client.go:374] 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:u4282585055}] I0703 06:39:01.823546 3508 transact.go:43] 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:u4282585055}] I0703 06:39:01.823851 3508 namespace.go:97] [openshift-apiserver] adding namespace took 2.73341ms I0703 06:39:01.823844 3508 model_client.go:374] Create operations generated 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:u4282585056}] I0703 06:39:01.823863 3508 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver took: 2.770232ms I0703 06:39:01.823872 3508 address_set.go:303] New(u4282585056/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0703 06:39:01.823877 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0703 06:39:01.823885 3508 namespace.go:93] [openshift-cloud-network-config-controller] adding namespace I0703 06:39:01.823879 3508 transact.go:43] Configuring 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:u4282585056}] I0703 06:39:01.824160 3508 model_client.go:374] 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:u4282585057}] I0703 06:39:01.824184 3508 transact.go:43] 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:u4282585057}] W0703 06:39:01.824492 3508 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-x2489: pod openshift-multus/network-metrics-daemon-x2489: no pod IPs found W0703 06:39:01.824511 3508 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-brk54: pod openshift-multus/network-metrics-daemon-brk54: no pod IPs found W0703 06:39:01.824521 3508 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-frhxz: pod openshift-multus/network-metrics-daemon-frhxz: no pod IPs found I0703 06:39:01.824529 3508 namespace.go:97] [openshift-kube-scheduler] adding namespace took 3.398668ms I0703 06:39:01.824539 3508 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler took: 3.431256ms I0703 06:39:01.824547 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-api I0703 06:39:01.824552 3508 namespace.go:93] [openshift-machine-api] adding namespace I0703 06:39:01.824598 3508 model_client.go:374] Create operations generated 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:u4282585058}] I0703 06:39:01.824624 3508 address_set.go:303] New(u4282585058/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0703 06:39:01.824633 3508 transact.go:43] Configuring 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:u4282585058}] I0703 06:39:01.824934 3508 model_client.go:374] 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:u4282585059}] I0703 06:39:01.824961 3508 transact.go:43] 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:u4282585059}] I0703 06:39:01.825325 3508 namespace.go:97] [openshift-multus] adding namespace took 4.185855ms I0703 06:39:01.825341 3508 obj_retry.go:548] Creating *v1.Namespace openshift-multus took: 4.229875ms I0703 06:39:01.825350 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-monitoring I0703 06:39:01.825357 3508 namespace.go:93] [openshift-monitoring] adding namespace I0703 06:39:01.825355 3508 model_client.go:374] Create operations generated 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:u4282585060}] I0703 06:39:01.825382 3508 address_set.go:303] New(u4282585060/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0703 06:39:01.825388 3508 transact.go:43] Configuring 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:u4282585060}] I0703 06:39:01.825686 3508 model_client.go:374] 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:u4282585061}] I0703 06:39:01.825709 3508 transact.go:43] 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:u4282585061}] I0703 06:39:01.826075 3508 namespace.go:97] [openshift-backplane-srep-ro] adding namespace took 4.921878ms I0703 06:39:01.826089 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep-ro took: 4.957373ms I0703 06:39:01.826109 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-operator I0703 06:39:01.826081 3508 model_client.go:374] Create operations generated 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:u4282585062}] I0703 06:39:01.826119 3508 namespace.go:93] [openshift-ingress-operator] adding namespace I0703 06:39:01.826120 3508 address_set.go:303] New(u4282585062/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0703 06:39:01.826127 3508 transact.go:43] Configuring 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:u4282585062}] I0703 06:39:01.826485 3508 model_client.go:374] 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:u4282585063}] I0703 06:39:01.826512 3508 transact.go:43] 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:u4282585063}] I0703 06:39:01.826925 3508 namespace.go:97] [openshift-user-workload-monitoring] adding namespace took 5.76075ms I0703 06:39:01.826938 3508 obj_retry.go:548] Creating *v1.Namespace openshift-user-workload-monitoring took: 5.795965ms I0703 06:39:01.826947 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0703 06:39:01.826954 3508 namespace.go:93] [openshift-backplane-managed-scripts] adding namespace I0703 06:39:01.826940 3508 model_client.go:374] Create operations generated 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:u4282585064}] I0703 06:39:01.826966 3508 address_set.go:303] New(u4282585064/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0703 06:39:01.826972 3508 transact.go:43] Configuring 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:u4282585064}] I0703 06:39:01.827339 3508 model_client.go:374] 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:u4282585065}] I0703 06:39:01.827361 3508 transact.go:43] 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:u4282585065}] I0703 06:39:01.827687 3508 namespace.go:97] [openshift-package-operator] adding namespace took 6.51054ms I0703 06:39:01.827700 3508 obj_retry.go:548] Creating *v1.Namespace openshift-package-operator took: 6.577857ms I0703 06:39:01.827682 3508 model_client.go:374] Create operations 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:u4282585066}] I0703 06:39:01.827707 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-must-gather-operator I0703 06:39:01.827710 3508 address_set.go:303] New(u4282585066/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0703 06:39:01.827713 3508 namespace.go:93] [openshift-must-gather-operator] adding namespace I0703 06:39:01.827716 3508 transact.go:43] 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:u4282585066}] I0703 06:39:01.827962 3508 model_client.go:374] 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:u4282585067}] I0703 06:39:01.827981 3508 transact.go:43] 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:u4282585067}] I0703 06:39:01.828272 3508 namespace.go:97] [open-cluster-management-agent-addon] adding namespace took 7.085384ms I0703 06:39:01.828269 3508 model_client.go:374] Create operations generated 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:u4282585068}] I0703 06:39:01.828314 3508 address_set.go:303] New(u4282585068/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0703 06:39:01.828321 3508 transact.go:43] Configuring 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:u4282585068}] I0703 06:39:01.828282 3508 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-agent-addon took: 7.111022ms I0703 06:39:01.828376 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-host-network I0703 06:39:01.828382 3508 namespace.go:93] [openshift-host-network] adding namespace I0703 06:39:01.828589 3508 model_client.go:374] 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:u4282585069}] I0703 06:39:01.828609 3508 transact.go:43] 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:u4282585069}] I0703 06:39:01.828877 3508 model_client.go:374] Create operations generated 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:u4282585070}] I0703 06:39:01.828900 3508 address_set.go:303] New(u4282585070/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0703 06:39:01.828906 3508 namespace.go:97] [openshift-operator-lifecycle-manager] adding namespace took 7.700743ms I0703 06:39:01.828914 3508 obj_retry.go:548] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 7.76787ms I0703 06:39:01.828910 3508 transact.go:43] Configuring 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:u4282585070}] I0703 06:39:01.828922 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-customer-monitoring I0703 06:39:01.828927 3508 namespace.go:93] [openshift-customer-monitoring] adding namespace I0703 06:39:01.829138 3508 model_client.go:374] 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:u4282585071}] I0703 06:39:01.829158 3508 transact.go:43] 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:u4282585071}] I0703 06:39:01.829468 3508 namespace.go:97] [openshift-authentication] adding namespace took 8.275335ms I0703 06:39:01.829481 3508 obj_retry.go:548] Creating *v1.Namespace openshift-authentication took: 8.302932ms I0703 06:39:01.829497 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-image-registry I0703 06:39:01.829466 3508 model_client.go:374] Create operations generated 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:u4282585072}] I0703 06:39:01.829503 3508 namespace.go:93] [openshift-image-registry] adding namespace I0703 06:39:01.829508 3508 address_set.go:303] New(u4282585072/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0703 06:39:01.829513 3508 transact.go:43] Configuring 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:u4282585072}] I0703 06:39:01.829773 3508 model_client.go:374] 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:u4282585073}] I0703 06:39:01.829795 3508 transact.go:43] 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:u4282585073}] I0703 06:39:01.830081 3508 namespace.go:97] [openshift-service-ca-operator] adding namespace took 8.867777ms I0703 06:39:01.830092 3508 obj_retry.go:548] Creating *v1.Namespace openshift-service-ca-operator took: 8.892259ms I0703 06:39:01.830097 3508 obj_retry.go:509] Add event received for *v1.Namespace kube-node-lease I0703 06:39:01.830101 3508 namespace.go:93] [kube-node-lease] adding namespace I0703 06:39:01.830077 3508 model_client.go:374] Create operations generated 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:u4282585074}] I0703 06:39:01.830109 3508 address_set.go:303] New(u4282585074/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0703 06:39:01.830115 3508 transact.go:43] Configuring 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:u4282585074}] I0703 06:39:01.830377 3508 model_client.go:374] 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:u4282585075}] I0703 06:39:01.830397 3508 transact.go:43] 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:u4282585075}] I0703 06:39:01.830709 3508 namespace.go:97] [openshift-cloud-credential-operator] adding namespace took 9.492742ms I0703 06:39:01.830725 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-credential-operator took: 9.568522ms I0703 06:39:01.830735 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-console I0703 06:39:01.830741 3508 namespace.go:93] [openshift-console] adding namespace I0703 06:39:01.830722 3508 model_client.go:374] Create operations generated 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:u4282585076}] I0703 06:39:01.830751 3508 address_set.go:303] New(u4282585076/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0703 06:39:01.830757 3508 transact.go:43] Configuring 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:u4282585076}] I0703 06:39:01.831017 3508 model_client.go:374] 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:u4282585077}] I0703 06:39:01.831035 3508 transact.go:43] 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:u4282585077}] I0703 06:39:01.831308 3508 model_client.go:374] Create operations generated 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:u4282585078}] I0703 06:39:01.831341 3508 address_set.go:303] New(u4282585078/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0703 06:39:01.831346 3508 transact.go:43] Configuring 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:u4282585078}] I0703 06:39:01.831328 3508 namespace.go:97] [openshift-backplane-mobb] adding namespace took 10.108224ms I0703 06:39:01.831391 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mobb took: 10.231171ms I0703 06:39:01.831399 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication-operator I0703 06:39:01.831404 3508 namespace.go:93] [openshift-authentication-operator] adding namespace I0703 06:39:01.831619 3508 model_client.go:374] 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:u4282585079}] I0703 06:39:01.831653 3508 transact.go:43] 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:u4282585079}] I0703 06:39:01.831903 3508 model_client.go:374] Create operations generated 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:u4282585080}] I0703 06:39:01.831922 3508 namespace.go:97] [openshift-config-operator] adding namespace took 10.702313ms I0703 06:39:01.831924 3508 address_set.go:303] New(u4282585080/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0703 06:39:01.831930 3508 obj_retry.go:548] Creating *v1.Namespace openshift-config-operator took: 10.751389ms I0703 06:39:01.831938 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep I0703 06:39:01.831930 3508 transact.go:43] Configuring 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:u4282585080}] I0703 06:39:01.831944 3508 namespace.go:93] [openshift-backplane-srep] adding namespace I0703 06:39:01.832161 3508 model_client.go:374] 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:u4282585081}] I0703 06:39:01.832179 3508 transact.go:43] 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:u4282585081}] I0703 06:39:01.832435 3508 model_client.go:374] Create operations generated 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:u4282585082}] I0703 06:39:01.832459 3508 address_set.go:303] New(u4282585082/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0703 06:39:01.832473 3508 namespace.go:97] [openshift-backplane] adding namespace took 11.213153ms I0703 06:39:01.832467 3508 transact.go:43] Configuring 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:u4282585082}] I0703 06:39:01.832483 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane took: 11.241265ms I0703 06:39:01.832493 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-user-settings I0703 06:39:01.832504 3508 namespace.go:93] [openshift-console-user-settings] adding namespace I0703 06:39:01.832725 3508 model_client.go:374] 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:u4282585083}] I0703 06:39:01.832743 3508 transact.go:43] 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:u4282585083}] I0703 06:39:01.832955 3508 model_client.go:374] Create operations generated 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:u4282585084}] I0703 06:39:01.832973 3508 address_set.go:303] New(u4282585084/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0703 06:39:01.832978 3508 transact.go:43] Configuring 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:u4282585084}] I0703 06:39:01.832999 3508 namespace.go:97] [openshift-cluster-csi-drivers] adding namespace took 9.812558ms I0703 06:39:01.833006 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-csi-drivers took: 9.832469ms I0703 06:39:01.833012 3508 obj_retry.go:509] Add event received for *v1.Namespace kube-system I0703 06:39:01.833017 3508 namespace.go:93] [kube-system] adding namespace I0703 06:39:01.833217 3508 model_client.go:374] 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:u4282585085}] I0703 06:39:01.833234 3508 transact.go:43] 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:u4282585085}] I0703 06:39:01.833483 3508 namespace.go:97] [openshift-cloud-network-config-controller] adding namespace took 9.591589ms I0703 06:39:01.833507 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-network-config-controller took: 9.619835ms I0703 06:39:01.833518 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-infra I0703 06:39:01.833526 3508 namespace.go:93] [openshift-infra] adding namespace I0703 06:39:01.833515 3508 model_client.go:374] Create operations generated 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:u4282585086}] I0703 06:39:01.833543 3508 address_set.go:303] New(u4282585086/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0703 06:39:01.833548 3508 transact.go:43] Configuring 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:u4282585086}] I0703 06:39:01.833796 3508 model_client.go:374] 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:u4282585087}] I0703 06:39:01.833814 3508 transact.go:43] 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:u4282585087}] I0703 06:39:01.834046 3508 model_client.go:374] Create operations generated 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:u4282585088}] I0703 06:39:01.834065 3508 address_set.go:303] New(u4282585088/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0703 06:39:01.834070 3508 transact.go:43] Configuring 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:u4282585088}] I0703 06:39:01.834089 3508 namespace.go:97] [openshift-machine-api] adding namespace took 9.530731ms I0703 06:39:01.834111 3508 obj_retry.go:548] Creating *v1.Namespace openshift-machine-api took: 9.557427ms I0703 06:39:01.834117 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0703 06:39:01.834123 3508 namespace.go:93] [openshift-kube-storage-version-migrator-operator] adding namespace I0703 06:39:01.834349 3508 model_client.go:374] 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:u4282585089}] I0703 06:39:01.834369 3508 transact.go:43] 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:u4282585089}] I0703 06:39:01.834611 3508 model_client.go:374] Create operations generated 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:u4282585090}] I0703 06:39:01.834630 3508 address_set.go:303] New(u4282585090/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0703 06:39:01.834651 3508 namespace.go:97] [openshift-monitoring] adding namespace took 9.289576ms I0703 06:39:01.834669 3508 obj_retry.go:548] Creating *v1.Namespace openshift-monitoring took: 9.310833ms I0703 06:39:01.834677 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-tam I0703 06:39:01.834685 3508 namespace.go:93] [openshift-backplane-tam] adding namespace I0703 06:39:01.834635 3508 transact.go:43] Configuring 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:u4282585090}] I0703 06:39:01.834910 3508 model_client.go:374] 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:u4282585091}] I0703 06:39:01.834941 3508 transact.go:43] 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:u4282585091}] I0703 06:39:01.835177 3508 model_client.go:374] Create operations generated 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:u4282585092}] I0703 06:39:01.835200 3508 address_set.go:303] New(u4282585092/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0703 06:39:01.835217 3508 namespace.go:97] [openshift-ingress-operator] adding namespace took 9.091839ms I0703 06:39:01.835226 3508 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-operator took: 9.107712ms I0703 06:39:01.835208 3508 transact.go:43] Configuring 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:u4282585092}] I0703 06:39:01.835234 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-csm I0703 06:39:01.835239 3508 namespace.go:93] [openshift-backplane-csm] adding namespace I0703 06:39:01.835500 3508 model_client.go:374] 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:u4282585093}] I0703 06:39:01.835521 3508 transact.go:43] 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:u4282585093}] I0703 06:39:01.835752 3508 model_client.go:374] Create operations generated 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:u4282585094}] I0703 06:39:01.835773 3508 address_set.go:303] New(u4282585094/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0703 06:39:01.835793 3508 namespace.go:97] [openshift-backplane-managed-scripts] adding namespace took 8.832901ms I0703 06:39:01.835808 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-managed-scripts took: 8.851016ms I0703 06:39:01.835817 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-samples-operator I0703 06:39:01.835823 3508 namespace.go:93] [openshift-cluster-samples-operator] adding namespace I0703 06:39:01.835781 3508 transact.go:43] Configuring 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:u4282585094}] I0703 06:39:01.836111 3508 model_client.go:374] 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:u4282585095}] I0703 06:39:01.836131 3508 transact.go:43] 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:u4282585095}] I0703 06:39:01.836437 3508 namespace.go:97] [openshift-must-gather-operator] adding namespace took 8.7183ms I0703 06:39:01.836448 3508 obj_retry.go:548] Creating *v1.Namespace openshift-must-gather-operator took: 8.734718ms I0703 06:39:01.836438 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4]} 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:u4282585096}] I0703 06:39:01.836455 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager I0703 06:39:01.836461 3508 namespace.go:93] [openshift-controller-manager] adding namespace I0703 06:39:01.836460 3508 address_set.go:303] New(u4282585096/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2] I0703 06:39:01.836466 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4]} 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:u4282585096}] I0703 06:39:01.836741 3508 model_client.go:374] 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:u4282585097}] I0703 06:39:01.836760 3508 transact.go:43] 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:u4282585097}] I0703 06:39:01.837017 3508 model_client.go:374] Create operations generated 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:u4282585098}] I0703 06:39:01.837043 3508 namespace.go:97] [openshift-host-network] adding namespace took 8.655176ms I0703 06:39:01.837049 3508 address_set.go:303] New(u4282585098/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0703 06:39:01.837053 3508 obj_retry.go:548] Creating *v1.Namespace openshift-host-network took: 8.66903ms I0703 06:39:01.837060 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-route-controller-manager I0703 06:39:01.837055 3508 transact.go:43] Configuring 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:u4282585098}] I0703 06:39:01.837065 3508 namespace.go:93] [openshift-route-controller-manager] adding namespace I0703 06:39:01.837325 3508 model_client.go:374] 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:u4282585099}] I0703 06:39:01.837346 3508 transact.go:43] 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:u4282585099}] I0703 06:39:01.837608 3508 model_client.go:374] Create operations generated 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:u4282585100}] I0703 06:39:01.837629 3508 address_set.go:303] New(u4282585100/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0703 06:39:01.837634 3508 transact.go:43] Configuring 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:u4282585100}] I0703 06:39:01.837650 3508 namespace.go:97] [openshift-customer-monitoring] adding namespace took 8.716473ms I0703 06:39:01.837659 3508 obj_retry.go:548] Creating *v1.Namespace openshift-customer-monitoring took: 8.72944ms I0703 06:39:01.837668 3508 obj_retry.go:509] Add event received for *v1.Namespace dedicated-admin I0703 06:39:01.837674 3508 namespace.go:93] [dedicated-admin] adding namespace I0703 06:39:01.837894 3508 model_client.go:374] 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:u4282585101}] I0703 06:39:01.837913 3508 transact.go:43] 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:u4282585101}] I0703 06:39:01.838163 3508 model_client.go:374] Create operations 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:u4282585102}] I0703 06:39:01.838186 3508 address_set.go:303] New(u4282585102/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0703 06:39:01.838205 3508 namespace.go:97] [openshift-image-registry] adding namespace took 8.697104ms I0703 06:39:01.838194 3508 transact.go:43] 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:u4282585102}] I0703 06:39:01.838213 3508 obj_retry.go:548] Creating *v1.Namespace openshift-image-registry took: 8.708641ms I0703 06:39:01.838220 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-canary I0703 06:39:01.838226 3508 namespace.go:93] [openshift-ingress-canary] adding namespace I0703 06:39:01.838468 3508 model_client.go:374] 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:u4282585103}] I0703 06:39:01.838488 3508 transact.go:43] 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:u4282585103}] I0703 06:39:01.838745 3508 model_client.go:374] Create operations generated 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:u4282585104}] I0703 06:39:01.838768 3508 address_set.go:303] New(u4282585104/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0703 06:39:01.838787 3508 namespace.go:97] [kube-node-lease] adding namespace took 8.679852ms I0703 06:39:01.838777 3508 transact.go:43] Configuring 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:u4282585104}] I0703 06:39:01.838798 3508 obj_retry.go:548] Creating *v1.Namespace kube-node-lease took: 8.692929ms I0703 06:39:01.838809 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-node-identity I0703 06:39:01.838817 3508 namespace.go:93] [openshift-network-node-identity] adding namespace I0703 06:39:01.839035 3508 model_client.go:374] 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:u4282585105}] I0703 06:39:01.839054 3508 transact.go:43] 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:u4282585105}] I0703 06:39:01.839274 3508 model_client.go:374] Create operations generated 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:u4282585106}] I0703 06:39:01.839303 3508 address_set.go:303] New(u4282585106/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0703 06:39:01.839310 3508 namespace.go:97] [openshift-console] adding namespace took 8.564547ms I0703 06:39:01.839308 3508 transact.go:43] Configuring 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:u4282585106}] I0703 06:39:01.839319 3508 obj_retry.go:548] Creating *v1.Namespace openshift-console took: 8.57629ms I0703 06:39:01.839325 3508 obj_retry.go:509] Add event received for *v1.Namespace kube-public I0703 06:39:01.839329 3508 namespace.go:93] [kube-public] adding namespace I0703 06:39:01.839547 3508 model_client.go:374] 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:u4282585107}] I0703 06:39:01.839565 3508 transact.go:43] 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:u4282585107}] I0703 06:39:01.839814 3508 model_client.go:374] Create operations generated 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:u4282585108}] I0703 06:39:01.839840 3508 address_set.go:303] New(u4282585108/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0703 06:39:01.839850 3508 namespace.go:97] [openshift-authentication-operator] adding namespace took 8.441262ms I0703 06:39:01.839848 3508 transact.go:43] Configuring 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:u4282585108}] I0703 06:39:01.839858 3508 obj_retry.go:548] Creating *v1.Namespace openshift-authentication-operator took: 8.452882ms I0703 06:39:01.839866 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-managed I0703 06:39:01.839872 3508 namespace.go:93] [openshift-config-managed] adding namespace I0703 06:39:01.840087 3508 model_client.go:374] 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:u4282585109}] I0703 06:39:01.840105 3508 transact.go:43] 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:u4282585109}] I0703 06:39:01.840361 3508 model_client.go:374] Create operations generated 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:u4282585110}] I0703 06:39:01.840380 3508 address_set.go:303] New(u4282585110/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0703 06:39:01.840385 3508 transact.go:43] Configuring 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:u4282585110}] I0703 06:39:01.840401 3508 namespace.go:97] [openshift-backplane-srep] adding namespace took 8.453188ms I0703 06:39:01.840407 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep took: 8.462716ms I0703 06:39:01.840411 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators I0703 06:39:01.840415 3508 namespace.go:93] [openshift-operators] adding namespace I0703 06:39:01.840634 3508 model_client.go:374] 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:u4282585111}] I0703 06:39:01.840651 3508 transact.go:43] 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:u4282585111}] I0703 06:39:01.840893 3508 model_client.go:374] Create operations 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:u4282585112}] I0703 06:39:01.840915 3508 address_set.go:303] New(u4282585112/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0703 06:39:01.840930 3508 namespace.go:97] [openshift-console-user-settings] adding namespace took 8.419577ms I0703 06:39:01.840922 3508 transact.go:43] 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:u4282585112}] I0703 06:39:01.840940 3508 obj_retry.go:548] Creating *v1.Namespace openshift-console-user-settings took: 8.43621ms I0703 06:39:01.840950 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0703 06:39:01.840976 3508 namespace.go:93] [openshift-backplane-mcs-tier-two] adding namespace I0703 06:39:01.841188 3508 model_client.go:374] 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:u4282585113}] I0703 06:39:01.841204 3508 transact.go:43] 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:u4282585113}] I0703 06:39:01.841523 3508 namespace.go:97] [kube-system] adding namespace took 8.500116ms I0703 06:39:01.841534 3508 obj_retry.go:548] Creating *v1.Namespace kube-system took: 8.516363ms I0703 06:39:01.841541 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0703 06:39:01.841532 3508 model_client.go:374] Create operations generated 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:u4282585114}] I0703 06:39:01.841546 3508 namespace.go:93] [openshift-cluster-node-tuning-operator] adding namespace I0703 06:39:01.841550 3508 address_set.go:303] New(u4282585114/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0703 06:39:01.841555 3508 transact.go:43] Configuring 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:u4282585114}] I0703 06:39:01.841805 3508 model_client.go:374] 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:u4282585115}] I0703 06:39:01.841823 3508 transact.go:43] 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:u4282585115}] I0703 06:39:01.842057 3508 model_client.go:374] Create operations generated 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:u4282585116}] I0703 06:39:01.842076 3508 address_set.go:303] New(u4282585116/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0703 06:39:01.842082 3508 transact.go:43] Configuring 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:u4282585116}] I0703 06:39:01.842101 3508 namespace.go:97] [openshift-infra] adding namespace took 8.569075ms I0703 06:39:01.842111 3508 obj_retry.go:548] Creating *v1.Namespace openshift-infra took: 8.58376ms I0703 06:39:01.842120 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-version I0703 06:39:01.842128 3508 namespace.go:93] [openshift-cluster-version] adding namespace I0703 06:39:01.842344 3508 model_client.go:374] 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:u4282585117}] I0703 06:39:01.842361 3508 transact.go:43] 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:u4282585117}] I0703 06:39:01.842579 3508 model_client.go:374] Create operations generated 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:u4282585118}] I0703 06:39:01.842597 3508 address_set.go:303] New(u4282585118/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0703 06:39:01.842601 3508 transact.go:43] Configuring 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:u4282585118}] I0703 06:39:01.842622 3508 namespace.go:97] [openshift-kube-storage-version-migrator-operator] adding namespace took 8.494925ms I0703 06:39:01.842632 3508 obj_retry.go:548] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 8.508681ms I0703 06:39:01.842637 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-logging I0703 06:39:01.842642 3508 namespace.go:93] [openshift-logging] adding namespace I0703 06:39:01.842854 3508 model_client.go:374] 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:u4282585119}] I0703 06:39:01.842871 3508 transact.go:43] 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:u4282585119}] I0703 06:39:01.843104 3508 model_client.go:374] Create operations generated 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:u4282585120}] I0703 06:39:01.843124 3508 address_set.go:303] New(u4282585120/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0703 06:39:01.843143 3508 namespace.go:97] [openshift-backplane-tam] adding namespace took 8.453465ms I0703 06:39:01.843157 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-tam took: 8.473389ms I0703 06:39:01.843165 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress I0703 06:39:01.843170 3508 namespace.go:93] [openshift-ingress] adding namespace I0703 06:39:01.843132 3508 transact.go:43] Configuring 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:u4282585120}] I0703 06:39:01.843412 3508 model_client.go:374] 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:u4282585121}] I0703 06:39:01.843431 3508 transact.go:43] 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:u4282585121}] I0703 06:39:01.843674 3508 model_client.go:374] Create operations generated 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:u4282585122}] I0703 06:39:01.843695 3508 address_set.go:303] New(u4282585122/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0703 06:39:01.843714 3508 namespace.go:97] [openshift-backplane-csm] adding namespace took 8.469072ms I0703 06:39:01.843727 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-csm took: 8.485122ms I0703 06:39:01.843738 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0703 06:39:01.843743 3508 namespace.go:93] [openshift-kube-scheduler-operator] adding namespace I0703 06:39:01.843703 3508 transact.go:43] Configuring 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:u4282585122}] I0703 06:39:01.843971 3508 model_client.go:374] 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:u4282585123}] I0703 06:39:01.843988 3508 transact.go:43] 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:u4282585123}] I0703 06:39:01.844203 3508 model_client.go:374] Create operations generated 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:u4282585124}] I0703 06:39:01.844221 3508 address_set.go:303] New(u4282585124/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0703 06:39:01.844226 3508 transact.go:43] Configuring 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:u4282585124}] I0703 06:39:01.844242 3508 namespace.go:97] [openshift-cluster-samples-operator] adding namespace took 8.414123ms I0703 06:39:01.844251 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-samples-operator took: 8.427209ms I0703 06:39:01.844257 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-operator I0703 06:39:01.844262 3508 namespace.go:93] [openshift-console-operator] adding namespace I0703 06:39:01.844511 3508 model_client.go:374] 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:u4282585125}] I0703 06:39:01.844529 3508 transact.go:43] 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:u4282585125}] I0703 06:39:01.844764 3508 model_client.go:374] Create operations generated 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:u4282585126}] I0703 06:39:01.844784 3508 address_set.go:303] New(u4282585126/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0703 06:39:01.844788 3508 transact.go:43] Configuring 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:u4282585126}] I0703 06:39:01.844800 3508 namespace.go:97] [openshift-controller-manager] adding namespace took 8.335251ms I0703 06:39:01.844842 3508 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager took: 8.380622ms I0703 06:39:01.844849 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0703 06:39:01.844855 3508 namespace.go:93] [openshift-kube-apiserver-operator] adding namespace I0703 06:39:01.845039 3508 model_client.go:374] 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:u4282585127}] I0703 06:39:01.845057 3508 transact.go:43] 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:u4282585127}] I0703 06:39:01.845284 3508 model_client.go:374] Create operations 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:u4282585128}] I0703 06:39:01.845328 3508 address_set.go:303] New(u4282585128/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0703 06:39:01.845335 3508 transact.go:43] 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:u4282585128}] I0703 06:39:01.845316 3508 namespace.go:97] [openshift-route-controller-manager] adding namespace took 8.244732ms I0703 06:39:01.845381 3508 obj_retry.go:548] Creating *v1.Namespace openshift-route-controller-manager took: 8.313254ms I0703 06:39:01.845391 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-etcd I0703 06:39:01.845397 3508 namespace.go:93] [openshift-etcd] adding namespace I0703 06:39:01.845596 3508 model_client.go:374] 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:u4282585129}] I0703 06:39:01.845613 3508 transact.go:43] 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:u4282585129}] I0703 06:39:01.845823 3508 model_client.go:374] Create operations generated 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:u4282585130}] I0703 06:39:01.845841 3508 address_set.go:303] New(u4282585130/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0703 06:39:01.845845 3508 transact.go:43] Configuring 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:u4282585130}] I0703 06:39:01.845866 3508 namespace.go:97] [dedicated-admin] adding namespace took 8.186632ms I0703 06:39:01.845874 3508 obj_retry.go:548] Creating *v1.Namespace dedicated-admin took: 8.200252ms I0703 06:39:01.845880 3508 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure I0703 06:39:01.845885 3508 namespace.go:93] [open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure] adding namespace I0703 06:39:01.846080 3508 model_client.go:374] 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:u4282585131}] I0703 06:39:01.846099 3508 transact.go:43] 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:u4282585131}] I0703 06:39:01.846339 3508 model_client.go:374] Create operations generated 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:u4282585132}] I0703 06:39:01.846358 3508 address_set.go:303] New(u4282585132/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0703 06:39:01.846363 3508 transact.go:43] Configuring 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:u4282585132}] I0703 06:39:01.846386 3508 namespace.go:97] [openshift-ingress-canary] adding namespace took 8.154507ms I0703 06:39:01.846399 3508 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-canary took: 8.172313ms I0703 06:39:01.846406 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0703 06:39:01.846412 3508 namespace.go:93] [openshift-kube-controller-manager-operator] adding namespace I0703 06:39:01.846973 3508 model_client.go:374] 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:u4282585133}] I0703 06:39:01.846993 3508 transact.go:43] 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:u4282585133}] I0703 06:39:01.847230 3508 model_client.go:374] Create operations 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:u4282585134}] I0703 06:39:01.847248 3508 address_set.go:303] New(u4282585134/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0703 06:39:01.847252 3508 transact.go:43] 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:u4282585134}] I0703 06:39:01.847275 3508 namespace.go:97] [openshift-network-node-identity] adding namespace took 8.452326ms I0703 06:39:01.847299 3508 obj_retry.go:548] Creating *v1.Namespace openshift-network-node-identity took: 8.470177ms I0703 06:39:01.847308 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift I0703 06:39:01.847313 3508 namespace.go:93] [openshift] adding namespace I0703 06:39:01.847513 3508 model_client.go:374] 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:u4282585135}] I0703 06:39:01.847531 3508 transact.go:43] 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:u4282585135}] I0703 06:39:01.847765 3508 model_client.go:374] Create operations generated 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:u4282585136}] I0703 06:39:01.847784 3508 address_set.go:303] New(u4282585136/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0703 06:39:01.847792 3508 transact.go:43] Configuring 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:u4282585136}] I0703 06:39:01.847808 3508 namespace.go:97] [kube-public] adding namespace took 8.472978ms I0703 06:39:01.847820 3508 obj_retry.go:548] Creating *v1.Namespace kube-public took: 8.488419ms I0703 06:39:01.847830 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager I0703 06:39:01.847838 3508 namespace.go:93] [openshift-kube-controller-manager] adding namespace I0703 06:39:01.848048 3508 model_client.go:374] 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:u4282585137}] I0703 06:39:01.848066 3508 transact.go:43] 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:u4282585137}] I0703 06:39:01.848276 3508 model_client.go:374] Create operations generated 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:u4282585138}] I0703 06:39:01.848310 3508 address_set.go:303] New(u4282585138/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0703 06:39:01.848315 3508 transact.go:43] Configuring 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:u4282585138}] I0703 06:39:01.848321 3508 namespace.go:97] [openshift-config-managed] adding namespace took 8.445001ms I0703 06:39:01.848330 3508 obj_retry.go:548] Creating *v1.Namespace openshift-config-managed took: 8.457965ms I0703 06:39:01.848336 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-deployment-validation-operator I0703 06:39:01.848341 3508 namespace.go:93] [openshift-deployment-validation-operator] adding namespace I0703 06:39:01.848556 3508 model_client.go:374] 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:u4282585139}] I0703 06:39:01.848574 3508 transact.go:43] 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:u4282585139}] I0703 06:39:01.848805 3508 model_client.go:374] Create operations generated 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:u4282585140}] I0703 06:39:01.848827 3508 address_set.go:303] New(u4282585140/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0703 06:39:01.848843 3508 namespace.go:97] [openshift-operators] adding namespace took 8.423718ms I0703 06:39:01.848835 3508 transact.go:43] Configuring 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:u4282585140}] I0703 06:39:01.848851 3508 obj_retry.go:548] Creating *v1.Namespace openshift-operators took: 8.434044ms I0703 06:39:01.848859 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-config I0703 06:39:01.848864 3508 namespace.go:93] [openshift-config] adding namespace I0703 06:39:01.849077 3508 model_client.go:374] 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:u4282585141}] I0703 06:39:01.849095 3508 transact.go:43] 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:u4282585141}] I0703 06:39:01.849333 3508 model_client.go:374] Create operations generated 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:u4282585142}] I0703 06:39:01.849353 3508 address_set.go:303] New(u4282585142/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0703 06:39:01.849367 3508 namespace.go:97] [openshift-backplane-mcs-tier-two] adding namespace took 8.382761ms I0703 06:39:01.849358 3508 transact.go:43] Configuring 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:u4282585142}] I0703 06:39:01.849372 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 8.411472ms I0703 06:39:01.849378 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cse I0703 06:39:01.849382 3508 namespace.go:93] [openshift-backplane-cse] adding namespace I0703 06:39:01.849610 3508 model_client.go:374] 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:u4282585143}] I0703 06:39:01.849627 3508 transact.go:43] 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:u4282585143}] I0703 06:39:01.849858 3508 model_client.go:374] Create operations generated 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:u4282585144}] I0703 06:39:01.849881 3508 address_set.go:303] New(u4282585144/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0703 06:39:01.849898 3508 namespace.go:97] [openshift-cluster-node-tuning-operator] adding namespace took 8.346265ms I0703 06:39:01.849889 3508 transact.go:43] Configuring 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:u4282585144}] I0703 06:39:01.849912 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 8.362152ms I0703 06:39:01.850131 3508 model_client.go:374] 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:u4282585145}] I0703 06:39:01.850149 3508 transact.go:43] 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:u4282585145}] I0703 06:39:01.850378 3508 model_client.go:374] Create operations generated 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:u4282585146}] I0703 06:39:01.850398 3508 address_set.go:303] New(u4282585146/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0703 06:39:01.850403 3508 transact.go:43] Configuring 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:u4282585146}] I0703 06:39:01.850419 3508 namespace.go:97] [openshift-cluster-version] adding namespace took 8.285497ms I0703 06:39:01.850428 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-version took: 8.299278ms I0703 06:39:01.850435 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-diagnostics I0703 06:39:01.850441 3508 namespace.go:93] [openshift-network-diagnostics] adding namespace I0703 06:39:01.850650 3508 model_client.go:374] 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:u4282585147}] I0703 06:39:01.850668 3508 transact.go:43] 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:u4282585147}] I0703 06:39:01.850893 3508 model_client.go:374] Create operations generated 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:u4282585148}] I0703 06:39:01.850911 3508 address_set.go:303] New(u4282585148/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0703 06:39:01.850915 3508 transact.go:43] Configuring 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:u4282585148}] I0703 06:39:01.850937 3508 namespace.go:97] [openshift-logging] adding namespace took 8.289914ms I0703 06:39:01.850948 3508 obj_retry.go:548] Creating *v1.Namespace openshift-logging took: 8.30449ms I0703 06:39:01.850954 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-ovn-kubernetes I0703 06:39:01.850960 3508 namespace.go:93] [openshift-ovn-kubernetes] adding namespace I0703 06:39:01.851143 3508 model_client.go:374] 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:u4282585149}] I0703 06:39:01.851160 3508 transact.go:43] 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:u4282585149}] I0703 06:39:01.851412 3508 model_client.go:374] Create operations generated 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:u4282585150}] I0703 06:39:01.851431 3508 address_set.go:303] New(u4282585150/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0703 06:39:01.851436 3508 transact.go:43] Configuring 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:u4282585150}] I0703 06:39:01.851450 3508 namespace.go:97] [openshift-ingress] adding namespace took 8.276089ms I0703 06:39:01.851502 3508 obj_retry.go:548] Creating *v1.Namespace openshift-ingress took: 8.330655ms I0703 06:39:01.851510 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-console I0703 06:39:01.851515 3508 namespace.go:93] [openshift-network-console] adding namespace I0703 06:39:01.851706 3508 model_client.go:374] 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:u4282585151}] I0703 06:39:01.851725 3508 transact.go:43] 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:u4282585151}] I0703 06:39:01.851982 3508 model_client.go:374] Create operations generated 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:u4282585152}] I0703 06:39:01.852004 3508 address_set.go:303] New(u4282585152/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0703 06:39:01.852011 3508 transact.go:43] Configuring 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:u4282585152}] I0703 06:39:01.852023 3508 namespace.go:97] [openshift-kube-scheduler-operator] adding namespace took 8.273934ms I0703 06:39:01.852078 3508 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler-operator took: 8.332783ms I0703 06:39:01.852088 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns-operator I0703 06:39:01.852096 3508 namespace.go:93] [openshift-dns-operator] adding namespace I0703 06:39:01.852273 3508 model_client.go:374] 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:u4282585153}] I0703 06:39:01.852301 3508 transact.go:43] 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:u4282585153}] I0703 06:39:01.852548 3508 model_client.go:374] Create operations generated 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:u4282585154}] I0703 06:39:01.852570 3508 address_set.go:303] New(u4282585154/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0703 06:39:01.852577 3508 transact.go:43] Configuring 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:u4282585154}] I0703 06:39:01.852597 3508 namespace.go:97] [openshift-console-operator] adding namespace took 8.322563ms I0703 06:39:01.852605 3508 obj_retry.go:548] Creating *v1.Namespace openshift-console-operator took: 8.342947ms I0703 06:39:01.852611 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-lpsre I0703 06:39:01.852616 3508 namespace.go:93] [openshift-backplane-lpsre] adding namespace I0703 06:39:01.852829 3508 model_client.go:374] 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:u4282585155}] I0703 06:39:01.852847 3508 transact.go:43] 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:u4282585155}] I0703 06:39:01.853074 3508 model_client.go:374] Create operations generated 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:u4282585156}] I0703 06:39:01.853093 3508 address_set.go:303] New(u4282585156/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0703 06:39:01.853098 3508 transact.go:43] Configuring 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:u4282585156}] I0703 06:39:01.853112 3508 namespace.go:97] [openshift-kube-apiserver-operator] adding namespace took 8.252895ms I0703 06:39:01.853117 3508 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver-operator took: 8.262504ms I0703 06:39:01.853122 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver I0703 06:39:01.853126 3508 namespace.go:93] [openshift-kube-apiserver] adding namespace I0703 06:39:01.853351 3508 model_client.go:374] 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:u4282585157}] I0703 06:39:01.853368 3508 transact.go:43] 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:u4282585157}] I0703 06:39:01.853631 3508 model_client.go:374] Create operations 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-2ragcqil26o75rikag1kbunt6ncm3ure:v4 k8s.ovn.org/name:open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12174246331835881733] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585158}] I0703 06:39:01.853660 3508 address_set.go:303] New(u4282585158/default-network-controller:Namespace:open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure:v4/a12174246331835881733) with [] I0703 06:39:01.853662 3508 namespace.go:97] [openshift-etcd] adding namespace took 8.26108ms I0703 06:39:01.853669 3508 obj_retry.go:548] Creating *v1.Namespace openshift-etcd took: 8.27189ms I0703 06:39:01.853667 3508 transact.go:43] 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-2ragcqil26o75rikag1kbunt6ncm3ure:v4 k8s.ovn.org/name:open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a12174246331835881733] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585158}] I0703 06:39:01.853909 3508 model_client.go:374] 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-2ragcqil26o75rikag1kbunt6ncm3ure k8s.ovn.org/name:open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9428158170420681655] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585159}] I0703 06:39:01.853927 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[k8s.ovn.org/id:default-network-controller:Namespace:open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure k8s.ovn.org/name:open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a9428158170420681655] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585159}] I0703 06:39:01.854170 3508 model_client.go:374] Create operations generated 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:u4282585160}] I0703 06:39:01.854193 3508 address_set.go:303] New(u4282585160/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0703 06:39:01.854209 3508 namespace.go:97] [open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure] adding namespace took 8.318528ms I0703 06:39:01.854201 3508 transact.go:43] Configuring 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:u4282585160}] I0703 06:39:01.854220 3508 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure took: 8.332148ms I0703 06:39:01.854231 3508 obj_retry.go:509] Add event received for *v1.Namespace default I0703 06:39:01.854242 3508 namespace.go:93] [default] adding namespace I0703 06:39:01.854552 3508 model_client.go:374] 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:u4282585161}] I0703 06:39:01.854572 3508 transact.go:43] 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:u4282585161}] I0703 06:39:01.854809 3508 model_client.go:374] Create operations generated 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:u4282585162}] I0703 06:39:01.854828 3508 address_set.go:303] New(u4282585162/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0703 06:39:01.854842 3508 namespace.go:97] [openshift-kube-controller-manager-operator] adding namespace took 8.42694ms I0703 06:39:01.854834 3508 transact.go:43] Configuring 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:u4282585162}] I0703 06:39:01.854852 3508 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 8.439281ms I0703 06:39:01.854859 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-machine-approver I0703 06:39:01.854864 3508 namespace.go:93] [openshift-cluster-machine-approver] adding namespace I0703 06:39:01.855074 3508 model_client.go:374] 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:u4282585163}] I0703 06:39:01.855091 3508 transact.go:43] 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:u4282585163}] I0703 06:39:01.855337 3508 model_client.go:374] Create operations generated 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:u4282585164}] I0703 06:39:01.855357 3508 address_set.go:303] New(u4282585164/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0703 06:39:01.855367 3508 namespace.go:97] [openshift] adding namespace took 8.05102ms I0703 06:39:01.855373 3508 obj_retry.go:548] Creating *v1.Namespace openshift took: 8.059768ms I0703 06:39:01.855378 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-ai-agent I0703 06:39:01.855363 3508 transact.go:43] Configuring 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:u4282585164}] I0703 06:39:01.855382 3508 namespace.go:93] [openshift-backplane-ai-agent] adding namespace I0703 06:39:01.855611 3508 model_client.go:374] 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:u4282585165}] I0703 06:39:01.855628 3508 transact.go:43] 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:u4282585165}] I0703 06:39:01.855866 3508 model_client.go:374] Create operations generated 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:u4282585166}] I0703 06:39:01.855888 3508 address_set.go:303] New(u4282585166/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0703 06:39:01.855906 3508 namespace.go:97] [openshift-kube-controller-manager] adding namespace took 8.064514ms I0703 06:39:01.855895 3508 transact.go:43] Configuring 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:u4282585166}] I0703 06:39:01.855912 3508 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager took: 8.07572ms I0703 06:39:01.855917 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-marketplace I0703 06:39:01.855922 3508 namespace.go:93] [openshift-marketplace] adding namespace I0703 06:39:01.856132 3508 model_client.go:374] 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:u4282585167}] I0703 06:39:01.856149 3508 transact.go:43] 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:u4282585167}] I0703 06:39:01.856384 3508 namespace.go:97] [openshift-deployment-validation-operator] adding namespace took 8.037392ms I0703 06:39:01.856401 3508 obj_retry.go:548] Creating *v1.Namespace openshift-deployment-validation-operator took: 8.056743ms I0703 06:39:01.856412 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-controller-manager I0703 06:39:01.856420 3508 namespace.go:93] [openshift-cloud-controller-manager] adding namespace I0703 06:39:01.856404 3508 model_client.go:374] Create operations generated 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:u4282585168}] I0703 06:39:01.856431 3508 address_set.go:303] New(u4282585168/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0703 06:39:01.856436 3508 transact.go:43] Configuring 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:u4282585168}] I0703 06:39:01.856680 3508 model_client.go:374] 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:u4282585169}] I0703 06:39:01.856697 3508 transact.go:43] 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:u4282585169}] I0703 06:39:01.856929 3508 model_client.go:374] Create operations generated 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:u4282585170}] I0703 06:39:01.856949 3508 address_set.go:303] New(u4282585170/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0703 06:39:01.856956 3508 transact.go:43] Configuring 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:u4282585170}] I0703 06:39:01.856970 3508 namespace.go:97] [openshift-config] adding namespace took 8.099633ms I0703 06:39:01.857011 3508 obj_retry.go:548] Creating *v1.Namespace openshift-config took: 8.145427ms I0703 06:39:01.857019 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-operator I0703 06:39:01.857023 3508 namespace.go:93] [openshift-network-operator] adding namespace I0703 06:39:01.857207 3508 model_client.go:374] 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:u4282585171}] I0703 06:39:01.857225 3508 transact.go:43] 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:u4282585171}] W0703 06:39:01.857479 3508 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-2cmvg: pod openshift-network-diagnostics/network-check-target-2cmvg: no pod IPs found W0703 06:39:01.857502 3508 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-ct6sj: pod openshift-network-diagnostics/network-check-target-ct6sj: no pod IPs found W0703 06:39:01.857512 3508 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-hs2fs: pod openshift-network-diagnostics/network-check-target-hs2fs: no pod IPs found I0703 06:39:01.857527 3508 namespace.go:97] [openshift-backplane-cse] adding namespace took 8.139607ms I0703 06:39:01.857541 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cse took: 8.155308ms I0703 06:39:01.857551 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns I0703 06:39:01.857543 3508 model_client.go:374] Create operations generated 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:u4282585172}] I0703 06:39:01.857558 3508 namespace.go:93] [openshift-dns] adding namespace I0703 06:39:01.857566 3508 address_set.go:303] New(u4282585172/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0703 06:39:01.857573 3508 transact.go:43] Configuring 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:u4282585172}] I0703 06:39:01.857809 3508 model_client.go:374] 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:u4282585173}] I0703 06:39:01.857826 3508 transact.go:43] 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:u4282585173}] I0703 06:39:01.858056 3508 model_client.go:374] Create operations generated 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:u4282585174}] I0703 06:39:01.858075 3508 address_set.go:303] New(u4282585174/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0703 06:39:01.858080 3508 transact.go:43] Configuring 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:u4282585174}] I0703 06:39:01.858098 3508 namespace.go:97] [openshift-network-diagnostics] adding namespace took 7.651772ms I0703 06:39:01.858105 3508 obj_retry.go:548] Creating *v1.Namespace openshift-network-diagnostics took: 7.663994ms I0703 06:39:01.858111 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-insights I0703 06:39:01.858117 3508 namespace.go:93] [openshift-insights] adding namespace I0703 06:39:01.858350 3508 model_client.go:374] 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:u4282585175}] I0703 06:39:01.858367 3508 transact.go:43] 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:u4282585175}] I0703 06:39:01.858614 3508 model_client.go:374] Create operations generated 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:u4282585176}] I0703 06:39:01.858642 3508 address_set.go:303] New(u4282585176/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0703 06:39:01.858656 3508 namespace.go:97] [openshift-ovn-kubernetes] adding namespace took 7.692479ms I0703 06:39:01.858647 3508 transact.go:43] Configuring 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:u4282585176}] I0703 06:39:01.858667 3508 obj_retry.go:548] Creating *v1.Namespace openshift-ovn-kubernetes took: 7.70513ms I0703 06:39:01.858676 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators-redhat I0703 06:39:01.858683 3508 namespace.go:93] [openshift-operators-redhat] adding namespace I0703 06:39:01.858902 3508 model_client.go:374] 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:u4282585177}] I0703 06:39:01.858920 3508 transact.go:43] 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:u4282585177}] I0703 06:39:01.859161 3508 model_client.go:374] Create operations generated 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:u4282585178}] I0703 06:39:01.859184 3508 address_set.go:303] New(u4282585178/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0703 06:39:01.859202 3508 namespace.go:97] [openshift-network-console] adding namespace took 7.681483ms I0703 06:39:01.859217 3508 obj_retry.go:548] Creating *v1.Namespace openshift-network-console took: 7.698888ms I0703 06:39:01.859191 3508 transact.go:43] Configuring 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:u4282585178}] I0703 06:39:01.859499 3508 model_client.go:374] 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:u4282585179}] I0703 06:39:01.859517 3508 transact.go:43] 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:u4282585179}] I0703 06:39:01.859758 3508 model_client.go:374] Create operations generated 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:u4282585180}] I0703 06:39:01.859780 3508 address_set.go:303] New(u4282585180/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0703 06:39:01.859785 3508 transact.go:43] Configuring 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:u4282585180}] I0703 06:39:01.859800 3508 namespace.go:97] [openshift-dns-operator] adding namespace took 7.698084ms I0703 06:39:01.859808 3508 obj_retry.go:548] Creating *v1.Namespace openshift-dns-operator took: 7.713164ms I0703 06:39:01.859815 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cee I0703 06:39:01.859820 3508 namespace.go:93] [openshift-backplane-cee] adding namespace I0703 06:39:01.860036 3508 model_client.go:374] 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:u4282585181}] I0703 06:39:01.860055 3508 transact.go:43] 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:u4282585181}] I0703 06:39:01.860316 3508 namespace.go:97] [openshift-backplane-lpsre] adding namespace took 7.695533ms I0703 06:39:01.860326 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-lpsre took: 7.708041ms I0703 06:39:01.860333 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-config-operator I0703 06:39:01.860327 3508 model_client.go:374] Create operations generated 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:u4282585182}] I0703 06:39:01.860338 3508 namespace.go:93] [openshift-machine-config-operator] adding namespace I0703 06:39:01.860344 3508 address_set.go:303] New(u4282585182/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0703 06:39:01.860349 3508 transact.go:43] Configuring 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:u4282585182}] I0703 06:39:01.860608 3508 model_client.go:374] 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:u4282585183}] I0703 06:39:01.860626 3508 transact.go:43] 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:u4282585183}] I0703 06:39:01.860864 3508 model_client.go:374] Create operations 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:u4282585184}] I0703 06:39:01.860883 3508 address_set.go:303] New(u4282585184/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0703 06:39:01.860888 3508 transact.go:43] 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:u4282585184}] I0703 06:39:01.860905 3508 namespace.go:97] [openshift-kube-apiserver] adding namespace took 7.775756ms I0703 06:39:01.860912 3508 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver took: 7.784727ms I0703 06:39:01.861122 3508 model_client.go:374] 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:u4282585185}] I0703 06:39:01.861139 3508 transact.go:43] 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:u4282585185}] I0703 06:39:01.861388 3508 model_client.go:374] Create operations generated 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:u4282585186}] I0703 06:39:01.861410 3508 address_set.go:303] New(u4282585186/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0703 06:39:01.861427 3508 namespace.go:97] [default] adding namespace took 7.179238ms I0703 06:39:01.861417 3508 transact.go:43] Configuring 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:u4282585186}] I0703 06:39:01.861438 3508 obj_retry.go:548] Creating *v1.Namespace default took: 7.194119ms I0703 06:39:01.861449 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager-operator I0703 06:39:01.861460 3508 namespace.go:93] [openshift-controller-manager-operator] adding namespace I0703 06:39:01.861700 3508 model_client.go:374] 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:u4282585187}] I0703 06:39:01.861719 3508 transact.go:43] 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:u4282585187}] I0703 06:39:01.861956 3508 model_client.go:374] Create operations generated 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:u4282585188}] I0703 06:39:01.861976 3508 address_set.go:303] New(u4282585188/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0703 06:39:01.861981 3508 transact.go:43] Configuring 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:u4282585188}] I0703 06:39:01.861997 3508 namespace.go:97] [openshift-cluster-machine-approver] adding namespace took 7.127768ms I0703 06:39:01.862005 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-machine-approver took: 7.139993ms I0703 06:39:01.862226 3508 model_client.go:374] 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:u4282585189}] I0703 06:39:01.862245 3508 transact.go:43] 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:u4282585189}] I0703 06:39:01.862533 3508 model_client.go:374] Create operations generated 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:u4282585190}] I0703 06:39:01.862553 3508 address_set.go:303] New(u4282585190/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0703 06:39:01.862571 3508 namespace.go:97] [openshift-backplane-ai-agent] adding namespace took 7.183696ms I0703 06:39:01.862584 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-ai-agent took: 7.197931ms I0703 06:39:01.862558 3508 transact.go:43] Configuring 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:u4282585190}] I0703 06:39:01.862825 3508 model_client.go:374] 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:u4282585191}] I0703 06:39:01.862842 3508 transact.go:43] 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:u4282585191}] I0703 06:39:01.863070 3508 model_client.go:374] Create operations generated 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:u4282585192}] I0703 06:39:01.863090 3508 address_set.go:303] New(u4282585192/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0703 06:39:01.863109 3508 namespace.go:97] [openshift-marketplace] adding namespace took 7.184163ms I0703 06:39:01.863120 3508 obj_retry.go:548] Creating *v1.Namespace openshift-marketplace took: 7.19637ms I0703 06:39:01.863128 3508 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver-operator I0703 06:39:01.863135 3508 namespace.go:93] [openshift-apiserver-operator] adding namespace I0703 06:39:01.863097 3508 transact.go:43] Configuring 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:u4282585192}] I0703 06:39:01.863392 3508 model_client.go:374] 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:u4282585193}] I0703 06:39:01.863410 3508 transact.go:43] 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:u4282585193}] I0703 06:39:01.863630 3508 model_client.go:374] Create operations generated 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:u4282585194}] I0703 06:39:01.863648 3508 address_set.go:303] New(u4282585194/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0703 06:39:01.863652 3508 transact.go:43] Configuring 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:u4282585194}] I0703 06:39:01.863675 3508 namespace.go:97] [openshift-cloud-controller-manager] adding namespace took 7.248546ms I0703 06:39:01.863685 3508 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-controller-manager took: 7.265581ms I0703 06:39:01.863892 3508 model_client.go:374] 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:u4282585195}] I0703 06:39:01.863910 3508 transact.go:43] 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:u4282585195}] I0703 06:39:01.864173 3508 model_client.go:374] Create operations generated 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:u4282585196}] I0703 06:39:01.864196 3508 address_set.go:303] New(u4282585196/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0703 06:39:01.864204 3508 transact.go:43] Configuring 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:u4282585196}] I0703 06:39:01.864214 3508 namespace.go:97] [openshift-network-operator] adding namespace took 7.185368ms I0703 06:39:01.864228 3508 obj_retry.go:548] Creating *v1.Namespace openshift-network-operator took: 7.201104ms I0703 06:39:01.864470 3508 model_client.go:374] 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:u4282585197}] I0703 06:39:01.864487 3508 transact.go:43] 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:u4282585197}] I0703 06:39:01.864725 3508 model_client.go:374] Create operations generated 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:u4282585198}] I0703 06:39:01.864746 3508 address_set.go:303] New(u4282585198/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0703 06:39:01.864764 3508 namespace.go:97] [openshift-dns] adding namespace took 7.197291ms I0703 06:39:01.864780 3508 obj_retry.go:548] Creating *v1.Namespace openshift-dns took: 7.220841ms I0703 06:39:01.864754 3508 transact.go:43] Configuring 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:u4282585198}] I0703 06:39:01.865017 3508 model_client.go:374] 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:u4282585199}] I0703 06:39:01.865034 3508 transact.go:43] 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:u4282585199}] I0703 06:39:01.865277 3508 model_client.go:374] Create operations generated 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:u4282585200}] I0703 06:39:01.865314 3508 namespace.go:97] [openshift-insights] adding namespace took 7.191821ms I0703 06:39:01.865319 3508 address_set.go:303] New(u4282585200/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0703 06:39:01.865326 3508 obj_retry.go:548] Creating *v1.Namespace openshift-insights took: 7.206283ms I0703 06:39:01.865327 3508 transact.go:43] Configuring 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:u4282585200}] I0703 06:39:01.865584 3508 model_client.go:374] 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:u4282585201}] I0703 06:39:01.865601 3508 transact.go:43] 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:u4282585201}] I0703 06:39:01.865894 3508 model_client.go:374] Create operations generated 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:u4282585202}] I0703 06:39:01.865914 3508 address_set.go:303] New(u4282585202/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0703 06:39:01.865925 3508 namespace.go:97] [openshift-operators-redhat] adding namespace took 7.237532ms I0703 06:39:01.865919 3508 transact.go:43] Configuring 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:u4282585202}] I0703 06:39:01.865932 3508 obj_retry.go:548] Creating *v1.Namespace openshift-operators-redhat took: 7.248087ms I0703 06:39:01.866215 3508 model_client.go:374] 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:u4282585203}] I0703 06:39:01.866241 3508 transact.go:43] 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:u4282585203}] I0703 06:39:01.866516 3508 model_client.go:374] Create operations generated 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:u4282585204}] I0703 06:39:01.866535 3508 address_set.go:303] New(u4282585204/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0703 06:39:01.866541 3508 transact.go:43] Configuring 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:u4282585204}] I0703 06:39:01.866560 3508 namespace.go:97] [openshift-backplane-cee] adding namespace took 6.735264ms I0703 06:39:01.866571 3508 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cee took: 6.74957ms I0703 06:39:01.866812 3508 model_client.go:374] 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:u4282585205}] I0703 06:39:01.866834 3508 transact.go:43] 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:u4282585205}] I0703 06:39:01.867100 3508 model_client.go:374] Create operations generated 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:u4282585206}] I0703 06:39:01.867119 3508 namespace.go:97] [openshift-machine-config-operator] adding namespace took 6.774837ms I0703 06:39:01.867123 3508 address_set.go:303] New(u4282585206/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0703 06:39:01.867126 3508 obj_retry.go:548] Creating *v1.Namespace openshift-machine-config-operator took: 6.787641ms I0703 06:39:01.867132 3508 transact.go:43] Configuring 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:u4282585206}] I0703 06:39:01.867396 3508 model_client.go:374] 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:u4282585207}] I0703 06:39:01.867414 3508 transact.go:43] 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:u4282585207}] I0703 06:39:01.867631 3508 model_client.go:374] Create operations generated 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:u4282585208}] I0703 06:39:01.867648 3508 address_set.go:303] New(u4282585208/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0703 06:39:01.867653 3508 transact.go:43] Configuring 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:u4282585208}] I0703 06:39:01.867682 3508 namespace.go:97] [openshift-controller-manager-operator] adding namespace took 6.217262ms I0703 06:39:01.867692 3508 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager-operator took: 6.232318ms I0703 06:39:01.867908 3508 model_client.go:374] 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:u4282585209}] I0703 06:39:01.867931 3508 transact.go:43] 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:u4282585209}] I0703 06:39:01.868170 3508 namespace.go:97] [openshift-apiserver-operator] adding namespace took 5.030488ms I0703 06:39:01.868184 3508 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver-operator took: 5.045802ms I0703 06:39:01.868203 3508 factory.go:1366] Added *v1.Namespace event handler 1 I0703 06:39:01.868358 3508 model_client.go:374] 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:u4282585210}] I0703 06:39:01.868380 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc0092951c0 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:u4282585210}] I0703 06:39:01.868681 3508 zone_ic_handler.go:185] Time taken to create transit switch: 383.291µs I0703 06:39:01.868730 3508 obj_retry.go:509] Add event received for *v1.Node ip-10-0-2-172.ec2.internal I0703 06:39:01.868737 3508 obj_retry.go:509] Add event received for *v1.Node ip-10-0-0-219.ec2.internal I0703 06:39:01.868759 3508 obj_retry.go:509] Add event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:01.868765 3508 master.go:531] Adding or Updating local node "ip-10-0-0-219.ec2.internal" for network "default" I0703 06:39:01.868808 3508 obj_retry.go:543] Failed to create *v1.Node ip-10-0-2-172.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-172.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-172.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-172.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-172.ec2.internal I0703 06:39:01.868830 3508 obj_retry.go:543] Failed to create *v1.Node ip-10-0-1-166.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-166.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-166.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-166.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-166.ec2.internal I0703 06:39:01.868890 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:ab41137e-9474-4665-bb13-48eb1c111c7f} {GoUUID:427fa502-d3be-4594-bdb7-c841db8e90a7}]} name:ip-10-0-0-219.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:u4282585211}] I0703 06:39:01.868914 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-0-219.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0091c7598 Where:[where column name == ip-10-0-0-219.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:ab41137e-9474-4665-bb13-48eb1c111c7f} {GoUUID:427fa502-d3be-4594-bdb7-c841db8e90a7}]} name:ip-10-0-0-219.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:u4282585211}] I0703 06:39:01.869260 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-0-219.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-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585212}] I0703 06:39:01.869317 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585212}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.869342 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-0-219.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-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585212} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585212}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.869721 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:efb18333-b0bc-4007-bc17-e884b36cf7ad}]}}] Timeout: Where:[where column _uuid == {35f98601-e735-46e7-8bd0-ff60c2fbc708}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.869742 3508 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:efb18333-b0bc-4007-bc17-e884b36cf7ad}]}}] Timeout: Where:[where column _uuid == {35f98601-e735-46e7-8bd0-ff60c2fbc708}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.870007 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:34a33735-85fc-4a8e-865d-32ce54b999d4 name:rtos-ip-10-0-0-219.ec2.internal-34a33735-85fc-4a8e-865d-32ce54b999d4 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585213}] I0703 06:39:01.870050 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u4282585213}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-0-219.ec2.internal networks:{GoSet:[10.128.0.1/23]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585214}] I0703 06:39:01.870085 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585214}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.870101 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:34a33735-85fc-4a8e-865d-32ce54b999d4 name:rtos-ip-10-0-0-219.ec2.internal-34a33735-85fc-4a8e-865d-32ce54b999d4 priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585213} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u4282585213}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-0-219.ec2.internal networks:{GoSet:[10.128.0.1/23]} options:{GoMap:map[gateway_mtu:8901]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585214} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585214}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.870530 3508 model_client.go:374] 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-0-219.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-0-219.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:u4282585215}] I0703 06:39:01.870579 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585215}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.870598 3508 transact.go:43] 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-0-219.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-0-219.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:u4282585215} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585215}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.871004 3508 model_client.go:374] 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-0-219.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585216}] I0703 06:39:01.871062 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585216}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.871082 3508 transact.go:43] 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-0-219.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585216} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585216}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.871367 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d44b04d3-2c46-45f5-afd4-754b38e6a16b}]}}] Timeout: Where:[where column _uuid == {ea79536f-9d3c-4431-844e-ae6072256bea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.871385 3508 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d44b04d3-2c46-45f5-afd4-754b38e6a16b}]}}] Timeout: Where:[where column _uuid == {ea79536f-9d3c-4431-844e-ae6072256bea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.872011 3508 switch.go:52] Hybridoverlay port does not exist for node ip-10-0-0-219.ec2.internal I0703 06:39:01.872024 3508 switch.go:61] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0703 06:39:01.872085 3508 model_client.go:383] 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 == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.872104 3508 transact.go:43] 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 == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.872352 3508 model_client.go:374] 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:u4282585217}] I0703 06:39:01.872372 3508 transact.go:43] 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:u4282585217}] I0703 06:39:01.872645 3508 model_client.go:374] 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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585218}] I0703 06:39:01.872686 3508 model_client.go:374] 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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585219}] I0703 06:39:01.872720 3508 model_client.go:374] 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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585220}] I0703 06:39:01.872753 3508 model_client.go:374] 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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585221}] I0703 06:39:01.872785 3508 model_client.go:374] 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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585222}] I0703 06:39:01.872818 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585218} {GoUUID:u4282585219} {GoUUID:u4282585220} {GoUUID:u4282585221} {GoUUID:u4282585222}]}}] Timeout: Where:[where column _uuid == {7fbf85b8-6084-4041-ade9-01ea4f4d5158}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.872841 3508 transact.go:43] 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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585218} {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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585219} {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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585220} {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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585221} {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] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585222} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585218} {GoUUID:u4282585219} {GoUUID:u4282585220} {GoUUID:u4282585221} {GoUUID:u4282585222}]}}] Timeout: Where:[where column _uuid == {7fbf85b8-6084-4041-ade9-01ea4f4d5158}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.873785 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:f228aa74-0d50-4c6a-a124-4d8ff36ab062}]} external_ids:{GoMap:map[physical_ip:10.0.0.219 physical_ips:10.0.0.219]} load_balancer_group:{GoSet:[{GoUUID:ab41137e-9474-4665-bb13-48eb1c111c7f} {GoUUID:9a94ff42-ee6b-45ce-8c3d-9caf2e11d08c}]} name:GR_ip-10-0-0-219.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:34a33735-85fc-4a8e-865d-32ce54b999d4 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:u4282585223}] I0703 06:39:01.873814 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-0-219.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009422a00 Where:[where column name == GR_ip-10-0-0-219.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:f228aa74-0d50-4c6a-a124-4d8ff36ab062}]} external_ids:{GoMap:map[physical_ip:10.0.0.219 physical_ips:10.0.0.219]} load_balancer_group:{GoSet:[{GoUUID:ab41137e-9474-4665-bb13-48eb1c111c7f} {GoUUID:9a94ff42-ee6b-45ce-8c3d-9caf2e11d08c}]} name:GR_ip-10-0-0-219.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:34a33735-85fc-4a8e-865d-32ce54b999d4 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:u4282585223}] I0703 06:39:01.874256 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-0-219.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585224}] I0703 06:39:01.874308 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585224}]}}] Timeout: Where:[where column _uuid == {d43cd017-4af8-4c7f-846b-bc045ed76387}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.874324 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-0-219.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585224} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585224}]}}] Timeout: Where:[where column _uuid == {d43cd017-4af8-4c7f-846b-bc045ed76387}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.874654 3508 model_client.go:374] 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-0-219.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:u4282585225}] I0703 06:39:01.874689 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585225}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.874704 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_ip-10-0-0-219.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:u4282585225} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585225}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.875000 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:b6:a9:b8:2a:8b name:rtoe-GR_ip-10-0-0-219.ec2.internal networks:{GoSet:[10.0.0.219/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585226}] I0703 06:39:01.875034 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585226}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.875048 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:b6:a9:b8:2a:8b name:rtoe-GR_ip-10-0-0-219.ec2.internal networks:{GoSet:[10.0.0.219/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585226} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585226}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.875355 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-0-219.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585227}] I0703 06:39:01.875395 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:b6:a9:b8:2a:8b]} name:etor-GR_ip-10-0-0-219.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585228}] I0703 06:39:01.875445 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-0-219.ec2.internal ports:{GoSet:[{GoUUID:u4282585227} {GoUUID:u4282585228}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585229}] I0703 06:39:01.875462 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-0-219.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009452680 Where:[where column name == ext_ip-10-0-0-219.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-0-219.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585227} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:b6:a9:b8:2a:8b]} name:etor-GR_ip-10-0-0-219.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585228} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-0-219.ec2.internal ports:{GoSet:[{GoUUID:u4282585227} {GoUUID:u4282585228}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585229}] I0703 06:39:01.875913 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-219.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585230}] I0703 06:39:01.875930 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-219.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585230}] I0703 06:39:01.876142 3508 model_client.go:374] 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:u4282585231}] I0703 06:39:01.876171 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585231}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.876189 3508 transact.go:43] 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:u4282585231} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585231}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.876514 3508 model_client.go:374] 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-0-219.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585232}] I0703 06:39:01.876552 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585232}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.876570 3508 transact.go:43] 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-0-219.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585232} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585232}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.876887 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.0.1 output_port:{GoSet:[rtoe-GR_ip-10-0-0-219.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585233}] I0703 06:39:01.876926 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585233}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.876943 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.0.1 output_port:{GoSet:[rtoe-GR_ip-10-0-0-219.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585233} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585233}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.877221 3508 model_client.go:374] 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:u4282585234}] I0703 06:39:01.877252 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585234}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.877268 3508 transact.go:43] 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:u4282585234} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585234}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.877605 3508 model_client.go:374] 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:u4282585235}] I0703 06:39:01.877637 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585235}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.877655 3508 transact.go:43] 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:u4282585235} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585235}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.877935 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585236}] I0703 06:39:01.877965 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4282585236}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.877980 3508 transact.go:43] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585236} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4282585236}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0703 06:39:01.878343 3508 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-hs2fs: pod openshift-network-diagnostics/network-check-target-hs2fs: no pod IPs found W0703 06:39:01.878366 3508 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-frhxz: pod openshift-multus/network-metrics-daemon-frhxz: no pod IPs found I0703 06:39:01.878444 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-0-219.ec2.internal" && ip4.dst == 10.0.0.219 /* ip-10-0-0-219.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585237}] I0703 06:39:01.878482 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585237}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.878498 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-0-219.ec2.internal" && ip4.dst == 10.0.0.219 /* ip-10-0-0-219.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0094a48d8 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-0-219.ec2.internal" && ip4.dst == 10.0.0.219 /* ip-10-0-0-219.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-0-219.ec2.internal" && ip4.dst == 10.0.0.219 /* ip-10-0-0-219.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585237} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585237}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.878935 3508 base_network_controller.go:622] When adding node ip-10-0-0-219.ec2.internal for network default, found 43 pods to add to retryPods I0703 06:39:01.878946 3508 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal to retryPods for network default I0703 06:39:01.878953 3508 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 to retryPods for network default I0703 06:39:01.878958 3508 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal to retryPods for network default I0703 06:39:01.878964 3508 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-j8mgn to retryPods for network default I0703 06:39:01.878969 3508 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-ccn59 to retryPods for network default I0703 06:39:01.878972 3508 base_network_controller.go:631] Adding pod openshift-multus/multus-gl56k to retryPods for network default I0703 06:39:01.878976 3508 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-t7kn4 to retryPods for network default I0703 06:39:01.878982 3508 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-frhxz to retryPods for network default I0703 06:39:01.878985 3508 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-xp4gn to retryPods for network default I0703 06:39:01.878989 3508 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-hdzkt to retryPods for network default I0703 06:39:01.878992 3508 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-r62m8 to retryPods for network default I0703 06:39:01.878997 3508 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-hs2fs to retryPods for network default I0703 06:39:01.879001 3508 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-vj6zl to retryPods for network default I0703 06:39:01.879006 3508 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0703 06:39:01.879059 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:43a26525-5ac2-4224-9e70-d59ec56f93c6}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c6bd2659-67df-4bd4-9bf7-d6b509e7494d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.879086 3508 model_client.go:399] 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 == {c6bd2659-67df-4bd4-9bf7-d6b509e7494d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.879101 3508 transact.go:43] Configuring OVN: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:43a26525-5ac2-4224-9e70-d59ec56f93c6}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c6bd2659-67df-4bd4-9bf7-d6b509e7494d}] 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 == {c6bd2659-67df-4bd4-9bf7-d6b509e7494d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.879450 3508 zone_ic_handler.go:193] Creating interconnect resources for local zone node ip-10-0-0-219.ec2.internal for the network default I0703 06:39:01.879492 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:02 name:rtots-ip-10-0-0-219.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:u4282585238}] I0703 06:39:01.879521 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585238}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.879536 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:58:00:02 name:rtots-ip-10-0-0-219.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:u4282585238} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585238}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.879851 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-0-219.ec2.internal]} name:tstor-ip-10-0-0-219.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585239}] I0703 06:39:01.879894 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585239}]}}] Timeout: Where:[where column _uuid == {1d4fd685-ab58-42d3-a143-4fe969d10002}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.879906 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-0-219.ec2.internal]} name:tstor-ip-10-0-0-219.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-0-219.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585239} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585239}]}}] Timeout: Where:[where column _uuid == {1d4fd685-ab58-42d3-a143-4fe969d10002}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:01.880269 3508 obj_retry.go:548] Creating *v1.Node ip-10-0-0-219.ec2.internal took: 11.517372ms I0703 06:39:01.880307 3508 factory.go:1366] Added *v1.Node event handler 2 I0703 06:39:01.880335 3508 services_controller.go:193] Starting controller ovn-lb-controller for network=default I0703 06:39:01.880354 3508 services_controller.go:201] Waiting for node tracker handler to sync for network=default I0703 06:39:01.880363 3508 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0703 06:39:01.880394 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-166.ec2.internal in network "default" I0703 06:39:01.880422 3508 node_tracker.go:238] Node ip-10-0-1-166.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-166.ec2.internal" I0703 06:39:01.880431 3508 node_tracker.go:172] Node ip-10-0-1-166.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:01.880439 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:01.880449 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-172.ec2.internal in network "default" I0703 06:39:01.880459 3508 node_tracker.go:238] Node ip-10-0-2-172.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-172.ec2.internal" I0703 06:39:01.880468 3508 node_tracker.go:172] Node ip-10-0-2-172.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:01.880472 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:01.880480 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-219.ec2.internal in network "default" I0703 06:39:01.880510 3508 node_tracker.go:172] Node ip-10-0-0-219.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:01.880517 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:01.981424 3508 shared_informer.go:320] Caches are synced for node-tracker-controller I0703 06:39:01.981445 3508 services_controller.go:209] Setting up event handlers for services for network=default I0703 06:39:01.981518 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:01.981532 3508 services_controller.go:219] Setting up event handlers for endpoint slices for network=default I0703 06:39:01.981588 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:01.981600 3508 services_controller.go:234] Waiting for service and endpoint handlers to sync for network=default I0703 06:39:01.981606 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:01.981614 3508 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0703 06:39:01.981620 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:01.981630 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:01.981660 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:01.981668 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:01.981674 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:01.981679 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:01.981685 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:01.981693 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:01.981710 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:01.981725 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:01.981734 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:01.981743 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:01.981752 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:01.981762 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:01.981770 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:01.981778 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:01.981788 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:01.981796 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:01.981805 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:01.981813 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:01.981822 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:01.981834 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:01.981848 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:01.981858 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:01.981866 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:01.981875 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:01.981883 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:01.981891 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:01.981902 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:01.981910 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:01.981923 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:01.981932 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:01.981943 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:01.981952 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:01.981960 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:01.981969 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:01.981976 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:01.981985 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:02.082041 3508 shared_informer.go:320] Caches are synced for ovn-lb-controller I0703 06:39:02.082066 3508 repair.go:60] Starting repairing loop for services I0703 06:39:02.082183 3508 repair.go:131] Deleted 0 stale service LBs I0703 06:39:02.082215 3508 repair.go:137] Deleted 0 stale Chassis Template Vars I0703 06:39:02.082244 3508 repair.go:62] Finished repairing loop for services: 180.203µs I0703 06:39:02.082306 3508 services_controller.go:364] Controller cache of 0 load balancers initialized for 0 services for network=default I0703 06:39:02.082320 3508 services_controller.go:255] Starting workers for network=default I0703 06:39:02.082370 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:02.082383 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:02.082394 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 28.019µs I0703 06:39:02.082393 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:02.082407 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:02.082411 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:02.082465 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:02.082413 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.082604 3508 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:02.082621 3508 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:02.082645 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:02.082645 3508 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:02.082664 3508 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-j8mgn I0703 06:39:02.082666 3508 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-74574f6db8-2cntp I0703 06:39:02.082670 3508 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-28749 I0703 06:39:02.082673 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-j8mgn I0703 06:39:02.082676 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-74574f6db8-2cntp I0703 06:39:02.082675 3508 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-f5vpk I0703 06:39:02.082646 3508 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-pxx98 I0703 06:39:02.082683 3508 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:02.082687 3508 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-j8mgn in node ip-10-0-0-219.ec2.internal I0703 06:39:02.082690 3508 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-pxx98 I0703 06:39:02.082694 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:02.082692 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-f5vpk I0703 06:39:02.082706 3508 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl in node ip-10-0-1-166.ec2.internal I0703 06:39:02.082672 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:02.082713 3508 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl took: 9.226µs I0703 06:39:02.082714 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-pxx98 in node ip-10-0-2-172.ec2.internal I0703 06:39:02.082719 3508 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:02.082723 3508 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-pxx98 took: 10.555µs I0703 06:39:02.082732 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-pxx98 I0703 06:39:02.082739 3508 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:02.082744 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:02.082626 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:02.082704 3508 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-j8mgn took: 19.997µs I0703 06:39:02.082756 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-j8mgn I0703 06:39:02.082758 3508 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc in node ip-10-0-1-166.ec2.internal I0703 06:39:02.082764 3508 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc took: 7.791µs I0703 06:39:02.082733 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.082771 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:02.082778 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-gl56k I0703 06:39:02.082779 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.082785 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-gl56k I0703 06:39:02.082791 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-gl56k in node ip-10-0-0-219.ec2.internal I0703 06:39:02.082793 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-frhxz in node ip-10-0-0-219.ec2.internal I0703 06:39:02.082796 3508 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-gl56k took: 5.877µs I0703 06:39:02.082800 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-gl56k I0703 06:39:02.082804 3508 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:02.082809 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:02.082814 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-ct6sj in node ip-10-0-1-166.ec2.internal I0703 06:39:02.082671 3508 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:02.082836 3508 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-frhxz] creating logical port openshift-multus_network-metrics-daemon-frhxz for pod on switch ip-10-0-0-219.ec2.internal I0703 06:39:02.082841 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:02.082846 3508 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-ct6sj, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-ct6sj: suppressed error logged: pod openshift-network-diagnostics/network-check-target-ct6sj: no pod IPs found I0703 06:39:02.082850 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-k6jlg in node ip-10-0-2-172.ec2.internal I0703 06:39:02.082481 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:02.082859 3508 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-k6jlg took: 7.057µs I0703 06:39:02.082864 3508 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:02.082869 3508 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-t7kn4 I0703 06:39:02.082874 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-t7kn4 I0703 06:39:02.082880 3508 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-t7kn4 in node ip-10-0-0-219.ec2.internal I0703 06:39:02.082886 3508 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-t7kn4 took: 5.192µs I0703 06:39:02.082886 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:02.082893 3508 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-t7kn4 I0703 06:39:02.082901 3508 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-fqz4n I0703 06:39:02.082901 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:02.082907 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-fqz4n I0703 06:39:02.082913 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-fqz4n in node ip-10-0-1-166.ec2.internal I0703 06:39:02.082908 3508 services_controller.go:470] 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:02.082918 3508 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-fqz4n took: 5.09µs I0703 06:39:02.082922 3508 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-fqz4n I0703 06:39:02.082922 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.082424 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.082928 3508 base_network_controller_pods.go:923] Annotation values: ip=[10.128.0.3/23] ; mac=0a:58:0a:80:00:03 ; gw=[10.128.0.1] I0703 06:39:02.082947 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:02.082592 3508 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:02.082969 3508 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:02.082970 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:02.082955 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.082981 3508 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal in node ip-10-0-0-219.ec2.internal I0703 06:39:02.082982 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:02.082989 3508 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal took: 10.128µs I0703 06:39:02.082990 3508 services_controller.go:480] 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:02.082986 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:02.082411 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.083006 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.083017 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.083002 3508 services_controller.go:499] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.082632 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:02.083021 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:02.083028 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:02.082654 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:02.083038 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-brk54 in node ip-10-0-2-172.ec2.internal I0703 06:39:02.083036 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:02.082654 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:02.083052 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.083056 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jzzsc in node ip-10-0-1-166.ec2.internal I0703 06:39:02.083039 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.083063 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.082403 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.083042 3508 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 in node ip-10-0-0-219.ec2.internal I0703 06:39:02.083072 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:02.083080 3508 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 took: 38.434µs I0703 06:39:02.083085 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:02.082996 3508 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:02.083086 3508 kube.go:320] Updating pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.083098 3508 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-6fbd69d94c-dcdkm I0703 06:39:02.083100 3508 services_controller.go:480] 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:02.083082 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.083107 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-6fbd69d94c-dcdkm I0703 06:39:02.083116 3508 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-6fbd69d94c-dcdkm took: 256ns I0703 06:39:02.083121 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-6fbd69d94c-dcdkm I0703 06:39:02.083126 3508 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.083113 3508 services_controller.go:499] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.083132 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.083138 3508 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-hs2fs in node ip-10-0-0-219.ec2.internal I0703 06:39:02.082659 3508 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:02.083170 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:02.083179 3508 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 in node ip-10-0-2-172.ec2.internal I0703 06:39:02.083185 3508 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-hs2fs] creating logical port openshift-network-diagnostics_network-check-target-hs2fs for pod on switch ip-10-0-0-219.ec2.internal I0703 06:39:02.083189 3508 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 took: 8.893µs I0703 06:39:02.083195 3508 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:02.083201 3508 default_network_controller.go:661] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs I0703 06:39:02.082694 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-f5klt I0703 06:39:02.083208 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs I0703 06:39:02.083216 3508 obj_retry.go:548] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs took: 156ns I0703 06:39:02.083063 3508 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-jzzsc took: 7.793µs I0703 06:39:02.083223 3508 default_network_controller.go:705] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs I0703 06:39:02.083226 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:02.083229 3508 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:02.083204 3508 model_client.go:374] 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.12.156:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585241}] I0703 06:39:02.083115 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.083252 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.083263 3508 base_network_controller_pods.go:923] Annotation values: ip=[10.128.0.4/23] ; mac=0a:58:0a:80:00:04 ; gw=[10.128.0.1] I0703 06:39:02.083280 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585241}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.083325 3508 transact.go:43] 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.12.156:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585241} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585241}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.083216 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-f5klt I0703 06:39:02.083471 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-f5klt in node ip-10-0-1-166.ec2.internal I0703 06:39:02.083479 3508 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-f5klt took: 13.275µs I0703 06:39:02.083486 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-f5klt I0703 06:39:02.083493 3508 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:02.083501 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:02.083511 3508 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-xp4gn in node ip-10-0-0-219.ec2.internal I0703 06:39:02.083519 3508 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-xp4gn took: 8.396µs I0703 06:39:02.083525 3508 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:02.083531 3508 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-vj6zl I0703 06:39:02.083237 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:02.083552 3508 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-bnfzx in node ip-10-0-2-172.ec2.internal I0703 06:39:02.083562 3508 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-bnfzx took: 10.917µs I0703 06:39:02.083569 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:02.083269 3508 services_controller.go:480] 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:02.083576 3508 model_client.go:374] 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-0-219.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:u4282585240}] I0703 06:39:02.083586 3508 services_controller.go:499] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.083644 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585240}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.083689 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585240}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.083721 3508 model_client.go:374] 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.95.8:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585242}] I0703 06:39:02.083755 3508 transact.go:43] 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-0-219.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:u4282585240} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585240}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585240}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.083800 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585242}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.083831 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:02.083825 3508 transact.go:43] 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.95.8:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585242} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585242}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.082749 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-2cmvg in node ip-10-0-2-172.ec2.internal I0703 06:39:02.082769 3508 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:02.082656 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:02.083065 3508 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-brk54, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-brk54: suppressed error logged: pod openshift-multus/network-metrics-daemon-brk54: no pod IPs found I0703 06:39:02.083908 3508 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:02.083918 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:02.083932 3508 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt in node ip-10-0-0-219.ec2.internal I0703 06:39:02.083945 3508 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt took: 14.814µs I0703 06:39:02.083952 3508 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:02.083951 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:02.083965 3508 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-2cmvg, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-2cmvg: suppressed error logged: pod openshift-network-diagnostics/network-check-target-2cmvg: no pod IPs found I0703 06:39:02.083972 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.083978 3508 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal I0703 06:39:02.083983 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.083989 3508 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal I0703 06:39:02.084001 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal in node ip-10-0-1-166.ec2.internal I0703 06:39:02.084013 3508 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal took: 14.12µs I0703 06:39:02.084021 3508 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal I0703 06:39:02.084003 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.084054 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.084066 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.084078 3508 services_controller.go:480] 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:02.083918 3508 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:02.084108 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal in node ip-10-0-2-172.ec2.internal I0703 06:39:02.084154 3508 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal took: 46.871µs I0703 06:39:02.084165 3508 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:02.084174 3508 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:02.084184 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:02.083960 3508 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-4cjww I0703 06:39:02.084195 3508 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz in node ip-10-0-2-172.ec2.internal I0703 06:39:02.084203 3508 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-4cjww I0703 06:39:02.084205 3508 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz took: 9.623µs I0703 06:39:02.084213 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:02.084217 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-4cjww in node ip-10-0-1-166.ec2.internal I0703 06:39:02.084226 3508 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-4cjww took: 14.08µs I0703 06:39:02.084232 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-4cjww I0703 06:39:02.082680 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-28749 I0703 06:39:02.084246 3508 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-28749 in node ip-10-0-1-166.ec2.internal I0703 06:39:02.084253 3508 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-28749 took: 8.628µs I0703 06:39:02.084260 3508 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-28749 I0703 06:39:02.084267 3508 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-qkflp I0703 06:39:02.084273 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-qkflp I0703 06:39:02.084279 3508 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-qkflp in node ip-10-0-1-166.ec2.internal I0703 06:39:02.084284 3508 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-qkflp took: 5.072µs I0703 06:39:02.084305 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-qkflp I0703 06:39:02.082705 3508 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-74574f6db8-2cntp took: 394ns I0703 06:39:02.084319 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-74574f6db8-2cntp I0703 06:39:02.084326 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.084335 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.084345 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in node ip-10-0-0-219.ec2.internal I0703 06:39:02.084352 3508 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 took: 9.794µs I0703 06:39:02.084356 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.083283 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:02.084365 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:02.084373 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-x2489 in node ip-10-0-1-166.ec2.internal I0703 06:39:02.082708 3508 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-f5vpk in node ip-10-0-1-166.ec2.internal I0703 06:39:02.084404 3508 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-f5vpk took: 1.697304ms I0703 06:39:02.084407 3508 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-x2489, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-x2489: suppressed error logged: pod openshift-multus/network-metrics-daemon-x2489: no pod IPs found I0703 06:39:02.084413 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-f5vpk I0703 06:39:02.084416 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-xnxv8 I0703 06:39:02.084424 3508 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-zg5qr I0703 06:39:02.084424 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-xnxv8 I0703 06:39:02.084434 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-zg5qr I0703 06:39:02.084443 3508 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-zg5qr in node ip-10-0-2-172.ec2.internal I0703 06:39:02.084452 3508 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-zg5qr took: 9.88µs I0703 06:39:02.084459 3508 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-zg5qr I0703 06:39:02.084466 3508 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:02.084475 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:02.084485 3508 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal in node ip-10-0-2-172.ec2.internal I0703 06:39:02.084489 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-xnxv8 in node ip-10-0-2-172.ec2.internal I0703 06:39:02.084493 3508 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal took: 7.816µs I0703 06:39:02.084499 3508 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:02.083359 3508 kube.go:320] Updating pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.084498 3508 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-xnxv8 took: 61.634µs I0703 06:39:02.084509 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-xnxv8 I0703 06:39:02.083860 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:02.084522 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.084532 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.084564 3508 duration.go:449] Config duration recorder: kind/namespace/name pod/openshift-cluster-node-tuning-operator/tuned-f5vpk. OVN-Kubernetes controller took 0.001731619 seconds. No OVN measurement. I0703 06:39:02.083087 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:02.084584 3508 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-z969t I0703 06:39:02.084592 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-z969t I0703 06:39:02.084553 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.084601 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-image-registry/image-registry"} I0703 06:39:02.084618 3508 duration.go:449] Config duration recorder: kind/namespace/name pod/openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968. OVN-Kubernetes controller took 0.001935355 seconds. No OVN measurement. I0703 06:39:02.084621 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 2.209384ms I0703 06:39:02.083538 3508 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-vj6zl I0703 06:39:02.084113 3508 services_controller.go:499] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.084635 3508 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-vj6zl in node ip-10-0-0-219.ec2.internal I0703 06:39:02.084639 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:02.084646 3508 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-vj6zl took: 8.833µs I0703 06:39:02.084653 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-vj6zl I0703 06:39:02.084623 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:02.084668 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:02.084693 3508 services_controller.go:480] 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:02.084652 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.084708 3508 services_controller.go:499] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.084710 3508 model_client.go:374] 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.134.241:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585243}] I0703 06:39:02.084739 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:02.084745 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0703 06:39:02.084816 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 2.351225ms I0703 06:39:02.084870 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:02.084880 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.084811 3508 model_client.go:374] 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.58.56:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585244}] I0703 06:39:02.084945 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:02.084957 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:02.084968 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.084974 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.084965 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585244}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.084985 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.085005 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.084760 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:02.084984 3508 transact.go:43] 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.58.56:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585244} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585244}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085016 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.085027 3508 services_controller.go:480] 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:02.084601 3508 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-z969t in node ip-10-0-2-172.ec2.internal I0703 06:39:02.085039 3508 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-z969t took: 438.085µs I0703 06:39:02.085036 3508 services_controller.go:499] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.085052 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-z969t I0703 06:39:02.085061 3508 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal I0703 06:39:02.085072 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal I0703 06:39:02.082716 3508 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal in node ip-10-0-0-219.ec2.internal I0703 06:39:02.085087 3508 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal in node ip-10-0-1-166.ec2.internal I0703 06:39:02.085095 3508 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal took: 10.397µs I0703 06:39:02.085105 3508 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal I0703 06:39:02.085094 3508 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal took: 2.375024ms I0703 06:39:02.085117 3508 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:02.085124 3508 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:39:02.085113 3508 model_client.go:374] 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.12.21:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585245}] I0703 06:39:02.085133 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:39:02.085141 3508 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs took: 301ns I0703 06:39:02.085149 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:39:02.084787 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0703 06:39:02.085156 3508 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:02.085152 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585245}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085165 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:02.085174 3508 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-r62m8 in node ip-10-0-0-219.ec2.internal I0703 06:39:02.085178 3508 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-r62m8 took: 6.456µs I0703 06:39:02.085182 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:02.085163 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 2.769522ms I0703 06:39:02.085172 3508 transact.go:43] 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.12.21:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585245} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585245}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085194 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:02.085201 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.96µs I0703 06:39:02.085208 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:02.085020 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:02.085228 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.085261 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:02.085218 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.084765 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585243}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085275 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.085330 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:02.085329 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:02.085322 3508 transact.go:43] 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.134.241:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585243} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585243}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085347 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:02.085363 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.085370 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.085342 3508 services_controller.go:480] 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:02.085497 3508 services_controller.go:499] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.085401 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.085555 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:02.085565 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:02.085572 3508 services_controller.go:480] 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:02.085580 3508 services_controller.go:499] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.085594 3508 loadbalancer.go:305] 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:39:02.085588 3508 model_client.go:374] 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-0-219.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.100.215:443:172.30.171.68:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585246}] I0703 06:39:02.085651 3508 model_client.go:374] 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.251.227:8443: 172.30.251.227:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585247}] I0703 06:39:02.085659 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585246}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085614 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 3.233853ms I0703 06:39:02.085700 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:02.085740 3508 loadbalancer.go:305] 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:39:02.085758 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 889.197µs I0703 06:39:02.085769 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:02.085710 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.085797 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:02.085776 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.085844 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585246}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085873 3508 transact.go:43] 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-0-219.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.100.215:443:172.30.171.68:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585246} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585246}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585246}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.085817 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:02.085939 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.085946 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.085960 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.085982 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.085989 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:02.085860 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:02.085996 3508 services_controller.go:480] 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:02.085998 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0703 06:39:02.086012 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 3.6032ms I0703 06:39:02.086005 3508 services_controller.go:499] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.086030 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:02.086031 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:02.086064 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.086071 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.086038 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.086107 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:02.086124 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:02.086134 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.086142 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.086158 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.086179 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.086186 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.086192 3508 services_controller.go:480] 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:02.086057 3508 model_client.go:374] 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.105.20:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585248}] I0703 06:39:02.086201 3508 services_controller.go:499] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.086224 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585248}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086244 3508 transact.go:43] 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.105.20:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585248} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585248}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086254 3508 model_client.go:374] 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.201.155:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585249}] I0703 06:39:02.086085 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.086307 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.086321 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.086317 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585249}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086333 3508 services_controller.go:480] 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:02.085785 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585247}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086347 3508 services_controller.go:499] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.086342 3508 transact.go:43] 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.201.155:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585249} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585249}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086381 3508 transact.go:43] 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.251.227:8443: 172.30.251.227:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585247} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585247}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086423 3508 model_client.go:374] 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.155.46:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585250}] I0703 06:39:02.086485 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585250}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086513 3508 transact.go:43] 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.155.46:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585250} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585250}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.086704 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0703 06:39:02.086719 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 2.080526ms I0703 06:39:02.086731 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:02.086739 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.086812 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:02.086824 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:02.086833 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.086840 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.086851 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.086870 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:02.086877 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:02.086883 3508 services_controller.go:480] 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:02.086892 3508 services_controller.go:499] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.086904 3508 loadbalancer.go:305] 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:39:02.086922 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.222831ms I0703 06:39:02.086936 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:02.086943 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.087037 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:02.087057 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:02.087040 3508 model_client.go:374] 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.238.9:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585251}] I0703 06:39:02.087077 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087087 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087106 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0703 06:39:02.087105 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087126 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.095986ms I0703 06:39:02.087128 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:02.087139 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:02.087149 3508 services_controller.go:480] 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:02.087157 3508 services_controller.go:499] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087170 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585251}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087193 3508 transact.go:43] 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.238.9:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585251} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585251}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087212 3508 model_client.go:374] 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.47.11:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585252}] I0703 06:39:02.087250 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585252}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087278 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-canary/ingress-canary"} I0703 06:39:02.087140 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:02.087313 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 2.103633ms I0703 06:39:02.087274 3508 transact.go:43] 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.47.11:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585252} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585252}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087327 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:02.087324 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0703 06:39:02.087339 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.570417ms I0703 06:39:02.087351 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:02.087318 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.087337 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.087358 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.087405 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:02.087415 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:02.087421 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:02.087421 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:02.087425 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:02.087431 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:02.087440 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087440 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087441 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087446 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087450 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087455 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087461 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087488 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.087475 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087502 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.087506 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:02.087519 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:02.087513 3508 services_controller.go:480] 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:02.087537 3508 services_controller.go:480] 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:02.087459 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087549 3508 services_controller.go:499] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087563 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:02.087543 3508 services_controller.go:499] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087579 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:02.087593 3508 services_controller.go:480] 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:02.087608 3508 services_controller.go:499] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087606 3508 model_client.go:374] 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.156.178:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585253}] I0703 06:39:02.087652 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585253}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087670 3508 transact.go:43] 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.156.178:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585253} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585253}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087712 3508 model_client.go:374] 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.79.234:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585255}] I0703 06:39:02.087765 3508 loadbalancer.go:305] 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:39:02.087671 3508 model_client.go:374] 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.29.72:8798: 172.30.29.72:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585254}] I0703 06:39:02.087783 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.050079ms I0703 06:39:02.087797 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:02.087808 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 11.785µs I0703 06:39:02.087806 3508 loadbalancer.go:305] 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:39:02.087817 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:02.087810 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585254}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087825 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 887.067µs I0703 06:39:02.087840 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:02.087845 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585255}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087832 3508 transact.go:43] 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.29.72:8798: 172.30.29.72:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585254} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585254}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087828 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.087854 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.087917 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:02.087931 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:02.087941 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:02.087948 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087868 3508 transact.go:43] 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.79.234:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585255} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585255}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.087955 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087956 3508 services_controller.go:469] 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.82.252"}, 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:02.087971 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087969 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.087982 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.087988 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.088000 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.088011 3508 services_controller.go:480] 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:02.088001 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088038 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:02.088029 3508 services_controller.go:499] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088055 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:02.088066 3508 services_controller.go:480] 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:02.088084 3508 services_controller.go:499] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088097 3508 model_client.go:374] 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.101.132:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585256}] I0703 06:39:02.088221 3508 model_client.go:374] 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.82.252:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585257}] I0703 06:39:02.088249 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585256}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.088340 3508 transact.go:43] 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.101.132:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585256} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585256}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.088309 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0703 06:39:02.088433 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.292647ms I0703 06:39:02.088444 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:02.088450 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.332µs I0703 06:39:02.088455 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:02.088461 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.088278 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585257}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.088527 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:02.088529 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-service-ca-operator/metrics"} I0703 06:39:02.088538 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:02.088545 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.190692ms I0703 06:39:02.088557 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.088562 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:02.088566 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.088522 3508 transact.go:43] 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.82.252:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585257} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585257}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.088581 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088602 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.088609 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:02.088615 3508 services_controller.go:480] 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:02.088573 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.088502 3508 loadbalancer.go:305] 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:39:02.088649 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:02.088658 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.329343ms I0703 06:39:02.088663 3508 services_controller.go:469] 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.102.148"}, 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:02.088672 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:02.088629 3508 services_controller.go:499] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088683 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.088694 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.088714 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088683 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.088722 3508 model_client.go:374] 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.174.182:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585258}] I0703 06:39:02.088748 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.088760 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:02.088768 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:02.088771 3508 services_controller.go:480] 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:02.088787 3508 services_controller.go:469] 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.229.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:02.088773 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585258}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.088786 3508 services_controller.go:499] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088812 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.088824 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.088815 3508 transact.go:43] 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.174.182:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585258} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585258}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.088841 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088871 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.088883 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:02.088895 3508 services_controller.go:480] 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:02.088902 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0703 06:39:02.088916 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.098279ms I0703 06:39:02.088910 3508 services_controller.go:499] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.088966 3508 model_client.go:374] 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.102.148:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585259}] I0703 06:39:02.088977 3508 model_client.go:374] 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.229.90:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585260}] I0703 06:39:02.088930 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:02.089139 3508 loadbalancer.go:305] 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:39:02.089081 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.089160 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.320398ms I0703 06:39:02.089174 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:02.089186 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:02.089184 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585259}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089200 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585260}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089206 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:02.089232 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.089184 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.089242 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.089223 3508 transact.go:43] 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.229.90:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585260} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585260}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089257 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:02.089223 3508 transact.go:43] 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.102.148:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585259} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585259}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089270 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:02.089262 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.089312 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:02.089316 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.089324 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:02.089327 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.089336 3508 services_controller.go:480] 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:02.089343 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.089351 3508 services_controller.go:499] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.089373 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.089386 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:02.089396 3508 services_controller.go:480] 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:02.089408 3508 services_controller.go:499] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.089424 3508 model_client.go:374] 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.27.235:1936: 172.30.27.235:443: 172.30.27.235:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585261}] I0703 06:39:02.089469 3508 model_client.go:374] 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.100.106:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585262}] I0703 06:39:02.089485 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585261}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089531 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585262}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089517 3508 transact.go:43] 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.27.235:1936: 172.30.27.235:443: 172.30.27.235:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585261} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585261}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089555 3508 transact.go:43] 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.100.106:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585262} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585262}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.089901 3508 loadbalancer.go:305] 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:39:02.089919 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.46209ms I0703 06:39:02.089933 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:02.089943 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:02.090023 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:02.090029 3508 loadbalancer.go:305] 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:39:02.090042 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090050 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.376391ms I0703 06:39:02.090069 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:02.090056 3508 services_controller.go:470] 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:02.090078 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 10.01µs I0703 06:39:02.090082 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090088 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:02.090114 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:02.090127 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.090099 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.090172 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:02.090185 3508 services_controller.go:480] 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:02.090193 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:02.090209 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:02.090216 3508 loadbalancer.go:305] 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:39:02.090229 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090202 3508 services_controller.go:499] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.090242 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090260 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.090231 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.669358ms I0703 06:39:02.090310 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.090319 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:02.090325 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.090308 3508 model_client.go:374] 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-0-219.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:u4282585263}] I0703 06:39:02.090337 3508 services_controller.go:480] 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:02.090350 3508 services_controller.go:499] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.090369 3508 model_client.go:374] 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-0-219.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:u4282585264}] I0703 06:39:02.090329 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.090426 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:02.090428 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585263} {GoUUID:u4282585264}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.090444 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:02.090460 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090443 3508 model_client.go:374] 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.170.62:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585265}] I0703 06:39:02.090470 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090489 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.090509 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-internal-default"} I0703 06:39:02.090504 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585265}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.090524 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.594215ms I0703 06:39:02.090525 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:02.090537 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:02.090538 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:02.090550 3508 services_controller.go:480] 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:02.090529 3508 transact.go:43] 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.170.62:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585265} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585265}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.090558 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585263} {GoUUID:u4282585264}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.090565 3508 services_controller.go:499] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.090547 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.090618 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:02.090639 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090649 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:02.090631 3508 model_client.go:374] 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.151.120:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585266}] I0703 06:39:02.090597 3508 transact.go:43] 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-0-219.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:u4282585263} {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-0-219.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:u4282585264} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585263} {GoUUID:u4282585264}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585263} {GoUUID:u4282585264}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.090664 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.090688 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:02.090701 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.090724 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:02.090732 3508 services_controller.go:480] 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:02.090749 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0703 06:39:02.090768 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.593793ms I0703 06:39:02.090783 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:02.090780 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585266}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.090794 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 12.146µs I0703 06:39:02.090803 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:02.090797 3508 transact.go:43] 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.151.120:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585266} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585266}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.090740 3508 services_controller.go:499] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.090810 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:02.090909 3508 model_client.go:374] 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-0-219.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.143.38:443:172.30.31.17:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585267}] I0703 06:39:02.090929 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:02.090941 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:02.090951 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:02.090977 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:02.090993 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.091015 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.091037 3508 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0703 06:39:02.091044 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:02.091051 3508 services_controller.go:480] 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:39:02.090970 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585267}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.091059 3508 services_controller.go:499] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.091097 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585267}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.091111 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0703 06:39:02.091130 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.040629ms I0703 06:39:02.091114 3508 model_client.go:374] 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.131.219:443: 172.30.131.219:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585268}] I0703 06:39:02.091120 3508 transact.go:43] 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-0-219.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.143.38:443:172.30.31.17:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585267} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585267}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585267}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.091175 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585268}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.091205 3508 transact.go:43] 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.131.219:443: 172.30.131.219:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585268} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585268}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.091166 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:02.091267 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.091350 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:02.091368 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:02.091386 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.091397 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.091416 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.091441 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:02.091455 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:02.091467 3508 services_controller.go:480] 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:02.091482 3508 services_controller.go:499] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.091536 3508 model_client.go:374] 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.218.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585269}] I0703 06:39:02.091581 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585269}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.091607 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0703 06:39:02.091602 3508 transact.go:43] 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.218.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585269} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585269}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.091628 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.694587ms I0703 06:39:02.091710 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:02.091749 3508 loadbalancer.go:305] 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:39:02.091768 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.448815ms I0703 06:39:02.091781 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:02.091720 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.091806 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:02.091822 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:02.091843 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.091855 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.091873 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.091897 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:02.091910 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:02.091908 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0703 06:39:02.091922 3508 services_controller.go:480] 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:02.091926 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.388975ms I0703 06:39:02.091941 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:02.091788 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.091989 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:02.091951 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:02.092010 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:02.092020 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:02.091938 3508 services_controller.go:499] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.092031 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:02.092040 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.092048 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:02.092065 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:02.092081 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:02.092077 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.092097 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:02.092099 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:02.092106 3508 services_controller.go:480] 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:02.092102 3508 model_client.go:374] 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.97.223:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585270}] I0703 06:39:02.092116 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.092145 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:02.092157 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:02.092157 3508 loadbalancer.go:305] 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:39:02.092168 3508 services_controller.go:480] 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:02.092173 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.005857ms I0703 06:39:02.092164 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585270}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.092186 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:02.092195 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.652µs I0703 06:39:02.092182 3508 services_controller.go:499] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:02.092115 3508 services_controller.go:499] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:02.092204 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:02.092211 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.919µs I0703 06:39:02.092219 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:02.092189 3508 transact.go:43] 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.97.223:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585270} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585270}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.092225 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 6.171µs I0703 06:39:02.092231 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 06:39:02.092255 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.451427ms I0703 06:39:02.092241 3508 model_client.go:374] 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-0-219.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.216.128:443:172.30.22.169:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585271}] I0703 06:39:02.092249 3508 model_client.go:374] 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.213.117:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585272}] I0703 06:39:02.092302 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585271}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.092306 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585272}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.092336 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585271}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.092326 3508 transact.go:43] 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.213.117:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585272} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585272}]}}] Timeout: Where:[where column _uuid == {ab41137e-9474-4665-bb13-48eb1c111c7f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.092360 3508 transact.go:43] 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-0-219.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.216.128:443:172.30.22.169:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585271} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585271}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585271}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.092625 3508 loadbalancer.go:305] 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:39:02.092640 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 931.261µs I0703 06:39:02.092795 3508 loadbalancer.go:305] 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:39:02.092806 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 866.898µs I0703 06:39:02.093031 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0703 06:39:02.093043 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.264846ms I0703 06:39:02.102979 3508 pod.go:62] [openshift-multus/network-metrics-daemon-frhxz] pod update took 20.027541ms I0703 06:39:02.102997 3508 base_network_controller_pods.go:928] [default/openshift-multus/network-metrics-daemon-frhxz] addLogicalPort annotation time took 20.050232ms I0703 06:39:02.103052 3508 model_client.go:374] 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-frhxz options:{GoMap:map[iface-id-ver:461c709e-9286-4cf7-b128-f68dae306a8b requested-chassis:ip-10-0-0-219.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:u4282585273}] I0703 06:39:02.103096 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585273}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.103139 3508 address_set.go:576] (u4282585058/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.3]) to address set I0703 06:39:02.103159 3508 model_client.go:399] 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 == {79b30b1b-2675-4775-af26-6b7ea6a6caca}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.103190 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585273}]}}] Timeout: Where:[where column _uuid == {f1f2c476-bc8d-4edb-b82b-73b96073df00}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.103270 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585274}] I0703 06:39:02.103328 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4282585274}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.103349 3508 transact.go:43] 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-frhxz options:{GoMap:map[iface-id-ver:461c709e-9286-4cf7-b128-f68dae306a8b requested-chassis:ip-10-0-0-219.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:u4282585273} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585273}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] 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 == {79b30b1b-2675-4775-af26-6b7ea6a6caca}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585273}]}}] Timeout: Where:[where column _uuid == {f1f2c476-bc8d-4edb-b82b-73b96073df00}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585274} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4282585274}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.103677 3508 pod.go:62] [openshift-network-diagnostics/network-check-target-hs2fs] pod update took 20.354835ms I0703 06:39:02.103726 3508 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-target-hs2fs] addLogicalPort annotation time took 20.405313ms I0703 06:39:02.103786 3508 model_client.go:374] 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-hs2fs options:{GoMap:map[iface-id-ver:58756a17-38f5-41a1-9fa4-bc65499cbb12 requested-chassis:ip-10-0-0-219.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:u4282585275}] I0703 06:39:02.103870 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585275}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.103936 3508 address_set.go:576] (u4282585172/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.4]) to address set I0703 06:39:02.103995 3508 model_client.go:399] 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 == {040cd917-100e-45d7-b56d-53d97d0b621d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.104046 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585275}]}}] Timeout: Where:[where column _uuid == {25c63534-703f-47b0-b2a1-f69f156b1331}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.104143 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585276}] I0703 06:39:02.104331 3508 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-frhxz): added port &{name:openshift-multus_network-metrics-daemon-frhxz uuid:055b4693-08c2-408d-9c15-53f5f3fcbe9b logicalSwitch:ip-10-0-0-219.ec2.internal ips:[0xc008fca900] 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:39:02.104358 3508 pods.go:253] [openshift-multus/network-metrics-daemon-frhxz] addLogicalPort took 21.536232ms, libovsdb time 972.525µs I0703 06:39:02.104371 3508 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-frhxz took: 21.578588ms I0703 06:39:02.104381 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.104378 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4282585276}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.104394 3508 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:02.104405 3508 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:02.104420 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4ts9m in node ip-10-0-2-172.ec2.internal I0703 06:39:02.104432 3508 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-4ts9m took: 15.87µs I0703 06:39:02.104439 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:02.104398 3508 transact.go:43] 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-hs2fs options:{GoMap:map[iface-id-ver:58756a17-38f5-41a1-9fa4-bc65499cbb12 requested-chassis:ip-10-0-0-219.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:u4282585275} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585275}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] 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 == {040cd917-100e-45d7-b56d-53d97d0b621d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585275}]}}] Timeout: Where:[where column _uuid == {25c63534-703f-47b0-b2a1-f69f156b1331}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585276} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u4282585276}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.105066 3508 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-hs2fs): added port &{name:openshift-network-diagnostics_network-check-target-hs2fs uuid:6f55ebb7-db25-49cf-a898-9ac5b802452c logicalSwitch:ip-10-0-0-219.ec2.internal ips:[0xc0092b1320] 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:39:02.105084 3508 pods.go:253] [openshift-network-diagnostics/network-check-target-hs2fs] addLogicalPort took 21.914255ms, libovsdb time 661.219µs I0703 06:39:02.105093 3508 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-hs2fs took: 21.95433ms I0703 06:39:02.105099 3508 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.105110 3508 factory.go:1366] Added *v1.Pod event handler 3 I0703 06:39:02.105128 3508 admin_network_policy_controller.go:135] Setting up event handlers for Admin Network Policy I0703 06:39:02.105138 3508 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 06:39:02.105151 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:02.105160 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:02.105171 3508 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.105180 3508 admin_network_policy_controller.go:153] Setting up event handlers for Baseline Admin Network Policy I0703 06:39:02.105183 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.105204 3508 admin_network_policy_controller.go:170] Setting up event handlers for Namespaces in Admin Network Policy controller I0703 06:39:02.105209 3508 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-hs2fs in node ip-10-0-0-219.ec2.internal I0703 06:39:02.105217 3508 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.105164 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.105230 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.105250 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-frhxz in node ip-10-0-0-219.ec2.internal I0703 06:39:02.105262 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.105151 3508 obj_retry.go:406] Going to retry *v1.Pod resource setup for 4 objects: [openshift-network-diagnostics/network-check-target-ct6sj openshift-multus/network-metrics-daemon-brk54 openshift-network-diagnostics/network-check-target-2cmvg openshift-multus/network-metrics-daemon-x2489] I0703 06:39:02.105277 3508 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 06:39:02.105302 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0703 06:39:02.105312 3508 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-x2489 before timer (time: 2026-07-03 06:39:03.220368422 +0000 UTC m=+3.168525082): skip I0703 06:39:02.105316 3508 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-brk54 before timer (time: 2026-07-03 06:39:03.309033169 +0000 UTC m=+3.257189828): skip I0703 06:39:02.105316 3508 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-2cmvg before timer (time: 2026-07-03 06:39:03.129746534 +0000 UTC m=+3.077903191): skip I0703 06:39:02.105324 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-managed I0703 06:39:02.105328 3508 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-ct6sj before timer (time: 2026-07-03 06:39:03.506811472 +0000 UTC m=+3.454968130): skip I0703 06:39:02.105345 3508 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 195.08µs) I0703 06:39:02.105363 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-infra I0703 06:39:02.105372 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0703 06:39:02.105378 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0703 06:39:02.105382 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0703 06:39:02.105386 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller dedicated-admin I0703 06:39:02.105389 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0703 06:39:02.105394 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0703 06:39:02.105403 3508 admin_network_policy_controller.go:186] Setting up event handlers for Pods in Admin Network Policy controller I0703 06:39:02.105411 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0703 06:39:02.105416 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure I0703 06:39:02.105420 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift I0703 06:39:02.105424 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-logging I0703 06:39:02.105428 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-system I0703 06:39:02.105434 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-operator I0703 06:39:02.105438 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0703 06:39:02.105442 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0703 06:39:02.105447 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0703 06:39:02.105453 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress I0703 06:39:02.105458 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators I0703 06:39:02.105463 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0703 06:39:02.105466 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0703 06:39:02.105470 3508 admin_network_policy_controller.go:202] Setting up event handlers for Nodes in Admin Network Policy controller I0703 06:39:02.105470 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-etcd I0703 06:39:02.105475 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0703 06:39:02.105479 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0703 06:39:02.105482 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0703 06:39:02.105487 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-marketplace I0703 06:39:02.105497 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-pxx98 I0703 06:39:02.105508 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0703 06:39:02.105520 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-j8mgn I0703 06:39:02.105546 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:02.105556 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:02.105564 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:02.105569 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:02.105575 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:02.105581 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-28749 I0703 06:39:02.105547 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0703 06:39:02.105596 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-74574f6db8-2cntp I0703 06:39:02.105600 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0703 06:39:02.105604 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-qkflp I0703 06:39:02.105610 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.105611 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0703 06:39:02.105616 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-gl56k I0703 06:39:02.105546 3508 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-0-219.ec2.internal I0703 06:39:02.105622 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-x2489 I0703 06:39:02.105618 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-console I0703 06:39:02.105622 3508 admin_network_policy_controller.go:228] Starting controller default-network-controller I0703 06:39:02.105636 3508 admin_network_policy_controller.go:231] Waiting for informer caches to sync I0703 06:39:02.105640 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config I0703 06:39:02.105647 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0703 06:39:02.105648 3508 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0703 06:39:02.105652 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0703 06:39:02.105655 3508 shared_informer.go:320] Caches are synced for default-network-controller I0703 06:39:02.105657 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0703 06:39:02.105659 3508 admin_network_policy_controller.go:238] Repairing Admin Network Policies I0703 06:39:02.105661 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller default I0703 06:39:02.105665 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0703 06:39:02.105668 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-insights I0703 06:39:02.105672 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-operator I0703 06:39:02.105684 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0703 06:39:02.105692 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns I0703 06:39:02.105627 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs I0703 06:39:02.105697 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0703 06:39:02.105703 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0703 06:39:02.105704 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-t7kn4 I0703 06:39:02.105707 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0703 06:39:02.105711 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0703 06:39:02.105715 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0703 06:39:02.105719 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-operator I0703 06:39:02.105722 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0703 06:39:02.105726 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0703 06:39:02.105730 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0703 06:39:02.105733 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver I0703 06:39:02.105737 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0703 06:39:02.105745 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0703 06:39:02.105711 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:39:02.105750 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0703 06:39:02.105757 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-f5vpk I0703 06:39:02.105758 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-multus I0703 06:39:02.105627 3508 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-1-166.ec2.internal I0703 06:39:02.105767 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-node-lease I0703 06:39:02.105769 3508 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-2-172.ec2.internal I0703 06:39:02.105772 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-zg5qr I0703 06:39:02.105774 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0703 06:39:02.105780 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-f5klt I0703 06:39:02.105781 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0703 06:39:02.105787 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.105792 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:02.105773 3508 model_client.go:374] 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:u4282585277}] I0703 06:39:02.105797 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:02.105801 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:02.105805 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:02.105808 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:02.105813 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:02.105817 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-xnxv8 I0703 06:39:02.105824 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:02.105829 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:02.105833 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.105836 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-fqz4n I0703 06:39:02.105819 3508 model_client.go:374] 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:u4282585278}] I0703 06:39:02.105840 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-4cjww I0703 06:39:02.105844 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-vj6zl I0703 06:39:02.105849 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal I0703 06:39:02.105852 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal I0703 06:39:02.105856 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:02.105860 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-brk54 I0703 06:39:02.105864 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:02.105868 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:02.105872 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:02.105865 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585277} {GoUUID:u4282585278}]}}] Timeout: Where:[where column _uuid == {ea79536f-9d3c-4431-844e-ae6072256bea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.105878 3508 repair.go:29] Repairing admin network policies took 213.168µs I0703 06:39:02.105792 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0703 06:39:02.105913 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0703 06:39:02.105875 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-6fbd69d94c-dcdkm I0703 06:39:02.105927 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-z969t I0703 06:39:02.105927 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-api I0703 06:39:02.105932 3508 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:02.105880 3508 transact.go:43] 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:u4282585277} {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:u4282585278} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585277} {GoUUID:u4282585278}]}}] Timeout: Where:[where column _uuid == {ea79536f-9d3c-4431-844e-ae6072256bea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.105935 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-node I0703 06:39:02.106009 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0703 06:39:02.106014 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane I0703 06:39:02.106015 3508 repair.go:92] Repairing baseline admin network policies took 128.534µs I0703 06:39:02.106023 3508 admin_network_policy_controller.go:251] Starting Admin Network Policy workers I0703 06:39:02.106030 3508 admin_network_policy_controller.go:262] Starting Baseline Admin Network Policy workers I0703 06:39:02.106037 3508 admin_network_policy_controller.go:273] Starting Namespace Admin Network Policy workers I0703 06:39:02.106043 3508 admin_network_policy_controller.go:284] Starting Pod Admin Network Policy workers I0703 06:39:02.106049 3508 admin_network_policy_controller.go:295] Starting Node Admin Network Policy workers I0703 06:39:02.106017 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console I0703 06:39:02.106087 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-image-registry I0703 06:39:02.106105 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0703 06:39:02.106117 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 12.544µs I0703 06:39:02.106127 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0703 06:39:02.106129 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-monitoring I0703 06:39:02.106132 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 5.204µs I0703 06:39:02.106136 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-package-operator I0703 06:39:02.106139 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication I0703 06:39:02.106139 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0703 06:39:02.106148 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 9.412µs I0703 06:39:02.106156 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0703 06:39:02.106160 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 4.037µs I0703 06:39:02.106175 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0703 06:39:02.106166 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0703 06:39:02.106183 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 18.178µs I0703 06:39:02.106189 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0703 06:39:02.106190 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0703 06:39:02.106192 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 2.975µs I0703 06:39:02.106206 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0703 06:39:02.106214 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 7.98µs I0703 06:39:02.106223 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0703 06:39:02.106229 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 5.93µs I0703 06:39:02.106237 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0703 06:39:02.106242 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 5.878µs I0703 06:39:02.106243 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0703 06:39:02.106250 3508 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-219.ec2.internal in Admin Network Policy controller I0703 06:39:02.106259 3508 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-219.ec2.internal Admin Network Policy controller: took 9.039µs I0703 06:39:02.106266 3508 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-166.ec2.internal in Admin Network Policy controller I0703 06:39:02.106269 3508 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-166.ec2.internal Admin Network Policy controller: took 3.466µs I0703 06:39:02.106274 3508 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-172.ec2.internal in Admin Network Policy controller I0703 06:39:02.106277 3508 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-172.ec2.internal Admin Network Policy controller: took 4.312µs I0703 06:39:02.106283 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-pxx98 in Admin Network Policy controller I0703 06:39:02.106303 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-pxx98 Admin Network Policy controller: took 20.843µs I0703 06:39:02.106311 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-j8mgn in Admin Network Policy controller I0703 06:39:02.106315 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-j8mgn Admin Network Policy controller: took 4.22µs I0703 06:39:02.106319 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-jzzsc in Admin Network Policy controller I0703 06:39:02.106252 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0703 06:39:02.106333 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0703 06:39:02.106342 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-host-network I0703 06:39:02.106348 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0703 06:39:02.106356 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-public I0703 06:39:02.106323 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-jzzsc Admin Network Policy controller: took 4.051µs I0703 06:39:02.106377 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-k6jlg in Admin Network Policy controller I0703 06:39:02.106389 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-k6jlg Admin Network Policy controller: took 14.727µs I0703 06:39:02.106361 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0703 06:39:02.106397 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl in Admin Network Policy controller I0703 06:39:02.106403 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl Admin Network Policy controller: took 7.018µs I0703 06:39:02.106404 3508 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0703 06:39:02.106409 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-2cmvg in Admin Network Policy controller I0703 06:39:02.106414 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-2cmvg Admin Network Policy controller: took 5.733µs I0703 06:39:02.106421 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 in Admin Network Policy controller I0703 06:39:02.106439 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 Admin Network Policy controller: took 18.633µs I0703 06:39:02.106446 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-28749 in Admin Network Policy controller I0703 06:39:02.106452 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-28749 Admin Network Policy controller: took 5.91µs I0703 06:39:02.106458 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-74574f6db8-2cntp in Admin Network Policy controller I0703 06:39:02.106463 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-74574f6db8-2cntp Admin Network Policy controller: took 5.497µs I0703 06:39:02.106471 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0703 06:39:02.106479 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 9.994µs I0703 06:39:02.106546 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure in Admin Network Policy controller I0703 06:39:02.106558 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure Admin Network Policy controller: took 65.034µs I0703 06:39:02.106567 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0703 06:39:02.106571 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 5.066µs I0703 06:39:02.106577 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0703 06:39:02.106581 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 4.174µs I0703 06:39:02.106588 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0703 06:39:02.106593 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 5.324µs I0703 06:39:02.106599 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0703 06:39:02.106603 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 4.446µs I0703 06:39:02.106609 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0703 06:39:02.106614 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 4.778µs I0703 06:39:02.106620 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0703 06:39:02.106624 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 4.705µs I0703 06:39:02.106628 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0703 06:39:02.106631 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 2.913µs I0703 06:39:02.106635 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0703 06:39:02.106638 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 3.148µs I0703 06:39:02.106644 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0703 06:39:02.106650 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 4.22µs I0703 06:39:02.106656 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0703 06:39:02.106661 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 4.751µs I0703 06:39:02.106667 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0703 06:39:02.106671 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 4.767µs I0703 06:39:02.106676 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0703 06:39:02.106679 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 3.012µs I0703 06:39:02.106682 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0703 06:39:02.106685 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 2.874µs I0703 06:39:02.106689 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0703 06:39:02.106692 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 2.848µs I0703 06:39:02.106696 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0703 06:39:02.106698 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 2.897µs I0703 06:39:02.106702 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0703 06:39:02.106705 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 2.908µs I0703 06:39:02.106708 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0703 06:39:02.106711 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 2.668µs I0703 06:39:02.106715 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0703 06:39:02.106720 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 4.558µs I0703 06:39:02.106725 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0703 06:39:02.106730 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 4.673µs I0703 06:39:02.106730 3508 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 06:39:02.106739 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-qkflp in Admin Network Policy controller I0703 06:39:02.106745 3508 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 06:39:02.106748 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-qkflp Admin Network Policy controller: took 11.92µs I0703 06:39:02.106763 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in Admin Network Policy controller I0703 06:39:02.106769 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-ccn59 Admin Network Policy controller: took 6.054µs I0703 06:39:02.106775 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-gl56k in Admin Network Policy controller I0703 06:39:02.106780 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-gl56k Admin Network Policy controller: took 5.525µs I0703 06:39:02.106783 3508 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0703 06:39:02.106787 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-x2489 in Admin Network Policy controller I0703 06:39:02.106792 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-x2489 Admin Network Policy controller: took 5.918µs I0703 06:39:02.106826 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs in Admin Network Policy controller I0703 06:39:02.106835 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs Admin Network Policy controller: took 27.838µs I0703 06:39:02.106847 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-t7kn4 in Admin Network Policy controller I0703 06:39:02.106799 3508 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[{PodSelector:nil NamespaceSelector:&LabelSelector{MatchLabels:map[string]string{name: openshift-insights,},MatchExpressions:[]LabelSelectorRequirement{},} IPBlock:nil}]} I0703 06:39:02.106863 3508 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0703 06:39:02.106853 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-t7kn4 Admin Network Policy controller: took 6.521µs I0703 06:39:02.106932 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs in Admin Network Policy controller I0703 06:39:02.106938 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs Admin Network Policy controller: took 7.367µs I0703 06:39:02.106945 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-f5vpk in Admin Network Policy controller I0703 06:39:02.106951 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-f5vpk Admin Network Policy controller: took 6.271µs I0703 06:39:02.106957 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-zg5qr in Admin Network Policy controller I0703 06:39:02.106962 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-zg5qr Admin Network Policy controller: took 5.747µs I0703 06:39:02.106931 3508 model_client.go:374] 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:u4282585279}] I0703 06:39:02.106986 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-f5klt in Admin Network Policy controller I0703 06:39:02.106995 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-f5klt Admin Network Policy controller: took 26.37µs I0703 06:39:02.107002 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-frhxz in Admin Network Policy controller I0703 06:39:02.107007 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-frhxz Admin Network Policy controller: took 5.301µs I0703 06:39:02.107014 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-xp4gn in Admin Network Policy controller I0703 06:39:02.107019 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-xp4gn Admin Network Policy controller: took 6.114µs I0703 06:39:02.107025 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt in Admin Network Policy controller I0703 06:39:02.107031 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt Admin Network Policy controller: took 5.782µs I0703 06:39:02.107009 3508 model_client.go:374] 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:u4282585280}] I0703 06:39:02.107038 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal in Admin Network Policy controller I0703 06:39:02.107044 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal Admin Network Policy controller: took 6.212µs I0703 06:39:02.107050 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-r62m8 in Admin Network Policy controller I0703 06:39:02.107056 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-r62m8 Admin Network Policy controller: took 6.156µs I0703 06:39:02.107063 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal in Admin Network Policy controller I0703 06:39:02.107068 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal Admin Network Policy controller: took 5.874µs I0703 06:39:02.107075 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-4ts9m in Admin Network Policy controller I0703 06:39:02.107080 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-4ts9m Admin Network Policy controller: took 5.604µs I0703 06:39:02.107087 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-xnxv8 in Admin Network Policy controller I0703 06:39:02.107092 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-xnxv8 Admin Network Policy controller: took 5.382µs I0703 06:39:02.107070 3508 model_client.go:374] 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:u4282585281}] I0703 06:39:02.107098 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz in Admin Network Policy controller I0703 06:39:02.107106 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz Admin Network Policy controller: took 7.63µs I0703 06:39:02.107118 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-bnfzx in Admin Network Policy controller I0703 06:39:02.107126 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-bnfzx Admin Network Policy controller: took 8.899µs I0703 06:39:02.107132 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-hs2fs in Admin Network Policy controller I0703 06:39:02.107153 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-hs2fs Admin Network Policy controller: took 5.468µs I0703 06:39:02.107163 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-fqz4n in Admin Network Policy controller I0703 06:39:02.107134 3508 model_client.go:374] 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:u4282585282}] I0703 06:39:02.107184 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-fqz4n Admin Network Policy controller: took 20.912µs I0703 06:39:02.107199 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-4cjww in Admin Network Policy controller I0703 06:39:02.107205 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-4cjww Admin Network Policy controller: took 6.458µs I0703 06:39:02.107211 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-vj6zl in Admin Network Policy controller I0703 06:39:02.107216 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-vj6zl Admin Network Policy controller: took 5.446µs I0703 06:39:02.107202 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4282585279} {GoUUID:u4282585280}]} 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:u4282585283}] I0703 06:39:02.107243 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4282585281} {GoUUID:u4282585282}]} 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:u4282585284}] I0703 06:39:02.107223 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal in Admin Network Policy controller I0703 06:39:02.107272 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal Admin Network Policy controller: took 46.768µs I0703 06:39:02.107315 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal in Admin Network Policy controller I0703 06:39:02.107325 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal Admin Network Policy controller: took 11.192µs I0703 06:39:02.107330 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-ct6sj in Admin Network Policy controller I0703 06:39:02.107335 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-ct6sj Admin Network Policy controller: took 4.761µs I0703 06:39:02.107340 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-brk54 in Admin Network Policy controller I0703 06:39:02.107343 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-brk54 Admin Network Policy controller: took 3.93µs I0703 06:39:02.107348 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal in Admin Network Policy controller I0703 06:39:02.107354 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal Admin Network Policy controller: took 5.909µs I0703 06:39:02.107359 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc in Admin Network Policy controller I0703 06:39:02.107362 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc Admin Network Policy controller: took 3.913µs I0703 06:39:02.107367 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 in Admin Network Policy controller I0703 06:39:02.107263 3508 transact.go:43] 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:u4282585279} {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:u4282585280} {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:u4282585281} {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:u4282585282} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4282585279} {GoUUID:u4282585280}]} 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:u4282585283} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4282585281} {GoUUID:u4282585282}]} 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:u4282585284}] I0703 06:39:02.107375 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 Admin Network Policy controller: took 4.218µs I0703 06:39:02.107383 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-6fbd69d94c-dcdkm in Admin Network Policy controller I0703 06:39:02.107390 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-6fbd69d94c-dcdkm Admin Network Policy controller: took 7.294µs I0703 06:39:02.107396 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-z969t in Admin Network Policy controller I0703 06:39:02.107400 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-z969t Admin Network Policy controller: took 4.304µs I0703 06:39:02.107404 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal in Admin Network Policy controller I0703 06:39:02.107408 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal Admin Network Policy controller: took 3.908µs I0703 06:39:02.107413 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0703 06:39:02.107417 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 4.012µs I0703 06:39:02.107423 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0703 06:39:02.107426 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 3.6µs I0703 06:39:02.107430 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0703 06:39:02.107433 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 3.154µs I0703 06:39:02.107439 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0703 06:39:02.107442 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 3.364µs I0703 06:39:02.107447 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0703 06:39:02.107450 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 3.312µs I0703 06:39:02.107456 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0703 06:39:02.107462 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 5.424µs I0703 06:39:02.107469 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0703 06:39:02.107473 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 4.282µs I0703 06:39:02.107478 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0703 06:39:02.107481 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 3.036µs I0703 06:39:02.107484 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0703 06:39:02.107487 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 3.007µs I0703 06:39:02.107491 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0703 06:39:02.107494 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 3.01µs I0703 06:39:02.107498 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0703 06:39:02.107501 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 3.052µs I0703 06:39:02.107505 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0703 06:39:02.107508 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 2.867µs I0703 06:39:02.107511 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0703 06:39:02.107515 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 3.001µs I0703 06:39:02.107523 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0703 06:39:02.107528 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 6.647µs I0703 06:39:02.107534 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0703 06:39:02.107540 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 5.417µs I0703 06:39:02.107547 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0703 06:39:02.107552 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 5.428µs I0703 06:39:02.107559 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0703 06:39:02.107564 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 5.789µs I0703 06:39:02.107572 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0703 06:39:02.107576 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 5.444µs I0703 06:39:02.107583 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0703 06:39:02.107588 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 5.555µs I0703 06:39:02.107595 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0703 06:39:02.107601 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 5.596µs I0703 06:39:02.107608 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0703 06:39:02.107618 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 10.413µs I0703 06:39:02.107626 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0703 06:39:02.107631 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 5.837µs I0703 06:39:02.107638 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0703 06:39:02.107644 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 5.711µs I0703 06:39:02.107651 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0703 06:39:02.107657 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 5.813µs I0703 06:39:02.107664 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0703 06:39:02.107669 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 5.823µs I0703 06:39:02.107676 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0703 06:39:02.107682 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 5.651µs I0703 06:39:02.107687 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0703 06:39:02.107692 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 4.728µs I0703 06:39:02.107699 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0703 06:39:02.107709 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 9.54µs I0703 06:39:02.107716 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0703 06:39:02.107721 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 5.837µs I0703 06:39:02.107728 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0703 06:39:02.107735 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 6.255µs I0703 06:39:02.107743 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0703 06:39:02.107748 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 5.889µs I0703 06:39:02.107755 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0703 06:39:02.107761 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 5.536µs I0703 06:39:02.107768 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0703 06:39:02.107774 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 5.833µs I0703 06:39:02.107781 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0703 06:39:02.107786 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 5.388µs I0703 06:39:02.107793 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0703 06:39:02.107798 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 5.412µs I0703 06:39:02.107805 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0703 06:39:02.107811 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 6.061µs I0703 06:39:02.107818 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0703 06:39:02.107824 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 5.97µs I0703 06:39:02.107831 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0703 06:39:02.107836 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 5.374µs I0703 06:39:02.107843 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0703 06:39:02.107848 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 5.599µs I0703 06:39:02.107854 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0703 06:39:02.107859 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 5.493µs I0703 06:39:02.107866 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0703 06:39:02.107871 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 5.552µs I0703 06:39:02.107878 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0703 06:39:02.107883 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 4.865µs I0703 06:39:02.107890 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0703 06:39:02.107895 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 5.858µs I0703 06:39:02.107902 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0703 06:39:02.107907 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 5.422µs I0703 06:39:02.107914 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0703 06:39:02.107919 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 5.183µs I0703 06:39:02.107926 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0703 06:39:02.107931 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 5.805µs I0703 06:39:02.107939 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0703 06:39:02.107945 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 7.185µs I0703 06:39:02.107952 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0703 06:39:02.107957 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 5.679µs I0703 06:39:02.107965 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0703 06:39:02.107970 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 5.54µs I0703 06:39:02.107977 3508 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0703 06:39:02.107982 3508 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 5.571µs I0703 06:39:02.108599 3508 model_client.go:374] 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:u4282585285}] I0703 06:39:02.108623 3508 transact.go:43] 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:u4282585285}] I0703 06:39:02.109171 3508 model_client.go:374] 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:u4282585286}] I0703 06:39:02.109224 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585286}]}}] Timeout: Where:[where column _uuid == {9d986d6f-56a7-45dd-a8c4-b492083519c4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.109241 3508 transact.go:43] 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:u4282585286} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u4282585286}]}}] Timeout: Where:[where column _uuid == {9d986d6f-56a7-45dd-a8c4-b492083519c4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.109822 3508 obj_retry.go:509] Add event received for *factory.peerNamespaceSelector openshift-insights I0703 06:39:02.109927 3508 obj_retry.go:548] Creating *factory.peerNamespaceSelector openshift-insights took: 90.4µs I0703 06:39:02.109942 3508 factory.go:1366] Added *v1.Namespace event handler 5 I0703 06:39:02.109994 3508 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs I0703 06:39:02.110003 3508 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs took: 369ns I0703 06:39:02.110009 3508 factory.go:1366] Added *v1.Pod event handler 6 I0703 06:39:02.110016 3508 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0703 06:39:02.110022 3508 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.268788ms I0703 06:39:02.110028 3508 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0703 06:39:02.110034 3508 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 06:39:02.110039 3508 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 06:39:02.110045 3508 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0703 06:39:02.110053 3508 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[]} I0703 06:39:02.110063 3508 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0703 06:39:02.110103 3508 model_client.go:374] 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:u4282585287}] I0703 06:39:02.110516 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4282585287}]} 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:u4282585288}] I0703 06:39:02.110536 3508 transact.go:43] 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:u4282585287} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u4282585287}]} 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:u4282585288}] I0703 06:39:02.111062 3508 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs I0703 06:39:02.111081 3508 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs took: 1.106µs I0703 06:39:02.111096 3508 factory.go:1366] Added *v1.Pod event handler 7 I0703 06:39:02.111115 3508 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0703 06:39:02.111126 3508 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 1.081926ms I0703 06:39:02.111133 3508 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0703 06:39:02.111142 3508 factory.go:1366] Added *v1.NetworkPolicy event handler 4 I0703 06:39:02.111359 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0703 06:39:02.111369 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns-operator I0703 06:39:02.111378 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace default I0703 06:39:02.111385 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns I0703 06:39:02.111396 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 18.824µs I0703 06:39:02.111400 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns-operator took: 17.751µs I0703 06:39:02.111405 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0703 06:39:02.111408 3508 obj_retry.go:548] Creating *factory.egressIPNamespace default took: 17.575µs I0703 06:39:02.111410 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0703 06:39:02.111412 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0703 06:39:02.111408 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0703 06:39:02.111418 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0703 06:39:02.111422 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators-redhat took: 2.542µs I0703 06:39:02.111423 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-console I0703 06:39:02.111429 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-api I0703 06:39:02.111433 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 3.471µs I0703 06:39:02.111437 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 13.935µs I0703 06:39:02.111441 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0703 06:39:02.111446 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-public I0703 06:39:02.111445 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-insights I0703 06:39:02.111450 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 1.815µs I0703 06:39:02.111454 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0703 06:39:02.111456 3508 obj_retry.go:548] Creating *factory.egressIPNamespace kube-public took: 3.451µs I0703 06:39:02.111418 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 4.244µs I0703 06:39:02.111465 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0703 06:39:02.111466 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-monitoring I0703 06:39:02.111465 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 34.022µs I0703 06:39:02.111470 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-operator I0703 06:39:02.111472 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0703 06:39:02.111476 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 12.365µs I0703 06:39:02.111480 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-image-registry I0703 06:39:02.111486 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver I0703 06:39:02.111494 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-operator took: 13.122µs I0703 06:39:02.111458 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0703 06:39:02.111497 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 11.361µs I0703 06:39:02.111502 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0703 06:39:02.111506 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-operator I0703 06:39:02.111506 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 3.279µs I0703 06:39:02.111510 3508 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 2.58µs I0703 06:39:02.111512 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0703 06:39:02.111513 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-operator took: 2.63µs I0703 06:39:02.111515 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0703 06:39:02.111518 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0703 06:39:02.111522 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 1.791µs I0703 06:39:02.111527 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.654µs I0703 06:39:02.111526 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace dedicated-admin I0703 06:39:02.111532 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0703 06:39:02.111541 3508 obj_retry.go:548] Creating *factory.egressIPNamespace dedicated-admin took: 5.262µs I0703 06:39:02.111543 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 2.426µs I0703 06:39:02.111543 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 3.171µs I0703 06:39:02.111549 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-logging I0703 06:39:02.111441 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-api took: 4.564µs I0703 06:39:02.111552 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-version I0703 06:39:02.111557 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0703 06:39:02.111558 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-logging took: 1.924µs I0703 06:39:02.111432 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0703 06:39:02.111563 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 1.567µs I0703 06:39:02.111568 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-managed I0703 06:39:02.111574 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-managed took: 1.278µs I0703 06:39:02.111411 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns took: 14.243µs I0703 06:39:02.111578 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0703 06:39:02.111581 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0703 06:39:02.111585 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cse took: 988ns I0703 06:39:02.111587 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 1.326µs I0703 06:39:02.111496 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver took: 2.097µs I0703 06:39:02.111591 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0703 06:39:02.111602 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 2.825µs I0703 06:39:02.111550 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0703 06:39:02.111599 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane I0703 06:39:02.111574 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cee took: 6.302µs I0703 06:39:02.111618 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane took: 2.243µs I0703 06:39:02.111618 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 5.315µs I0703 06:39:02.111472 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-insights took: 15.055µs I0703 06:39:02.111609 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-infra I0703 06:39:02.111629 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-multus I0703 06:39:02.111632 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-infra took: 2.738µs I0703 06:39:02.111637 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0703 06:39:02.111640 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-multus took: 3.545µs I0703 06:39:02.111643 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 2.027µs I0703 06:39:02.111645 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console I0703 06:39:02.111448 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-console took: 11.908µs I0703 06:39:02.111652 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console took: 1.606µs I0703 06:39:02.111658 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure I0703 06:39:02.111664 3508 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure took: 2.689µs I0703 06:39:02.111618 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0703 06:39:02.111681 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 3.116µs I0703 06:39:02.111688 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0703 06:39:02.111693 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 1.44µs I0703 06:39:02.111697 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-host-network I0703 06:39:02.111702 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-host-network took: 1.342µs I0703 06:39:02.111706 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-operator I0703 06:39:02.111711 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-operator took: 1.502µs I0703 06:39:02.111652 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-node-lease I0703 06:39:02.111719 3508 obj_retry.go:548] Creating *factory.egressIPNamespace kube-node-lease took: 1.285µs I0703 06:39:02.111723 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication I0703 06:39:02.111728 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication took: 1.217µs I0703 06:39:02.111732 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0703 06:39:02.111741 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 2.339µs I0703 06:39:02.111747 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0703 06:39:02.111753 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 2.116µs I0703 06:39:02.111458 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0703 06:39:02.111769 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 8.403µs I0703 06:39:02.111777 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0703 06:39:02.111784 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 1.463µs I0703 06:39:02.111788 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-package-operator I0703 06:39:02.111796 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-package-operator took: 3.123µs I0703 06:39:02.111802 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift I0703 06:39:02.111460 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0703 06:39:02.111809 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift took: 1.372µs I0703 06:39:02.111814 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators I0703 06:39:02.111819 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators took: 1.486µs I0703 06:39:02.111822 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 9.285µs I0703 06:39:02.111828 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0703 06:39:02.111835 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 2.144µs I0703 06:39:02.111839 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-node I0703 06:39:02.111845 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-node took: 1.189µs I0703 06:39:02.111849 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0703 06:39:02.111854 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep took: 976ns I0703 06:39:02.111858 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress I0703 06:39:02.111864 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress took: 2.47µs I0703 06:39:02.111476 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-canary took: 1.707µs I0703 06:39:02.111871 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0703 06:39:02.111879 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 3.352µs I0703 06:39:02.111883 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0703 06:39:02.111889 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 1.72µs I0703 06:39:02.111477 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-monitoring took: 3.62µs I0703 06:39:02.111895 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0703 06:39:02.111901 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-operator took: 1.739µs I0703 06:39:02.111905 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0703 06:39:02.111910 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-node-identity took: 2.013µs I0703 06:39:02.111916 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0703 06:39:02.111924 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.952µs I0703 06:39:02.111496 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-image-registry took: 4.438µs I0703 06:39:02.111934 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0703 06:39:02.111942 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-tam took: 1.673µs I0703 06:39:02.111946 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0703 06:39:02.111950 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 1.717µs I0703 06:39:02.111954 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-etcd I0703 06:39:02.111959 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-etcd took: 1.304µs I0703 06:39:02.111562 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-version took: 2.516µs I0703 06:39:02.111967 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0703 06:39:02.111972 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 1.55µs I0703 06:39:02.111590 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0703 06:39:02.111980 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 2.442µs I0703 06:39:02.111623 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-system I0703 06:39:02.111989 3508 obj_retry.go:548] Creating *factory.egressIPNamespace kube-system took: 2.484µs I0703 06:39:02.111993 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager I0703 06:39:02.111997 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager took: 1.388µs I0703 06:39:02.111359 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config I0703 06:39:02.112012 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config took: 7.479µs I0703 06:39:02.112019 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0703 06:39:02.112025 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 2.049µs I0703 06:39:02.112029 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0703 06:39:02.112035 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication-operator took: 1.992µs I0703 06:39:02.112039 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0703 06:39:02.112044 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-user-settings took: 1.006µs I0703 06:39:02.112047 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0703 06:39:02.112052 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 1.296µs I0703 06:39:02.111669 3508 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-marketplace I0703 06:39:02.112061 3508 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-marketplace took: 3.275µs I0703 06:39:02.112069 3508 factory.go:1366] Added *v1.Namespace event handler 8 I0703 06:39:02.112115 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-xnxv8 I0703 06:39:02.112123 3508 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:02.112136 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:02.112150 3508 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal I0703 06:39:02.112151 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:02.112156 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:02.112161 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-hs2fs took: 9.842µs I0703 06:39:02.112165 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:02.112167 3508 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal took: 8.067µs I0703 06:39:02.112168 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz took: 7.444µs I0703 06:39:02.112139 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal I0703 06:39:02.112172 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:02.112179 3508 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-pxx98 I0703 06:39:02.112182 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-ct6sj took: 7.603µs I0703 06:39:02.112185 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:02.112187 3508 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-pxx98 took: 679ns I0703 06:39:02.112189 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:02.112190 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal took: 8.321µs I0703 06:39:02.112195 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:39:02.112171 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-z969t I0703 06:39:02.112200 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4ts9m took: 12.29µs I0703 06:39:02.112203 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-bnfzx took: 8.213µs I0703 06:39:02.112204 3508 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:02.112173 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc took: 7.545µs I0703 06:39:02.112211 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-6fbd69d94c-dcdkm I0703 06:39:02.112212 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:02.112217 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:02.112220 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-6fbd69d94c-dcdkm took: 943ns I0703 06:39:02.112178 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:02.112227 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal took: 920ns I0703 06:39:02.112223 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-2cmvg took: 693ns I0703 06:39:02.112232 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-zg5qr I0703 06:39:02.112237 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-zg5qr took: 457ns I0703 06:39:02.112238 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:02.112240 3508 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-vj6zl I0703 06:39:02.112249 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-frhxz took: 1.418µs I0703 06:39:02.112204 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-6fbd69d94c-gmcqs took: 582ns I0703 06:39:02.112192 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-fqz4n I0703 06:39:02.112201 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:02.112276 3508 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-vj6zl took: 4.951µs I0703 06:39:02.112277 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8cxk4 took: 1.427µs I0703 06:39:02.112282 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-qkflp I0703 06:39:02.112283 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-gl56k I0703 06:39:02.112303 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-qkflp took: 620ns I0703 06:39:02.112239 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal took: 7.24µs I0703 06:39:02.112281 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-fqz4n took: 9.468µs I0703 06:39:02.112319 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:02.112322 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:02.112329 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-k6jlg took: 1.346µs I0703 06:39:02.112335 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs I0703 06:39:02.112175 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-j8mgn I0703 06:39:02.112339 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-tdjvs took: 422ns I0703 06:39:02.112333 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wk7sl took: 924ns I0703 06:39:02.112139 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-xnxv8 took: 10.298µs I0703 06:39:02.112347 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-j8mgn took: 1.159µs I0703 06:39:02.112350 3508 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-4cjww I0703 06:39:02.112355 3508 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-4cjww took: 628ns I0703 06:39:02.112357 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-t7kn4 I0703 06:39:02.112236 3508 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal took: 18.675µs I0703 06:39:02.112366 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:02.112367 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-t7kn4 took: 601ns I0703 06:39:02.112359 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-74574f6db8-2cntp I0703 06:39:02.112374 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 took: 1.283µs I0703 06:39:02.112207 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-z969t took: 971ns I0703 06:39:02.112381 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-74574f6db8-2cntp took: 908ns I0703 06:39:02.112385 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.112389 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-f5klt I0703 06:39:02.112399 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-f5klt took: 580ns I0703 06:39:02.112390 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-ccn59 took: 623ns I0703 06:39:02.112311 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:02.112415 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-hdzkt took: 1.067µs I0703 06:39:02.112140 3508 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal took: 7.368µs I0703 06:39:02.112428 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:02.112209 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-r62m8 took: 8.587µs I0703 06:39:02.112436 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-brk54 took: 743ns I0703 06:39:02.112441 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-28749 I0703 06:39:02.112444 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:02.112448 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-28749 took: 906ns I0703 06:39:02.112452 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:02.112191 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:02.112457 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-xp4gn took: 571ns I0703 06:39:02.112451 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jzzsc took: 541ns I0703 06:39:02.112461 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-x2489 took: 845ns I0703 06:39:02.112307 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-gl56k took: 996ns I0703 06:39:02.112468 3508 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-f5vpk I0703 06:39:02.112473 3508 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-f5vpk took: 501ns I0703 06:39:02.112479 3508 factory.go:1366] Added *v1.Pod event handler 9 I0703 06:39:02.112577 3508 model_client.go:374] 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:u4282585289}] I0703 06:39:02.112621 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585289}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.112639 3508 transact.go:43] 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:0xc0096f4550 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:u4282585289} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585289}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.113231 3508 model_client.go:374] 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:u4282585290}] I0703 06:39:02.113281 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585290}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.113318 3508 transact.go:43] 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:0xc0096f51f0 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:u4282585290} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585290}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.113868 3508 model_client.go:374] 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:u4282585291}] I0703 06:39:02.113919 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585291}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.113941 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:pkt.mark == 42 priority:102]] Columns:[priority match] Mutations:[] Timeout:0xc0096f5e70 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:u4282585291} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585291}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.114571 3508 model_client.go:374] Create 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:u4282585292}] I0703 06:39:02.114596 3508 address_set.go:303] New(u4282585292/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0703 06:39:02.114602 3508 transact.go:43] 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:u4282585292}] I0703 06:39:02.114896 3508 model_client.go:374] Create 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:u4282585293}] I0703 06:39:02.114921 3508 address_set.go:303] New(u4282585293/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0703 06:39:02.114927 3508 transact.go:43] 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:u4282585293}] I0703 06:39:02.115168 3508 model_client.go:374] Create 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:u4282585294}] I0703 06:39:02.115189 3508 address_set.go:303] New(u4282585294/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0703 06:39:02.115193 3508 transact.go:43] 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:u4282585294}] I0703 06:39:02.115480 3508 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:02.115514 3508 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-2-172.ec2.internal I0703 06:39:02.115519 3508 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-0-219.ec2.internal I0703 06:39:02.115628 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.115645 3508 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.115920 3508 obj_retry.go:548] Creating *factory.egressNode ip-10-0-1-166.ec2.internal took: 426.258µs I0703 06:39:02.116039 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.116056 3508 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.116315 3508 obj_retry.go:548] Creating *factory.egressNode ip-10-0-2-172.ec2.internal took: 785.509µs I0703 06:39:02.116423 3508 model_client.go:374] 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:u4282585295}] I0703 06:39:02.116482 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u4282585295}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.116500 3508 transact.go:43] 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:u4282585295} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u4282585295}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.116953 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.116975 3508 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.117198 3508 egressip.go:2084] Egress node: ip-10-0-0-219.ec2.internal about to be initialized I0703 06:39:02.117252 3508 model_client.go:374] 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:u4282585296}] I0703 06:39:02.117285 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585296}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.117337 3508 transact.go:43] 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:u4282585296} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585296}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.117600 3508 obj_retry.go:548] Creating *factory.egressNode ip-10-0-0-219.ec2.internal took: 2.06621ms I0703 06:39:02.117615 3508 factory.go:1366] Added *v1.Node event handler 10 I0703 06:39:02.117637 3508 factory.go:1366] Added *v1.EgressIP event handler 11 I0703 06:39:02.117841 3508 factory.go:1366] Added *v1.EgressFirewall event handler 12 I0703 06:39:02.117896 3508 controller.go:132] Adding controller ef_node_controller event handlers I0703 06:39:02.117918 3508 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0703 06:39:02.117924 3508 shared_informer.go:320] Caches are synced for ef_node_controller I0703 06:39:02.117930 3508 controller.go:156] Starting controller ef_node_controller with 1 workers I0703 06:39:02.117938 3508 egressqos.go:193] Setting up event handlers for EgressQoS I0703 06:39:02.118030 3508 egressqos.go:245] Starting EgressQoS Controller I0703 06:39:02.118039 3508 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0703 06:39:02.118043 3508 shared_informer.go:320] Caches are synced for egressqosnodes I0703 06:39:02.118046 3508 shared_informer.go:313] Waiting for caches to sync for egressqospods I0703 06:39:02.118050 3508 shared_informer.go:320] Caches are synced for egressqospods I0703 06:39:02.118053 3508 shared_informer.go:313] Waiting for caches to sync for egressqos I0703 06:39:02.118056 3508 shared_informer.go:320] Caches are synced for egressqos I0703 06:39:02.118060 3508 egressqos.go:259] Repairing EgressQoSes I0703 06:39:02.118064 3508 egressqos.go:399] Starting repairing loop for egressqos I0703 06:39:02.118142 3508 egressqos.go:401] Finished repairing loop for egressqos: 78.402µs I0703 06:39:02.118162 3508 egressservice_zone.go:132] Setting up event handlers for Egress Services I0703 06:39:02.118182 3508 egressqos.go:1007] Processing sync for EgressQoS node ip-10-0-0-219.ec2.internal I0703 06:39:02.118332 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-v9nqm as it is not a known egress service I0703 06:39:02.118343 3508 egressservice_zone.go:210] Starting Egress Services Controller I0703 06:39:02.118350 3508 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 06:39:02.118350 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-hhpjm as it is not a known egress service I0703 06:39:02.118355 3508 shared_informer.go:320] Caches are synced for egressservices I0703 06:39:02.118359 3508 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 06:39:02.118359 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for endpointslice openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-6xrwx as it is not a known egress service I0703 06:39:02.118362 3508 shared_informer.go:320] Caches are synced for egressservices_services I0703 06:39:02.118373 3508 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 06:39:02.118379 3508 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 06:39:02.118385 3508 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0703 06:39:02.118391 3508 shared_informer.go:320] Caches are synced for egressservices_nodes I0703 06:39:02.118399 3508 egressservice_zone.go:228] Repairing Egress Services I0703 06:39:02.118392 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-rx24t as it is not a known egress service I0703 06:39:02.118423 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-gwmj8 as it is not a known egress service I0703 06:39:02.118432 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-sdddt as it is not a known egress service I0703 06:39:02.118442 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-wgjdk as it is not a known egress service I0703 06:39:02.118454 3508 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-t84k6 as it is not a known egress service I0703 06:39:02.118463 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-kdznw as it is not a known egress service I0703 06:39:02.118192 3508 egressqos.go:1022] EgressQoS ip-10-0-0-219.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-0-219.ec2.internal f5a777fd-b963-437d-9859-2d3d40d0a724 9341 0 2026-07-03 06:38:35 +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-1c hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-ca8befa570-workers-0 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-0-219.ec2.internal kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m5.2xlarge node.openshift.io/os_id:rhel 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] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-0d87695f5b1d3004a","ifaddr":{"ipv4":"10.0.0.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/annotations-from-machine: cluster.x-k8s.io/cluster-name:2ragcqil26o75rikag1kbunt6ncm3ure cluster.x-k8s.io/cluster-namespace:ocm-production-2ragcqil26o75rikag1kbunt6ncm3ure-kx-ca8befa570 cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-ca8befa570-workers-0-xrk9t-6l68w cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-ca8befa570-workers-0-xrk9t csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-04fda423633af08f2"} 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-0-219.ec2.internal","mac-address":"12:b6:a9:b8:2a:8b","ip-addresses":["10.0.0.219/24"],"ip-address":"10.0.0.219/24","next-hops":["10.0.0.1"],"next-hop":"10.0.0.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:34a33735-85fc-4a8e-865d-32ce54b999d4 k8s.ovn.org/node-encap-ips:["10.0.0.219"] 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.0.219/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-0-219.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1c/i-04fda423633af08f2,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: {{33164525568 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Allocatable:ResourceList{cpu: {{7500 -3} {} 7500m DecimalSI},ephemeral-storage: {{288211086062 0} {} 288211086062 DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{31985926144 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-03 06:38:55 +0000 UTC,LastTransitionTime:2026-07-03 06:38:35 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-03 06:38:55 +0000 UTC,LastTransitionTime:2026-07-03 06:38:35 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-03 06:38:55 +0000 UTC,LastTransitionTime:2026-07-03 06:38:35 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-03 06:38:55 +0000 UTC,LastTransitionTime:2026-07-03 06:38:35 +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.0.219,},NodeAddress{Type:InternalDNS,Address:ip-10-0-0-219.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-0-219.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2290e5a24bc388c164aa0a61cfa079,SystemUUID:ec2290e5-a24b-c388-c164-aa0a61cfa079,BootID:3060709f-2cca-486d-9ca4-f45f24632cfd,KernelVersion:5.14.0-570.35.1.el9_6.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 9.6.20250811-0 (Plow),ContainerRuntimeVersion:cri-o://1.32.7-2.rhaos4.19.git71d5a61.el9,KubeletVersion:v1.32.7,KubeProxyVersion:v1.32.7,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1aaf4323ff53d97a34de2da068b1aaefe64ac134250a3742f6f3479292b07fb4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a],SizeBytes:1028148772,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6757a9d43d08ac7f3d9c88666a1b2c4cf3c4ddb191cc030fd58497b2d95c56a6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:99a711985f1442f4b9055fa9702a930f4f01191a114f1a79d078950978dd0bf5],SizeBytes:629005463,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,RuntimeHandlers:[]NodeRuntimeHandler{NodeRuntimeHandler{Name:runc,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:crun,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},},Features:nil,},} I0703 06:39:02.118513 3508 egressqos.go:1010] Finished syncing EgressQoS node ip-10-0-0-219.ec2.internal : 330.17µs I0703 06:39:02.118653 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9741c268-67ad-43d5-b396-1d27b0dd5424}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.118675 3508 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9741c268-67ad-43d5-b396-1d27b0dd5424}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:02.118843 3508 master_controller.go:88] Starting Admin Policy Based Route Controller I0703 06:39:02.118859 3508 external_controller.go:277] Starting Admin Policy Based Route Controller I0703 06:39:02.118902 3508 egressservice_zone_endpointslice.go:81] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0703 06:39:02.118912 3508 egressservice_zone_endpointslice.go:81] Ignoring updating default/packageserver for endpointslice default/packageserver-qlmnf as it is not a known egress service I0703 06:39:02.118920 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-219.ec2.internal I0703 06:39:02.118930 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-219.ec2.internal: 10.533µs I0703 06:39:02.118941 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-166.ec2.internal I0703 06:39:02.118946 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-166.ec2.internal: 6.81µs I0703 06:39:02.118953 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-172.ec2.internal I0703 06:39:02.118957 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-172.ec2.internal: 5.372µs I0703 06:39:02.118965 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-q77l5 as it is not a known egress service I0703 06:39:02.118974 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-tv9gr as it is not a known egress service I0703 06:39:02.118981 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-xjcvt as it is not a known egress service I0703 06:39:02.118991 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-crgft as it is not a known egress service I0703 06:39:02.118998 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-5bmzq as it is not a known egress service I0703 06:39:02.119006 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-qk2d8 as it is not a known egress service I0703 06:39:02.119013 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-node-tuning-operator/performance-addon-operator-service for endpointslice openshift-cluster-node-tuning-operator/performance-addon-operator-service-fhkcc as it is not a known egress service I0703 06:39:02.119021 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-storage-operator/cluster-storage-operator-metrics for endpointslice openshift-cluster-storage-operator/cluster-storage-operator-metrics-ltq7q as it is not a known egress service I0703 06:39:02.119029 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-4hpsq as it is not a known egress service I0703 06:39:02.119037 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-wlv2n as it is not a known egress service I0703 06:39:02.119044 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-sfnqj as it is not a known egress service I0703 06:39:02.119051 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-deployment-validation-operator/deployment-validation-operator-catalog for endpointslice openshift-deployment-validation-operator/deployment-validation-operator-catalog-6chgg as it is not a known egress service I0703 06:39:02.119058 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-smthc as it is not a known egress service I0703 06:39:02.119067 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-vfhpj as it is not a known egress service I0703 06:39:02.119075 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-x487f as it is not a known egress service I0703 06:39:02.119084 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-xgpr7 as it is not a known egress service I0703 06:39:02.119091 3508 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-7jz6r as it is not a known egress service I0703 06:39:02.119100 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-2lk74 as it is not a known egress service I0703 06:39:02.119066 3508 default_network_controller.go:563] Completing all the Watchers took 298.124259ms I0703 06:39:02.119107 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-k4dbz as it is not a known egress service I0703 06:39:02.119116 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-deployment-validation-operator/deployment-validation-operator-metrics for endpointslice openshift-deployment-validation-operator/deployment-validation-operator-metrics-gbv2c as it is not a known egress service I0703 06:39:02.119123 3508 default_network_controller.go:567] Starting unidling controllers I0703 06:39:02.119092 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure I0703 06:39:02.119133 3508 unidle.go:46] Registering OVN SB ControllerEvent handler I0703 06:39:02.119096 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:02.119140 3508 unidle.go:63] Populating Initial ContollerEvent events I0703 06:39:02.119141 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0703 06:39:02.119149 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0703 06:39:02.119151 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:02.119154 3508 unidle.go:79] Setting up event handlers for services I0703 06:39:02.119156 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0703 06:39:02.119159 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-xnxv8 I0703 06:39:02.119162 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0703 06:39:02.119169 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0703 06:39:02.119175 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0703 06:39:02.119176 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:02.119181 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0703 06:39:02.119184 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:02.119187 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0703 06:39:02.119191 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-fqz4n I0703 06:39:02.119194 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0703 06:39:02.119197 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:02.119201 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0703 06:39:02.119203 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:02.119123 3508 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-pk2xp as it is not a known egress service I0703 06:39:02.119208 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0703 06:39:02.119210 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-166.ec2.internal I0703 06:39:02.119216 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0703 06:39:02.119218 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-166.ec2.internal I0703 06:39:02.119222 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0703 06:39:02.119224 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-4cjww I0703 06:39:02.119229 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-vj6zl I0703 06:39:02.119230 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0703 06:39:02.119232 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:02.119236 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-z969t I0703 06:39:02.119237 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0703 06:39:02.119240 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:02.119244 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:02.119243 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0703 06:39:02.119247 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:02.119252 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:02.119252 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0703 06:39:02.119255 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:02.119259 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0703 06:39:02.119260 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:02.119265 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-pxx98 I0703 06:39:02.119265 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0703 06:39:02.119270 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-j8mgn I0703 06:39:02.119274 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0703 06:39:02.119278 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-qkflp I0703 06:39:02.119283 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0703 06:39:02.119322 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0703 06:39:02.119329 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0703 06:39:02.119335 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0703 06:39:02.119341 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0703 06:39:02.119347 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0703 06:39:02.119352 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0703 06:39:02.119358 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0703 06:39:02.119364 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0703 06:39:02.119370 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0703 06:39:02.119376 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0703 06:39:02.119298 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.119382 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0703 06:39:02.119388 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-gl56k I0703 06:39:02.119390 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0703 06:39:02.119393 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:02.119397 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-28749 I0703 06:39:02.119397 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0703 06:39:02.119401 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-t7kn4 I0703 06:39:02.119404 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0703 06:39:02.119405 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-f5klt I0703 06:39:02.119411 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:02.119411 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0703 06:39:02.119415 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:02.119418 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0703 06:39:02.119419 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-f5vpk I0703 06:39:02.119424 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0703 06:39:02.119424 3508 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-zg5qr I0703 06:39:02.119431 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0703 06:39:02.119437 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0703 06:39:02.119443 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0703 06:39:02.119449 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0703 06:39:02.119455 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0703 06:39:02.119460 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0703 06:39:02.119466 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0703 06:39:02.119472 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0703 06:39:02.119479 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0703 06:39:02.119485 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0703 06:39:02.119491 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0703 06:39:02.119496 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0703 06:39:02.119501 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0703 06:39:02.119506 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0703 06:39:02.119512 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0703 06:39:02.119518 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0703 06:39:02.119523 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0703 06:39:02.119529 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0703 06:39:02.119536 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0703 06:39:02.119542 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0703 06:39:02.119549 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0703 06:39:02.119554 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0703 06:39:02.119560 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0703 06:39:02.119566 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0703 06:39:02.119571 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0703 06:39:02.119577 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0703 06:39:02.119583 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0703 06:39:02.119589 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0703 06:39:02.119595 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0703 06:39:02.119601 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0703 06:39:02.119607 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0703 06:39:02.119613 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0703 06:39:02.119618 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0703 06:39:02.119624 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0703 06:39:02.119630 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0703 06:39:02.119636 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0703 06:39:02.119641 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0703 06:39:02.119647 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0703 06:39:02.119653 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0703 06:39:02.119658 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0703 06:39:02.119664 3508 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0703 06:39:02.138230 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:02.138274 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.138309 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.138343 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in node ip-10-0-0-219.ec2.internal I0703 06:39:02.138353 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.138360 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:02.138368 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:02.238399 3508 ovs.go:160] Exec(35): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3128.ctl connection-status I0703 06:39:02.242514 3508 ovs.go:163] Exec(35): stdout: "connected\n" I0703 06:39:02.242528 3508 ovs.go:164] Exec(35): stderr: "" I0703 06:39:02.242536 3508 default_node_network_controller.go:523] Node connection status = connected I0703 06:39:02.242544 3508 ovs.go:160] Exec(36): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:39:02.247784 3508 ovs.go:163] Exec(36): stdout: "" I0703 06:39:02.247800 3508 ovs.go:164] Exec(36): stderr: "" I0703 06:39:02.247812 3508 ovs.go:160] Exec(37): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:39:02.252210 3508 ovs.go:163] Exec(37): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0703 06:39:02.252227 3508 ovs.go:164] Exec(37): stderr: "" I0703 06:39:02.252242 3508 ovs.go:160] Exec(38): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-219.ec2.internal-to-br-int ofport I0703 06:39:02.257132 3508 ovs.go:163] Exec(38): stdout: "" I0703 06:39:02.257145 3508 ovs.go:164] Exec(38): stderr: "" I0703 06:39:02.737917 3508 ovs.go:160] Exec(39): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3128.ctl connection-status I0703 06:39:02.742085 3508 ovs.go:163] Exec(39): stdout: "connected\n" I0703 06:39:02.742100 3508 ovs.go:164] Exec(39): stderr: "" I0703 06:39:02.742108 3508 default_node_network_controller.go:523] Node connection status = connected I0703 06:39:02.742117 3508 ovs.go:160] Exec(40): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:39:02.747226 3508 ovs.go:163] Exec(40): stdout: "" I0703 06:39:02.747245 3508 ovs.go:164] Exec(40): stderr: "" I0703 06:39:02.747256 3508 ovs.go:160] Exec(41): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:39:02.751629 3508 ovs.go:163] Exec(41): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0703 06:39:02.751646 3508 ovs.go:164] Exec(41): stderr: "" I0703 06:39:02.751681 3508 ovs.go:160] Exec(42): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-219.ec2.internal-to-br-int ofport I0703 06:39:02.756321 3508 ovs.go:163] Exec(42): stdout: "" I0703 06:39:02.756334 3508 ovs.go:164] Exec(42): stderr: "" I0703 06:39:02.765681 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-166.ec2.internal I0703 06:39:02.765716 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:02.765787 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:02.765830 3508 default_network_controller.go:1011] Node "ip-10-0-1-166.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:02.765863 3508 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-1-166.ec2.internal, new=ip-10-0-1-166.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-166.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-166.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-166.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-166.ec2.internal I0703 06:39:02.765731 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-166.ec2.internal: 52.454µs I0703 06:39:02.765877 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:02.765707 3508 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-1-166.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-ca8befa570-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-166.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1d,topology.k8s.aws/zone-id=use1-az4,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1d, isHostCIDRsAltered?: false I0703 06:39:02.765893 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:02.765904 3508 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-166.ec2.internal in Admin Network Policy controller I0703 06:39:02.765912 3508 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-166.ec2.internal Admin Network Policy controller: took 11.275µs I0703 06:39:03.238314 3508 ovs.go:160] Exec(43): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3128.ctl connection-status I0703 06:39:03.242409 3508 ovs.go:163] Exec(43): stdout: "connected\n" I0703 06:39:03.242424 3508 ovs.go:164] Exec(43): stderr: "" I0703 06:39:03.242432 3508 default_node_network_controller.go:523] Node connection status = connected I0703 06:39:03.242439 3508 ovs.go:160] Exec(44): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:39:03.247872 3508 ovs.go:163] Exec(44): stdout: "" I0703 06:39:03.247890 3508 ovs.go:164] Exec(44): stderr: "" I0703 06:39:03.247900 3508 ovs.go:160] Exec(45): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:39:03.252258 3508 ovs.go:163] Exec(45): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0703 06:39:03.252270 3508 ovs.go:164] Exec(45): stderr: "" I0703 06:39:03.252282 3508 ovs.go:160] Exec(46): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-219.ec2.internal-to-br-int ofport I0703 06:39:03.257151 3508 ovs.go:163] Exec(46): stdout: "" I0703 06:39:03.257164 3508 ovs.go:164] Exec(46): stderr: "" I0703 06:39:03.737923 3508 ovs.go:160] Exec(47): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3128.ctl connection-status I0703 06:39:03.742193 3508 ovs.go:163] Exec(47): stdout: "connected\n" I0703 06:39:03.742209 3508 ovs.go:164] Exec(47): stderr: "" I0703 06:39:03.742218 3508 default_node_network_controller.go:523] Node connection status = connected I0703 06:39:03.742230 3508 ovs.go:160] Exec(48): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:39:03.747424 3508 ovs.go:163] Exec(48): stdout: "" I0703 06:39:03.747439 3508 ovs.go:164] Exec(48): stderr: "" I0703 06:39:03.747448 3508 ovs.go:160] Exec(49): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:39:03.751671 3508 ovs.go:163] Exec(49): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0703 06:39:03.751688 3508 ovs.go:164] Exec(49): stderr: "" I0703 06:39:03.751700 3508 ovs.go:160] Exec(50): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-219.ec2.internal-to-br-int ofport I0703 06:39:03.756550 3508 ovs.go:163] Exec(50): stdout: "" I0703 06:39:03.756564 3508 ovs.go:164] Exec(50): stderr: "" I0703 06:39:03.777833 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:03.777906 3508 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-4cjww I0703 06:39:03.777922 3508 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-4cjww I0703 06:39:03.777947 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-4cjww in node ip-10-0-1-166.ec2.internal I0703 06:39:03.777955 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-4cjww I0703 06:39:03.777962 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:03.777980 3508 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-4cjww I0703 06:39:03.965502 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=fc484797,pod-template-generation=1, podIPs: [10.0.1.166], PodStatus: true, PodCompleted?: false I0703 06:39:03.965632 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc in Admin Network Policy controller I0703 06:39:03.965652 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc Admin Network Policy controller: took 21.31µs I0703 06:39:03.965544 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:03.965670 3508 default_network_controller.go:676] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:03.965688 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:03.965722 3508 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc in node ip-10-0-1-166.ec2.internal I0703 06:39:03.965729 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:03.965739 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:03.965746 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-6bznc I0703 06:39:03.987392 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:03.987419 3508 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-4cjww I0703 06:39:03.987438 3508 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-4cjww I0703 06:39:03.987454 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-4cjww in node ip-10-0-1-166.ec2.internal I0703 06:39:03.987463 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-4cjww I0703 06:39:03.987472 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:03.987485 3508 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-4cjww I0703 06:39:04.237983 3508 ovs.go:160] Exec(51): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3128.ctl connection-status I0703 06:39:04.242069 3508 ovs.go:163] Exec(51): stdout: "connected\n" I0703 06:39:04.242086 3508 ovs.go:164] Exec(51): stderr: "" I0703 06:39:04.242095 3508 default_node_network_controller.go:523] Node connection status = connected I0703 06:39:04.242104 3508 ovs.go:160] Exec(52): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0703 06:39:04.247411 3508 ovs.go:163] Exec(52): stdout: "" I0703 06:39:04.247425 3508 ovs.go:164] Exec(52): stderr: "" I0703 06:39:04.247433 3508 ovs.go:160] Exec(53): /usr/bin/ovs-ofctl dump-aggregate br-int I0703 06:39:04.252229 3508 ovs.go:163] Exec(53): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=46 flow_count=1401\n" I0703 06:39:04.252242 3508 ovs.go:164] Exec(53): stderr: "" I0703 06:39:04.252253 3508 ovs.go:160] Exec(54): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-0-219.ec2.internal-to-br-int ofport I0703 06:39:04.257197 3508 ovs.go:163] Exec(54): stdout: "2\n" I0703 06:39:04.257209 3508 ovs.go:164] Exec(54): stderr: "" I0703 06:39:04.257215 3508 gateway.go:459] Gateway is ready I0703 06:39:04.257226 3508 gateway_shared_intf.go:2467] Creating Gateway Openflow Manager I0703 06:39:04.257235 3508 ovs.go:160] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-0-219.ec2.internal-to-br-int ofport I0703 06:39:04.262244 3508 ovs.go:163] Exec(55): stdout: "2\n" I0703 06:39:04.262256 3508 ovs.go:164] Exec(55): stderr: "" I0703 06:39:04.262265 3508 ovs.go:160] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0703 06:39:04.266942 3508 ovs.go:163] Exec(56): stdout: "1\n" I0703 06:39:04.266953 3508 ovs.go:164] Exec(56): stderr: "" I0703 06:39:04.267402 3508 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 06:39:04.267508 3508 node_ip_handler_linux.go:262] Node primary address changed to 10.0.0.219. Updating OVN encap IP. I0703 06:39:04.267519 3508 ovs.go:160] Exec(57): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0703 06:39:04.272136 3508 ovs.go:163] Exec(57): stdout: "\"10.0.0.219\"\n" I0703 06:39:04.272147 3508 ovs.go:164] Exec(57): stderr: "" I0703 06:39:04.272153 3508 node_ip_handler_linux.go:560] Will not update encap IP 10.0.0.219 - it is already configured I0703 06:39:04.272160 3508 node_ip_handler_linux.go:503] Node address changed to map[10.0.0.219/24:{} 172.20.0.1/32:{}]. Updating annotations. I0703 06:39:04.272424 3508 kube.go:133] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.0.219/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-0-219.ec2.internal","mac-address":"12:b6:a9:b8:2a:8b","ip-addresses":["10.0.0.219/24"],"ip-address":"10.0.0.219/24","next-hops":["10.0.0.1"],"next-hop":"10.0.0.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:34a33735-85fc-4a8e-865d-32ce54b999d4 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.0.219/24"}] on node ip-10-0-0-219.ec2.internal I0703 06:39:04.289459 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:04.289557 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-219.ec2.internal I0703 06:39:04.289513 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-219.ec2.internal I0703 06:39:04.289627 3508 master.go:531] Adding or Updating local node "ip-10-0-0-219.ec2.internal" for network "default" I0703 06:39:04.289641 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-219.ec2.internal: 126.067µs I0703 06:39:04.289498 3508 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-0-219.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-ca8befa570-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-219.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1c,topology.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: true I0703 06:39:04.289676 3508 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-219.ec2.internal in Admin Network Policy controller I0703 06:39:04.289685 3508 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-219.ec2.internal Admin Network Policy controller: took 11.144µs I0703 06:39:04.289606 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-219.ec2.internal in network "default" I0703 06:39:04.289756 3508 node_tracker.go:172] Node ip-10-0-0-219.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:04.289781 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:04.289801 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:04.289813 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:04.289821 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:04.289828 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:04.289829 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:04.289837 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:04.289844 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:04.289849 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:04.289851 3508 gateway_shared_intf.go:2754] Setting OVN Masquerade route with source: 10.0.0.219 I0703 06:39:04.289861 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:04.289883 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:f228aa74-0d50-4c6a-a124-4d8ff36ab062}]} external_ids:{GoMap:map[physical_ip:10.0.0.219 physical_ips:10.0.0.219]} load_balancer_group:{GoSet:[{GoUUID:ab41137e-9474-4665-bb13-48eb1c111c7f} {GoUUID:9a94ff42-ee6b-45ce-8c3d-9caf2e11d08c}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:34a33735-85fc-4a8e-865d-32ce54b999d4 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 == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.289921 3508 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.0.219 Gw: Flags: [] Table: 254 Realm: 0} I0703 06:39:04.289946 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:04.289846 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.289964 3508 kube.go:133] Setting annotations map[k8s.ovn.org/node-masquerade-subnet:{"ipv4":"169.254.0.0/17","ipv6":"fd69::/112"}] on node ip-10-0-0-219.ec2.internal I0703 06:39:04.289946 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:f228aa74-0d50-4c6a-a124-4d8ff36ab062}]} external_ids:{GoMap:map[physical_ip:10.0.0.219 physical_ips:10.0.0.219]} load_balancer_group:{GoSet:[{GoUUID:ab41137e-9474-4665-bb13-48eb1c111c7f} {GoUUID:9a94ff42-ee6b-45ce-8c3d-9caf2e11d08c}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:34a33735-85fc-4a8e-865d-32ce54b999d4 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 == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.289993 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:04.289855 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:04.290065 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:04.290056 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:04.290074 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:04.290078 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.289932 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:04.290089 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290091 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 158.342µs I0703 06:39:04.290104 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:04.290166 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 59.132µs I0703 06:39:04.290181 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:04.290189 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.290275 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:04.289871 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.290305 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:04.290337 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:04.289938 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:04.290366 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:04.290383 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290392 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290363 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.290431 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:04.290407 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.290466 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.290475 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:04.290482 3508 services_controller.go:480] 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:04.290499 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:04.290507 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 646.461µs I0703 06:39:04.290519 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:04.290346 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290541 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290563 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.290598 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.290528 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.289958 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:04.290634 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:04.290657 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290447 3508 services_controller.go:469] 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.229.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:04.290664 3508 services_controller.go:470] 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:04.290678 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290678 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290656 3508 model_client.go:383] 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-0-219.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e5217825-a253-42e4-9719-83310da33e9a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.290690 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290710 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:04.290704 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.290726 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.290733 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:04.290612 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.290634 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:04.290752 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:04.290758 3508 services_controller.go:480] 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:04.290764 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290773 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290786 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:04.290783 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.290793 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 610.532µs I0703 06:39:04.290799 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.290806 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:04.290081 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:04.290809 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:04.290815 3508 services_controller.go:480] 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:04.290819 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:04.290826 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:04.290109 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.290833 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:04.290842 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:04.290845 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:04.290849 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:04.290855 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:04.290858 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:04.290864 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:04.290869 3508 services_controller.go:480] 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:04.290822 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.290725 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:e5217825-a253-42e4-9719-83310da33e9a}]}}] Timeout: Where:[where column _uuid == {d43cd017-4af8-4c7f-846b-bc045ed76387}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.290919 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:04.290906 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} options:{GoMap:map[router-port:rtoj-GR_ip-10-0-0-219.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {e5217825-a253-42e4-9719-83310da33e9a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:e5217825-a253-42e4-9719-83310da33e9a}]}}] Timeout: Where:[where column _uuid == {d43cd017-4af8-4c7f-846b-bc045ed76387}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.290937 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:04.290955 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290973 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.290871 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:04.291004 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:04.291008 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:04.291012 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:04.290994 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.290890 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:04.291027 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.291041 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.291054 3508 services_controller.go:480] 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:04.291016 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:04.291086 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:04.291094 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:04.291097 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 288.486µs I0703 06:39:04.291105 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:04.291110 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:04.291114 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:04.291122 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:04.291130 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:04.291137 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:04.290718 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:04.291145 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:04.291154 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:04.291154 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:04.291162 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:04.291167 3508 services_controller.go:480] 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:04.290742 3508 services_controller.go:480] 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:04.291121 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.290832 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:04.291213 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 692.854µs I0703 06:39:04.291229 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:04.291231 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:04.291246 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:04.291265 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291199 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:04.291169 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:04.291300 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.339016ms I0703 06:39:04.291311 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:04.291028 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.201324ms I0703 06:39:04.291322 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:04.291325 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:04.291278 3508 model_client.go:383] 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 == {413bfc25-f9de-4f40-bb05-16307f8d7c3f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.291330 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:04.291333 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:04.291340 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:04.291348 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:04.291359 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:04.291239 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291366 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:04.291374 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:04.291277 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291332 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291200 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:04.291393 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:413bfc25-f9de-4f40-bb05-16307f8d7c3f}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.291412 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.472969ms I0703 06:39:04.291418 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:04.291398 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291424 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:04.291438 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:04.291441 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:04.291450 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291416 3508 transact.go:43] 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 == {413bfc25-f9de-4f40-bb05-16307f8d7c3f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:413bfc25-f9de-4f40-bb05-16307f8d7c3f}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.291456 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:04.291458 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291441 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291469 3508 services_controller.go:480] 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:04.291495 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:04.291340 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291501 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:04.291506 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 395.85µs I0703 06:39:04.291518 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291520 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:04.291503 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291528 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:04.291534 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.291540 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291546 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.291556 3508 services_controller.go:480] 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:04.291560 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:04.291580 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:04.291568 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:04.291532 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291591 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 362.315µs I0703 06:39:04.291595 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:04.291603 3508 services_controller.go:480] 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:04.291605 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:04.291520 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:04.291614 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:04.291620 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:04.291627 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 202.948µs I0703 06:39:04.291627 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:04.291630 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:04.291640 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:04.291645 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291649 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291426 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:04.291656 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291662 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291669 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:04.291649 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:04.291674 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291684 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291708 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291709 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.291635 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291713 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.291720 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291723 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.291729 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.291734 3508 services_controller.go:480] 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:04.291736 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:04.291743 3508 services_controller.go:480] 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:04.291746 3508 services_controller.go:469] 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.82.252"}, 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:04.291755 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291738 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291709 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:04.291761 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291768 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:04.291769 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:04.291769 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:04.291775 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 255.443µs I0703 06:39:04.291781 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:04.291773 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291790 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:04.291796 3508 services_controller.go:480] 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:04.291788 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:04.291802 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 12.015µs I0703 06:39:04.291813 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:04.291808 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:04.291820 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:04.291826 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291830 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:04.291837 3508 services_controller.go:480] 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:04.291840 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:b6:a9:b8:2a:8b networks:{GoSet:[10.0.0.219/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d3ed60a6-11d6-4172-bdf0-b51c3ba147e9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.291823 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291858 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291871 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:04.291879 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 274.67µs I0703 06:39:04.291759 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:04.291888 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:04.291892 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:04.291897 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 567.659µs I0703 06:39:04.291904 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:04.291914 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:04.291920 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291877 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:04.291934 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291945 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:04.291901 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291957 3508 services_controller.go:480] 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:04.291892 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d3ed60a6-11d6-4172-bdf0-b51c3ba147e9}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.291924 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.291954 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.291991 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:04.291975 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:12:b6:a9:b8:2a:8b networks:{GoSet:[10.0.0.219/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d3ed60a6-11d6-4172-bdf0-b51c3ba147e9}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d3ed60a6-11d6-4172-bdf0-b51c3ba147e9}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.291999 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:04.292006 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:04.292005 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:04.292010 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292018 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:04.292018 3508 services_controller.go:480] 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:04.292021 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292027 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292033 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:04.292046 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:04.292047 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.291822 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:04.292054 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 242.464µs I0703 06:39:04.292062 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 742.949µs I0703 06:39:04.292067 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:04.292069 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:04.292076 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:04.292080 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:04.291973 3508 services_controller.go:499] Services do not match for network=default, existing lbs: []services.LB{services.LB{Name:"Service_openshift-ingress/router-default_TCP_cluster", UUID:"1468d4b8-fdfe-4dee-ba33-46e29472cd77", 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:04.292118 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:04.292077 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292048 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:04.292131 3508 services_controller.go:480] 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:04.292152 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:04.292142 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:04.292113 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292168 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:04.292170 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:04.292180 3508 services_controller.go:480] 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:04.292187 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292188 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:04.292199 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292203 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:04.292213 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:04.292219 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 326.974µs I0703 06:39:04.292218 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292155 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:04.292229 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:04.292231 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292233 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 318.524µs I0703 06:39:04.292218 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292212 3508 model_client.go:383] 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.131.219:443: 172.30.131.219:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1468d4b8-fdfe-4dee-ba33-46e29472cd77}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292247 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:04.292250 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.292255 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.445µs I0703 06:39:04.292263 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:04.292264 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:04.292276 3508 services_controller.go:480] 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:04.292236 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292247 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292314 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:04.292319 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:04.292282 3508 model_client.go:374] 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-0-219.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.0.219:32136: 10.0.0.219:32457: 172.20.0.1:32136: 172.20.0.1:32457:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585297}] I0703 06:39:04.292328 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 259.216µs I0703 06:39:04.292331 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.292330 3508 services_controller.go:469] 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.102.148"}, 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:04.292341 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292343 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:04.292344 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.292349 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292357 3508 services_controller.go:480] 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:04.292275 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292360 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292381 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:04.292382 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.292383 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:04.292359 3508 model_client.go:374] 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-0-219.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.0.219:32136: 10.0.0.219:32457: 169.254.0.3:32136: 169.254.0.3:32457: 172.20.0.1:32136: 172.20.0.1:32457:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585298}] I0703 06:39:04.292388 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 310.705µs I0703 06:39:04.292394 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:04.292354 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:04.292403 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:04.292403 3508 services_controller.go:480] 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:04.292397 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:04.292417 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292421 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:04.292427 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 197.573µs I0703 06:39:04.292429 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292429 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:04.292436 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:04.292424 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585298}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292447 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292458 3508 services_controller.go:470] 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:04.292446 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292473 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292479 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:04.292413 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292471 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585297}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292491 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:04.292502 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:04.292504 3508 services_controller.go:480] 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:04.292505 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:04.292519 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:04.292531 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:04.292443 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292515 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:04.292539 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 273.935µs I0703 06:39:04.292552 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:04.292553 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:04.292560 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:04.292562 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292568 3508 services_controller.go:480] 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:04.292573 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292482 3508 model_client.go:383] 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 == {311a177f-941c-496a-a1b8-f9590ef4fa33}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292572 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:04.292591 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292594 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:04.292599 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292601 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 259.081µs I0703 06:39:04.292501 3508 transact.go:43] 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.131.219:443: 172.30.131.219:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1468d4b8-fdfe-4dee-ba33-46e29472cd77}] 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-0-219.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.0.219:32136: 10.0.0.219:32457: 172.20.0.1:32136: 172.20.0.1:32457:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585297} {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-0-219.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.0.219:32136: 10.0.0.219:32457: 169.254.0.3:32136: 169.254.0.3:32457: 172.20.0.1:32136: 172.20.0.1:32457:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585298} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585298}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u4282585297}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292565 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292615 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:04.292624 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 11.547µs I0703 06:39:04.292632 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:04.292637 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:04.292645 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:04.292638 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292659 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292660 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:04.292669 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:04.292669 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292676 3508 services_controller.go:480] 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:04.292589 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292692 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.292699 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:04.292687 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292704 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.292707 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 268.712µs I0703 06:39:04.292715 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.292717 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:04.292717 3508 services_controller.go:480] 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:04.292726 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.292737 3508 services_controller.go:480] 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:04.292743 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:04.292724 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:b6:a9:b8:2a:8b]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-219.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b1d5ecea-d16d-4cf5-98a0-a05599755dd7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292749 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 345.977µs I0703 06:39:04.292760 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:04.292762 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:04.292724 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292767 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 213.346µs I0703 06:39:04.292780 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:04.292787 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.089µs I0703 06:39:04.292775 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:311a177f-941c-496a-a1b8-f9590ef4fa33} {GoUUID:b1d5ecea-d16d-4cf5-98a0-a05599755dd7}]}}] Timeout: Where:[where column _uuid == {93b062c9-817d-4438-9d2e-0bef516dc40c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292795 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:04.292803 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 6.182µs I0703 06:39:04.292813 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:04.292772 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292797 3508 transact.go:43] 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 == {311a177f-941c-496a-a1b8-f9590ef4fa33}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[12:b6:a9:b8:2a:8b]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-0-219.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b1d5ecea-d16d-4cf5-98a0-a05599755dd7}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:311a177f-941c-496a-a1b8-f9590ef4fa33} {GoUUID:b1d5ecea-d16d-4cf5-98a0-a05599755dd7}]}}] Timeout: Where:[where column _uuid == {93b062c9-817d-4438-9d2e-0bef516dc40c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.292820 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.292787 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:04.292874 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:04.292874 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:04.292885 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:04.292889 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292896 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292900 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292902 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292916 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.292941 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:04.292951 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:04.292962 3508 services_controller.go:480] 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:04.292978 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:04.292983 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 172.01µs I0703 06:39:04.292990 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:04.292994 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 4.557µs I0703 06:39:04.292999 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:04.292917 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.293006 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.499µs I0703 06:39:04.293014 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:04.292852 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:04.293024 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:04.293034 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.293042 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.293013 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:04.293020 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.293063 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:04.293073 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:04.293075 3508 services_controller.go:480] 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:04.293059 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.293081 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:04.293090 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.293090 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:04.293096 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.293100 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:04.293103 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:04.293107 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 388.165µs I0703 06:39:04.293113 3508 services_controller.go:480] 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:04.293120 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:04.293112 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.293133 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:04.293136 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:04.293140 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:04.293142 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 380.398µs I0703 06:39:04.293147 3508 services_controller.go:480] 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:04.293161 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:04.293165 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 151.46µs I0703 06:39:04.293130 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.293193 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:04.293202 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:04.293213 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.293219 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.292646 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:04.293231 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.293252 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:04.293263 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:04.293273 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:04.293267 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:04.293282 3508 services_controller.go:480] 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:04.293311 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:04.293322 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:04.293331 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 211.139µs I0703 06:39:04.293323 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:04.293354 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:04.293381 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:04.293392 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:04.293401 3508 services_controller.go:480] 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:04.293419 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:04.293427 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 791.228µs I0703 06:39:04.293620 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-219.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1ba97dea-41d7-4bfd-85ff-4635753bb5d7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.293643 3508 transact.go:43] Configuring OVN: [{Op:update Table:Static_MAC_Binding Row:map[ip:169.254.0.4 logical_port:rtoe-GR_ip-10-0-0-219.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1ba97dea-41d7-4bfd-85ff-4635753bb5d7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.293717 3508 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0703 06:39:04.293735 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.095377ms I0703 06:39:04.293863 3508 model_client.go:383] 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 == {2bd5b5fd-9e28-42d1-b5c4-3508140763c5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.293897 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:2bd5b5fd-9e28-42d1-b5c4-3508140763c5}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.293915 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2bd5b5fd-9e28-42d1-b5c4-3508140763c5}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:2bd5b5fd-9e28-42d1-b5c4-3508140763c5}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294113 3508 model_client.go:383] 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 == {9e058795-4adb-4686-a6d9-8ea42746c758}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294161 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:9e058795-4adb-4686-a6d9-8ea42746c758}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294182 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:169.254.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {9e058795-4adb-4686-a6d9-8ea42746c758}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:9e058795-4adb-4686-a6d9-8ea42746c758}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294393 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {036bc548-9b1d-4227-9c27-1234f9c56dd4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294424 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:036bc548-9b1d-4227-9c27-1234f9c56dd4}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294436 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.0.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {036bc548-9b1d-4227-9c27-1234f9c56dd4}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:036bc548-9b1d-4227-9c27-1234f9c56dd4}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294630 3508 model_client.go:383] 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 == {021f49af-f6aa-4136-9444-c44091ad3af6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294673 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:021f49af-f6aa-4136-9444-c44091ad3af6}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294692 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {021f49af-f6aa-4136-9444-c44091ad3af6}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:021f49af-f6aa-4136-9444-c44091ad3af6}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294915 3508 model_client.go:383] 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 == {7a1c1a9d-4af3-4d75-a1e2-b65a739507b1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294945 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:7a1c1a9d-4af3-4d75-a1e2-b65a739507b1}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.294959 3508 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {7a1c1a9d-4af3-4d75-a1e2-b65a739507b1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:7a1c1a9d-4af3-4d75-a1e2-b65a739507b1}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.295215 3508 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {71a965e2-841a-4219-ad16-0e32681f4516}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.295254 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:71a965e2-841a-4219-ad16-0e32681f4516}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.295318 3508 transact.go:43] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {71a965e2-841a-4219-ad16-0e32681f4516}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:71a965e2-841a-4219-ad16-0e32681f4516}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.295699 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-0-219.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-219.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585299}] I0703 06:39:04.295737 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585299}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.295752 3508 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-0-219.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-219.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0095e1890 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-0-219.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-219.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-0-219.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-0-219.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585299} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585299}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.296336 3508 base_network_controller.go:622] When adding node ip-10-0-0-219.ec2.internal for network default, found 43 pods to add to retryPods I0703 06:39:04.296351 3508 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-r62m8 to retryPods for network default I0703 06:39:04.296363 3508 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-hs2fs to retryPods for network default I0703 06:39:04.296368 3508 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-vj6zl to retryPods for network default I0703 06:39:04.296374 3508 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal to retryPods for network default I0703 06:39:04.296378 3508 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 to retryPods for network default I0703 06:39:04.296383 3508 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal to retryPods for network default I0703 06:39:04.296387 3508 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-j8mgn to retryPods for network default I0703 06:39:04.296393 3508 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-ccn59 to retryPods for network default I0703 06:39:04.296398 3508 base_network_controller.go:631] Adding pod openshift-multus/multus-gl56k to retryPods for network default I0703 06:39:04.296402 3508 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-t7kn4 to retryPods for network default I0703 06:39:04.296407 3508 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-frhxz to retryPods for network default I0703 06:39:04.296411 3508 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-xp4gn to retryPods for network default I0703 06:39:04.296414 3508 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-hdzkt to retryPods for network default I0703 06:39:04.296424 3508 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0703 06:39:04.296442 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:04.296452 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-219.ec2.internal I0703 06:39:04.296469 3508 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-0-219.ec2.internal. Updating no re-route policies I0703 06:39:04.296501 3508 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0703 06:39:04.296517 3508 obj_retry.go:406] Going to retry *v1.Pod resource setup for 17 objects: [openshift-multus/network-metrics-daemon-frhxz openshift-network-operator/iptables-alerter-xp4gn kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 openshift-image-registry/node-ca-j8mgn openshift-multus/multus-gl56k openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal openshift-dns/node-resolver-t7kn4 openshift-ovn-kubernetes/ovnkube-node-hdzkt openshift-network-diagnostics/network-check-target-ct6sj openshift-multus/network-metrics-daemon-brk54 openshift-cluster-node-tuning-operator/tuned-r62m8 openshift-network-diagnostics/network-check-target-hs2fs kube-system/konnectivity-agent-vj6zl openshift-multus/multus-additional-cni-plugins-ccn59 openshift-multus/network-metrics-daemon-x2489 openshift-network-diagnostics/network-check-target-2cmvg] I0703 06:39:04.296552 3508 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0703 06:39:04.296556 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:04.296571 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:04.296573 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:04.296578 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:04.296583 3508 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-xp4gn in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296594 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:04.296593 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:04.296605 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:04.296611 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-operator/iptables-alerter-xp4gn after 0 failed attempt(s) I0703 06:39:04.296619 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-ct6sj in node ip-10-0-1-166.ec2.internal I0703 06:39:04.296623 3508 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-xp4gn I0703 06:39:04.296610 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-gl56k I0703 06:39:04.296634 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:04.296638 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-gl56k I0703 06:39:04.296624 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.219 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.296641 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-dns/node-resolver-t7kn4 I0703 06:39:04.296645 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-frhxz in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296652 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-dns/node-resolver-t7kn4 I0703 06:39:04.296647 3508 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.219 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.296661 3508 obj_retry.go:374] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-ct6sj, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-ct6sj: suppressed error logged: pod openshift-network-diagnostics/network-check-target-ct6sj: no pod IPs found I0703 06:39:04.296664 3508 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-t7kn4 in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296667 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:04.296674 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-dns/node-resolver-t7kn4 after 0 failed attempt(s) I0703 06:39:04.296680 3508 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/konnectivity-agent-vj6zl I0703 06:39:04.296685 3508 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-t7kn4 I0703 06:39:04.296595 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:04.296696 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:04.296702 3508 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296703 3508 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-frhxz] creating logical port openshift-multus_network-metrics-daemon-frhxz for pod on switch ip-10-0-0-219.ec2.internal I0703 06:39:04.296657 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:04.296584 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:04.296714 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:04.296717 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:04.296720 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:04.296723 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-2cmvg in node ip-10-0-2-172.ec2.internal I0703 06:39:04.296724 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:04.296729 3508 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-hs2fs in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296733 3508 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-r62m8 in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296735 3508 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:04.296740 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-r62m8 after 0 failed attempt(s) I0703 06:39:04.296743 3508 obj_retry.go:363] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:04.296747 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-r62m8 I0703 06:39:04.296645 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-gl56k in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296752 3508 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296759 3508 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-hs2fs] creating logical port openshift-network-diagnostics_network-check-target-hs2fs for pod on switch ip-10-0-0-219.ec2.internal I0703 06:39:04.296760 3508 obj_retry.go:383] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal after 0 failed attempt(s) I0703 06:39:04.296627 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:04.296768 3508 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-219.ec2.internal I0703 06:39:04.296772 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-gl56k after 0 failed attempt(s) I0703 06:39:04.296760 3508 obj_retry.go:374] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-2cmvg, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-2cmvg: suppressed error logged: pod openshift-network-diagnostics/network-check-target-2cmvg: no pod IPs found I0703 06:39:04.296778 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-gl56k I0703 06:39:04.296704 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-brk54 in node ip-10-0-2-172.ec2.internal I0703 06:39:04.296723 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:04.296786 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:04.296790 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-x2489 in node ip-10-0-1-166.ec2.internal I0703 06:39:04.296795 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:04.296803 3508 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296807 3508 obj_retry.go:374] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-brk54, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-brk54: suppressed error logged: pod openshift-multus/network-metrics-daemon-brk54: no pod IPs found I0703 06:39:04.296811 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 after 0 failed attempt(s) I0703 06:39:04.296773 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:04.296818 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9f968 I0703 06:39:04.296819 3508 obj_retry.go:374] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-x2489, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-x2489: suppressed error logged: pod openshift-multus/network-metrics-daemon-x2489: no pod IPs found I0703 06:39:04.296823 3508 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296711 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt after 0 failed attempt(s) I0703 06:39:04.296831 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal after 0 failed attempt(s) I0703 06:39:04.296838 3508 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-219.ec2.internal I0703 06:39:04.296832 3508 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:04.296880 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-image-registry/node-ca-j8mgn I0703 06:39:04.296693 3508 obj_retry.go:363] Adding new object: *v1.Pod kube-system/konnectivity-agent-vj6zl I0703 06:39:04.296892 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-image-registry/node-ca-j8mgn I0703 06:39:04.296900 3508 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-vj6zl in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296901 3508 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-j8mgn in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296908 3508 obj_retry.go:383] Retry successful for *v1.Pod kube-system/konnectivity-agent-vj6zl after 0 failed attempt(s) I0703 06:39:04.296915 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-vj6zl I0703 06:39:04.296927 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-image-registry/node-ca-j8mgn after 0 failed attempt(s) I0703 06:39:04.296937 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-j8mgn I0703 06:39:04.296703 3508 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:04.296953 3508 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:04.296961 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in node ip-10-0-0-219.ec2.internal I0703 06:39:04.296968 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 after 0 failed attempt(s) I0703 06:39:04.296940 3508 model_client.go:383] 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:461c709e-9286-4cf7-b128-f68dae306a8b requested-chassis:ip-10-0-0-219.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {055b4693-08c2-408d-9c15-53f5f3fcbe9b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.296977 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:04.296959 3508 model_client.go:383] 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:58756a17-38f5-41a1-9fa4-bc65499cbb12 requested-chassis:ip-10-0-0-219.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6f55ebb7-db25-49cf-a898-9ac5b802452c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297002 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:055b4693-08c2-408d-9c15-53f5f3fcbe9b}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297013 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6f55ebb7-db25-49cf-a898-9ac5b802452c}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297069 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:055b4693-08c2-408d-9c15-53f5f3fcbe9b}]}}] Timeout: Where:[where column _uuid == {f1f2c476-bc8d-4edb-b82b-73b96073df00}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297085 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6f55ebb7-db25-49cf-a898-9ac5b802452c}]}}] Timeout: Where:[where column _uuid == {25c63534-703f-47b0-b2a1-f69f156b1331}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297257 3508 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {07c88262-34d2-4102-9bce-c89c25c0c619}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297332 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:07c88262-34d2-4102-9bce-c89c25c0c619}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297263 3508 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b0d4d073-af88-4c65-a760-577c0a274674}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297355 3508 transact.go:43] 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:58756a17-38f5-41a1-9fa4-bc65499cbb12 requested-chassis:ip-10-0-0-219.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {6f55ebb7-db25-49cf-a898-9ac5b802452c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6f55ebb7-db25-49cf-a898-9ac5b802452c}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6f55ebb7-db25-49cf-a898-9ac5b802452c}]}}] Timeout: Where:[where column _uuid == {25c63534-703f-47b0-b2a1-f69f156b1331}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {07c88262-34d2-4102-9bce-c89c25c0c619}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:07c88262-34d2-4102-9bce-c89c25c0c619}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297407 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b0d4d073-af88-4c65-a760-577c0a274674}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297431 3508 transact.go:43] 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:461c709e-9286-4cf7-b128-f68dae306a8b requested-chassis:ip-10-0-0-219.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {055b4693-08c2-408d-9c15-53f5f3fcbe9b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:055b4693-08c2-408d-9c15-53f5f3fcbe9b}]}}] Timeout: Where:[where column _uuid == {42bcb525-f174-42f0-a7d2-d460fe22aa12}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:055b4693-08c2-408d-9c15-53f5f3fcbe9b}]}}] Timeout: Where:[where column _uuid == {f1f2c476-bc8d-4edb-b82b-73b96073df00}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.0.219 external_port_range:32768-60999 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b0d4d073-af88-4c65-a760-577c0a274674}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:b0d4d073-af88-4c65-a760-577c0a274674}]}}] Timeout: Where:[where column _uuid == {3ee7aa1e-e2ac-4e01-84a1-391eb5422bfc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297546 3508 model_client.go:374] 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:u4282585300}] I0703 06:39:04.297610 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585300}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297632 3508 transact.go:43] 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:0xc009bdbcd0 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:u4282585300} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u4282585300}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:04.297784 3508 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-hs2fs): added port &{name:openshift-network-diagnostics_network-check-target-hs2fs uuid:6f55ebb7-db25-49cf-a898-9ac5b802452c logicalSwitch:ip-10-0-0-219.ec2.internal ips:[0xc00a00f920] 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:39:04.297809 3508 pods.go:253] [openshift-network-diagnostics/network-check-target-hs2fs] addLogicalPort took 1.057599ms, libovsdb time 416.703µs I0703 06:39:04.297820 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-hs2fs after 0 failed attempt(s) I0703 06:39:04.297819 3508 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "58756a17-38f5-41a1-9fa4-bc65499cbb12" I0703 06:39:04.297828 3508 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-hs2fs I0703 06:39:04.297886 3508 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-frhxz): added port &{name:openshift-multus_network-metrics-daemon-frhxz uuid:055b4693-08c2-408d-9c15-53f5f3fcbe9b logicalSwitch:ip-10-0-0-219.ec2.internal ips:[0xc009a6cd50] 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:39:04.297901 3508 pods.go:253] [openshift-multus/network-metrics-daemon-frhxz] addLogicalPort took 1.23481ms, libovsdb time 450.147µs I0703 06:39:04.297912 3508 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-frhxz after 0 failed attempt(s) I0703 06:39:04.297919 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-frhxz I0703 06:39:04.297928 3508 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 1.411419ms) I0703 06:39:04.297941 3508 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "461c709e-9286-4cf7-b128-f68dae306a8b" I0703 06:39:04.306523 3508 gateway_shared_intf.go:2533] Creating Gateway Node Port Watcher I0703 06:39:04.306541 3508 ovs.go:160] Exec(58): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0703 06:39:04.306640 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:04.306698 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-219.ec2.internal I0703 06:39:04.306734 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:04.306745 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-219.ec2.internal I0703 06:39:04.311926 3508 ovs.go:163] Exec(58): stdout: "1\n" I0703 06:39:04.311940 3508 ovs.go:164] Exec(58): stderr: "" I0703 06:39:04.317352 3508 iptables.go:108] Creating table: mangle chain: OUTPUT I0703 06:39:04.318314 3508 iptables.go:110] 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:39:04.319349 3508 iptables.go:121] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 06:39:04.320375 3508 iptables.go:108] Creating table: nat chain: OUTPUT I0703 06:39:04.321558 3508 iptables.go:110] 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:39:04.322790 3508 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0703 06:39:04.350900 3508 iptables.go:108] Creating table: nat chain: PREROUTING I0703 06:39:04.352927 3508 iptables.go:110] 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:39:04.354311 3508 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 06:39:04.356678 3508 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0703 06:39:04.359073 3508 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 06:39:04.361577 3508 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0703 06:39:04.364320 3508 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0703 06:39:04.393754 3508 iptables.go:108] Creating table: filter chain: FORWARD I0703 06:39:04.395126 3508 iptables.go:110] 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:39:04.396965 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 06:39:04.399850 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0703 06:39:04.402819 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 06:39:04.406392 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0703 06:39:04.409214 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 06:39:04.412155 3508 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0703 06:39:04.413702 3508 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.1 W0703 06:39:04.413912 3508 gateway_shared_intf.go:2861] 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:39:04.413962 3508 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.4 W0703 06:39:04.414045 3508 gateway_shared_intf.go:2861] 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:39:04.414105 3508 gateway_init.go:431] Gateway and management port readiness took 2.676823301s I0703 06:39:04.414131 3508 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0703 06:39:04.414160 3508 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0703 06:39:04.414177 3508 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0703 06:39:04.414184 3508 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0703 06:39:04.414348 3508 network_controller.go:246] [node-nad-controller network controller]: syncing all networks I0703 06:39:04.414357 3508 network_controller.go:257] [node-nad-controller network controller]: finished syncing all networks. Time taken: 10.657µs I0703 06:39:04.414364 3508 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0703 06:39:04.414374 3508 nad_controller.go:162] [node-nad-controller NAD controller]: started I0703 06:39:04.414378 3508 default_node_network_controller.go:986] Starting the default node network controller I0703 06:39:04.414390 3508 gateway_init.go:441] Initializing Gateway Functionality for gateway Start I0703 06:39:04.414570 3508 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.0.219:{10.0.0.0 ffffff00} 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::dbff:d304:aa48:3292:{fe80:: ffffffffffffffff0000000000000000}] I0703 06:39:04.414712 3508 default_node_network_controller.go:1676] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0703 06:39:04.414726 3508 default_node_network_controller.go:1106] Upgrade Hack: Interconnect is enabled I0703 06:39:04.414759 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:04.414776 3508 ovs.go:160] Exec(59): /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:04.425546 3508 ovs.go:163] Exec(59): stdout: "" I0703 06:39:04.425566 3508 ovs.go:164] Exec(59): stderr: "" I0703 06:39:04.425578 3508 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:39:04.915344 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:04.915374 3508 ovs.go:160] Exec(60): /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:04.924721 3508 ovs.go:163] Exec(60): stdout: "" I0703 06:39:04.924740 3508 ovs.go:164] Exec(60): stderr: "" I0703 06:39:04.924749 3508 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:39:04.979719 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-wk7sl: podLabels app=ovnkube-node,component=network,controller-revision-hash=5d6756d75c,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.1.166], PodStatus: true, PodCompleted?: false I0703 06:39:04.979765 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl in Admin Network Policy controller I0703 06:39:04.979773 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:04.979783 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl Admin Network Policy controller: took 19.973µs I0703 06:39:04.979791 3508 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:04.979808 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:04.979837 3508 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-wk7sl in node ip-10-0-1-166.ec2.internal I0703 06:39:04.979853 3508 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:04.979862 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:04.979872 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-wk7sl I0703 06:39:05.415306 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:05.415338 3508 ovs.go:160] Exec(61): /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:05.424783 3508 ovs.go:163] Exec(61): stdout: "" I0703 06:39:05.424800 3508 ovs.go:164] Exec(61): stderr: "" I0703 06:39:05.424812 3508 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:39:05.755897 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:05.756001 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-219.ec2.internal I0703 06:39:05.756033 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:05.756056 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-219.ec2.internal I0703 06:39:05.915275 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:05.915324 3508 ovs.go:160] 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:39:05.926921 3508 ovs.go:163] Exec(62): stdout: "" I0703 06:39:05.926946 3508 ovs.go:164] Exec(62): stderr: "" I0703 06:39:05.926960 3508 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:06.114207 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-166.ec2.internal in network "default" I0703 06:39:06.114242 3508 node_tracker.go:238] Node ip-10-0-1-166.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-166.ec2.internal" I0703 06:39:06.114259 3508 node_tracker.go:172] Node ip-10-0-1-166.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:06.114281 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:06.114315 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:06.114326 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:06.114334 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:06.114341 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:06.114348 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:06.114355 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:06.114361 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:06.114368 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:06.114207 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:06.114383 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:06.114385 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:06.114392 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:06.114396 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:06.114405 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:06.114418 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:06.114424 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:06.114422 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 41.984µs I0703 06:39:06.114431 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:06.114437 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:06.114441 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:06.114444 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:06.114445 3508 default_network_controller.go:1011] Node "ip-10-0-1-166.ec2.internal" in remote zone "ip-10-0-1-166.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:06.114450 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:06.114457 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:06.114463 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:06.114469 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:06.114475 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:06.114478 3508 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-1-166.ec2.internal, new=ip-10-0-1-166.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-166.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-166.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-166.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-166.ec2.internal I0703 06:39:06.114487 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:06.114494 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:06.114513 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:06.114481 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:06.114500 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.114573 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:06.114583 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:06.114600 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:06.114658 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:06.114408 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.114682 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.114693 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.114710 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:06.114713 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.114748 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:06.114748 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.114762 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:06.114768 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.114774 3508 services_controller.go:480] 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:06.114800 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:06.114809 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 321.714µs I0703 06:39:06.114824 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:06.114604 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:06.114843 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:06.114852 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:06.114858 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:06.114875 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:06.114884 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:06.114891 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:06.114897 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:06.114835 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.114776 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.114925 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:06.114930 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:06.114933 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:06.114946 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:06.114952 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:06.114958 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:06.114951 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:06.114966 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:06.114395 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 12.529µs I0703 06:39:06.114973 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:06.114974 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.114980 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:06.114990 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:06.114996 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:06.114998 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:06.115009 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:06.114998 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.114952 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115030 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 37.585µs I0703 06:39:06.115036 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:06.115047 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:06.115052 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:06.115055 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 10.63µs I0703 06:39:06.115063 3508 services_controller.go:480] 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:06.115055 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115084 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:06.115083 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:06.115091 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 704.194µs I0703 06:39:06.114607 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:06.115108 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:06.115119 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 31.474µs I0703 06:39:06.115131 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:06.115124 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.114450 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115198 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:06.115212 3508 services_controller.go:469] 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.229.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:06.115216 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:06.115225 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115235 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115141 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:06.115235 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:06.115092 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:06.115246 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115264 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:06.115269 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.115276 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:06.115283 3508 services_controller.go:480] 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:06.115318 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:06.115325 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 219.119µs I0703 06:39:06.115337 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:06.115344 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 6.781µs I0703 06:39:06.115353 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:06.115266 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:06.115383 3508 services_controller.go:480] 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:06.115362 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115413 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:06.115432 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:06.115441 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 617.153µs I0703 06:39:06.115284 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115449 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:06.115456 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:06.115454 3508 services_controller.go:470] 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:06.115465 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115472 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115121 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115513 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.115539 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:06.115467 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115558 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:06.115572 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115577 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:06.115583 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115526 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.115251 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115619 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115632 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115664 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:06.115593 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:06.115674 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:06.115500 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115681 3508 services_controller.go:480] 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:06.115648 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115696 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.115699 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:06.115706 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.100622ms I0703 06:39:06.115709 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.115719 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:06.115722 3508 services_controller.go:480] 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:06.115703 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115740 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.115749 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:06.115598 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:06.115755 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.115757 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.315021ms I0703 06:39:06.115770 3508 services_controller.go:480] 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:06.115771 3508 services_controller.go:480] 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:06.115774 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:06.115729 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115802 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:06.115805 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:06.115806 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:06.115809 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 455.547µs I0703 06:39:06.115811 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 679.789µs I0703 06:39:06.115817 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:06.115825 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:06.115680 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115833 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115837 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:06.115843 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115842 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115789 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115858 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115888 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:06.115892 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.115907 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:06.115905 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:06.115918 3508 services_controller.go:480] 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:06.115837 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115926 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115940 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.115890 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115847 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.115978 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:06.115963 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.115985 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:06.115987 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 267.206µs I0703 06:39:06.115996 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:06.115998 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:06.116009 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:06.116016 3508 services_controller.go:480] 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:06.116025 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:06.116030 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:06.116031 3508 services_controller.go:480] 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:06.116041 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:06.116047 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 591.54µs I0703 06:39:06.116047 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:06.116058 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:06.116060 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:06.115968 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:06.116066 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116068 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 294.895µs I0703 06:39:06.116077 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116083 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:06.116081 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.116036 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.116179 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:06.116195 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:06.116205 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116211 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116229 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.116254 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.116261 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.116267 3508 services_controller.go:480] 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:06.116282 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:06.116304 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 286.104µs I0703 06:39:06.116107 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116317 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:06.116326 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116343 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.116369 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.116097 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.116409 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:06.116419 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:06.116426 3508 services_controller.go:480] 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:06.116441 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:06.116447 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 612.341µs I0703 06:39:06.116457 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:06.116068 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.116483 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:06.116497 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:06.116469 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:06.116515 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116522 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116534 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:06.116095 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.116535 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.116574 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.116588 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:06.116600 3508 services_controller.go:480] 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:06.116620 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:06.116628 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 571.459µs I0703 06:39:06.116646 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:06.116651 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 12.823µs I0703 06:39:06.116657 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:06.116574 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:06.116688 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:06.116710 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116666 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.116721 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116735 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:06.116747 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.116738 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.116766 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116770 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.116777 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116782 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.116792 3508 services_controller.go:480] 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:06.116809 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:06.116819 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 736.819µs I0703 06:39:06.116548 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:06.116832 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:06.116844 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:06.116866 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:06.116885 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116842 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.116799 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.116926 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:06.116932 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:06.116943 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116954 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.116945 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.116978 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.116999 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.117010 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.117076 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:06.117088 3508 services_controller.go:480] 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:06.117105 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:06.117109 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 277.544µs I0703 06:39:06.117118 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:06.117124 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.116969 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:06.117175 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:06.117187 3508 services_controller.go:480] 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:06.117190 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117198 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.117207 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117213 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:06.117220 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.117227 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.117260 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:06.117268 3508 services_controller.go:480] 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:06.117283 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:06.116396 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.117306 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 186.459µs I0703 06:39:06.117320 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:06.117335 3508 services_controller.go:480] 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:06.117361 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:06.117331 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.117371 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.548805ms I0703 06:39:06.117382 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:06.117394 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:06.117409 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117391 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.117468 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.117485 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117508 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:06.117523 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.117522 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.117536 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117546 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117535 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.117567 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:06.117562 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.117579 3508 services_controller.go:480] 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:06.117588 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.117599 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.117611 3508 services_controller.go:480] 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:06.116326 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.117632 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:06.117644 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 262.041µs I0703 06:39:06.117664 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:06.117671 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:06.116982 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:06.117711 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:06.117730 3508 services_controller.go:480] 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:06.117680 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.117851 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:06.117873 3508 services_controller.go:469] 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.102.148"}, 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:06.117219 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 561.699µs I0703 06:39:06.117890 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117905 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:06.117916 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117917 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 12.429µs I0703 06:39:06.117930 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:06.117937 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.117793 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:06.117972 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.117937 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.117983 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.522783ms I0703 06:39:06.117987 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:06.118000 3508 services_controller.go:480] 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:06.118030 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:06.118003 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:06.118080 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 418.229µs I0703 06:39:06.118093 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:06.118101 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:06.118100 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 782.354µs I0703 06:39:06.118113 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:06.118004 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:06.118191 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:06.118207 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118214 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.117689 3508 services_controller.go:469] 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.82.252"}, 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:06.118316 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118327 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118338 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.118374 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:06.118386 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:06.118396 3508 services_controller.go:480] 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:06.118121 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.118496 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:06.118515 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:06.118532 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118093 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:06.118564 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118574 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:06.118586 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118110 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.118586 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.118617 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.118626 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:06.118629 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:06.118641 3508 services_controller.go:480] 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:06.118657 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:06.118674 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:06.118682 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118682 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 569.171µs I0703 06:39:06.118692 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118697 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:06.118230 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.118714 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:06.118709 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.118432 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:06.118737 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.118727 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:06.118752 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.118755 3508 services_controller.go:480] 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:06.118762 3508 services_controller.go:480] 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:06.118707 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.118782 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:06.118787 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:06.118789 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 859.317µs I0703 06:39:06.118793 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 692.162µs I0703 06:39:06.118795 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:06.118735 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 2.417878ms I0703 06:39:06.118803 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:06.118806 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:06.118809 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:06.118815 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118824 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118596 3508 services_controller.go:470] 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:06.118840 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118841 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.118867 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.118812 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.118876 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.118819 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.118882 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.118897 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:06.118894 3508 services_controller.go:480] 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:06.118908 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:06.118921 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 13.923µs I0703 06:39:06.118887 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.118931 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:06.118932 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:06.118936 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:06.118939 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 242.173µs I0703 06:39:06.118949 3508 services_controller.go:480] 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:06.118937 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.118971 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:06.118977 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 975.802µs I0703 06:39:06.118979 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:06.118914 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:06.118988 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118986 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:06.118994 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.118996 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.119002 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.119021 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.119044 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:06.119050 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:06.119057 3508 services_controller.go:480] 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:06.119071 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:06.119077 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 147.011µs I0703 06:39:06.119008 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.119095 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.119110 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.119117 3508 services_controller.go:480] 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:06.119140 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:06.119151 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 341.499µs I0703 06:39:06.118896 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:06.119184 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:06.119221 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.119233 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.119257 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.119309 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:06.119323 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:06.119335 3508 services_controller.go:480] 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:06.119364 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:06.119374 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 570.862µs I0703 06:39:06.157676 3508 ovs.go:160] Exec(63): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.3128.ctl connection-status I0703 06:39:06.160972 3508 ovs.go:163] Exec(63): stdout: "connected\n" I0703 06:39:06.160988 3508 ovs.go:164] Exec(63): stderr: "" I0703 06:39:06.254802 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-166.ec2.internal in network "default" I0703 06:39:06.254882 3508 node_tracker.go:172] Node ip-10-0-1-166.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:06.254917 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:06.254939 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:06.255009 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:06.255022 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:06.255031 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:06.255038 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:06.255046 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:06.255053 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:06.255060 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:06.255066 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:06.255074 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:06.255082 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:06.255088 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:06.255095 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:06.255096 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:06.255104 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 22.741µs I0703 06:39:06.255109 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:06.255117 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:06.255144 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 26.435µs I0703 06:39:06.255155 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:06.255106 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.255112 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.255125 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.255164 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.255275 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:06.255299 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:06.255305 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:06.255315 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:06.255321 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.255333 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:06.255340 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.254967 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:06.255314 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:06.255353 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255326 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:06.255362 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255365 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255366 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255367 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:06.255374 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255374 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255421 3508 default_network_controller.go:1011] Node "ip-10-0-1-166.ec2.internal" in remote zone "ip-10-0-1-166.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:06.255355 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255553 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:055c263b-ce52-4391-a9a9-b25955379640 ip:10.0.1.166 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585301}] I0703 06:39:06.255601 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.255630 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:06.255399 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.255642 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:06.255653 3508 services_controller.go:480] 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:06.255636 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4282585301}]} hostname:ip-10-0-1-166.ec2.internal name:055c263b-ce52-4391-a9a9-b25955379640 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585302}] I0703 06:39:06.255671 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:06.255677 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 586.15µs I0703 06:39:06.255689 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:06.255694 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.036µs I0703 06:39:06.255666 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:055c263b-ce52-4391-a9a9-b25955379640 ip:10.0.1.166 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585301} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4282585301}]} hostname:ip-10-0-1-166.ec2.internal name:055c263b-ce52-4391-a9a9-b25955379640 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585302}] I0703 06:39:06.255702 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:06.255710 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 10.034µs I0703 06:39:06.255718 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:06.255652 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:06.255792 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:06.255806 3508 services_controller.go:480] 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:06.255443 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:06.255407 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.255729 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:06.255836 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:06.255836 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.255842 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 687.213µs I0703 06:39:06.255869 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:06.255882 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:06.255452 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:06.255900 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:06.255919 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 45.06µs I0703 06:39:06.255930 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:06.255854 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.255909 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.256090 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:06.256112 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:06.256142 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.255855 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:06.256154 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256161 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256168 3508 services_controller.go:470] 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:06.256186 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256175 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.256218 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:06.256234 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.256238 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:06.256250 3508 services_controller.go:480] 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:06.256242 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.256282 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:06.255940 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.256307 3508 services_controller.go:480] 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:06.256309 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:06.256320 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 867.945µs I0703 06:39:06.256334 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:06.256335 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:06.256340 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 622.021µs I0703 06:39:06.256343 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:06.256352 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:06.256362 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:06.256363 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.256469 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:06.256488 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:06.256475 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256507 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256515 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256518 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256346 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.256538 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.256536 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.256570 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.256575 3508 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-1-166.ec2.internal for the network default I0703 06:39:06.255889 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:06.256582 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.256590 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:06.256010 3508 services_controller.go:480] 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:06.256607 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:06.256614 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:06.256620 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:06.256624 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:06.256626 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:06.256633 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:06.256579 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:06.256633 3508 model_client.go:374] 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-1-166.ec2.internal]} name:tstor-ip-10-0-1-166.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-166.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585303}] I0703 06:39:06.256631 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.536936ms I0703 06:39:06.256650 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:06.256668 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:06.256670 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256675 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.614µs I0703 06:39:06.256682 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256684 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:06.256692 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585303}]}}] Timeout: Where:[where column _uuid == {1d4fd685-ab58-42d3-a143-4fe969d10002}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.255411 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.256576 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.256692 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.256766 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:06.256779 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:06.256655 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:06.256797 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:06.256809 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:06.256741 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:06.256816 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:06.256824 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:06.256827 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:06.256830 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:06.256838 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:06.256845 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:06.256852 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:06.256860 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:06.256866 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:06.256872 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:06.256780 3508 services_controller.go:480] 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:06.256904 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:06.256915 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 561.841µs I0703 06:39:06.256926 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:06.256794 3508 services_controller.go:469] 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.229.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:06.256978 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256990 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256946 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.257027 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:06.257085 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:06.257130 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.257142 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.256838 3508 services_controller.go:480] 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:06.257158 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.257180 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:06.257186 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 2.083006ms I0703 06:39:06.257186 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:06.257197 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:06.257197 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:06.257207 3508 services_controller.go:480] 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:06.257226 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:06.257010 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.257233 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 307.052µs I0703 06:39:06.257245 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:06.257243 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.257353 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:06.257374 3508 services_controller.go:480] 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:06.257404 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:06.257417 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 730.549µs I0703 06:39:06.257431 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:06.257442 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.257532 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:06.257550 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:06.257566 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.257576 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.257598 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.257630 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.257643 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.257655 3508 services_controller.go:480] 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:06.257685 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:06.257695 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 263.681µs I0703 06:39:06.257706 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:06.257715 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.257793 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:06.257809 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:06.257823 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.257833 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.257850 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.256717 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.257968 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:06.257984 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:06.257994 3508 services_controller.go:480] 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:06.258016 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:06.258025 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.690687ms I0703 06:39:06.258051 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:06.256592 3508 services_controller.go:480] 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:06.256879 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:06.256719 3508 transact.go:43] 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-1-166.ec2.internal]} name:tstor-ip-10-0-1-166.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-166.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585303} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585303}]}}] Timeout: Where:[where column _uuid == {1d4fd685-ab58-42d3-a143-4fe969d10002}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.257253 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.258129 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:06.258143 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:06.258165 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:06.258168 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258177 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:06.257203 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.258107 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.258200 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:06.258211 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:06.258213 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:06.258221 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:06.258230 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:06.258232 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.258250 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258261 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:06.258265 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258305 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:06.258343 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 2.413263ms I0703 06:39:06.258375 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:06.258386 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 11.471µs I0703 06:39:06.258394 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:06.258178 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258402 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.258453 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.258497 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.258511 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:06.258509 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:06.258527 3508 services_controller.go:480] 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:06.258531 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.258545 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258552 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:06.258555 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258559 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.313772ms I0703 06:39:06.258574 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:06.258570 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.258584 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.258703 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:06.258725 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258736 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.258751 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.258778 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.258793 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.258826 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:06.258841 3508 services_controller.go:480] 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:06.258865 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:06.258905 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 332.373µs I0703 06:39:06.258922 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:06.258938 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-166.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.129.0.0/23 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585304}] I0703 06:39:06.259078 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585304}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.259181 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-166.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.3/32 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585305}] I0703 06:39:06.258199 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:06.259225 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585305}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.259330 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-166.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.129.0.0/23 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585304} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585304}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-1-166.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.3/32 nexthop:100.88.0.3] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585305} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585305}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.258931 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.259612 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:06.259682 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.259714 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.259770 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.259815 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.259866 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.259900 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:06.259911 3508 services_controller.go:480] 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:06.259941 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:06.259950 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.029131ms I0703 06:39:06.259964 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:06.259973 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.260049 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:06.260069 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260079 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.260092 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260104 3508 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-1-166.ec2.internal" on network "default" took: 3.551402ms I0703 06:39:06.260113 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.260118 3508 master.go:700] Creating Interconnect resources for remote node "ip-10-0-1-166.ec2.internal" on network "default" took: 4.655266ms I0703 06:39:06.260132 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:06.259250 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:06.260152 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260124 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.260162 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260166 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:06.260174 3508 services_controller.go:480] 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:06.260191 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:06.260200 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 236.722µs I0703 06:39:06.260214 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:06.260222 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.258643 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:06.258283 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.260154 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:06.260285 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:06.260176 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.260314 3508 services_controller.go:480] 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:06.260316 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.260323 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:06.260342 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:06.260355 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.960294ms I0703 06:39:06.260368 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:06.260378 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.260454 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:06.260327 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.260473 3508 services_controller.go:469] 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.82.252"}, 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:06.260523 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260578 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260614 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.260693 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:06.260709 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:06.260721 3508 services_controller.go:480] 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:06.260748 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:06.260339 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:06.260758 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 390.343µs I0703 06:39:06.260773 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:06.260481 3508 services_controller.go:480] 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:06.260805 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:06.260815 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 3.616649ms I0703 06:39:06.260832 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:06.257914 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:06.260882 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:06.260785 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:06.260896 3508 services_controller.go:480] 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:06.260853 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.260936 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:06.260937 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:06.260946 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 3.239562ms I0703 06:39:06.260950 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:06.260960 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:06.260962 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:06.260964 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:06.260977 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:06.260981 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:06.261000 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260321 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.261014 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260967 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:06.261026 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.261039 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:06.261051 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260988 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.260769 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261057 3508 services_controller.go:470] 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:06.261065 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261069 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261083 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261091 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261108 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:06.261111 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.261124 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.261117 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:06.261034 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261138 3508 services_controller.go:480] 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:06.261139 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:06.261151 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:06.261153 3508 services_controller.go:480] 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:06.261164 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:06.261171 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:06.261114 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:06.261178 3508 services_controller.go:480] 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:06.261180 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 965.386µs I0703 06:39:06.261191 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:06.261198 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:06.261205 3508 services_controller.go:480] 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:06.261206 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:06.261206 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:06.261214 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 384.756µs I0703 06:39:06.261217 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 255.967µs I0703 06:39:06.261227 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:06.261231 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:06.261255 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:06.261208 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.261265 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 493.703µs I0703 06:39:06.261278 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:06.261285 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:06.261239 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.261317 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:06.261244 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.261336 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261336 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:06.261348 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261351 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:06.261311 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.261372 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261372 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:06.261381 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261389 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:06.261374 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261388 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:06.261405 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261405 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.261040 3508 services_controller.go:480] 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:06.261398 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261416 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261421 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.261426 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.261433 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:06.261402 3508 services_controller.go:469] 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.102.148"}, 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:06.261438 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:06.261439 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 3.401927ms I0703 06:39:06.261445 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261451 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:06.261450 3508 services_controller.go:480] 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:06.261435 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261456 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261469 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 18.502µs I0703 06:39:06.261469 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.261477 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:06.261481 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:06.261493 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.261484 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 257.115µs I0703 06:39:06.261477 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261505 3508 services_controller.go:480] 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:06.261507 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:06.261516 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.261529 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:06.261530 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:06.261538 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 306.826µs I0703 06:39:06.261541 3508 services_controller.go:480] 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:06.261497 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.261551 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:06.261518 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.261559 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.04µs I0703 06:39:06.261567 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:06.261568 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:06.261569 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:06.261575 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 296.913µs I0703 06:39:06.261575 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:06.261589 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:06.261585 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:06.261603 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261606 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261614 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261616 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261582 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:06.261630 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261635 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261665 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:06.261667 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:06.261677 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:06.261679 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:06.261689 3508 services_controller.go:480] 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:06.261690 3508 services_controller.go:480] 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:06.261712 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:06.261754 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 249.29µs I0703 06:39:06.261432 3508 services_controller.go:480] 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:06.261800 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:06.261812 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 614.904µs I0703 06:39:06.261715 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:06.261829 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 348.035µs I0703 06:39:06.261647 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:06.261847 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:06.261867 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261876 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:06.261893 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:06.261925 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:06.261935 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:06.261948 3508 services_controller.go:480] 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:06.261970 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:06.261981 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 411.399µs I0703 06:39:06.294959 3508 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:0x22} I0703 06:39:06.294990 3508 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:0x23} I0703 06:39:06.415467 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:06.415509 3508 ovs.go:160] Exec(64): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:06.426725 3508 ovs.go:163] Exec(64): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:06.426747 3508 ovs.go:164] Exec(64): stderr: "" I0703 06:39:06.426758 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:06.426796 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:06.426826 3508 ovs.go:160] 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:39:06.436975 3508 ovs.go:163] Exec(65): stdout: "" I0703 06:39:06.436999 3508 ovs.go:164] Exec(65): stderr: "" I0703 06:39:06.437012 3508 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:06.519075 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:06.519148 3508 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:06.519159 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-ct6sj: podLabels app=network-check-target,controller-revision-hash=76fbc57bbf,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.129.0.3], PodStatus: false, PodCompleted?: false I0703 06:39:06.519175 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:06.519195 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-ct6sj in Admin Network Policy controller I0703 06:39:06.519207 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-ct6sj in node ip-10-0-1-166.ec2.internal I0703 06:39:06.519208 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-ct6sj Admin Network Policy controller: took 16.861µs I0703 06:39:06.519329 3508 address_set.go:576] (u4282585172/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.3]) to address set I0703 06:39:06.519375 3508 model_client.go:399] 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 == {040cd917-100e-45d7-b56d-53d97d0b621d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.519405 3508 transact.go:43] 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 == {040cd917-100e-45d7-b56d-53d97d0b621d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.519814 3508 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:06.519835 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:06.519850 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-ct6sj I0703 06:39:06.525119 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-x2489: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=c65749989,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.129.0.4], PodStatus: false, PodCompleted?: false I0703 06:39:06.525127 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:06.525145 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:06.525145 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-x2489 in Admin Network Policy controller I0703 06:39:06.525156 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-x2489 Admin Network Policy controller: took 11.433µs I0703 06:39:06.525157 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:06.525169 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-x2489 in node ip-10-0-1-166.ec2.internal I0703 06:39:06.525256 3508 address_set.go:576] (u4282585058/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.4]) to address set I0703 06:39:06.525340 3508 model_client.go:399] 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 == {79b30b1b-2675-4775-af26-6b7ea6a6caca}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.525365 3508 transact.go:43] 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 == {79b30b1b-2675-4775-af26-6b7ea6a6caca}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:06.525687 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:06.525706 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:06.525719 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-x2489 I0703 06:39:06.915764 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:06.915797 3508 ovs.go:160] Exec(66): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:06.925787 3508 ovs.go:163] Exec(66): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:06.925804 3508 ovs.go:164] Exec(66): stderr: "" I0703 06:39:06.925814 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:06.925842 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:06.925854 3508 ovs.go:160] 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:39:06.934731 3508 ovs.go:163] Exec(67): stdout: "" I0703 06:39:06.934746 3508 ovs.go:164] Exec(67): stderr: "" I0703 06:39:06.934755 3508 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:07.152179 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/multus-xnxv8: podLabels app=multus,component=network,controller-revision-hash=6f866cb86,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:07.152264 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:07.152361 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-xnxv8 I0703 06:39:07.152385 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-xnxv8 I0703 06:39:07.152408 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-xnxv8 in node ip-10-0-2-172.ec2.internal I0703 06:39:07.152423 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-xnxv8 I0703 06:39:07.152311 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-xnxv8 in Admin Network Policy controller I0703 06:39:07.152446 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:07.152456 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-xnxv8 Admin Network Policy controller: took 143.432µs I0703 06:39:07.152460 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-xnxv8 I0703 06:39:07.174996 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:07.175008 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:07.175105 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal in Admin Network Policy controller I0703 06:39:07.175159 3508 default_network_controller.go:676] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:07.175168 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal Admin Network Policy controller: took 64.839µs I0703 06:39:07.175194 3508 obj_retry.go:617] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:07.175236 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal in node ip-10-0-2-172.ec2.internal I0703 06:39:07.175249 3508 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:07.175262 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:07.175303 3508 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-172.ec2.internal I0703 06:39:07.202460 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:07.202566 3508 default_network_controller.go:676] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:07.202586 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:07.202598 3508 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-bnfzx in node ip-10-0-2-172.ec2.internal I0703 06:39:07.202605 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:07.202628 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:07.202638 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-bnfzx I0703 06:39:07.202490 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-bnfzx: podLabels controller-revision-hash=bddc6d47f,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:07.202668 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-bnfzx in Admin Network Policy controller I0703 06:39:07.202695 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-bnfzx Admin Network Policy controller: took 20.662µs I0703 06:39:07.344707 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:07.344742 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-172.ec2.internal I0703 06:39:07.344765 3508 default_network_controller.go:1011] Node "ip-10-0-2-172.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:07.344790 3508 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-172.ec2.internal, new=ip-10-0-2-172.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-172.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-172.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-172.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-172.ec2.internal I0703 06:39:07.344802 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:07.344813 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-172.ec2.internal I0703 06:39:07.415640 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:07.415675 3508 ovs.go:160] Exec(68): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:07.425317 3508 ovs.go:163] Exec(68): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:07.425336 3508 ovs.go:164] Exec(68): stderr: "" I0703 06:39:07.425346 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:07.425381 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:07.425409 3508 ovs.go:160] 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:39:07.433980 3508 ovs.go:163] Exec(69): stdout: "" I0703 06:39:07.433996 3508 ovs.go:164] Exec(69): stderr: "" I0703 06:39:07.434004 3508 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:07.915754 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:07.915799 3508 ovs.go:160] Exec(70): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:07.926752 3508 ovs.go:163] Exec(70): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:07.926770 3508 ovs.go:164] Exec(70): stderr: "" I0703 06:39:07.926780 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:07.926811 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:07.926823 3508 ovs.go:160] 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:39:07.935815 3508 ovs.go:163] Exec(71): stdout: "" I0703 06:39:07.935834 3508 ovs.go:164] Exec(71): stderr: "" I0703 06:39:07.935846 3508 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:07.983813 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:07.983834 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:07.983848 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:07.983876 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jzzsc in node ip-10-0-1-166.ec2.internal I0703 06:39:07.983883 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:07.983890 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:07.983906 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:08.151910 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:08.151934 3508 default_network_controller.go:676] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:08.151953 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:08.151983 3508 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal in node ip-10-0-2-172.ec2.internal I0703 06:39:08.151990 3508 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:08.152007 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:08.152018 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:08.175570 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:08.175644 3508 default_network_controller.go:676] Recording update event on pod openshift-image-registry/node-ca-z969t I0703 06:39:08.175681 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-image-registry/node-ca-z969t I0703 06:39:08.175698 3508 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-z969t in node ip-10-0-2-172.ec2.internal I0703 06:39:08.175706 3508 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-z969t I0703 06:39:08.175716 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:08.175730 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-z969t I0703 06:39:08.175635 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-z969t: podLabels controller-revision-hash=66fb7fb6db,name=node-ca,pod-template-generation=1, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:08.175751 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-z969t in Admin Network Policy controller I0703 06:39:08.175767 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-z969t Admin Network Policy controller: took 19.54µs I0703 06:39:08.199096 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-k6jlg: podLabels app=iptables-alerter,component=network,controller-revision-hash=8865f8784,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:08.199157 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:08.199198 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-k6jlg in Admin Network Policy controller I0703 06:39:08.199207 3508 default_network_controller.go:676] Recording update event on pod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:08.199217 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-k6jlg Admin Network Policy controller: took 22.213µs I0703 06:39:08.199224 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:08.199256 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-k6jlg in node ip-10-0-2-172.ec2.internal I0703 06:39:08.199269 3508 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:08.199277 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:08.199285 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-k6jlg I0703 06:39:08.232578 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:08.232603 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:08.232616 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:08.232639 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4ts9m in node ip-10-0-2-172.ec2.internal I0703 06:39:08.232646 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:08.232652 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:08.232659 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:08.255982 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:08.256004 3508 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-pxx98 I0703 06:39:08.255995 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-pxx98: podLabels app=konnectivity-agent,controller-revision-hash=65b5976d46,pod-template-generation=1, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:08.256022 3508 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-pxx98 I0703 06:39:08.256032 3508 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-pxx98 in Admin Network Policy controller I0703 06:39:08.256036 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-pxx98 in node ip-10-0-2-172.ec2.internal I0703 06:39:08.256045 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-pxx98 I0703 06:39:08.256045 3508 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-pxx98 Admin Network Policy controller: took 15.901µs I0703 06:39:08.256054 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:08.256065 3508 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-pxx98 I0703 06:39:08.277023 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-zg5qr: podLabels controller-revision-hash=7f7886f95b,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:08.277069 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-zg5qr in Admin Network Policy controller I0703 06:39:08.277089 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-zg5qr Admin Network Policy controller: took 21.714µs I0703 06:39:08.277087 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:08.277103 3508 default_network_controller.go:676] Recording update event on pod openshift-dns/node-resolver-zg5qr I0703 06:39:08.277120 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-dns/node-resolver-zg5qr I0703 06:39:08.277133 3508 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-zg5qr in node ip-10-0-2-172.ec2.internal I0703 06:39:08.277141 3508 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-zg5qr I0703 06:39:08.277149 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:08.277161 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-dns/node-resolver-zg5qr I0703 06:39:08.415422 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:08.415814 3508 ovs.go:160] Exec(72): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:08.425579 3508 ovs.go:163] Exec(72): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:08.425595 3508 ovs.go:164] Exec(72): stderr: "" I0703 06:39:08.425605 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:08.425631 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:08.425642 3508 ovs.go:160] 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:39:08.433854 3508 ovs.go:163] Exec(73): stdout: "" I0703 06:39:08.433870 3508 ovs.go:164] Exec(73): stderr: "" I0703 06:39:08.433881 3508 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:08.809231 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:08.809259 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:08.809211 3508 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-1-166.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-ca8befa570-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-166.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,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:39:08.809280 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:08.809278 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-166.ec2.internal in network "default" I0703 06:39:08.809238 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-166.ec2.internal I0703 06:39:08.809312 3508 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-166.ec2.internal in Admin Network Policy controller I0703 06:39:08.809321 3508 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-166.ec2.internal Admin Network Policy controller: took 12.441µs I0703 06:39:08.809320 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-166.ec2.internal: 83.197µs I0703 06:39:08.809304 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:08.809357 3508 node_tracker.go:172] Node ip-10-0-1-166.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:08.809379 3508 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-1-166.ec2.internal. Updating no re-route policies I0703 06:39:08.809381 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:08.809404 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:08.809419 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:08.809427 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:08.809434 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:08.809440 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:08.809447 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:08.809454 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:08.809461 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:08.809468 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:08.809475 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:08.809482 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:08.809497 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:08.809504 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:08.809509 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:08.809509 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:08.809515 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:08.809518 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:08.809524 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:08.809526 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:08.809533 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.809631 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:08.809525 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.809627 3508 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.219 172.20.0.1 10.0.1.166]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:08.809649 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:08.809654 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:08.809659 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:08.809653 3508 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.0.219 172.20.0.1 10.0.1.166]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {954a839b-2f8c-4dee-ab58-9638ea921b2f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:08.809666 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:08.809674 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:08.809683 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:08.809687 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:08.809694 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:08.809700 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:08.809706 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:08.809713 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:08.809719 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:08.809725 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:08.809693 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.809731 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:08.809737 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:08.809740 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:08.809743 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:08.809751 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:08.809666 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:08.809772 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.809785 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.809674 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:08.809871 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:08.809893 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.809905 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.809757 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:08.809952 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:08.809927 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.809968 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:08.809974 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:08.809754 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:08.809980 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:08.809984 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.809972 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:08.809994 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810000 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:08.809537 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810012 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810039 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.810042 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:08.810051 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:08.810055 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:08.810013 3508 services_controller.go:480] 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:08.810088 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810097 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810107 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:08.810116 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 614.04µs I0703 06:39:08.810108 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810128 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:08.810128 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:08.810157 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:08.809987 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:08.810168 3508 services_controller.go:480] 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:08.810174 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:08.810182 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:08.810189 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:08.810134 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810195 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:08.810203 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 679.628µs I0703 06:39:08.810214 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:08.810218 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:08.810196 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:08.809817 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810230 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:08.810248 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.810250 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810259 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.810261 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810230 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.809532 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810063 3508 services_controller.go:480] 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:08.810280 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810323 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.810326 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:08.810281 3508 services_controller.go:480] 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:08.810334 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.810336 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:08.810344 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 661.575µs I0703 06:39:08.810346 3508 services_controller.go:480] 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:08.810353 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:08.810357 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:08.810359 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 835.407µs I0703 06:39:08.810366 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:08.810370 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:08.810371 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 243.181µs I0703 06:39:08.810379 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.461µs I0703 06:39:08.810383 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:08.810393 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:08.810327 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:08.810368 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:08.810395 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810461 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:08.810340 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:08.810408 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810471 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:08.810475 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810480 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810486 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810430 3508 services_controller.go:469] 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.82.252"}, 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:08.810496 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810494 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:08.810461 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:08.810504 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810511 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810499 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810514 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:08.810529 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:08.810486 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810526 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810563 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:08.810566 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:08.810579 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:08.810564 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810595 3508 services_controller.go:480] 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:08.810601 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.810616 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.810579 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:08.810625 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:08.810628 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810627 3508 services_controller.go:480] 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:08.810634 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 416.954µs I0703 06:39:08.810646 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:08.810655 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:08.810662 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.147258ms I0703 06:39:08.810638 3508 model_client.go:383] 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 == {6bfb073d-9096-4e71-95eb-1f1a2b29c1b9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:08.810664 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.810656 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810547 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:08.810800 3508 services_controller.go:480] 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:08.810823 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:08.810830 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 447.626µs I0703 06:39:08.810843 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:08.810524 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:08.810853 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810904 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810932 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:08.810947 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:08.810967 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810979 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810997 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.811020 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.810674 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:08.811030 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.811042 3508 services_controller.go:480] 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:08.811063 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:08.811072 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 230.234µs I0703 06:39:08.811084 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:08.811041 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.810956 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:08.811094 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.811148 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:08.811143 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:08.811134 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:08.811156 3508 services_controller.go:469] 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.102.148"}, 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:08.811166 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811168 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:08.810743 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:08.811181 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811190 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:08.811209 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811208 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:08.811227 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:08.811227 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811168 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.810693 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:08.811252 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:08.811258 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:08.811260 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811266 3508 services_controller.go:480] 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:08.811263 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:08.811354 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:08.811371 3508 services_controller.go:480] 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:08.811181 3508 services_controller.go:480] 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:08.811397 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:08.811402 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 730.032µs I0703 06:39:08.811412 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:08.811416 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:08.811422 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.028755ms I0703 06:39:08.811470 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:08.810733 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:6bfb073d-9096-4e71-95eb-1f1a2b29c1b9}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:08.811484 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.811600 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:08.811557 3508 transact.go:43] 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 == {6bfb073d-9096-4e71-95eb-1f1a2b29c1b9}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:6bfb073d-9096-4e71-95eb-1f1a2b29c1b9}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:08.811438 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 22.513µs I0703 06:39:08.811617 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:08.811637 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:08.811648 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811661 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811679 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.811744 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:08.811760 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:08.811769 3508 services_controller.go:480] 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:08.811786 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:08.811233 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:08.811797 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 328.288µs I0703 06:39:08.811810 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:08.811810 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:08.811826 3508 services_controller.go:480] 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:08.811855 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:08.811864 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.218019ms I0703 06:39:08.811820 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.811880 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:08.811276 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.811903 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:08.811902 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.811919 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:08.811918 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:08.811936 3508 services_controller.go:480] 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:08.811937 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811949 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.811963 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:08.811893 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.811977 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 892.704µs I0703 06:39:08.811970 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.811995 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:08.811999 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.812002 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:08.811318 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:08.812011 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.812017 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.658622ms I0703 06:39:08.812023 3508 services_controller.go:480] 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:08.812032 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:08.812018 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:08.812050 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:08.812059 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 249.37µs I0703 06:39:08.812061 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812006 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812071 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:08.811648 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:08.812044 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812099 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:08.812114 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812126 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:08.812083 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812095 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:08.812149 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:08.812124 3508 services_controller.go:470] 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:08.812164 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812168 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812173 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812190 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:08.812192 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812225 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.812146 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:08.812238 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.812247 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812266 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812074 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812309 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812310 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812334 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.812340 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:08.812345 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:08.812348 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:08.812356 3508 services_controller.go:480] 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:08.812359 3508 services_controller.go:480] 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:08.812156 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:08.812377 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:08.812199 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:08.812385 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 354.787µs I0703 06:39:08.812386 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:08.812399 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:08.812403 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812409 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:08.812414 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812269 3508 services_controller.go:480] 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:08.812417 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 536.597µs I0703 06:39:08.812441 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:08.812455 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:08.812464 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 468.367µs I0703 06:39:08.812414 3508 services_controller.go:480] 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:08.812480 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:08.812488 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 11.36µs I0703 06:39:08.812434 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812500 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:08.812509 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 872.726µs I0703 06:39:08.812511 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.812517 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:08.812521 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.812530 3508 services_controller.go:480] 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:08.812554 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:08.812566 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 495.135µs I0703 06:39:08.812401 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:08.812579 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:08.812581 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 179.627µs I0703 06:39:08.812524 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812591 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:08.812609 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:08.812626 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:08.812647 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812602 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812500 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:08.812669 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 168.973µs I0703 06:39:08.812680 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:08.812454 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812706 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:08.812723 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:08.812589 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812746 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812761 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812767 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:08.812694 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.812776 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:08.812786 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812793 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:08.812796 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812683 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:08.812816 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:08.812817 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812657 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812849 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812851 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.812858 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.812858 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812865 3508 services_controller.go:480] 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:08.812780 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812889 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:08.812888 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:08.812895 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 315.465µs I0703 06:39:08.812902 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:08.812864 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812919 3508 services_controller.go:480] 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:08.812830 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:08.812927 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:08.812919 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.812936 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812943 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:08.812944 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:08.812946 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:08.812949 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:08.812957 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 515.758µs I0703 06:39:08.812961 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:08.812973 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:08.812955 3508 services_controller.go:480] 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:08.812974 3508 services_controller.go:480] 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:08.812980 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.638µs I0703 06:39:08.812989 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:08.812996 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.774µs I0703 06:39:08.813001 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:08.813003 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:08.813007 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:08.813009 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 328.929µs I0703 06:39:08.813012 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 492.897µs I0703 06:39:08.812948 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.812956 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.813019 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:08.813028 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:08.813044 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:08.813033 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.813066 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:08.813065 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:08.813084 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:08.813088 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813099 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813032 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.813049 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:08.813120 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.813151 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:08.813157 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:08.813162 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:08.813014 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.597µs I0703 06:39:08.813170 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:08.813182 3508 services_controller.go:480] 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:08.813185 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:08.813098 3508 services_controller.go:480] 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:08.813200 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 16.695µs I0703 06:39:08.813210 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:08.813162 3508 services_controller.go:469] 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.229.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:08.813217 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:08.813180 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813222 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813236 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813225 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 631.693µs I0703 06:39:08.813252 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:08.813231 3508 services_controller.go:470] 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:08.813251 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.813268 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813220 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.813281 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.813209 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:08.813309 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:08.813314 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:08.813317 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 370.341µs I0703 06:39:08.813317 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:08.813322 3508 services_controller.go:480] 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:08.813335 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:08.813332 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:08.813347 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:08.813350 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813355 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 334.87µs I0703 06:39:08.813361 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813335 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:08.813276 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.813397 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:08.813384 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.813345 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:08.813414 3508 services_controller.go:480] 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:08.813420 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.813434 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:08.813438 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:08.813447 3508 services_controller.go:480] 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:08.813450 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:08.813452 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:08.813458 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:08.813466 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 439.237µs I0703 06:39:08.813467 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813471 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:08.813466 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:08.813477 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813478 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 267.604µs I0703 06:39:08.813483 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813526 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.813546 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:08.813556 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:08.813569 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:08.813560 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:08.813582 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:08.813581 3508 services_controller.go:480] 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:08.813590 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:08.813597 3508 services_controller.go:480] 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:08.813608 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:08.813612 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:08.813617 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 366.32µs I0703 06:39:08.813617 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 281.862µs I0703 06:39:08.827067 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:08.827103 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:08.827124 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:08.827138 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:08.914992 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:08.915023 3508 ovs.go:160] Exec(74): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:08.924443 3508 ovs.go:163] Exec(74): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:08.924460 3508 ovs.go:164] Exec(74): stderr: "" I0703 06:39:08.924469 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:08.924497 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:08.924508 3508 ovs.go:160] 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:39:08.933581 3508 ovs.go:163] Exec(75): stdout: "" I0703 06:39:08.933598 3508 ovs.go:164] Exec(75): stderr: "" I0703 06:39:08.933607 3508 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:08.948506 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:08.948531 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-172.ec2.internal I0703 06:39:08.948540 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-172.ec2.internal I0703 06:39:08.948554 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-172.ec2.internal: 18.646µs I0703 06:39:08.948568 3508 default_network_controller.go:1011] Node "ip-10-0-2-172.ec2.internal" in remote zone "global", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:08.948596 3508 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-172.ec2.internal, new=ip-10-0-2-172.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-172.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-172.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-172.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-172.ec2.internal I0703 06:39:08.948612 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:08.948625 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-172.ec2.internal I0703 06:39:08.948617 3508 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-2-172.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-ca8befa570-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-172.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.kubernetes.io/instance-type=m5.2xlarge,node.openshift.io/os_id=rhel,topology.ebs.csi.aws.com/zone=us-east-1a,topology.k8s.aws/zone-id=use1-az6,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1a, isHostCIDRsAltered?: false I0703 06:39:08.948644 3508 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-172.ec2.internal in Admin Network Policy controller I0703 06:39:08.948654 3508 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-172.ec2.internal Admin Network Policy controller: took 12.116µs I0703 06:39:08.991141 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:08.991165 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:08.991179 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:08.991191 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jzzsc in node ip-10-0-1-166.ec2.internal I0703 06:39:08.991200 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:08.991208 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:08.991215 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:09.187218 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal: podLabels , podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:09.187266 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:09.187420 3508 default_network_controller.go:676] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:09.187449 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:09.187469 3508 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal in node ip-10-0-2-172.ec2.internal I0703 06:39:09.187342 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal in Admin Network Policy controller I0703 06:39:09.187483 3508 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:09.187495 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:09.187495 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal Admin Network Policy controller: took 154.06µs I0703 06:39:09.187508 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-172.ec2.internal I0703 06:39:09.415764 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:09.415804 3508 ovs.go:160] Exec(76): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:09.426893 3508 ovs.go:163] Exec(76): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:09.426912 3508 ovs.go:164] Exec(76): stderr: "" I0703 06:39:09.426924 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:09.426965 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:09.426982 3508 ovs.go:160] 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:39:09.436850 3508 ovs.go:163] Exec(77): stdout: "" I0703 06:39:09.436870 3508 ovs.go:164] Exec(77): stderr: "" I0703 06:39:09.436882 3508 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:09.915339 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:09.915379 3508 ovs.go:160] Exec(78): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:09.927244 3508 ovs.go:163] Exec(78): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:09.927267 3508 ovs.go:164] Exec(78): stderr: "" I0703 06:39:09.927280 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:09.927333 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:09.927351 3508 ovs.go:160] 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:39:09.937885 3508 ovs.go:163] Exec(79): stdout: "" I0703 06:39:09.937904 3508 ovs.go:164] Exec(79): stderr: "" I0703 06:39:09.937916 3508 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:10.180256 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=fc484797,pod-template-generation=1, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:10.180326 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:10.180384 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz in Admin Network Policy controller I0703 06:39:10.180399 3508 default_network_controller.go:676] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:10.180404 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz Admin Network Policy controller: took 22.567µs I0703 06:39:10.180423 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:10.180459 3508 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz in node ip-10-0-2-172.ec2.internal I0703 06:39:10.180470 3508 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:10.180478 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:10.180487 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-w5wjz I0703 06:39:10.216965 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:10.216984 3508 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-pxx98 I0703 06:39:10.216997 3508 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-pxx98 I0703 06:39:10.217026 3508 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-pxx98 in node ip-10-0-2-172.ec2.internal I0703 06:39:10.217034 3508 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-pxx98 I0703 06:39:10.217042 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:10.217055 3508 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-pxx98 I0703 06:39:10.415271 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:10.415335 3508 ovs.go:160] Exec(80): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:10.427242 3508 ovs.go:163] Exec(80): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:10.427264 3508 ovs.go:164] Exec(80): stderr: "" I0703 06:39:10.427278 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:10.427329 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:10.427346 3508 ovs.go:160] 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:39:10.438224 3508 ovs.go:163] Exec(81): stdout: "" I0703 06:39:10.438245 3508 ovs.go:164] Exec(81): stderr: "" I0703 06:39:10.438257 3508 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:10.915829 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:10.915872 3508 ovs.go:160] Exec(82): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:10.927928 3508 ovs.go:163] Exec(82): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:10.927955 3508 ovs.go:164] Exec(82): stderr: "" I0703 06:39:10.927967 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:10.928011 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:10.928031 3508 ovs.go:160] 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:39:10.940074 3508 ovs.go:163] Exec(83): stdout: "" I0703 06:39:10.940096 3508 ovs.go:164] Exec(83): stderr: "" I0703 06:39:10.940107 3508 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:10.989041 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:10.989096 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:10.989116 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:10.989135 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-jzzsc in node ip-10-0-1-166.ec2.internal I0703 06:39:10.989146 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:10.989156 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:10.989168 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-jzzsc I0703 06:39:11.415608 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:11.415640 3508 ovs.go:160] Exec(84): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:11.425851 3508 ovs.go:163] Exec(84): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:11.425866 3508 ovs.go:164] Exec(84): stderr: "" I0703 06:39:11.425879 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:11.425908 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:11.425922 3508 ovs.go:160] 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:39:11.434618 3508 ovs.go:163] Exec(85): stdout: "" I0703 06:39:11.434636 3508 ovs.go:164] Exec(85): stderr: "" I0703 06:39:11.434645 3508 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:11.462553 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:11.462580 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:11.462595 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:11.462602 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:11.613323 3508 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-83a5b0c6afd51201d9e036cb051ab6fea4327284501cc30fc00ccacae646eb16.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d83a5b0c6afd51201d9e036cb051ab6fea4327284501cc30fc00ccacae646eb16_2emount"}, Sequence:0x24} I0703 06:39:11.613368 3508 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:0x25} I0703 06:39:11.613439 3508 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:0x26} I0703 06:39:11.613533 3508 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:0x27} I0703 06:39:11.613575 3508 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:0x28} I0703 06:39:11.613725 3508 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:"ro,relatime,seclabel,lowerdir=/run/ostree/.private/cfsroot-lower::/sysroot/ostree/repo/objects,redirect_dir=on,metacopy=on"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"overlay"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"composefs"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x29} I0703 06:39:11.613790 3508 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:0x2a} I0703 06:39:11.613945 3508 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:0x2b} I0703 06:39:11.614095 3508 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:0x655af2ba76980}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x707db8}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ba72e91}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7042c9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba72e6c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7042a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba755a9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7069e1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0x20, 0xed, 0xe3, 0xc0, 0xc, 0x4b, 0xd1, 0xb0, 0x3c, 0x4c, 0x12, 0x13, 0x17, 0xca, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba76980}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x707db8}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2c} I0703 06:39:11.614171 3508 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:0x655af2b4ec3b4}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2b4ec3b4}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "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:0x655af2b4ec3b4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2d} I0703 06:39:11.614250 3508 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:0x2e} I0703 06:39:11.614373 3508 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:0x655af2b50d633}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea6b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2b50d5d1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea09}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b50d5d0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea08}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b50d633}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea6b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0xa, 0xb1, 0xf5, 0xbe, 0xe5, 0x4d, 0x1a, 0xae, 0x14, 0x8, 0x24, 0xbe, 0x39, 0xd9, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b96e782}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5ffbba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0703 06:39:11.614434 3508 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-83a5b0c6afd51201d9e036cb051ab6fea4327284501cc30fc00ccacae646eb16-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d83a5b0c6afd51201d9e036cb051ab6fea4327284501cc30fc00ccacae646eb16_2dmerged_2emount"}, Sequence:0x30} I0703 06:39:11.614557 3508 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:0x655af2b905cf0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x597128}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x31} I0703 06:39:11.614606 3508 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:0x655af2ba729cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76c457}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fd88f}, "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:0x655af2ba729c6}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703dfe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703dfe}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76c457}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fd88f}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729cd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb6, 0x66, 0xa8, 0xa1, 0xa3, 0x21, 0x41, 0xa0, 0x9b, 0x74, 0xd8, 0xf3, 0xa8, 0x46, 0x8, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0703 06:39:11.614772 3508 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:0x655af2baa7592}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76b603}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fca3b}, "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:0x655af2baa758b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389c3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7589}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389c1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76b603}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fca3b}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7592}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x55, 0xa3, 0x7a, 0x6, 0xf3, 0xcd, 0x41, 0x77, 0xb7, 0xea, 0x61, 0xbf, 0x2a, 0x45, 0xe2, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7592}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x33} I0703 06:39:11.614817 3508 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-83a5b0c6afd51201d9e036cb051ab6fea4327284501cc30fc00ccacae646eb16.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d83a5b0c6afd51201d9e036cb051ab6fea4327284501cc30fc00ccacae646eb16_2emount"}, Sequence:0x34} I0703 06:39:11.614827 3508 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:0x35} I0703 06:39:11.614857 3508 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:0x36} I0703 06:39:11.614963 3508 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:0x37} I0703 06:39:11.614979 3508 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:0x38} I0703 06:39:11.669792 3508 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-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_2escope"}, Sequence:0x39} I0703 06:39:11.669831 3508 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-conmon-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope"}, Sequence:0x3a} I0703 06:39:11.669966 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x3b} I0703 06:39:11.670026 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0x3c} I0703 06:39:11.670080 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x3d} I0703 06:39:11.680650 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x3e} I0703 06:39:11.680694 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb759f4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e2c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb759f1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e29}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.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{0x80, 0x3d, 0x33, 0x37, 0xb2, 0xdf, 0x49, 0x6f, 0x98, 0xf4, 0xf5, 0x33, 0xf7, 0x31, 0xa, 0x6e}}, "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:0x3f} I0703 06:39:11.680742 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x40} I0703 06:39:11.680913 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb783ce}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2eb759f4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e2c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb759f1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e29}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb783ce}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x80, 0x3d, 0x33, 0x37, 0xb2, 0xdf, 0x49, 0x6f, 0x98, 0xf4, 0xf5, 0x33, 0xf7, 0x31, 0xa, 0x6e}}, "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:0x655af2eb783ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x41} I0703 06:39:11.680991 3508 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-conmon-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope", "done"}, Sequence:0x42} I0703 06:39:11.681053 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x43} I0703 06:39:11.681151 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb783ce}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2eb759f4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e2c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb759f1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e29}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb783ce}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x80, 0x3d, 0x33, 0x37, 0xb2, 0xdf, 0x49, 0x6f, 0x98, 0xf4, 0xf5, 0x33, 0xf7, 0x31, 0xa, 0x6e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb783ce}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x44} I0703 06:39:11.685689 3508 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-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope", "/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_2escope"}, Sequence:0x45} I0703 06:39:11.685721 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001", "crio-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope"}, Sequence:0x46} I0703 06:39:11.685826 3508 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:0x655af2b8ffa5b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x590e93}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0703 06:39:11.685871 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0x48} I0703 06:39:11.686037 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x49} I0703 06:39:11.686089 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4a} I0703 06:39:11.687191 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x4b} I0703 06:39:11.687279 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb79879}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acb1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79877}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acaf}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.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{0x60, 0x80, 0x6e, 0xf1, 0xd3, 0xdf, 0x46, 0x30, 0x8d, 0xdc, 0x56, 0xc7, 0xce, 0x2a, 0x13, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4c} I0703 06:39:11.687379 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x4d} I0703 06:39:11.687558 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb79d97}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2eb79879}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acb1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79877}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acaf}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79d97}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x60, 0x80, 0x6e, 0xf1, 0xd3, 0xdf, 0x46, 0x30, 0x8d, 0xdc, 0x56, 0xc7, 0xce, 0x2a, 0x13, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79d97}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4e} I0703 06:39:11.687605 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3e9, "/org/freedesktop/systemd1/job/1001", "crio-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope", "done"}, Sequence:0x4f} I0703 06:39:11.687614 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x50} I0703 06:39:11.687684 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb79d97}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2eb79879}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acb1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79877}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acaf}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79d97}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x60, 0x80, 0x6e, 0xf1, 0xd3, 0xdf, 0x46, 0x30, 0x8d, 0xdc, 0x56, 0xc7, 0xce, 0x2a, 0x13, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79d97}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x51} I0703 06:39:11.835276 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x52} I0703 06:39:11.835338 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb79d97}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb9de82}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x382f2ba}, "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:0x655af2eb79879}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acb1}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79877}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380acaf}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb9de82}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x382f2ba}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb79d97}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x380b1cf}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x60, 0x80, 0x6e, 0xf1, 0xd3, 0xdf, 0x46, 0x30, 0x8d, 0xdc, 0x56, 0xc7, 0xce, 0x2a, 0x13, 0xca}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb9de82}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x382f2ba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x53} I0703 06:39:11.835381 3508 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-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope", "/org/freedesktop/systemd1/unit/crio_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_2escope"}, Sequence:0x54} I0703 06:39:11.862311 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:39:11.862369 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_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:0x655af2eb783ce}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eba47c5}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3835bfd}, "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:0x655af2eb759f4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e2c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb759f1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3806e29}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eba47c5}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3835bfd}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eb783ce}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3809806}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x80, 0x3d, 0x33, 0x37, 0xb2, 0xdf, 0x49, 0x6f, 0x98, 0xf4, 0xf5, 0x33, 0xf7, 0x31, 0xa, 0x6e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eba47c5}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3835bfd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0703 06:39:11.862439 3508 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-f7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2df7900f5d6c4690b6feb8c3fd573f2009f40b2a9df05bef865713ed335d6c49bd_2escope"}, Sequence:0x57} I0703 06:39:11.915503 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:11.915558 3508 ovs.go:160] Exec(86): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:11.925064 3508 ovs.go:163] Exec(86): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:11.925082 3508 ovs.go:164] Exec(86): stderr: "" I0703 06:39:11.925092 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:11.925123 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:11.925135 3508 ovs.go:160] 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:39:11.933984 3508 ovs.go:163] Exec(87): stdout: "" I0703 06:39:11.934003 3508 ovs.go:164] Exec(87): stderr: "" I0703 06:39:11.934014 3508 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:12.145514 3508 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-a2fcce696bf140513eb39f8a1d19355d6252cd59429d5369cd415420e3cf1add.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2da2fcce696bf140513eb39f8a1d19355d6252cd59429d5369cd415420e3cf1add_2emount"}, Sequence:0x58} I0703 06:39:12.145617 3508 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:0x59} I0703 06:39:12.145662 3508 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:0x5a} I0703 06:39:12.145693 3508 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:0x5b} I0703 06:39:12.145704 3508 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:0x5c} I0703 06:39:12.145873 3508 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:"ro,relatime,seclabel,lowerdir=/run/ostree/.private/cfsroot-lower::/sysroot/ostree/repo/objects,redirect_dir=on,metacopy=on"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"overlay"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"composefs"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x5d} I0703 06:39:12.146014 3508 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:0x5e} I0703 06:39:12.146136 3508 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:0x5f} I0703 06:39:12.146196 3508 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:0x655af2ba76980}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x707db8}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ba72e91}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7042c9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba72e6c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7042a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba755a9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7069e1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0x20, 0xed, 0xe3, 0xc0, 0xc, 0x4b, 0xd1, 0xb0, 0x3c, 0x4c, 0x12, 0x13, 0x17, 0xca, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba76980}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x707db8}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x60} I0703 06:39:12.146263 3508 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:0x655af2b4ec3b4}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2b4ec3b4}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "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:0x655af2b4ec3b4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x61} I0703 06:39:12.146332 3508 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:0x62} I0703 06:39:12.146486 3508 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:0x655af2b50d633}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea6b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2b50d5d1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea09}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b50d5d0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea08}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b50d633}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea6b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0xa, 0xb1, 0xf5, 0xbe, 0xe5, 0x4d, 0x1a, 0xae, 0x14, 0x8, 0x24, 0xbe, 0x39, 0xd9, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b96e782}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5ffbba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0703 06:39:12.146541 3508 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-a2fcce696bf140513eb39f8a1d19355d6252cd59429d5369cd415420e3cf1add-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2da2fcce696bf140513eb39f8a1d19355d6252cd59429d5369cd415420e3cf1add_2dmerged_2emount"}, Sequence:0x64} I0703 06:39:12.146650 3508 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:0x655af2b905cf0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x597128}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x65} I0703 06:39:12.146707 3508 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:0x655af2ba729cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76c457}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fd88f}, "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:0x655af2ba729c6}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703dfe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703dfe}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76c457}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fd88f}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729cd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb6, 0x66, 0xa8, 0xa1, 0xa3, 0x21, 0x41, 0xa0, 0x9b, 0x74, 0xd8, 0xf3, 0xa8, 0x46, 0x8, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0703 06:39:12.147438 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:12.147459 3508 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:12.147476 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:12.147490 3508 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-hdzkt in node ip-10-0-0-219.ec2.internal I0703 06:39:12.147500 3508 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:12.147510 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:12.147522 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-hdzkt I0703 06:39:12.147493 3508 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:0x655af2baa7592}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76b603}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fca3b}, "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:0x655af2baa758b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389c3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7589}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389c1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76b603}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fca3b}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7592}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x55, 0xa3, 0x7a, 0x6, 0xf3, 0xcd, 0x41, 0x77, 0xb7, 0xea, 0x61, 0xbf, 0x2a, 0x45, 0xe2, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7592}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x67} I0703 06:39:12.147562 3508 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-a2fcce696bf140513eb39f8a1d19355d6252cd59429d5369cd415420e3cf1add.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2da2fcce696bf140513eb39f8a1d19355d6252cd59429d5369cd415420e3cf1add_2emount"}, Sequence:0x68} I0703 06:39:12.147573 3508 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:0x69} I0703 06:39:12.147581 3508 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:0x6a} I0703 06:39:12.147587 3508 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:0x6b} I0703 06:39:12.147594 3508 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:0x6c} I0703 06:39:12.177253 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:12.177376 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:12.177425 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:12.177485 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in node ip-10-0-0-219.ec2.internal I0703 06:39:12.177525 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:12.177539 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:12.177551 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:12.201921 3508 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-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_2escope"}, Sequence:0x6d} I0703 06:39:12.201963 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobNew", Body:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007", "crio-conmon-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope"}, Sequence:0x6e} I0703 06:39:12.202015 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6f} I0703 06:39:12.202103 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0x70} I0703 06:39:12.202189 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x71} I0703 06:39:12.212614 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x72} I0703 06:39:12.212650 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebf78e1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d18}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebf78de}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d16}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.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{0xd1, 0xc2, 0xa, 0xf7, 0x97, 0x3a, 0x40, 0xa4, 0x85, 0x66, 0xc0, 0xa7, 0x18, 0xf0, 0xab, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x73} I0703 06:39:12.212718 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x74} I0703 06:39:12.212918 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebfa1ef}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ebf78e1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d18}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebf78de}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d16}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfa1ef}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd1, 0xc2, 0xa, 0xf7, 0x97, 0x3a, 0x40, 0xa4, 0x85, 0x66, 0xc0, 0xa7, 0x18, 0xf0, 0xab, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfa1ef}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x75} I0703 06:39:12.212977 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1", Name:"org.freedesktop.systemd1.Manager.JobRemoved", Body:[]interface {}{0x3ef, "/org/freedesktop/systemd1/job/1007", "crio-conmon-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope", "done"}, Sequence:0x76} I0703 06:39:12.212987 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x77} I0703 06:39:12.213094 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebfa1ef}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ebf78e1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d18}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebf78de}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d16}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfa1ef}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd1, 0xc2, 0xa, 0xf7, 0x97, 0x3a, 0x40, 0xa4, 0x85, 0x66, 0xc0, 0xa7, 0x18, 0xf0, 0xab, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfa1ef}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x78} I0703 06:39:12.217516 3508 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-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope", "/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_2escope"}, Sequence:0x79} I0703 06:39:12.217542 3508 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 {}{0x3f5, "/org/freedesktop/systemd1/job/1013", "crio-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope"}, Sequence:0x7a} I0703 06:39:12.217644 3508 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:0x655af2b8ffa5b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x590e93}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7b} I0703 06:39:12.217695 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0x7c} I0703 06:39:12.217810 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7d} I0703 06:39:12.217852 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7e} I0703 06:39:12.218999 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x7f} I0703 06:39:12.219108 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebfb658}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca90}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfb656}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca8d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.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{0xba, 0x4d, 0xd, 0x3b, 0x32, 0xf6, 0x4c, 0x43, 0xbe, 0x92, 0xa6, 0xb7, 0x23, 0x18, 0x47, 0x8b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3f5, "/org/freedesktop/systemd1/job/1013"}}, "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:0x80} I0703 06:39:12.219231 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x81} I0703 06:39:12.219258 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebfbb05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ebfb658}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca90}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfb656}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca8d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfbb05}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xba, 0x4d, 0xd, 0x3b, 0x32, 0xf6, 0x4c, 0x43, 0xbe, 0x92, 0xa6, 0xb7, 0x23, 0x18, 0x47, 0x8b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3f5, "/org/freedesktop/systemd1/job/1013"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfbb05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x82} I0703 06:39:12.219425 3508 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 {}{0x3f5, "/org/freedesktop/systemd1/job/1013", "crio-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope", "done"}, Sequence:0x83} I0703 06:39:12.219452 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x84} I0703 06:39:12.219516 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebfbb05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ebfb658}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca90}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfb656}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca8d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfbb05}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xba, 0x4d, 0xd, 0x3b, 0x32, 0xf6, 0x4c, 0x43, 0xbe, 0x92, 0xa6, 0xb7, 0x23, 0x18, 0x47, 0x8b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfbb05}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x85} I0703 06:39:12.275317 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x86} I0703 06:39:12.275388 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebfbb05}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ec09577}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x389a9af}, "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:0x655af2ebfb658}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca90}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfb656}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388ca8d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ec09577}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x389a9af}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfbb05}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388cf3d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xba, 0x4d, 0xd, 0x3b, 0x32, 0xf6, 0x4c, 0x43, 0xbe, 0x92, 0xa6, 0xb7, 0x23, 0x18, 0x47, 0x8b}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ec09577}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x389a9af}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x87} I0703 06:39:12.275450 3508 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-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope", "/org/freedesktop/systemd1/unit/crio_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_2escope"}, Sequence:0x88} I0703 06:39:12.292073 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:39:12.292112 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_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:0x655af2ebfa1ef}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ec0d70b}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x389eb43}, "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:0x655af2ebf78e1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d18}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebf78de}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3888d16}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ec0d70b}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x389eb43}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ebfa1ef}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x388b627}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xd1, 0xc2, 0xa, 0xf7, 0x97, 0x3a, 0x40, 0xa4, 0x85, 0x66, 0xc0, 0xa7, 0x18, 0xf0, 0xab, 0x86}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ec0d70b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x389eb43}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8a} I0703 06:39:12.292164 3508 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-b8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2db8528952227563d6122ca232d42209a8c7794c2dd2439abf61216c14d7337e14_2escope"}, Sequence:0x8b} I0703 06:39:12.415661 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:12.415696 3508 ovs.go:160] Exec(88): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:12.425316 3508 ovs.go:163] Exec(88): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:12.425333 3508 ovs.go:164] Exec(88): stderr: "" I0703 06:39:12.425342 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:12.425369 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:12.425380 3508 ovs.go:160] 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:39:12.434012 3508 ovs.go:163] Exec(89): stdout: "" I0703 06:39:12.434026 3508 ovs.go:164] Exec(89): stderr: "" I0703 06:39:12.434035 3508 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:12.915705 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:12.915740 3508 ovs.go:160] Exec(90): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:12.925705 3508 ovs.go:163] Exec(90): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:12.925728 3508 ovs.go:164] Exec(90): stderr: "" I0703 06:39:12.925738 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:12.925768 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:12.925784 3508 ovs.go:160] 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:39:12.934315 3508 ovs.go:163] Exec(91): stdout: "" I0703 06:39:12.934332 3508 ovs.go:164] Exec(91): stderr: "" I0703 06:39:12.934340 3508 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:13.133501 3508 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-d0910aeb9faf772a7113c45fd818e5254c1691d748f9e690bf4e4a306873e829.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dd0910aeb9faf772a7113c45fd818e5254c1691d748f9e690bf4e4a306873e829_2emount"}, Sequence:0x8c} I0703 06:39:13.133546 3508 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:0x8d} I0703 06:39:13.133562 3508 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:0x8e} I0703 06:39:13.133693 3508 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:0x8f} I0703 06:39:13.133782 3508 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:0x90} I0703 06:39:13.133821 3508 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:"ro,relatime,seclabel,lowerdir=/run/ostree/.private/cfsroot-lower::/sysroot/ostree/repo/objects,redirect_dir=on,metacopy=on"}, "Result":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"success"}, "Type":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"overlay"}, "UID":dbus.Variant{sig:dbus.Signature{str:"u"}, value:0xffffffff}, "What":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"composefs"}}, []string{"ExecMount", "ExecUnmount", "ExecRemount"}}, Sequence:0x91} I0703 06:39:13.133917 3508 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:0x92} I0703 06:39:13.134045 3508 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:0x93} I0703 06:39:13.134179 3508 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:0x655af2ba76980}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x707db8}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ba72e91}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7042c9}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba72e6c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7042a5}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba755a9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7069e1}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9e, 0x20, 0xed, 0xe3, 0xc0, 0xc, 0x4b, 0xd1, 0xb0, 0x3c, 0x4c, 0x12, 0x13, 0x17, 0xca, 0x22}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba76980}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x707db8}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x94} I0703 06:39:13.134238 3508 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:0x655af2b4ec3b4}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2b4ec3b4}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "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:0x655af2b4ec3b4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x17d7ec}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x95} I0703 06:39:13.134302 3508 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:0x96} I0703 06:39:13.134449 3508 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:0x655af2b50d633}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea6b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2b50d5d1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea09}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b50d5d0}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea08}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b50d633}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x19ea6b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x8, 0xa, 0xb1, 0xf5, 0xbe, 0xe5, 0x4d, 0x1a, 0xae, 0x14, 0x8, 0x24, 0xbe, 0x39, 0xd9, 0x4d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b96e782}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x5ffbba}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x97} I0703 06:39:13.134494 3508 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-d0910aeb9faf772a7113c45fd818e5254c1691d748f9e690bf4e4a306873e829-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dd0910aeb9faf772a7113c45fd818e5254c1691d748f9e690bf4e4a306873e829_2dmerged_2emount"}, Sequence:0x98} I0703 06:39:13.134651 3508 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:0x655af2b905cf0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x597128}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x99} I0703 06:39:13.134741 3508 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:0x655af2ba729cd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76c457}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fd88f}, "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:0x655af2ba729c6}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703dfe}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703dfe}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76c457}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fd88f}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729cd}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb6, 0x66, 0xa8, 0xa1, 0xa3, 0x21, 0x41, 0xa0, 0x9b, 0x74, 0xd8, 0xf3, 0xa8, 0x46, 0x8, 0xaf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ba729cd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x703e05}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9a} I0703 06:39:13.134806 3508 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:0x655af2baa7592}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76b603}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fca3b}, "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:0x655af2baa758b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389c3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7589}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389c1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2b76b603}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3fca3b}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7592}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x55, 0xa3, 0x7a, 0x6, 0xf3, 0xcd, 0x41, 0x77, 0xb7, 0xea, 0x61, 0xbf, 0x2a, 0x45, 0xe2, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2baa7592}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7389ca}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9b} I0703 06:39:13.134870 3508 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-d0910aeb9faf772a7113c45fd818e5254c1691d748f9e690bf4e4a306873e829.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dd0910aeb9faf772a7113c45fd818e5254c1691d748f9e690bf4e4a306873e829_2emount"}, Sequence:0x9c} I0703 06:39:13.134998 3508 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:0x9d} I0703 06:39:13.135027 3508 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:0x9e} I0703 06:39:13.135122 3508 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:0x9f} I0703 06:39:13.135144 3508 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:0xa0} I0703 06:39:13.151773 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:13.151836 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:13.151860 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:13.151881 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in node ip-10-0-0-219.ec2.internal I0703 06:39:13.151893 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:13.151904 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:13.151917 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:13.189318 3508 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-0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_2escope"}, Sequence:0xa1} I0703 06:39:13.189347 3508 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 {}{0x3fb, "/org/freedesktop/systemd1/job/1019", "crio-conmon-0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687.scope"}, Sequence:0xa2} I0703 06:39:13.189525 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xa3} I0703 06:39:13.189581 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0xa4} I0703 06:39:13.189628 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xa5} I0703 06:39:13.199506 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-8cxk4: podLabels app=ovnkube-node,component=network,controller-revision-hash=5d6756d75c,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.172], PodStatus: true, PodCompleted?: false I0703 06:39:13.199558 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 in Admin Network Policy controller I0703 06:39:13.199560 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:13.199573 3508 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:13.199575 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 Admin Network Policy controller: took 16.747µs I0703 06:39:13.199585 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:13.199615 3508 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 in node ip-10-0-2-172.ec2.internal I0703 06:39:13.199628 3508 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:13.199636 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:13.199643 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-8cxk4 I0703 06:39:13.203599 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0xa6} I0703 06:39:13.203635 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0x655af2ece89d4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3979e0c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ece89d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3979e09}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.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{0x12, 0xb5, 0x9c, 0x3, 0x93, 0xd, 0x43, 0x6e, 0x93, 0xcd, 0xbf, 0x8, 0x84, 0x22, 0x92, 0xff}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3fb, "/org/freedesktop/systemd1/job/1019"}}, "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:0xa7} I0703 06:39:13.203709 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0xa8} I0703 06:39:13.203905 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0x655af2ecec116}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397d54e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ece89d4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3979e0c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ece89d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3979e09}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecec116}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397d54e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x12, 0xb5, 0x9c, 0x3, 0x93, 0xd, 0x43, 0x6e, 0x93, 0xcd, 0xbf, 0x8, 0x84, 0x22, 0x92, 0xff}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3fb, "/org/freedesktop/systemd1/job/1019"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecec116}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397d54e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xa9} I0703 06:39:13.203968 3508 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 {}{0x3fb, "/org/freedesktop/systemd1/job/1019", "crio-conmon-0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687.scope", "done"}, Sequence:0xaa} I0703 06:39:13.203984 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0xab} I0703 06:39:13.204465 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0x655af2ecec116}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397d54e}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2ece89d4}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3979e0c}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ece89d1}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3979e09}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecec116}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397d54e}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x12, 0xb5, 0x9c, 0x3, 0x93, 0xd, 0x43, 0x6e, 0x93, 0xcd, 0xbf, 0x8, 0x84, 0x22, 0x92, 0xff}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecec116}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397d54e}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xac} I0703 06:39:13.209284 3508 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-0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687.scope", "/org/freedesktop/systemd1/unit/crio_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_2escope"}, Sequence:0xad} I0703 06:39:13.209325 3508 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 {}{0x401, "/org/freedesktop/systemd1/job/1025", "crio-0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687.scope"}, Sequence:0xae} I0703 06:39:13.209394 3508 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:0x655af2b8ffa5b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x590e93}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xaf} I0703 06:39:13.209451 3508 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:0x9db}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7010e3}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x139251b}, "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:0x9db}, "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:0xb0} I0703 06:39:13.209558 3508 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:0x655af2c7c2cdd}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c6ff1c8}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c6ff1c6}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1390600}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7011e0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1392618}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xfe, 0xc5, 0xec, 0xa7, 0x6a, 0x93, 0x47, 0x8e, 0x98, 0x84, 0x26, 0xea, 0xc3, 0xea, 0x70, 0x90}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c7c2cdd}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1454115}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb1} I0703 06:39:13.209650 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod0dc7832c_5fee21_5f4bc8_5fbc24_5f6dd0e7f4dfa3_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:0x655af2c952445}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2c9520e5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c9520e3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e351b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xce, 0x8a, 0xc2, 0xa2, 0x58, 0x79, 0x4d, 0xd, 0x99, 0xa5, 0xf5, 0xd2, 0xe7, 0xfa, 0x94, 0xbe}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2c952445}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x15e387d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb2} I0703 06:39:13.210519 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0xb3} I0703 06:39:13.210558 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0x655af2eced86c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397eca4}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eced86a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397eca2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0x80, 0x89, 0x7, 0xd, 0x40, 0x45, 0x89, 0xa9, 0xa0, 0x92, 0xf, 0xeb, 0xa2, 0xe6, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x401, "/org/freedesktop/systemd1/job/1025"}}, "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:0xb4} I0703 06:39:13.210637 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0xb5} I0703 06:39:13.210792 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0x655af2ecedc1d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397f055}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2eced86c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397eca4}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eced86a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397eca2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecedc1d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397f055}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0x80, 0x89, 0x7, 0xd, 0x40, 0x45, 0x89, 0xa9, 0xa0, 0x92, 0xf, 0xeb, 0xa2, 0xe6, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x401, "/org/freedesktop/systemd1/job/1025"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecedc1d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397f055}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb6} I0703 06:39:13.210884 3508 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 {}{0x401, "/org/freedesktop/systemd1/job/1025", "crio-0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687.scope", "done"}, Sequence:0xb7} I0703 06:39:13.210900 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0xb8} I0703 06:39:13.210986 3508 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d0e0cdf91b9bebc7f8a6ef538a54f8eb31ba76765c0311a05f2c7b440339e7687_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:0x655af2ecedc1d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397f055}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.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:0x655af2eced86c}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397eca4}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2eced86a}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397eca2}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecedc1d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397f055}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x62, 0x80, 0x89, 0x7, 0xd, 0x40, 0x45, 0x89, 0xa9, 0xa0, 0x92, 0xf, 0xeb, 0xa2, 0xe6, 0x88}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655af2ecedc1d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x397f055}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb9} I0703 06:39:13.226768 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:13.226785 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:13.226799 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:13.226811 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4ts9m in node ip-10-0-2-172.ec2.internal I0703 06:39:13.226817 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:13.226823 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:13.226830 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:13.415027 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:13.415081 3508 ovs.go:160] Exec(92): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:13.424592 3508 ovs.go:163] Exec(92): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:13.424610 3508 ovs.go:164] Exec(92): stderr: "" I0703 06:39:13.424620 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:13.424647 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:13.424663 3508 ovs.go:160] 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:39:13.433366 3508 ovs.go:163] Exec(93): stdout: "" I0703 06:39:13.433383 3508 ovs.go:164] Exec(93): stderr: "" I0703 06:39:13.433391 3508 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:13.915070 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:13.915103 3508 ovs.go:160] Exec(94): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:13.925127 3508 ovs.go:163] Exec(94): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:13.925145 3508 ovs.go:164] Exec(94): stderr: "" I0703 06:39:13.925155 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:13.925184 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:13.925195 3508 ovs.go:160] 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:39:13.934271 3508 ovs.go:163] Exec(95): stdout: "" I0703 06:39:13.934306 3508 ovs.go:164] Exec(95): stderr: "" I0703 06:39:13.934316 3508 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:14.032136 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-172.ec2.internal in network "default" I0703 06:39:14.032174 3508 node_tracker.go:238] Node ip-10-0-2-172.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-172.ec2.internal" I0703 06:39:14.032189 3508 node_tracker.go:172] Node ip-10-0-2-172.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:14.032209 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:14.032231 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:14.032225 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:14.032254 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:14.032269 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 18.32µs I0703 06:39:14.032258 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-172.ec2.internal I0703 06:39:14.032323 3508 default_network_controller.go:1011] Node "ip-10-0-2-172.ec2.internal" in remote zone "ip-10-0-2-172.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:14.032352 3508 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-172.ec2.internal, new=ip-10-0-2-172.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-172.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-172.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-172.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-172.ec2.internal I0703 06:39:14.032366 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:14.032242 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.032377 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-172.ec2.internal I0703 06:39:14.032394 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.032406 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.032413 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.032425 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.032433 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.032441 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.032449 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:14.032449 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.032456 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.293µs I0703 06:39:14.032458 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.032461 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.032463 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.032476 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.032470 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.032567 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.032580 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 13.839µs I0703 06:39:14.032472 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.032493 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.032598 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.032557 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:14.032473 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.032612 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.032620 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:14.032621 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:14.032628 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.032628 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:14.032634 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.032636 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:14.032639 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.032635 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:14.032646 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.032653 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:14.032657 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:14.032656 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032652 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:14.032662 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:14.032649 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:14.032665 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032667 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.032669 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032674 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:14.032675 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032679 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:14.032681 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032684 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.032688 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:14.032687 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032691 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:14.032697 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.032681 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.032703 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:14.032695 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.032716 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.032715 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.032721 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.032725 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.032727 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:14.032729 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:14.032733 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:14.032734 3508 services_controller.go:480] 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:14.032737 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:14.032743 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.032747 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.032751 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.032728 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.032610 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.032597 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:14.032767 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:14.032770 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:14.032770 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:14.032780 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032718 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:14.032788 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032784 3508 services_controller.go:469] 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.229.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:14.032790 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:14.032796 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032754 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.032803 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.032803 3508 services_controller.go:480] 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:14.032807 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 335.167µs I0703 06:39:14.032798 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.032820 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:14.032817 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.032827 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.032835 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.032839 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:14.032845 3508 services_controller.go:480] 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:14.032861 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.032865 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 409.332µs I0703 06:39:14.032827 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:14.032877 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:14.032885 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.937µs I0703 06:39:14.032781 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:14.032894 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.032905 3508 services_controller.go:480] 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:14.032936 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.032950 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 490.333µs I0703 06:39:14.032754 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:14.032836 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.032844 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 378.706µs I0703 06:39:14.032964 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:14.032969 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.032903 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.032974 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.032983 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:14.032992 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.032998 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.032998 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:14.033002 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.032984 3508 services_controller.go:480] 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:14.033011 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:14.033023 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.032984 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033028 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 431.416µs I0703 06:39:14.032976 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033030 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033037 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.033040 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:14.033042 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033049 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:14.033053 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:14.033058 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033066 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033067 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:14.033059 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033044 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033082 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033076 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033087 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033092 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033097 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033099 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.033106 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.033113 3508 services_controller.go:480] 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:14.033098 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:14.033110 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033130 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.033128 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:14.033135 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 161.076µs I0703 06:39:14.033136 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033143 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.032886 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:14.033148 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:14.033159 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033159 3508 services_controller.go:480] 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:14.033112 3508 services_controller.go:480] 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:14.033167 3508 services_controller.go:470] 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:14.033184 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:14.033151 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033189 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.033190 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 226.865µs I0703 06:39:14.033188 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033194 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 300.468µs I0703 06:39:14.033199 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:14.033203 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.033204 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.033210 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.033219 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033240 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033142 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033242 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.033212 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033254 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033263 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:14.033255 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033272 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:14.033217 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033282 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033304 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033255 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.033276 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033318 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:14.033321 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:14.033322 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:14.033316 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033336 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033336 3508 services_controller.go:480] 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:14.033338 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:14.033343 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.033336 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:14.033350 3508 services_controller.go:480] 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:14.033353 3508 services_controller.go:480] 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:14.033356 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033364 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.033367 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:14.033368 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 164.995µs I0703 06:39:14.033272 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033373 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 555.239µs I0703 06:39:14.033376 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:14.033376 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.033382 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.033385 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:14.033385 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 347.069µs I0703 06:39:14.033394 3508 services_controller.go:480] 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:14.033402 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.033382 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033418 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.033425 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 280.456µs I0703 06:39:14.033367 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033438 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:14.033395 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033440 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033458 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:14.033460 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:14.033465 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:14.033473 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.033414 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033503 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033497 3508 services_controller.go:480] 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:14.033514 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033425 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:14.033448 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:14.033524 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.033526 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:14.033530 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 328.446µs I0703 06:39:14.033533 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033540 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:14.033545 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.123µs I0703 06:39:14.033530 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033544 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.033543 3508 services_controller.go:469] 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.82.252"}, 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:14.033556 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033557 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033561 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033566 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.033572 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.033574 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033574 3508 services_controller.go:480] 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:14.033578 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.033592 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:14.033596 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 211.872µs I0703 06:39:14.033598 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:14.033604 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:14.033607 3508 services_controller.go:480] 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:14.033594 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033543 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.033625 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.033626 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:14.033627 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:14.033632 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 255.927µs I0703 06:39:14.033641 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.033635 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:14.033641 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:14.033648 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:14.033657 3508 services_controller.go:480] 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:14.033659 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033647 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033686 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033706 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:14.033719 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033725 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.033733 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033703 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:14.033749 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.033610 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033756 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:14.033763 3508 services_controller.go:480] 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:14.033757 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.033776 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:14.033783 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.033789 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033791 3508 services_controller.go:480] 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:14.033792 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:14.033797 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 360.689µs I0703 06:39:14.033795 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.033804 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.033805 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.033680 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.033808 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 167.333µs I0703 06:39:14.033813 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 412.615µs I0703 06:39:14.033817 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:14.033822 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.033813 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033828 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033823 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033862 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:14.033867 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:14.033871 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:14.033805 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033875 3508 services_controller.go:469] 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.102.148"}, 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:14.033880 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:14.033884 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033888 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.033870 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:14.033890 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033894 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033900 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033895 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.033912 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.033920 3508 services_controller.go:480] 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:14.033911 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033909 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033932 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033934 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:14.033932 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.033938 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 334.027µs I0703 06:39:14.033551 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.033943 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.033947 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.033949 3508 services_controller.go:480] 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:14.033952 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.026µs I0703 06:39:14.033888 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.033965 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.033971 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 165.794µs I0703 06:39:14.033939 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.033947 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.033985 3508 services_controller.go:480] 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:14.033992 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:14.034000 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.034005 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.034009 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034015 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034014 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 190.326µs I0703 06:39:14.034030 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.034028 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.033958 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.034049 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:14.034056 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:14.034063 3508 services_controller.go:480] 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:14.034078 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.034085 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 532.269µs I0703 06:39:14.034097 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.034052 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034041 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034117 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:14.034124 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:14.034128 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:14.034133 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034139 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034106 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034143 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:14.033979 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:14.034149 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034173 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:14.034182 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:14.034188 3508 services_controller.go:480] 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:14.034170 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:14.034202 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.034207 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 248.681µs I0703 06:39:14.034215 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.034217 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:14.033970 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034232 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034244 3508 services_controller.go:470] 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:14.034220 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034264 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034250 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034268 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:14.034278 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.034160 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:14.034301 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.034307 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.034310 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:14.034319 3508 services_controller.go:480] 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:14.034324 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034331 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034313 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.034345 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:14.034345 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:14.034355 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 536.092µs I0703 06:39:14.034361 3508 services_controller.go:480] 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:14.034276 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:14.034369 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.034377 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.323µs I0703 06:39:14.034378 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034384 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:14.034387 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.034391 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 410.531µs I0703 06:39:14.034403 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:14.034395 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034343 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034468 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:14.034477 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:14.034481 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:14.034413 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034494 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:14.034498 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034508 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034510 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:14.034523 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:14.034542 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034527 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034552 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034556 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.034568 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:14.034584 3508 services_controller.go:480] 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:14.034607 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.034615 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 229.001µs I0703 06:39:14.034623 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:14.034391 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034629 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034685 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:14.034677 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034701 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:14.034717 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034729 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034739 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034757 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:14.034766 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:14.034571 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034779 3508 services_controller.go:480] 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:14.034781 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.034793 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.034801 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:14.034808 3508 services_controller.go:480] 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:14.034809 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 183.116µs I0703 06:39:14.034821 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.034828 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 7.777µs I0703 06:39:14.034832 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:14.034837 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.034838 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 435.565µs I0703 06:39:14.034844 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.16µs I0703 06:39:14.034850 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.034706 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.034863 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.034871 3508 services_controller.go:480] 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:14.034886 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.034860 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.034909 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:14.034920 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.034929 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034935 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.034946 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.034965 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:14.034972 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:14.034979 3508 services_controller.go:480] 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:14.034506 3508 services_controller.go:480] 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:14.034993 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.034997 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 149.324µs I0703 06:39:14.035019 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.035029 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 931.989µs I0703 06:39:14.034893 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 678.249µs I0703 06:39:14.034159 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.035054 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.035075 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.035100 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.035112 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.035124 3508 services_controller.go:480] 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:14.035146 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.035155 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.125368ms I0703 06:39:14.159683 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:14.159694 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-172.ec2.internal in network "default" I0703 06:39:14.159710 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-172.ec2.internal I0703 06:39:14.159740 3508 default_network_controller.go:1011] Node "ip-10-0-2-172.ec2.internal" in remote zone "ip-10-0-2-172.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0703 06:39:14.159748 3508 node_tracker.go:172] Node ip-10-0-2-172.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:14.159763 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:14.159784 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:14.159799 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.159805 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.159810 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.159815 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.159819 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.159824 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:14.159828 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:14.159832 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.159836 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.159840 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.159844 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:14.159832 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:600f4d13-3a0a-46f8-8a43-280ee0779a85 ip:10.0.2.172 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585306}] I0703 06:39:14.159856 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.159876 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.159874 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4282585306}]} hostname:ip-10-0-2-172.ec2.internal name:600f4d13-3a0a-46f8-8a43-280ee0779a85 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585307}] I0703 06:39:14.159892 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.159905 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.159908 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 17.612µs I0703 06:39:14.159900 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:600f4d13-3a0a-46f8-8a43-280ee0779a85 ip:10.0.2.172 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585306} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u4282585306}]} hostname:ip-10-0-2-172.ec2.internal name:600f4d13-3a0a-46f8-8a43-280ee0779a85 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585307}] I0703 06:39:14.159921 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.159927 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.159937 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 19.947µs I0703 06:39:14.159868 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.159954 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:14.159895 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.159921 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.159985 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:14.159848 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.160000 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:14.160000 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:14.160005 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:14.160017 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.159937 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160025 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.160020 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:14.160011 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:14.160032 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.159965 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160039 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.160036 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160044 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:14.160049 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.160058 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:14.160057 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.160049 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160063 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:14.160072 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160080 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160088 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:14.160085 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160109 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160018 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:14.160097 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160064 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.160121 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160127 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:14.160136 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:14.160138 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:14.160142 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:14.160148 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.160147 3508 services_controller.go:480] 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:14.160153 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.160157 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.160161 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.160165 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:14.160144 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160169 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:14.160169 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.160174 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:14.160178 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 248.594µs I0703 06:39:14.160181 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:14.160189 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.160192 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:14.160196 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:14.160202 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:14.160206 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:14.160210 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:14.160213 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.160217 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:14.160221 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.160225 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.160229 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.160179 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.160240 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.160201 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160249 3508 services_controller.go:480] 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:14.160262 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:14.160270 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:14.160275 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 322.803µs I0703 06:39:14.160274 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:14.160284 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.160122 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160304 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160307 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 21.901µs I0703 06:39:14.160315 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160317 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.160332 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160325 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160371 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:14.160315 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160383 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:14.160390 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:14.160394 3508 services_controller.go:480] 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:14.160401 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:14.160414 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160417 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:14.160420 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160118 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.160424 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 231.329µs I0703 06:39:14.160434 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.160437 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.160432 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160449 3508 services_controller.go:480] 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:14.160456 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.160466 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:14.160473 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.160404 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160482 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 608.9µs I0703 06:39:14.160486 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.160494 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:14.160497 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:14.160503 3508 services_controller.go:480] 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:14.160506 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.846µs I0703 06:39:14.160451 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160515 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.160522 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.348µs I0703 06:39:14.160523 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.160532 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:14.160531 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 631.719µs I0703 06:39:14.160531 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:14.160539 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.645µs I0703 06:39:14.160545 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.160549 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.160549 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:14.160568 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160578 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160554 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160591 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160614 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:14.160624 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:14.160622 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:14.160633 3508 services_controller.go:480] 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:14.160637 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:14.160557 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160652 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160658 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.160663 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160671 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:14.160674 3508 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-2-172.ec2.internal for the network default I0703 06:39:14.160685 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:14.160770 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160788 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.160807 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160837 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:14.160846 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:14.160475 3508 services_controller.go:480] 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:14.160858 3508 services_controller.go:480] 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:14.160882 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.160884 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.160889 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 339.841µs I0703 06:39:14.160892 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 574.496µs I0703 06:39:14.160679 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160904 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.160910 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.160921 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.160931 3508 services_controller.go:480] 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:14.160953 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.160963 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 418.145µs I0703 06:39:14.160974 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.160914 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.160982 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.553µs I0703 06:39:14.160991 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.160039 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161000 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:14.161014 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161021 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:14.161036 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161047 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161000 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.161044 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.161096 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:14.161105 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:14.161121 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:14.161134 3508 services_controller.go:480] 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:14.160665 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 229.445µs I0703 06:39:14.161106 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:14.161163 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.161177 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.161180 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:14.161188 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.330654ms I0703 06:39:14.161197 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161202 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.161206 3508 services_controller.go:470] 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:14.161227 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161172 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.161263 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:14.161358 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:14.161382 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161394 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161414 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.161441 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:14.161454 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:14.161075 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:14.161465 3508 services_controller.go:480] 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:14.161472 3508 services_controller.go:469] 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.229.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:14.161497 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161500 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.161508 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161508 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 344.764µs I0703 06:39:14.161522 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:14.161268 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.161536 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.161662 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:14.161565 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.161687 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:14.161682 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:14.161699 3508 services_controller.go:480] 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:14.161700 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161711 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161742 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:14.161730 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.161752 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 656.038µs I0703 06:39:14.161759 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.161764 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.161772 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:14.161783 3508 services_controller.go:480] 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:14.161806 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:14.161816 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 294.06µs I0703 06:39:14.161773 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.161212 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.161844 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:14.161829 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.161857 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:14.161913 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161942 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.161858 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.162023 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-ccn59: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=67c456c8f4,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.219], PodStatus: true, PodCompleted?: false I0703 06:39:14.161868 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:14.162134 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:14.162156 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162169 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162036 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:14.162186 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.162211 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.162213 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:14.162224 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.162225 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162232 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162233 3508 services_controller.go:480] 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:14.162254 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.162262 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.060683ms I0703 06:39:14.162274 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.162243 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.162331 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:14.162344 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:14.162354 3508 services_controller.go:480] 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:14.162306 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.162379 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.162383 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:14.161071 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.162388 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 559.136µs I0703 06:39:14.162395 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.162401 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.162405 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.162407 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162410 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:14.162416 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162418 3508 services_controller.go:480] 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:14.162434 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.162442 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.539706ms I0703 06:39:14.162431 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.162453 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.161978 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.160738 3508 model_client.go:374] 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-2-172.ec2.internal]} name:tstor-ip-10-0-2-172.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-172.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585308}] I0703 06:39:14.162414 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.162470 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.162483 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.162487 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:14.162492 3508 services_controller.go:480] 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:14.162500 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.162514 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.162517 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162521 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 756.492µs I0703 06:39:14.162527 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162081 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in Admin Network Policy controller I0703 06:39:14.162532 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.162514 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585308}]}}] Timeout: Where:[where column _uuid == {1d4fd685-ab58-42d3-a143-4fe969d10002}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.162542 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-ccn59 Admin Network Policy controller: took 462.407µs I0703 06:39:14.162542 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.162455 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:14.162573 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:14.162546 3508 transact.go:43] 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-2-172.ec2.internal]} name:tstor-ip-10-0-2-172.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-172.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585308} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u4282585308}]}}] Timeout: Where:[where column _uuid == {1d4fd685-ab58-42d3-a143-4fe969d10002}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.162584 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:14.162544 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.162594 3508 services_controller.go:480] 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:14.162614 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.162620 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:14.162464 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.162578 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.162639 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162650 3508 services_controller.go:480] 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:14.162007 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:14.162664 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:14.162662 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:14.162624 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 219.221µs I0703 06:39:14.162679 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162682 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.162681 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:14.162693 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 417.301µs I0703 06:39:14.162697 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:14.162699 3508 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-ccn59 in node ip-10-0-0-219.ec2.internal I0703 06:39:14.162702 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.162710 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:14.162708 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:14.162718 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162723 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:14.162737 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-ccn59 I0703 06:39:14.162742 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.162707 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.162756 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.162788 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.161525 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.162813 3508 services_controller.go:480] 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:14.162786 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:14.162832 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162837 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:14.162844 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 388.963µs I0703 06:39:14.162841 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.162856 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.162860 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162885 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.162814 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.162901 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.162908 3508 services_controller.go:480] 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:14.162865 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.162901 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.162935 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:14.162938 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:14.162948 3508 services_controller.go:469] 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.82.252"}, 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:14.162954 3508 services_controller.go:480] 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:14.162963 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162972 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162981 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:14.162989 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 291.94µs I0703 06:39:14.163004 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:14.162925 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.163018 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 2.026656ms I0703 06:39:14.163031 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:14.163037 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.206µs I0703 06:39:14.163043 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:14.163048 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:14.163020 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:14.163109 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:14.163120 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163120 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.163127 3508 services_controller.go:470] 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:14.163132 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.163138 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.162648 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.163155 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.163152 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:14.163167 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163174 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:14.163195 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163211 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.163237 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.162989 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.163264 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:14.163350 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:14.163339 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-172.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585309}] I0703 06:39:14.163361 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:14.163364 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:14.163374 3508 services_controller.go:480] 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:14.163376 3508 services_controller.go:480] 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:14.163400 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.163395 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585309}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.163413 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 556.068µs I0703 06:39:14.163223 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.163428 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.163165 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.163437 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:14.163449 3508 services_controller.go:480] 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:14.163473 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:14.163468 3508 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-172.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585310}] I0703 06:39:14.163482 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 438.005µs I0703 06:39:14.163415 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:14.163439 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.163497 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 490.787µs I0703 06:39:14.163514 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:14.163516 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:14.163528 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:14.163540 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163550 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163428 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.163572 3508 services_controller.go:480] 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:14.163570 3508 model_client.go:399] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585310}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.163526 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.163617 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.162721 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.163591 3508 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-172.ec2.internal k8s.ovn.org/network:default]} ip_prefix:10.130.0.0/23 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585309} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585309}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-172.ec2.internal k8s.ovn.org/network:default]} ip_prefix:100.64.0.4/32 nexthop:100.88.0.4] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u4282585310} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u4282585310}]}}] Timeout: Where:[where column _uuid == {2a9cecdc-6f49-4ed0-8109-086b27c9a02f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.163629 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:14.163650 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:14.163661 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.163677 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163663 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:14.163683 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163494 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.163690 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163706 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163694 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.163719 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.163624 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.09176ms I0703 06:39:14.163732 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.163740 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.163725 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.163744 3508 services_controller.go:480] 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:14.163757 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.163705 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.163771 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.163778 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:14.163567 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.163784 3508 services_controller.go:480] 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:14.163786 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.077105ms I0703 06:39:14.163789 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.163789 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:14.163798 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.163802 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.163806 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.237µs I0703 06:39:14.163810 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:14.163806 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:14.163815 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.163814 3508 services_controller.go:480] 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:14.163818 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 304.038µs I0703 06:39:14.163823 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163834 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163839 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.163846 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 418.694µs I0703 06:39:14.163852 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.163824 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.163885 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.163750 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.163897 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.163900 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:14.163909 3508 services_controller.go:480] 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:14.163911 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:14.163914 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:14.163929 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163926 3508 services_controller.go:469] 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.102.148"}, 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:14.163932 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.163940 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163942 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 447.491µs I0703 06:39:14.163942 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163954 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.163957 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.163972 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.163989 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:14.164000 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.164002 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:14.164012 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.164015 3508 services_controller.go:480] 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:14.164027 3508 services_controller.go:480] 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:14.164038 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.164046 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 230.475µs I0703 06:39:14.164053 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.164060 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 321.492µs I0703 06:39:14.164252 3508 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-2-172.ec2.internal" on network "default" took: 3.600049ms I0703 06:39:14.164268 3508 master.go:700] Creating Interconnect resources for remote node "ip-10-0-2-172.ec2.internal" on network "default" took: 4.518136ms I0703 06:39:14.164283 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:14.164316 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-172.ec2.internal I0703 06:39:14.208562 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:14.208618 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:14.208638 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:14.208656 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-4ts9m in node ip-10-0-2-172.ec2.internal I0703 06:39:14.208680 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:14.208687 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:14.208696 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-4ts9m I0703 06:39:14.402872 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:14.402903 3508 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:14.402921 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:14.402937 3508 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-2cmvg in node ip-10-0-2-172.ec2.internal I0703 06:39:14.403005 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-2cmvg: podLabels app=network-check-target,controller-revision-hash=76fbc57bbf,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.130.0.3], PodStatus: false, PodCompleted?: false I0703 06:39:14.403037 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-2cmvg in Admin Network Policy controller I0703 06:39:14.403048 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-2cmvg Admin Network Policy controller: took 12.974µs I0703 06:39:14.403066 3508 address_set.go:576] (u4282585172/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.130.0.3]) to address set I0703 06:39:14.403098 3508 model_client.go:399] 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 == {040cd917-100e-45d7-b56d-53d97d0b621d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.403124 3508 transact.go:43] 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 == {040cd917-100e-45d7-b56d-53d97d0b621d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.403551 3508 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:14.403568 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:14.403580 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-2cmvg I0703 06:39:14.407395 3508 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0703 06:39:14.407463 3508 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:14.407485 3508 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:14.407501 3508 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-brk54 in node ip-10-0-2-172.ec2.internal I0703 06:39:14.407425 3508 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-brk54: podLabels app=network-metrics-daemon,component=network,controller-revision-hash=c65749989,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.130.0.4], PodStatus: false, PodCompleted?: false I0703 06:39:14.407590 3508 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-brk54 in Admin Network Policy controller I0703 06:39:14.407595 3508 address_set.go:576] (u4282585058/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.130.0.4]) to address set I0703 06:39:14.407603 3508 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-brk54 Admin Network Policy controller: took 17.272µs I0703 06:39:14.407632 3508 model_client.go:399] 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 == {79b30b1b-2675-4775-af26-6b7ea6a6caca}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.407658 3508 transact.go:43] 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 == {79b30b1b-2675-4775-af26-6b7ea6a6caca}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0703 06:39:14.407970 3508 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:14.407988 3508 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0703 06:39:14.408001 3508 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-brk54 I0703 06:39:14.415173 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-1-166.ec2.internal, subnet 10.129.0.0/23 I0703 06:39:14.415200 3508 ovs.go:160] Exec(96): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.129.0.0/23" I0703 06:39:14.424988 3508 ovs.go:163] Exec(96): stdout: "4fef8dba-6815-4b99-9f1a-bbd6838a8156\n" I0703 06:39:14.425005 3508 ovs.go:164] Exec(96): stderr: "" I0703 06:39:14.425016 3508 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 - 4fef8dba-6815-4b99-9f1a-bbd6838a8156 : stderr - : err I0703 06:39:14.425040 3508 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-172.ec2.internal, subnet 10.130.0.0/23 I0703 06:39:14.425055 3508 ovs.go:160] 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:39:14.433816 3508 ovs.go:163] Exec(97): stdout: "0367efdf-13dc-434a-b8ad-6507ec6e8f07\n" I0703 06:39:14.433830 3508 ovs.go:164] Exec(97): stderr: "" I0703 06:39:14.433837 3508 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 - 0367efdf-13dc-434a-b8ad-6507ec6e8f07 : stderr - : err I0703 06:39:14.433846 3508 default_node_network_controller.go:1138] Upgrade Hack: Syncing nodes took 10.019115007s I0703 06:39:14.433867 3508 ovs.go:160] Exec(98): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0703 06:39:14.438367 3508 ovs.go:163] Exec(98): stdout: "Service_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.ec2.internal\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-0-219.ec2.internal\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.ec2.internal\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-0-219.ec2.internal\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-0-219.ec2.internal\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-0-219.ec2.internal\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-0-219.ec2.internal\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-0-219.ec2.internal\n" I0703 06:39:14.438414 3508 ovs.go:164] Exec(98): stderr: "" I0703 06:39:14.438422 3508 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.ec2.internal Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-0-219.ec2.internal Service_openshift-ingress/router-default_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.ec2.internal Service_openshift-console-operator/metrics_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-0-219.ec2.internal Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-0-219.ec2.internal Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-0-219.ec2.internal Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-0-219.ec2.internal Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-0-219.ec2.internal : stderr - : err I0703 06:39:14.438430 3508 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:14.438436 3508 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:14.438440 3508 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:14.438443 3508 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:14.438447 3508 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:14.438452 3508 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:14.438455 3508 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:14.438459 3508 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:14.438462 3508 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:14.438465 3508 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:14.438468 3508 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:14.438471 3508 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:14.438474 3508 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:14.438481 3508 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:14.438484 3508 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0703 06:39:14.438488 3508 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:14.438490 3508 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:14.438493 3508 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:14.438497 3508 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:14.438499 3508 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:14.438503 3508 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0703 06:39:14.438506 3508 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:14.438509 3508 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:14.438512 3508 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:14.438517 3508 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:14.438522 3508 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0703 06:39:14.438527 3508 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:14.438532 3508 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:14.438537 3508 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:14.438542 3508 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:14.438545 3508 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:14.438549 3508 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0703 06:39:14.438555 3508 default_node_network_controller.go:1158] Upgrade Hack: Syncing services took 10.023823567s I0703 06:39:14.438571 3508 ovs.go:160] Exec(99): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-hs2fs I0703 06:39:14.442525 3508 ovs.go:163] Exec(99): stdout: "c632ea93-9469-41d0-8737-cf03bc64735a\n" I0703 06:39:14.442540 3508 ovs.go:164] Exec(99): stderr: "" I0703 06:39:14.442549 3508 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-hs2fs : stdout - c632ea93-9469-41d0-8737-cf03bc64735a : stderr - I0703 06:39:14.442565 3508 ovs.go:160] Exec(100): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-frhxz I0703 06:39:14.446877 3508 ovs.go:163] Exec(100): stdout: "7d33b1cc-136b-46fb-b38a-29cc7053b04a\n" I0703 06:39:14.446890 3508 ovs.go:164] Exec(100): stderr: "" I0703 06:39:14.446896 3508 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-frhxz : stdout - 7d33b1cc-136b-46fb-b38a-29cc7053b04a : stderr - I0703 06:39:14.446903 3508 default_node_network_controller.go:1179] Upgrade Hack: Syncing pods took 10.032171535s I0703 06:39:14.446918 3508 kube.go:133] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-0-219.ec2.internal] on node ip-10-0-0-219.ec2.internal I0703 06:39:14.465155 3508 default_node_network_controller.go:1193] ovnkube-node ip-10-0-0-219.ec2.internal finished annotating node with remote-zone-migrated; took: 10.050415938s I0703 06:39:14.465213 3508 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0703 06:39:14.465266 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:14.465315 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-219.ec2.internal I0703 06:39:14.465351 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-219.ec2.internal in network "default" I0703 06:39:14.465411 3508 node_tracker.go:172] Node ip-10-0-0-219.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:14.465433 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:14.465453 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:14.465463 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.465470 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.465474 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.465479 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.465483 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.465496 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:14.465503 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:14.465508 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.465512 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.465521 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.465523 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.465532 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 10.062µs I0703 06:39:14.465359 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:14.465546 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.465553 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.65µs I0703 06:39:14.465561 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:14.465561 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.465514 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.465570 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.465525 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.465539 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.465577 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.465655 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:14.465672 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:14.465688 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:14.465693 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465631 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.465701 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465644 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.465711 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:14.465704 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.465721 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.465541 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.465724 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465729 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:14.465736 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.465736 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465735 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:14.465562 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-219.ec2.internal I0703 06:39:14.465746 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:14.465753 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.465655 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:14.465760 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.465720 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.465761 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:14.465769 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.465775 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.465776 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465757 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.465788 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.465793 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:14.465801 3508 services_controller.go:480] 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:14.465804 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:14.465813 3508 services_controller.go:480] 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:14.465829 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:14.465844 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 279.506µs I0703 06:39:14.465755 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:14.465863 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:14.465866 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465874 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465777 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.465887 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.465909 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.465916 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:14.465873 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.465923 3508 services_controller.go:480] 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:14.465940 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.465833 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.465943 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:14.465947 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 412.195µs I0703 06:39:14.465952 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 393.271µs I0703 06:39:14.465958 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.465958 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:14.465975 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.465985 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466002 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.465789 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466049 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.466066 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:14.466070 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.466078 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.466079 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:14.466084 3508 services_controller.go:480] 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:14.466090 3508 services_controller.go:480] 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:14.466106 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.466116 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:14.465964 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.87µs I0703 06:39:14.466124 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 261.815µs I0703 06:39:14.466127 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.466138 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:14.466152 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 15.444µs I0703 06:39:14.466162 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.466173 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 11.28µs I0703 06:39:14.466184 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:14.466133 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466210 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:14.466223 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:14.465899 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:14.466118 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 598.848µs I0703 06:39:14.466247 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.465768 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:14.466256 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466262 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466276 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.466318 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:14.466326 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:14.466332 3508 services_controller.go:480] 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:14.466349 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.466355 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 848.242µs I0703 06:39:14.466363 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.466247 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.466384 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:14.466393 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:14.466401 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.466408 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.466418 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.466368 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466425 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.466432 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:14.466436 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:14.466439 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:14.466190 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 6.798µs I0703 06:39:14.466446 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:14.466445 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:14.466454 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466455 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.466456 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:14.466460 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466467 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.466474 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:14.466471 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.466481 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:14.466487 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:14.466489 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:14.466495 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:14.466497 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:14.466501 3508 services_controller.go:480] 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:14.466505 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.466515 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:14.465964 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.466256 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466523 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466554 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:14.466568 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:14.466572 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:14.466516 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.466590 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466598 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 232.857µs I0703 06:39:14.466465 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466615 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.466622 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:14.466577 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:14.466634 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466642 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466638 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:14.466653 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466663 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466601 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466676 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.466522 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.466683 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.466701 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.466709 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.466710 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.466716 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.466721 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:14.466726 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.466236 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466732 3508 services_controller.go:480] 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:14.466742 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466653 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.466756 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.466757 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.466762 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 308.306µs I0703 06:39:14.466765 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:14.466772 3508 services_controller.go:480] 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:14.466775 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.466625 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 11.362µs I0703 06:39:14.466787 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.466794 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:14.466793 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 828.656µs I0703 06:39:14.466806 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.466800 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:14.466785 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466811 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466716 3508 services_controller.go:480] 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:14.466867 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:14.466873 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:14.466879 3508 services_controller.go:469] 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.229.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:14.466883 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:14.466893 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.466863 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:14.466902 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 653.825µs I0703 06:39:14.466914 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.466893 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466925 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466912 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466940 3508 services_controller.go:470] 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:14.466960 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466893 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466970 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.466924 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466984 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.466987 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467024 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:14.467036 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:14.466943 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467047 3508 services_controller.go:480] 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:14.467050 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.467059 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.467066 3508 services_controller.go:480] 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:14.467070 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.467076 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 268.997µs I0703 06:39:14.467084 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.467088 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:14.467091 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 316.151µs I0703 06:39:14.467102 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.467108 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.466768 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467098 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467158 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:14.467160 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:14.467172 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:14.467176 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:14.467185 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467191 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467188 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:14.467204 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467217 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467005 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:14.467241 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467260 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:14.467269 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.467278 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467202 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467174 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:14.467315 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.467321 3508 services_controller.go:480] 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:14.467328 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.467338 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.467340 3508 services_controller.go:480] 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:14.467344 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.2169ms I0703 06:39:14.467354 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.467363 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.467375 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 271.159µs I0703 06:39:14.467281 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:14.467389 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.467303 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467360 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467412 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:14.467404 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467423 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.467423 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:14.467430 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.467435 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467437 3508 services_controller.go:480] 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:14.467442 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467453 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.467400 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467459 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 544.421µs I0703 06:39:14.466991 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.467470 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.467470 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:14.467476 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:14.467480 3508 services_controller.go:480] 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:14.467488 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.467500 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:14.467505 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 711.331µs I0703 06:39:14.467477 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467390 3508 services_controller.go:480] 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:14.467514 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:14.467452 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467524 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:14.467530 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:14.467528 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:14.467537 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 448.89µs I0703 06:39:14.467537 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.467544 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:14.467520 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467550 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467505 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467556 3508 services_controller.go:480] 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:14.467560 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467568 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467576 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:14.467573 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467584 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.467590 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:14.467593 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467593 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 237.2µs I0703 06:39:14.467598 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:14.467606 3508 services_controller.go:480] 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:14.467590 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467610 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:14.467604 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.467619 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.467622 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467625 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.467631 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.467632 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 161.987µs I0703 06:39:14.467550 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.467643 3508 services_controller.go:480] 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:14.467645 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:14.467646 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.467667 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.467621 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467660 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.467653 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467647 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467694 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.467705 3508 services_controller.go:480] 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:14.467706 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:14.467712 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:14.467720 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:14.467721 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:14.467725 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 211.56µs I0703 06:39:14.467733 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467735 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.467736 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467744 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.467746 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.467760 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467760 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467744 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.467715 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.467785 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.467792 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467800 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467799 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:14.467810 3508 services_controller.go:469] 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.82.252"}, 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:14.467799 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.467810 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467825 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467828 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.467830 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.467833 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.467836 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.467843 3508 services_controller.go:480] 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:14.467681 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 290.07µs I0703 06:39:14.467845 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.467783 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.467862 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:14.467868 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 224.52µs I0703 06:39:14.467876 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:14.467843 3508 services_controller.go:480] 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:14.467884 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.117µs I0703 06:39:14.467868 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.467890 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:14.467895 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.467898 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:14.467910 3508 services_controller.go:480] 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:14.467896 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:14.467933 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:14.467938 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:14.467943 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 334.097µs I0703 06:39:14.467955 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.467863 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:14.467974 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:14.467988 3508 services_controller.go:480] 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:14.468006 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.468013 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 278.308µs I0703 06:39:14.468025 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.467856 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:14.468032 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.468036 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:14.468104 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:14.467899 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 351.545µs I0703 06:39:14.468117 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:14.467951 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468135 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:14.468134 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.468136 3508 services_controller.go:470] 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:14.468148 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468165 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.468146 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.468179 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.468197 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:14.468200 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:14.468207 3508 services_controller.go:480] 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:14.468206 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:14.467970 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.468216 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468222 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:14.468224 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468226 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 335.19µs I0703 06:39:14.468231 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:14.468234 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.468235 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.468243 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:14.468254 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.468257 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468261 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.468267 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468268 3508 services_controller.go:480] 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:14.468241 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.468302 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:14.468282 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.468317 3508 services_controller.go:469] 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.102.148"}, 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:14.468326 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468326 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.468329 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:14.468333 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468336 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 202.921µs I0703 06:39:14.468339 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.468344 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.468350 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.396µs I0703 06:39:14.468342 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.468350 3508 services_controller.go:480] 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:14.468356 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.468358 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.468366 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.468374 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.468376 3508 services_controller.go:480] 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:14.468147 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.468394 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.468399 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 164.89µs I0703 06:39:14.468396 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:14.468362 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.468440 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:14.468451 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:14.468460 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468466 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468477 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.468495 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:14.468502 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:14.468134 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468508 3508 services_controller.go:480] 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:14.468519 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468525 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.468530 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 174.016µs I0703 06:39:14.468414 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:14.468542 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.468540 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.468568 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.468563 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.468579 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.468590 3508 services_controller.go:480] 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:14.468611 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.468620 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 593.829µs I0703 06:39:14.468581 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:14.468630 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:14.468641 3508 services_controller.go:480] 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:14.468380 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 425.196µs I0703 06:39:14.468670 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:14.468678 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 823.256µs I0703 06:39:14.471309 3508 default_node_network_controller.go:1199] Upgrade hack: ovnkube-node ip-10-0-0-219.ec2.internal finished setting DB Auth; took: 10.056551448s I0703 06:39:14.471324 3508 default_node_network_controller.go:1204] Waiting for gateway and management port readiness... I0703 06:39:14.471352 3508 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00091fea0 0xc000284b60 0xc000284bd0 0xc000284c40 0xc000284cb0 0xc000284d20 0xc000284d90 0xc00092de50 0xc000284e70 0xc000284ee0 0xc000aa42d0 0xc006072460 0xc000284f50 map[0x2b197a0:0xc0043428a0 0x2b19f80:0xc004343860 0x2b1a760:0xc00150bec0 0x2b1aa00:0xc0043423c0 0x2b1af40:0xc004342d80 0x2b1b1e0:0xc004343200 0x2b1b480:0xc0043435c0 0x2b1bc60:0xc004343c20 0x2b1bf00:0xc00643a240 0x2b46ce0:0xc00150b320 0x2b47080:0xc00150b740 0x2b47b60:0xc0009fc9c0 0x2b494c0:0xc0007282a0 0x2b49c00:0xc00150baa0 0x2b4a6e0:0xc0007287e0] 0xc000922c40 0} I0703 06:39:14.471412 3508 gateway.go:146] Starting gateway service sync I0703 06:39:14.471718 3508 openflow_manager.go:112] Gateway OpenFlow sync requested I0703 06:39:14.471726 3508 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0703 06:39:14.471735 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32457 -j DNAT --to-destination 172.30.131.219:80" for protocol: 0 I0703 06:39:14.471740 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32136 -j DNAT --to-destination 172.30.131.219:443" for protocol: 0 I0703 06:39:14.474152 3508 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0703 06:39:14.480968 3508 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0703 06:39:14.480992 3508 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-166.ec2.internal I0703 06:39:14.481008 3508 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0703 06:39:14.481018 3508 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-166.ec2.internal I0703 06:39:14.481403 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-166.ec2.internal in network "default" I0703 06:39:14.481453 3508 node_tracker.go:172] Node ip-10-0-1-166.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:14.481469 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:14.481480 3508 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.481503 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.481514 3508 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0703 06:39:14.481520 3508 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.481529 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.481593 3508 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0703 06:39:14.481539 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-daemon retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-daemon openshift-machine-config-operator 19dba7d4-dc34-4c0f-8fa5-2807e4f6d446 888 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab29e7 }] [] []},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.29.72,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.29.72],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.481610 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 21.97µs I0703 06:39:14.481533 3508 services_controller.go:460] Service openshift-cluster-version/cluster-version-operator retrieved from lister for network=default: &Service{ObjectMeta:{cluster-version-operator openshift-cluster-version cdcb21e3-dfd9-40be-9bad-38570da55596 512 0 2026-07-03 06:28:35 +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.47.11,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.11],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.481631 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0703 06:39:14.481636 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0703 06:39:14.481645 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-daemon LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.29.72"}, 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.29.72"}, 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:14.481650 3508 services_controller.go:469] Built service openshift-cluster-version/cluster-version-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.47.11"}, 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:14.481660 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481663 3508 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481667 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481671 3508 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481679 3508 services_controller.go:477] 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.29.72", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.29.72", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.481702 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0703 06:39:14.481710 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0703 06:39:14.481716 3508 services_controller.go:480] 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:14.481734 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0703 06:39:14.481741 3508 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 212.893µs I0703 06:39:14.481683 3508 services_controller.go:477] 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.47.11", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.481754 3508 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.481761 3508 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0703 06:39:14.481768 3508 services_controller.go:480] 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:14.481779 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0703 06:39:14.481783 3508 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 267.394µs I0703 06:39:14.481522 3508 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.481793 3508 services_controller.go:640] Adding service default/openshift for network=default I0703 06:39:14.481798 3508 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.481803 3508 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.481807 3508 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.481811 3508 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.481816 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.481821 3508 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0703 06:39:14.481824 3508 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.481828 3508 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0703 06:39:14.481832 3508 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0703 06:39:14.481836 3508 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.481839 3508 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0703 06:39:14.481846 3508 services_controller.go:382] Processing sync for service default/openshift for network=default I0703 06:39:14.481849 3508 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.481852 3508 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 13.964µs I0703 06:39:14.481855 3508 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 9.273µs I0703 06:39:14.481860 3508 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.481866 3508 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0703 06:39:14.481873 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.875µs I0703 06:39:14.481873 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.481883 3508 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0703 06:39:14.481859 3508 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator f06b83f3-10cf-4e60-8740-1c23476603bf 1029 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e77af }] [] []},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.170.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.170.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.481873 3508 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 4b5415e4-817e-4e5d-b9ec-534f847ec7d1 1686 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7877 }] [] []},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.156.178,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.156.178],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.481921 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0703 06:39:14.481887 3508 services_controller.go:460] 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 ba9d6825-1b00-40a4-986d-de510e906266 954 0 2026-07-03 06:28:53 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7d97 }] [] []},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.229.90,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.229.90],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.481864 3508 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.481892 3508 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 06848ab5-7ece-4b2c-98a7-f84a65d0e5c9 1745 0 2026-07-03 06:29:08 +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 98f330d1-672b-48ab-a3d2-2cec1fdb56f1 0xc007ab2217 }] [] []},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:14.481945 3508 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0703 06:39:14.481957 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0703 06:39:14.481961 3508 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0703 06:39:14.481958 3508 services_controller.go:469] Built service openshift-apiserver/check-endpoints LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.156.178"}, 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:14.481967 3508 services_controller.go:469] 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.229.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:14.481975 3508 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481840 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.481979 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481988 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481989 3508 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481990 3508 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.482000 3508 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0703 06:39:14.482007 3508 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0703 06:39:14.482001 3508 services_controller.go:477] 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.229.90", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482014 3508 services_controller.go:640] Adding service default/packageserver for network=default I0703 06:39:14.482019 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.482021 3508 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0703 06:39:14.482007 3508 services_controller.go:477] 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.156.178", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482027 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.482029 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.482034 3508 services_controller.go:480] 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:14.481977 3508 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.481935 3508 services_controller.go:469] Built service openshift-apiserver-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.170.62"}, protocol:"TCP", inport: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:14.482048 3508 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482050 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0703 06:39:14.482034 3508 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0703 06:39:14.482057 3508 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 187.405µs I0703 06:39:14.482047 3508 services_controller.go:470] 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:14.482066 3508 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.482065 3508 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0703 06:39:14.481949 3508 services_controller.go:460] Service openshift-cloud-credential-operator/cco-metrics retrieved from lister for network=default: &Service{ObjectMeta:{cco-metrics openshift-cloud-credential-operator 10e4498a-e748-422b-b892-7319f00498d9 1124 0 2026-07-03 06:28:58 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e79cb }] [] []},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.174.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482036 3508 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0703 06:39:14.482079 3508 services_controller.go:480] 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:14.482082 3508 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0703 06:39:14.482087 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.482091 3508 services_controller.go:640] Adding service default/kubernetes for network=default I0703 06:39:14.482089 3508 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0703 06:39:14.482095 3508 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0703 06:39:14.482099 3508 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.482103 3508 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0703 06:39:14.482103 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0703 06:39:14.482073 3508 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 50b62f4f-5335-4f30-874b-fce18c6f8fba 3425 0 2026-07-03 06:29:36 +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 c8b51406-97b3-4365-b6bb-07d32f3f9ac9 0xc007ab23a0 }] [] []},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.251.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482068 3508 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482110 3508 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 251.384µs I0703 06:39:14.482121 3508 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.482121 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0703 06:39:14.482130 3508 services_controller.go:469] Built service openshift-ingress-canary/ingress-canary LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.251.227"}, 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.251.227"}, 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:14.482107 3508 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.482145 3508 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482148 3508 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.482152 3508 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482127 3508 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 53567d50-8f5b-4378-a0d1-5156f119a4a8 1335 0 2026-07-03 06:29:03 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2487 }] [] []},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.201.155,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.201.155],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482059 3508 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482172 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0703 06:39:14.482189 3508 services_controller.go:469] Built service openshift-ingress-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.201.155"}, 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:14.482206 3508 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482196 3508 services_controller.go:477] 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.170.62", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482217 3508 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482225 3508 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.482237 3508 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.482139 3508 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.482233 3508 services_controller.go:477] 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.201.155", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482248 3508 services_controller.go:480] 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:14.482260 3508 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.482272 3508 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.482274 3508 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0703 06:39:14.482280 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 432.344µs I0703 06:39:14.482283 3508 services_controller.go:480] 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:14.482153 3508 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.482305 3508 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0703 06:39:14.482316 3508 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0703 06:39:14.482319 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0703 06:39:14.482323 3508 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.482325 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 203.841µs I0703 06:39:14.482331 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.482336 3508 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.482338 3508 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.482345 3508 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.482352 3508 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.482360 3508 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0703 06:39:14.482265 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.482366 3508 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0703 06:39:14.482324 3508 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights d15477f1-bed7-46fb-845f-f5f193e2cc16 1906 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab273b }] [] []},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.100.106,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.106],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482374 3508 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.482102 3508 services_controller.go:469] Built service openshift-cloud-credential-operator/cco-metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.174.182"}, 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:14.482377 3508 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0703 06:39:14.482346 3508 services_controller.go:460] Service openshift-kube-controller-manager-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-controller-manager-operator 4de070a6-e1b4-4dd9-95f1-1c84d8a63cc8 875 0 2026-07-03 06:28:50 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab27df }] [] []},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.12.21,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.21],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482388 3508 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482391 3508 services_controller.go:480] 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:14.482398 3508 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482400 3508 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0703 06:39:14.482406 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0703 06:39:14.482416 3508 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.106"}, protocol:"TCP", inport: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:14.482415 3508 services_controller.go:477] 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.174.182", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482436 3508 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482440 3508 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.482444 3508 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482448 3508 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0703 06:39:14.482454 3508 services_controller.go:480] 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:14.482458 3508 services_controller.go:477] 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.100.106", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482468 3508 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0703 06:39:14.482479 3508 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 615.805µs I0703 06:39:14.482423 3508 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0703 06:39:14.482487 3508 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 603.517µs I0703 06:39:14.482163 3508 services_controller.go:477] 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.251.227", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.251.227", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482419 3508 services_controller.go:469] Built service openshift-kube-controller-manager-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.21"}, protocol:"TCP", inport: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:14.482499 3508 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.482507 3508 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482521 3508 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482508 3508 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator e9d26bea-bf8b-4b61-95cb-2430dfd539ec 883 0 2026-07-03 06:28:51 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d4b7 }] [] []},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.79.234,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.79.234],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482489 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.482479 3508 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.482567 3508 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0703 06:39:14.482572 3508 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0703 06:39:14.482574 3508 services_controller.go:480] 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:14.482589 3508 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0703 06:39:14.482597 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 293.867µs I0703 06:39:14.482604 3508 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0703 06:39:14.482497 3508 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0703 06:39:14.482614 3508 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0703 06:39:14.482621 3508 services_controller.go:480] 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:14.482636 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0703 06:39:14.482611 3508 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 578e10a2-afc0-413b-9e4e-ecb872cc1bdb 1631 0 2026-07-03 06:29:06 +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.143.38,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.143.38],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482538 3508 services_controller.go:477] 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.12.21", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482659 3508 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.31.17] []}] I0703 06:39:14.482585 3508 services_controller.go:469] Built service openshift-service-ca-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.79.234"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.482673 3508 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482678 3508 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482660 3508 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.482691 3508 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.482692 3508 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482699 3508 services_controller.go:480] 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:14.482566 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-controller retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-controller openshift-machine-config-operator f1a5ed34-81e6-4bc4-8302-8980d026c519 838 0 2026-07-03 06:28:49 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab291b }] [] []},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.151.120,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.151.120],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482712 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0703 06:39:14.482717 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 382.402µs I0703 06:39:14.482643 3508 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 576.606µs I0703 06:39:14.482726 3508 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.482728 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0703 06:39:14.482735 3508 services_controller.go:382] Processing sync for service default/packageserver for network=default I0703 06:39:14.482717 3508 services_controller.go:477] 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.79.234", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482742 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-controller LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.151.120"}, 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:14.482752 3508 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.482757 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482734 3508 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default cf817ab8-b83d-472e-af02-2203180b86c5 1653 0 2026-07-03 06:29:06 +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.216.128,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.216.128],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482766 3508 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.482767 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482776 3508 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.22.169] []}] I0703 06:39:14.482779 3508 services_controller.go:480] 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:14.482745 3508 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 110257d2-39fe-4cd1-be3e-d53536877f61 1844 0 2026-07-03 06:29:09 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.100.215,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.215],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482788 3508 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482679 3508 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.143.38"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.31.17"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.482786 3508 services_controller.go:477] 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.151.120", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.482799 3508 services_controller.go:470] Built service default/openshift-oauth-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.216.128"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.22.169"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.482807 3508 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0703 06:39:14.482806 3508 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.171.68] []}] I0703 06:39:14.482808 3508 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482813 3508 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482814 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0703 06:39:14.482815 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 315.27µs I0703 06:39:14.482822 3508 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482828 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0703 06:39:14.482834 3508 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0703 06:39:14.482835 3508 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.482832 3508 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.100.215"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.171.68"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.482839 3508 services_controller.go:480] 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:14.482847 3508 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482846 3508 services_controller.go:478] 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-0-219.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.216.128", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.22.169", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.482868 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0703 06:39:14.482869 3508 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.482871 3508 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.482875 3508 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 385.295µs I0703 06:39:14.482880 3508 services_controller.go:480] 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:14.482887 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.482894 3508 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0703 06:39:14.482898 3508 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 173.772µs I0703 06:39:14.482881 3508 services_controller.go:478] 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-0-219.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.100.215", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.171.68", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.482906 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0703 06:39:14.482912 3508 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0703 06:39:14.482835 3508 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.482925 3508 services_controller.go:480] 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:14.482845 3508 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 85f5db7a-9eb8-4b48-81d6-fd0ac33528cb 1891 0 2026-07-03 06:29:10 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7f77 }] [] []},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.134.241,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.134.241],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482896 3508 services_controller.go:460] 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 b5e0e7f8-79ef-48f6-8d1f-6d7aba5387e6 5873 0 2026-07-03 06:31:31 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog 2dcd4977-4558-4f7c-9501-e6f93c20a1c0 0xc007ab200d 0xc007ab200e}] [] []},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.82.252,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.82.252],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.482946 3508 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0703 06:39:14.482930 3508 services_controller.go:478] 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-0-219.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.143.38", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.31.17", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.482953 3508 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 218.308µs I0703 06:39:14.482955 3508 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0703 06:39:14.482960 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0703 06:39:14.482961 3508 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0703 06:39:14.482964 3508 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0703 06:39:14.482973 3508 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.231µs I0703 06:39:14.482916 3508 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 3da28dc2-2540-4757-bb35-2d9552bfb5ff 3191 0 2026-07-03 06:29:27 +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=2ragcqil26o75rikag1kbunt6ncm3ure,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-ca8befa570,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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab2577 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32457,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:32136,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.131.219,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30259,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.131.219],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a3da28dc225404757bb352d9552bfb5f-4f03e8174c7a7ddf.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0703 06:39:14.482973 3508 services_controller.go:469] 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.82.252"}, 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:14.482971 3508 services_controller.go:469] Built service openshift-console-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.134.241"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.482982 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.482987 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482990 3508 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.482993 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.482997 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483000 3508 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0703 06:39:14.483002 3508 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483009 3508 services_controller.go:469] Built service openshift-ingress/router-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.131.219"}, 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.131.219"}, protocol:"TCP", inport: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:14.483023 3508 services_controller.go:470] Built service openshift-ingress/router-default LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"node"}, protocol:"TCP", inport:32457, 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:32136, 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:14.482991 3508 services_controller.go:460] Service openshift-network-diagnostics/network-check-target retrieved from lister for network=default: &Service{ObjectMeta:{network-check-target openshift-network-diagnostics bcda87e7-d78b-4486-8227-234dc20e6463 3776 0 2026-07-03 06:29:48 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d2b7 0xc00072d2b8}] [] []},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.97.223,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.97.223],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483015 3508 services_controller.go:477] 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.82.252", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483035 3508 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483020 3508 services_controller.go:477] 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.134.241", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483042 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0703 06:39:14.482973 3508 services_controller.go:480] 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:14.483048 3508 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0703 06:39:14.483050 3508 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.483054 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0703 06:39:14.483060 3508 services_controller.go:469] Built service openshift-network-diagnostics/network-check-target LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.97.223"}, protocol:"TCP", inport:80, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.483066 3508 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.483068 3508 services_controller.go:480] 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:14.483073 3508 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483079 3508 services_controller.go:480] 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:14.483073 3508 services_controller.go:477] 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.131.219", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.131.219", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483094 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0703 06:39:14.483099 3508 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483102 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 214.962µs I0703 06:39:14.483105 3508 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0703 06:39:14.483113 3508 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0703 06:39:14.483112 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 278.898µs I0703 06:39:14.483128 3508 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.483115 3508 services_controller.go:477] 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.97.223", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483067 3508 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0703 06:39:14.483095 3508 services_controller.go:478] 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-0-219.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.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-0-219.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:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32457, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.0.219", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32136, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-0-219.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0703 06:39:14.483146 3508 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 538.638µs I0703 06:39:14.483146 3508 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0703 06:39:14.483153 3508 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0703 06:39:14.483122 3508 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default abd99f57-6aff-4f81-aea2-2fa82daa5d85 271 0 2026-07-03 06:27:46 +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:14.483159 3508 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0703 06:39:14.483165 3508 services_controller.go:480] 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:14.483171 3508 services_controller.go:480] 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:14.483182 3508 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0703 06:39:14.483142 3508 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator eb9a35cb-e1ae-4ea3-a0b4-3f27cc1ce9ac 735 0 2026-07-03 06:28:46 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7937 }] [] []},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.101.132,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.101.132],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483192 3508 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0703 06:39:14.483195 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0703 06:39:14.483200 3508 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 294.667µs I0703 06:39:14.483201 3508 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483159 3508 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.483208 3508 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0703 06:39:14.483211 3508 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0703 06:39:14.483211 3508 services_controller.go:470] 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:14.483225 3508 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483226 3508 services_controller.go:469] Built service openshift-authentication-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.101.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:14.483241 3508 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483245 3508 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0703 06:39:14.483253 3508 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483214 3508 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator a156a021-b7b9-497a-aabb-6e3124025b34 1713 0 2026-07-03 06:29:07 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7e9f }] [] []},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.155.46,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.155.46],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483213 3508 services_controller.go:460] 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 4d3ba734-3ca2-419a-b07d-72c759681f81 992 0 2026-07-03 06:28:54 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7ce7 }] [] []},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.105.20,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.105.20],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483272 3508 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0703 06:39:14.483258 3508 services_controller.go:478] 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-0-219.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-0-219.ec2.internal"}, Routers:[]string{"GR_ip-10-0-0-219.ec2.internal"}, Groups:[]string(nil)}} I0703 06:39:14.483281 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0703 06:39:14.483200 3508 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 218.229µs I0703 06:39:14.483273 3508 services_controller.go:477] 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.101.132", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483311 3508 services_controller.go:469] 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.105.20"}, protocol:"TCP", inport: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:14.483312 3508 services_controller.go:469] Built service openshift-config-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.155.46"}, protocol:"TCP", inport: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:14.483319 3508 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.483322 3508 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.483325 3508 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483327 3508 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483333 3508 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483336 3508 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.483338 3508 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483350 3508 services_controller.go:480] 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:14.483345 3508 services_controller.go:477] 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.105.20", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483361 3508 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.483368 3508 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.483358 3508 services_controller.go:477] 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.155.46", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483375 3508 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0703 06:39:14.483332 3508 services_controller.go:460] 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 9110e605-0157-43ef-a2ce-f51ffbf77c3d 5895 0 2026-07-03 06:31:32 +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.102.148,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.102.148],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483379 3508 services_controller.go:480] 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:14.483383 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 255.946µs I0703 06:39:14.483384 3508 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.483396 3508 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0703 06:39:14.483396 3508 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.483399 3508 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0703 06:39:14.483405 3508 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.033µs I0703 06:39:14.483410 3508 services_controller.go:480] 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:14.483415 3508 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.483412 3508 services_controller.go:469] 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.102.148"}, 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:14.483427 3508 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483435 3508 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0703 06:39:14.483438 3508 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483441 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 232.414µs I0703 06:39:14.483457 3508 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.483305 3508 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0703 06:39:14.483470 3508 services_controller.go:480] 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:14.483453 3508 services_controller.go:477] 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.102.148", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483483 3508 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0703 06:39:14.483483 3508 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.483425 3508 services_controller.go:460] Service openshift-network-console/networking-console-plugin retrieved from lister for network=default: &Service{ObjectMeta:{networking-console-plugin openshift-network-console 079a7bf4-284d-4186-b4d9-0811dbd60ed2 3845 0 2026-07-03 06:29:52 +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 907c2828-f8aa-4d6d-aa9a-8f4d11ae9c1c 0xc00072d1be 0xc00072d1bf}] [] []},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.238.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.238.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483495 3508 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0703 06:39:14.483506 3508 services_controller.go:480] 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:14.483510 3508 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0703 06:39:14.483467 3508 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 3b04d444-8194-46f5-96f4-8bbd61adc5ea 3036 0 2026-07-03 06:29:27 +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 9baffccb-773f-413b-8825-d09945ac5ad3 0xc007ab263e }] [] []},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.27.235,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.27.235],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483527 3508 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0703 06:39:14.483525 3508 services_controller.go:469] Built service openshift-network-console/networking-console-plugin LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.238.9"}, 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:14.483534 3508 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 215.04µs I0703 06:39:14.483538 3508 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0703 06:39:14.483541 3508 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483545 3508 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.483553 3508 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483398 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0703 06:39:14.483554 3508 services_controller.go:469] Built service openshift-ingress/router-internal-default LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.27.235"}, 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.27.235"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.27.235"}, 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:14.483574 3508 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 413.952µs I0703 06:39:14.483584 3508 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483586 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0703 06:39:14.483574 3508 services_controller.go:477] 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.238.9", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483593 3508 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.259µs I0703 06:39:14.483555 3508 services_controller.go:460] Service openshift-kube-storage-version-migrator-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-kube-storage-version-migrator-operator 7e3820f8-fb41-4ef8-8a8e-0fd4edd5b58c 1604 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab2897 }] [] []},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.218.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.218.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483600 3508 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.483603 3508 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0703 06:39:14.483611 3508 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0703 06:39:14.483616 3508 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0703 06:39:14.483619 3508 services_controller.go:469] Built service openshift-kube-storage-version-migrator-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.218.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:14.483628 3508 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483629 3508 services_controller.go:480] 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:14.483634 3508 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483606 3508 services_controller.go:460] Service openshift-machine-config-operator/machine-config-operator retrieved from lister for network=default: &Service{ObjectMeta:{machine-config-operator openshift-machine-config-operator 396b0a93-641a-4da5-a026-352cfd4cce60 776 0 2026-07-03 06:28:47 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc00072d00f }] [] []},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.213.117,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.213.117],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483644 3508 services_controller.go:477] 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.218.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483653 3508 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0703 06:39:14.483660 3508 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.483663 3508 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 246.482µs I0703 06:39:14.483667 3508 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.483671 3508 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0703 06:39:14.483674 3508 services_controller.go:480] 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:14.483677 3508 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0703 06:39:14.483685 3508 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.053µs I0703 06:39:14.483681 3508 services_controller.go:469] Built service openshift-machine-config-operator/machine-config-operator LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.213.117"}, 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:14.483688 3508 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0703 06:39:14.483693 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 149.178µs I0703 06:39:14.483695 3508 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.483694 3508 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483487 3508 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 375.04µs I0703 06:39:14.483702 3508 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0703 06:39:14.483712 3508 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0703 06:39:14.483712 3508 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator 5263355b-c3ff-4064-a27f-061d84667402 1040 0 2026-07-03 06:28:56 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc007ab212f }] [] []},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.95.8,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.95.8],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483719 3508 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 0ddb1263-3f3e-44df-8dfa-912cabd1112d 4118 0 2026-07-03 06:29:57 +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.12.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.12.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483705 3508 services_controller.go:460] 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 92b1c486-aba8-4099-8b02-489a0e157a56 1567 0 2026-07-03 06:29:06 +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 6c673e44-d632-4c2a-8e2f-5ebc0804ebb3 0xc0069e7bbf }] [] []},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.58.56,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.56],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0703 06:39:14.483755 3508 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0703 06:39:14.483762 3508 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0703 06:39:14.483594 3508 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483766 3508 services_controller.go:469] Built service openshift-dns-operator/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.95.8"}, 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:14.483770 3508 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0703 06:39:14.483770 3508 services_controller.go:469] Built service openshift-image-registry/image-registry LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.12.156"}, 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:14.483779 3508 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483780 3508 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483786 3508 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483788 3508 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483785 3508 services_controller.go:469] 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.58.56"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0703 06:39:14.483781 3508 services_controller.go:477] 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.27.235", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.27.235", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483800 3508 services_controller.go:470] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB per-node configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483804 3508 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0703 06:39:14.483796 3508 services_controller.go:477] 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.95.8", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483800 3508 services_controller.go:477] 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.12.156", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483811 3508 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0703 06:39:14.483812 3508 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483813 3508 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0703 06:39:14.483815 3508 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0703 06:39:14.483818 3508 services_controller.go:480] 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:14.483822 3508 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0703 06:39:14.483824 3508 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0703 06:39:14.483831 3508 services_controller.go:480] 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:14.483832 3508 services_controller.go:480] 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:14.483837 3508 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0703 06:39:14.483704 3508 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0703 06:39:14.483842 3508 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 390.505µs I0703 06:39:14.483848 3508 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0703 06:39:14.483850 3508 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0703 06:39:14.483853 3508 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 141.711µs I0703 06:39:14.483855 3508 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 6.045µs I0703 06:39:14.483834 3508 services_controller.go:477] 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.58.56", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483870 3508 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0703 06:39:14.483857 3508 services_controller.go:477] 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.213.117", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0703 06:39:14.483885 3508 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0703 06:39:14.483887 3508 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0703 06:39:14.483892 3508 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0703 06:39:14.483899 3508 services_controller.go:480] 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:14.483899 3508 services_controller.go:480] 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:14.483855 3508 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0703 06:39:14.483926 3508 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0703 06:39:14.483932 3508 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 230.605µs I0703 06:39:14.483941 3508 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 246.883µs I0703 06:39:14.483914 3508 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0703 06:39:14.483959 3508 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 358.42µs I0703 06:39:14.493760 3508 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0703 06:39:14.493778 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32457 -j DNAT --to-destination 172.30.131.219:80" for protocol: 0 I0703 06:39:14.493784 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32136 -j DNAT --to-destination 172.30.131.219:443" for protocol: 0 I0703 06:39:14.494865 3508 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0703 06:39:14.494877 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32457 -j DNAT --to-destination 172.30.131.219:80" for protocol: 0 I0703 06:39:14.494882 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32136 -j DNAT --to-destination 172.30.131.219:443" for protocol: 0 I0703 06:39:14.495910 3508 gateway_iptables.go:610] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0703 06:39:14.495921 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32457 -j DNAT --to-destination 172.30.131.219:80" for protocol: 0 I0703 06:39:14.495926 3508 iptables.go:54] Ignoring processing rule in table due to filtering: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 32136 -j DNAT --to-destination 172.30.131.219:443" for protocol: 0 I0703 06:39:14.529377 3508 gateway.go:163] Gateway service sync done. Time taken: 57.952234ms I0703 06:39:14.529461 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 06:39:14.529476 3508 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0703 06:39:14.529531 3508 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 06:39:14.529543 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529548 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 73.984µs I0703 06:39:14.529555 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway default/kubernetes I0703 06:39:14.529560 3508 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0703 06:39:14.529576 3508 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0703 06:39:14.529587 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529591 3508 obj_retry.go:548] Creating *factory.serviceForGateway default/kubernetes took: 31.208µs I0703 06:39:14.529596 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0703 06:39:14.529600 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0703 06:39:14.529613 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 06:39:14.529620 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529624 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 22.794µs I0703 06:39:14.529629 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 06:39:14.529633 3508 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.529645 3508 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.529659 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529663 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 29.511µs I0703 06:39:14.529667 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0703 06:39:14.529672 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0703 06:39:14.529682 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 06:39:14.529689 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529693 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 20.934µs I0703 06:39:14.529697 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 06:39:14.529702 3508 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:14.529713 3508 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:14.529719 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529723 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 21.115µs I0703 06:39:14.529728 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 06:39:14.529733 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 265ns I0703 06:39:14.529737 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0703 06:39:14.529741 3508 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0703 06:39:14.529753 3508 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 06:39:14.529760 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529764 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 23.28µs I0703 06:39:14.529768 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 06:39:14.529773 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:14.529783 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:14.529789 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529793 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 20.157µs I0703 06:39:14.529797 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 06:39:14.529801 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 239ns I0703 06:39:14.529805 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 06:39:14.529809 3508 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:14.529821 3508 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:14.529827 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529831 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 21.259µs I0703 06:39:14.529836 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 06:39:14.529840 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 248ns I0703 06:39:14.529844 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 06:39:14.529847 3508 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:14.529858 3508 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:14.529867 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529871 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 23.493µs I0703 06:39:14.529876 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0703 06:39:14.529880 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0703 06:39:14.529890 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 06:39:14.529894 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529897 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 17.252µs I0703 06:39:14.529901 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0703 06:39:14.529906 3508 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0703 06:39:14.529916 3508 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 06:39:14.529923 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529926 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 20.682µs I0703 06:39:14.529931 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 06:39:14.529936 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 208ns I0703 06:39:14.529939 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 06:39:14.529943 3508 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 06:39:14.529953 3508 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 06:39:14.529959 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529963 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 19.328µs I0703 06:39:14.529967 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 06:39:14.529971 3508 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:14.529981 3508 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:14.529988 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.529992 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 19.619µs I0703 06:39:14.529996 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0703 06:39:14.530000 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 259ns I0703 06:39:14.530004 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 06:39:14.530007 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 191ns I0703 06:39:14.530011 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0703 06:39:14.530015 3508 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0703 06:39:14.530025 3508 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0703 06:39:14.530038 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530042 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns/dns-default took: 26.214µs I0703 06:39:14.530046 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift I0703 06:39:14.530051 3508 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift took: 243ns I0703 06:39:14.530055 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 06:39:14.530058 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0703 06:39:14.530068 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 06:39:14.530075 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530079 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 19.706µs I0703 06:39:14.530083 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 06:39:14.530087 3508 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0703 06:39:14.530097 3508 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 06:39:14.530103 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530107 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 19.927µs I0703 06:39:14.530112 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 06:39:14.530116 3508 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:14.530127 3508 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:14.530133 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530137 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 20.512µs I0703 06:39:14.530141 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 06:39:14.530146 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 189ns I0703 06:39:14.530149 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 06:39:14.530153 3508 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.530163 3508 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.530170 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530173 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 19.552µs I0703 06:39:14.530178 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 06:39:14.530181 3508 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0703 06:39:14.530191 3508 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 06:39:14.530195 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530199 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 16.951µs I0703 06:39:14.530203 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0703 06:39:14.530207 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0703 06:39:14.530217 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 06:39:14.530223 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530228 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 19.787µs I0703 06:39:14.530232 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-insights/metrics I0703 06:39:14.530236 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0703 06:39:14.530246 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0703 06:39:14.530252 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530255 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-insights/metrics took: 19.078µs I0703 06:39:14.530259 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 06:39:14.530263 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:14.530273 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:14.530277 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530281 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 17.494µs I0703 06:39:14.530300 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 06:39:14.530306 3508 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:14.530317 3508 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:14.530322 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530326 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 19.303µs I0703 06:39:14.530330 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 06:39:14.530334 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0703 06:39:14.530343 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 06:39:14.530347 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530351 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 16.489µs I0703 06:39:14.530355 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0703 06:39:14.530360 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 216ns I0703 06:39:14.530363 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 06:39:14.530367 3508 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0703 06:39:14.530377 3508 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 06:39:14.530381 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530385 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 17.374µs I0703 06:39:14.530390 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-apiserver I0703 06:39:14.530393 3508 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0703 06:39:14.530404 3508 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0703 06:39:14.530407 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530411 3508 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-apiserver took: 17.274µs I0703 06:39:14.530416 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0703 06:39:14.530420 3508 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0703 06:39:14.530430 3508 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 06:39:14.530436 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530439 3508 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 19.045µs I0703 06:39:14.530443 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway default/packageserver I0703 06:39:14.530447 3508 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0703 06:39:14.530456 3508 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0703 06:39:14.530463 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530466 3508 obj_retry.go:548] Creating *factory.serviceForGateway default/packageserver took: 18.846µs I0703 06:39:14.530470 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0703 06:39:14.530474 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0703 06:39:14.530484 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 06:39:14.530487 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530491 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 16.563µs I0703 06:39:14.530495 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 06:39:14.530499 3508 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:14.530509 3508 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:14.530513 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530517 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 17.407µs I0703 06:39:14.530521 3508 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0703 06:39:14.530527 3508 port_claim.go:197] Handle NodePort service router-default port 32457 I0703 06:39:14.530534 3508 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32457 and protocol TCP I0703 06:39:14.530540 3508 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32457/tcp) I0703 06:39:14.530683 3508 port_claim.go:197] Handle NodePort service router-default port 32136 I0703 06:39:14.530692 3508 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32136 and protocol TCP I0703 06:39:14.530696 3508 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:32136/tcp) I0703 06:39:14.530724 3508 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 30259 I0703 06:39:14.530766 3508 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 06:39:14.530774 3508 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0703 06:39:14.530785 3508 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0703 06:39:14.530802 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.530809 3508 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-default took: 282.646µs I0703 06:39:14.530819 3508 factory.go:1366] Added *v1.Service event handler 13 I0703 06:39:14.530836 3508 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 30259 I0703 06:39:14.530828 3508 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00091fea0 0xc000284b60 0xc000284bd0 0xc000284c40 0xc000284cb0 0xc000284d20 0xc000284d90 0xc00092de50 0xc000284e70 0xc000284ee0 0xc000aa42d0 0xc006072460 0xc000284f50 map[0x2b197a0:0xc0043428a0 0x2b19f80:0xc004343860 0x2b1a760:0xc00150bec0 0x2b1aa00:0xc0043423c0 0x2b1af40:0xc004342d80 0x2b1b1e0:0xc004343200 0x2b1b480:0xc0043435c0 0x2b1bc60:0xc004343c20 0x2b1bf00:0xc00643a240 0x2b46ce0:0xc00150b320 0x2b47080:0xc00150b740 0x2b47b60:0xc0009fc9c0 0x2b494c0:0xc0007282a0 0x2b49c00:0xc00150baa0 0x2b4a6e0:0xc0007287e0] 0xc000922c40 0} I0703 06:39:14.530931 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-kdznw I0703 06:39:14.530958 3508 gateway_shared_intf.go:1157] Adding endpointslice machine-config-operator-kdznw in namespace openshift-machine-config-operator I0703 06:39:14.530989 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-kdznw took: 45.8µs I0703 06:39:14.530997 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-t84k6 I0703 06:39:14.531003 3508 gateway_shared_intf.go:1157] Adding endpointslice openshift-oauth-apiserver-t84k6 in namespace default I0703 06:39:14.531014 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-t84k6 took: 11.871µs I0703 06:39:14.531018 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/packageserver-qlmnf I0703 06:39:14.531022 3508 gateway_shared_intf.go:1157] Adding endpointslice packageserver-qlmnf in namespace default I0703 06:39:14.531032 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/packageserver-qlmnf took: 9.566µs I0703 06:39:14.531037 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-q77l5 I0703 06:39:14.531042 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-q77l5 in namespace openshift-console-operator I0703 06:39:14.531051 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-q77l5 took: 10.225µs I0703 06:39:14.531055 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/kubernetes I0703 06:39:14.531059 3508 gateway_shared_intf.go:1157] Adding endpointslice kubernetes in namespace default I0703 06:39:14.531069 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/kubernetes took: 10.318µs I0703 06:39:14.531077 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-xjcvt I0703 06:39:14.531082 3508 gateway_shared_intf.go:1157] Adding endpointslice ingress-canary-xjcvt in namespace openshift-ingress-canary I0703 06:39:14.531092 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-xjcvt took: 10.374µs I0703 06:39:14.531100 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-crgft I0703 06:39:14.531105 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-crgft in namespace openshift-kube-controller-manager-operator I0703 06:39:14.531114 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-crgft took: 10.203µs I0703 06:39:14.531118 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-tv9gr I0703 06:39:14.531124 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-tv9gr in namespace openshift-dns-operator I0703 06:39:14.531133 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-tv9gr took: 10.91µs I0703 06:39:14.531137 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-fhkcc I0703 06:39:14.531143 3508 gateway_shared_intf.go:1157] Adding endpointslice performance-addon-operator-service-fhkcc in namespace openshift-cluster-node-tuning-operator I0703 06:39:14.531152 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-fhkcc took: 10.21µs I0703 06:39:14.531158 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-ltq7q I0703 06:39:14.531165 3508 gateway_shared_intf.go:1157] Adding endpointslice cluster-storage-operator-metrics-ltq7q in namespace openshift-cluster-storage-operator I0703 06:39:14.531174 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-ltq7q took: 11.76µs I0703 06:39:14.531182 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-4hpsq I0703 06:39:14.531187 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-4hpsq in namespace openshift-config-operator I0703 06:39:14.531195 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-4hpsq took: 9.558µs I0703 06:39:14.531199 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-wlv2n I0703 06:39:14.531204 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-wlv2n in namespace openshift-ingress-operator I0703 06:39:14.531213 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-wlv2n took: 9.104µs I0703 06:39:14.531217 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-5bmzq I0703 06:39:14.531222 3508 gateway_shared_intf.go:1157] Adding endpointslice networking-console-plugin-5bmzq in namespace openshift-network-console I0703 06:39:14.531231 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-5bmzq took: 9.632µs I0703 06:39:14.531237 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-qk2d8 I0703 06:39:14.531242 3508 gateway_shared_intf.go:1157] Adding endpointslice check-endpoints-qk2d8 in namespace openshift-apiserver I0703 06:39:14.531251 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-qk2d8 took: 9.603µs I0703 06:39:14.531255 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-6chgg I0703 06:39:14.531261 3508 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-catalog-6chgg in namespace openshift-deployment-validation-operator I0703 06:39:14.531270 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-6chgg took: 11.233µs I0703 06:39:14.531274 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-smthc I0703 06:39:14.531279 3508 gateway_shared_intf.go:1157] Adding endpointslice machine-config-daemon-smthc in namespace openshift-machine-config-operator I0703 06:39:14.531306 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-smthc took: 27.076µs I0703 06:39:14.531312 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-vfhpj I0703 06:39:14.531318 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-vfhpj in namespace openshift-service-ca-operator I0703 06:39:14.531327 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-vfhpj took: 9.898µs I0703 06:39:14.531331 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-sfnqj I0703 06:39:14.531337 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-sfnqj in namespace openshift-authentication-operator I0703 06:39:14.531346 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-sfnqj took: 10.075µs I0703 06:39:14.531350 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-2lk74 I0703 06:39:14.531355 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-2lk74 in namespace openshift-apiserver-operator I0703 06:39:14.531364 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-2lk74 took: 8.733µs I0703 06:39:14.531368 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-k4dbz I0703 06:39:14.531373 3508 gateway_shared_intf.go:1157] Adding endpointslice cco-metrics-k4dbz in namespace openshift-cloud-credential-operator I0703 06:39:14.531382 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-k4dbz took: 9.741µs I0703 06:39:14.531385 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-gbv2c I0703 06:39:14.531390 3508 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-metrics-gbv2c in namespace openshift-deployment-validation-operator I0703 06:39:14.531399 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-gbv2c took: 9.46µs I0703 06:39:14.531407 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-pk2xp I0703 06:39:14.531412 3508 gateway_shared_intf.go:1157] Adding endpointslice router-internal-default-pk2xp in namespace openshift-ingress I0703 06:39:14.531421 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-pk2xp took: 9.695µs I0703 06:39:14.531428 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-x487f I0703 06:39:14.531433 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-x487f in namespace openshift-insights I0703 06:39:14.531441 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-insights/metrics-x487f took: 9.081µs I0703 06:39:14.531445 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-xgpr7 I0703 06:39:14.531450 3508 gateway_shared_intf.go:1157] Adding endpointslice machine-config-controller-xgpr7 in namespace openshift-machine-config-operator I0703 06:39:14.531461 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-xgpr7 took: 10.908µs I0703 06:39:14.531467 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-7jz6r I0703 06:39:14.531472 3508 gateway_shared_intf.go:1157] Adding endpointslice openshift-apiserver-7jz6r in namespace default I0703 06:39:14.531481 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-apiserver-7jz6r took: 9.607µs I0703 06:39:14.531485 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-v9nqm I0703 06:39:14.531494 3508 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 06:39:14.531499 3508 gateway_shared_intf.go:1157] Adding endpointslice router-default-v9nqm in namespace openshift-ingress I0703 06:39:14.531508 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-v9nqm took: 18.735µs I0703 06:39:14.531512 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-rx24t I0703 06:39:14.531518 3508 gateway_shared_intf.go:1157] Adding endpointslice cluster-version-operator-rx24t in namespace openshift-cluster-version I0703 06:39:14.531527 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-rx24t took: 9.949µs I0703 06:39:14.531534 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-gwmj8 I0703 06:39:14.531539 3508 gateway_shared_intf.go:1157] Adding endpointslice dns-default-gwmj8 in namespace openshift-dns I0703 06:39:14.531548 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-gwmj8 took: 9.543µs I0703 06:39:14.531552 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-sdddt I0703 06:39:14.531557 3508 gateway_shared_intf.go:1157] Adding endpointslice image-registry-sdddt in namespace openshift-image-registry I0703 06:39:14.531566 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-sdddt took: 9.315µs I0703 06:39:14.531571 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-wgjdk I0703 06:39:14.531576 3508 gateway_shared_intf.go:1157] Adding endpointslice metrics-wgjdk in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:14.531585 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-wgjdk took: 9.942µs I0703 06:39:14.531591 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-hhpjm I0703 06:39:14.531595 3508 gateway_shared_intf.go:1157] Adding endpointslice network-check-target-hhpjm in namespace openshift-network-diagnostics I0703 06:39:14.531604 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-hhpjm took: 8.849µs I0703 06:39:14.531608 3508 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-6xrwx I0703 06:39:14.531612 3508 gateway_shared_intf.go:1157] Adding endpointslice csi-snapshot-controller-operator-metrics-6xrwx in namespace openshift-cluster-storage-operator I0703 06:39:14.531621 3508 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-6xrwx took: 9.251µs I0703 06:39:14.531636 3508 factory.go:1366] Added *v1.EndpointSlice event handler 14 I0703 06:39:14.531648 3508 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc00091fea0 0xc000284b60 0xc000284bd0 0xc000284c40 0xc000284cb0 0xc000284d20 0xc000284d90 0xc00092de50 0xc000284e70 0xc000284ee0 0xc000aa42d0 0xc006072460 0xc000284f50 map[0x2b197a0:0xc0043428a0 0x2b19f80:0xc004343860 0x2b1a760:0xc00150bec0 0x2b1aa00:0xc0043423c0 0x2b1af40:0xc004342d80 0x2b1b1e0:0xc004343200 0x2b1b480:0xc0043435c0 0x2b1bc60:0xc004343c20 0x2b1bf00:0xc00643a240 0x2b46ce0:0xc00150b320 0x2b47080:0xc00150b740 0x2b47b60:0xc0009fc9c0 0x2b494c0:0xc0007282a0 0x2b49c00:0xc00150baa0 0x2b4a6e0:0xc0007287e0] 0xc000922c40 0} I0703 06:39:14.531685 3508 gateway.go:492] Reconciling gateway with updates I0703 06:39:14.531752 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.531764 3508 iptables.go:144] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0703 06:39:14.549766 3508 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0703 06:39:14.549782 3508 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0703 06:39:14.549787 3508 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0703 06:39:14.549791 3508 gateway.go:520] Adding service openshift-dns-operator/metrics to retryServices I0703 06:39:14.549794 3508 gateway.go:520] Adding service openshift-image-registry/image-registry to retryServices I0703 06:39:14.549797 3508 gateway.go:520] Adding service openshift-network-diagnostics/network-check-source to retryServices I0703 06:39:14.549800 3508 gateway.go:520] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0703 06:39:14.549804 3508 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0703 06:39:14.549809 3508 gateway.go:520] Adding service openshift-network-operator/metrics to retryServices I0703 06:39:14.549815 3508 gateway.go:520] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0703 06:39:14.549820 3508 gateway.go:520] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0703 06:39:14.549825 3508 gateway.go:520] Adding service openshift-apiserver-operator/metrics to retryServices I0703 06:39:14.549829 3508 gateway.go:520] Adding service openshift-apiserver/check-endpoints to retryServices I0703 06:39:14.549832 3508 gateway.go:520] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0703 06:39:14.549836 3508 gateway.go:520] Adding service openshift-cluster-samples-operator/metrics to retryServices I0703 06:39:14.549840 3508 gateway.go:520] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0703 06:39:14.549844 3508 gateway.go:520] Adding service openshift-dns/dns-default to retryServices I0703 06:39:14.549847 3508 gateway.go:520] Adding service default/openshift to retryServices I0703 06:39:14.549850 3508 gateway.go:520] Adding service openshift-ingress-operator/metrics to retryServices I0703 06:39:14.549853 3508 gateway.go:520] Adding service openshift-insights/metrics to retryServices I0703 06:39:14.549856 3508 gateway.go:520] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0703 06:39:14.549859 3508 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0703 06:39:14.549862 3508 gateway.go:520] Adding service openshift-service-ca-operator/metrics to retryServices I0703 06:39:14.549865 3508 gateway.go:520] Adding service openshift-ingress-canary/ingress-canary to retryServices I0703 06:39:14.549868 3508 gateway.go:520] Adding service default/openshift-oauth-apiserver to retryServices I0703 06:39:14.549870 3508 gateway.go:520] Adding service default/packageserver to retryServices I0703 06:39:14.549874 3508 gateway.go:520] Adding service openshift-console-operator/metrics to retryServices I0703 06:39:14.549878 3508 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0703 06:39:14.549881 3508 gateway.go:520] Adding service openshift-ingress/router-default to retryServices I0703 06:39:14.549884 3508 gateway.go:520] Adding service openshift-multus/network-metrics-service to retryServices I0703 06:39:14.549888 3508 gateway.go:520] Adding service openshift-network-diagnostics/network-check-target to retryServices I0703 06:39:14.549892 3508 gateway.go:520] Adding service default/openshift-apiserver to retryServices I0703 06:39:14.549897 3508 gateway.go:520] Adding service openshift-authentication-operator/metrics to retryServices I0703 06:39:14.549902 3508 gateway.go:520] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0703 06:39:14.549905 3508 gateway.go:520] Adding service openshift-config-operator/metrics to retryServices I0703 06:39:14.549908 3508 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0703 06:39:14.549911 3508 gateway.go:520] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0703 06:39:14.549914 3508 gateway.go:520] Adding service openshift-network-console/networking-console-plugin to retryServices I0703 06:39:14.549918 3508 gateway.go:520] Adding service default/kubernetes to retryServices I0703 06:39:14.549920 3508 gateway.go:520] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0703 06:39:14.549923 3508 gateway.go:520] Adding service openshift-ingress/router-internal-default to retryServices I0703 06:39:14.549933 3508 obj_retry.go:236] Iterate retry objects requested (resource *factory.serviceForGateway) I0703 06:39:14.549953 3508 factory.go:1366] Added *v1.EgressIP event handler 15 I0703 06:39:14.549957 3508 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0703 06:39:14.549972 3508 gateway.go:321] Spawning Conntrack Rule Check Thread I0703 06:39:14.549971 3508 obj_retry.go:406] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-authentication-operator/metrics openshift-dns-operator/metrics openshift-cluster-machine-approver/machine-approver openshift-cluster-version/cluster-version-operator openshift-cluster-samples-operator/metrics openshift-machine-config-operator/machine-config-controller openshift-ingress-canary/ingress-canary openshift-network-diagnostics/network-check-target openshift-network-console/networking-console-plugin openshift-kube-storage-version-migrator-operator/metrics openshift-machine-config-operator/machine-config-operator openshift-apiserver/check-endpoints openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-console-operator/metrics openshift-ingress/router-default default/openshift-apiserver openshift-cluster-node-tuning-operator/node-tuning-operator openshift-network-operator/metrics openshift-ovn-kubernetes/ovn-kubernetes-node openshift-cloud-credential-operator/cco-metrics openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-monitoring/cluster-monitoring-operator openshift-machine-config-operator/machine-config-daemon openshift-service-ca-operator/metrics openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-config-operator/metrics openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-ingress/router-internal-default default/openshift default/openshift-oauth-apiserver openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-dns/dns-default openshift-insights/metrics default/packageserver default/kubernetes openshift-image-registry/image-registry openshift-network-diagnostics/network-check-source openshift-apiserver-operator/metrics openshift-ingress-operator/metrics openshift-kube-controller-manager-operator/metrics openshift-multus/network-metrics-service] I0703 06:39:14.550006 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0703 06:39:14.550017 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 06:39:14.550022 3508 obj_retry.go:415] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0703 06:39:14.550027 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0703 06:39:14.550030 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0703 06:39:14.550035 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 06:39:14.550037 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0703 06:39:14.550038 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0703 06:39:14.550045 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0703 06:39:14.550048 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 06:39:14.550054 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0703 06:39:14.550060 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0703 06:39:14.550066 3508 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0703 06:39:14.550067 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift I0703 06:39:14.550052 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 06:39:14.550084 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0703 06:39:14.550088 3508 default_node_network_controller.go:1213] Gateway and management port readiness took 78.750479ms I0703 06:39:14.550090 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0703 06:39:14.550094 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.550097 3508 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0703 06:39:14.550098 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0703 06:39:14.550102 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0703 06:39:14.550107 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.550088 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 06:39:14.550111 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0703 06:39:14.550112 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0703 06:39:14.550115 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0703 06:39:14.550077 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0703 06:39:14.550116 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 06:39:14.550122 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 06:39:14.550089 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 06:39:14.550130 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0703 06:39:14.550131 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 06:39:14.550092 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0703 06:39:14.550137 3508 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:14.550139 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0703 06:39:14.550140 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0703 06:39:14.550125 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0703 06:39:14.550142 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 06:39:14.550151 3508 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0703 06:39:14.550156 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0703 06:39:14.550158 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0703 06:39:14.550164 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0703 06:39:14.550167 3508 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:14.550168 3508 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0703 06:39:14.550170 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0703 06:39:14.550178 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.550181 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0703 06:39:14.550181 3508 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0703 06:39:14.550185 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0703 06:39:14.550188 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0703 06:39:14.550190 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.550191 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/kubernetes I0703 06:39:14.550197 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0703 06:39:14.550132 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0703 06:39:14.550063 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 06:39:14.550206 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0703 06:39:14.550208 3508 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0703 06:39:14.550211 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 06:39:14.550218 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0703 06:39:14.550220 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 06:39:14.550036 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0703 06:39:14.550223 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 06:39:14.550226 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.550229 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0703 06:39:14.550232 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0703 06:39:14.550231 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 06:39:14.550236 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0703 06:39:14.550212 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0703 06:39:14.550136 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 06:39:14.550242 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 06:39:14.550247 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0703 06:39:14.550247 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 06:39:14.550251 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0703 06:39:14.550251 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 06:39:14.550257 3508 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0703 06:39:14.550259 3508 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.550261 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 06:39:14.550100 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 06:39:14.550268 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0703 06:39:14.550236 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0703 06:39:14.550273 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0703 06:39:14.550275 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0703 06:39:14.550279 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:14.550263 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0703 06:39:14.550269 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0703 06:39:14.550303 3508 ovs.go:160] Exec(101): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0703 06:39:14.550180 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/packageserver I0703 06:39:14.550076 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift I0703 06:39:14.550316 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/packageserver I0703 06:39:14.550320 3508 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0703 06:39:14.550320 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0703 06:39:14.550307 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:14.550328 3508 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0703 06:39:14.550166 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 06:39:14.550345 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0703 06:39:14.550352 3508 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:14.550359 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0703 06:39:14.550280 3508 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:14.550221 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.550378 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0703 06:39:14.550345 3508 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0703 06:39:14.550198 3508 openflow_manager.go:114] Gateway OpenFlow sync already requested I0703 06:39:14.550408 3508 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0703 06:39:14.550329 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0703 06:39:14.550258 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0703 06:39:14.550423 3508 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:14.550461 3508 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0703 06:39:14.550409 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0703 06:39:14.550177 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 06:39:14.550478 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0703 06:39:14.550232 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0703 06:39:14.550492 3508 port_claim.go:197] Handle NodePort service router-default port 32457 I0703 06:39:14.550512 3508 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32457 and protocol TCP I0703 06:39:14.550520 3508 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32457/tcp) I0703 06:39:14.550535 3508 route_manager.go:161] Route Manager: added 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:14.550556 3508 port_claim.go:71] Svc openshift-ingress/router-default: port 32457 is already open, no action needed I0703 06:39:14.550563 3508 port_claim.go:197] Handle NodePort service router-default port 32136 I0703 06:39:14.550564 3508 ovs.go:160] Exec(102): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0703 06:39:14.550571 3508 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32136 and protocol TCP I0703 06:39:14.550577 3508 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:32136/tcp) I0703 06:39:14.550586 3508 port_claim.go:71] Svc openshift-ingress/router-default: port 32136 is already open, no action needed I0703 06:39:14.550596 3508 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 30259 I0703 06:39:14.550615 3508 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0703 06:39:14.550625 3508 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0703 06:39:14.550645 3508 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0703 06:39:14.550122 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0703 06:39:14.550658 3508 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0703 06:39:14.550687 3508 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0703 06:39:14.550120 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0703 06:39:14.550125 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 06:39:14.550709 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0703 06:39:14.550716 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0703 06:39:14.550745 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0703 06:39:14.550132 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 06:39:14.550760 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0703 06:39:14.550768 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0703 06:39:14.550133 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0703 06:39:14.550778 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0703 06:39:14.550146 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0703 06:39:14.550171 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0703 06:39:14.550817 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0703 06:39:14.550188 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 06:39:14.550833 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0703 06:39:14.550839 3508 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0703 06:39:14.550869 3508 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0703 06:39:14.550199 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 06:39:14.550888 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0703 06:39:14.550896 3508 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0703 06:39:14.550924 3508 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0703 06:39:14.550201 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/kubernetes I0703 06:39:14.550937 3508 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0703 06:39:14.550940 3508 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0703 06:39:14.550966 3508 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0703 06:39:14.550209 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0703 06:39:14.550979 3508 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.551015 3508 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.550106 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 06:39:14.551116 3508 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0703 06:39:14.551158 3508 node_ip_handler_linux.go:175] Node IP manager is running I0703 06:39:14.551116 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0703 06:39:14.551173 3508 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0703 06:39:14.551205 3508 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0703 06:39:14.550235 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0703 06:39:14.550240 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0703 06:39:14.551242 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0703 06:39:14.550243 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0703 06:39:14.551254 3508 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:14.551280 3508 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0703 06:39:14.550249 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0703 06:39:14.551308 3508 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:14.551341 3508 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0703 06:39:14.550260 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0703 06:39:14.551354 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0703 06:39:14.550282 3508 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0703 06:39:14.551383 3508 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0703 06:39:14.550310 3508 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0703 06:39:14.550391 3508 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0703 06:39:14.550483 3508 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0703 06:39:14.551422 3508 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0703 06:39:14.550117 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0703 06:39:14.551441 3508 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0703 06:39:14.550222 3508 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 06:39:14.551467 3508 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0703 06:39:14.551491 3508 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0703 06:39:14.551533 3508 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0703 06:39:14.551471 3508 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0703 06:39:14.556524 3508 ovs.go:163] Exec(102): stdout: "" I0703 06:39:14.556542 3508 ovs.go:164] Exec(102): stderr: "" I0703 06:39:14.556551 3508 ovs.go:160] Exec(103): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0703 06:39:14.561585 3508 ovs.go:163] Exec(103): stdout: "" I0703 06:39:14.561597 3508 ovs.go:164] Exec(103): stderr: "" I0703 06:39:14.570312 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0703 06:39:14.570322 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) W0703 06:39:14.588353 3508 port_linux.go:237] Missing or unable to find route entry for subnet 10.128.0.0/14 via gateway 10.128.0.1 on link ovn-k8s-mp0 with MTU: 0 W0703 06:39:14.588776 3508 port_linux.go:237] Missing or unable to find route entry for subnet 169.254.0.3/32 via gateway 10.128.0.1 on link ovn-k8s-mp0 with MTU: 0 W0703 06:39:14.588915 3508 port_linux.go:253] Missing arp entry for MAC/IP binding (0a:58:0a:80:00:01/10.128.0.1) on link ovn-k8s-mp0 I0703 06:39:14.598076 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0703 06:39:14.598090 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0703 06:39:14.598091 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0703 06:39:14.598101 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0703 06:39:14.598081 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0703 06:39:14.598074 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0703 06:39:14.598103 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0703 06:39:14.598103 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0703 06:39:14.636659 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0703 06:39:14.636656 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0703 06:39:14.636685 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0703 06:39:14.676119 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0703 06:39:14.676157 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0703 06:39:14.714579 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0703 06:39:14.714607 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0703 06:39:14.714618 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0703 06:39:14.714627 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0703 06:39:14.714639 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0703 06:39:14.714648 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0703 06:39:14.714659 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0703 06:39:14.714669 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0703 06:39:14.714682 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0703 06:39:14.714695 3508 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0703 06:39:15.718188 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-172.ec2.internal I0703 06:39:15.718307 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-172.ec2.internal: 109.607µs I0703 06:39:15.718196 3508 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-2-172.ec2.internal. Updating no re-route policies I0703 06:39:15.718238 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-172.ec2.internal in network "default" I0703 06:39:15.718478 3508 node_tracker.go:172] Node ip-10-0-2-172.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:15.718496 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:15.903509 3508 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-172.ec2.internal in network "default" I0703 06:39:15.903583 3508 node_tracker.go:172] Node ip-10-0-2-172.ec2.internal switch + router changed, syncing services in network "default" I0703 06:39:15.903607 3508 services_controller.go:575] Full service sync requested for network=default I0703 06:39:15.945205 3508 default_node_network_controller.go:1597] Starting node controller node sync W0703 06:39:15.945332 3508 egressip_healthcheck.go:76] Health checking using insecure connection I0703 06:39:15.945389 3508 egressip_healthcheck.go:109] Starting Egress IP Health Server on 10.128.0.2:9107 I0703 06:39:15.957108 3508 default_node_network_controller.go:1638] Node controller node sync done. Time taken: 11.880908ms I0703 06:39:15.957239 3508 default_node_network_controller.go:1523] Adding remote node "ip-10-0-1-166.ec2.internal", IP: 10.0.1.166 to PMTUD blocking rules I0703 06:39:15.957308 3508 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-172.ec2.internal", IP: 10.0.2.172 to PMTUD blocking rules I0703 06:39:15.969039 3508 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0703 06:39:15.969506 3508 egressservice_node.go:93] Setting up event handlers for Egress Services I0703 06:39:15.969650 3508 egressservice_node.go:183] Starting Egress Services Controller I0703 06:39:15.969660 3508 shared_informer.go:313] Waiting for caches to sync for egressservices I0703 06:39:15.969666 3508 shared_informer.go:320] Caches are synced for egressservices I0703 06:39:15.969670 3508 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0703 06:39:15.969673 3508 shared_informer.go:320] Caches are synced for egressservices_services I0703 06:39:15.969678 3508 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0703 06:39:15.969681 3508 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0703 06:39:15.969685 3508 egressservice_node.go:197] Repairing Egress Services I0703 06:39:15.980006 3508 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0703 06:39:15.980019 3508 external_controller.go:277] Starting Admin Policy Based Route Controller I0703 06:39:15.980224 3508 default_node_network_controller.go:1349] Egress IP for secondary host network is disabled I0703 06:39:15.980241 3508 link_network_manager.go:116] Link manager is running I0703 06:39:15.980253 3508 default_node_network_controller.go:1360] Default node network controller initialized and ready. I0703 06:39:15.980393 3508 ovspinning_linux.go:42] OVS CPU affinity pinning disabled I0703 06:39:15.980703 3508 vrf_manager.go:128] VRF manager is running I0703 06:39:17.582004 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-166.ec2.internal I0703 06:39:17.582077 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-166.ec2.internal: 82.432µs I0703 06:39:17.782513 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-219.ec2.internal I0703 06:39:17.782639 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-219.ec2.internal: 131.621µs I0703 06:39:17.854815 3508 base_network_controller_pods.go:478] [default/openshift-dns/dns-default-pxgql] creating logical port openshift-dns_dns-default-pxgql for pod on switch ip-10-0-0-219.ec2.internal I0703 06:39:17.855319 3508 kube.go:320] Updating pod openshift-dns/dns-default-pxgql I0703 06:39:17.868514 3508 base_network_controller_pods.go:478] [default/openshift-ingress-canary/ingress-canary-k5497] creating logical port openshift-ingress-canary_ingress-canary-k5497 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:39:17.868676 3508 kube.go:320] Updating pod openshift-ingress-canary/ingress-canary-k5497 I0703 06:39:17.879113 3508 pod.go:62] [openshift-dns/dns-default-pxgql] pod update took 24.190183ms I0703 06:39:17.879138 3508 base_network_controller_pods.go:928] [default/openshift-dns/dns-default-pxgql] addLogicalPort annotation time took 24.223113ms I0703 06:39:17.880243 3508 pods.go:253] [openshift-dns/dns-default-pxgql] addLogicalPort took 25.451412ms, libovsdb time 781.396µs I0703 06:39:17.901513 3508 pod.go:62] [openshift-ingress-canary/ingress-canary-k5497] pod update took 32.876816ms I0703 06:39:17.901606 3508 base_network_controller_pods.go:928] [default/openshift-ingress-canary/ingress-canary-k5497] addLogicalPort annotation time took 32.974056ms I0703 06:39:17.902877 3508 pods.go:253] [openshift-ingress-canary/ingress-canary-k5497] addLogicalPort took 34.381696ms, libovsdb time 953.892µs I0703 06:39:19.859964 3508 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-172.ec2.internal I0703 06:39:19.860016 3508 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-172.ec2.internal: 60.063µs I0703 06:39:20.048188 3508 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-6fbd69d94c-gmcqs] creating logical port openshift-image-registry_image-registry-6fbd69d94c-gmcqs for pod on switch ip-10-0-0-219.ec2.internal I0703 06:39:20.048342 3508 kube.go:320] Updating pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:39:20.070356 3508 pod.go:62] [openshift-image-registry/image-registry-6fbd69d94c-gmcqs] pod update took 22.066831ms I0703 06:39:20.070384 3508 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-6fbd69d94c-gmcqs] addLogicalPort annotation time took 22.099357ms I0703 06:39:20.071561 3508 pods.go:253] [openshift-image-registry/image-registry-6fbd69d94c-gmcqs] addLogicalPort took 23.394499ms, libovsdb time 853.878µs I0703 06:39:39.934244 3508 cni.go:331] [openshift-network-diagnostics/network-check-target-hs2fs 075eccf26b9686ef264f7f2aea85730b268b6fc042f48c2f62d8f52eae30248b network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-hs2fs 075eccf26b9686ef264f7f2aea85730b268b6fc042f48c2f62d8f52eae30248b network default NAD default] I0703 06:39:39.950278 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-hs2fs, hostIfaceName: 075eccf26b9686e, network: default, NAD default, SandboxID: "075eccf26b9686ef264f7f2aea85730b268b6fc042f48c2f62d8f52eae30248b", PCI device ID: , UID: "58756a17-38f5-41a1-9fa4-bc65499cbb12", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0703 06:39:39.991983 3508 cni.go:352] [openshift-network-diagnostics/network-check-target-hs2fs 075eccf26b9686ef264f7f2aea85730b268b6fc042f48c2f62d8f52eae30248b network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-hs2fs 075eccf26b9686ef264f7f2aea85730b268b6fc042f48c2f62d8f52eae30248b network default NAD default], result "{\"interfaces\":[{\"name\":\"075eccf26b9686e\",\"mac\":\"7e:06:d1:20:c6:75\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/cbd8ad4e-b924-4317-8cfe-6bf593b825e0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:40:23.263216 3508 obj_retry.go:463] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644lkh6x of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:40:23.263834 3508 obj_retry.go:463] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644lkh6x of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:40:23.263860 3508 obj_retry.go:463] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644lkh6x of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0703 06:40:23.263869 3508 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0703 06:40:24.289549 3508 obj_retry.go:457] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644lkh6x of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:40:24.289580 3508 obj_retry.go:457] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644lkh6x of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:40:24.289597 3508 obj_retry.go:457] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f66644lkh6x of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:40:27.810620 3508 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0703 06:40:27.823501 3508 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0703 06:40:30.486388 3508 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-94f8b9896-n74hx for pod on switch ip-10-0-0-219.ec2.internal I0703 06:40:30.486589 3508 kube.go:320] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx I0703 06:40:30.509483 3508 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx] pod update took 22.943078ms I0703 06:40:30.509511 3508 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx] addLogicalPort annotation time took 22.976167ms I0703 06:40:30.510751 3508 pods.go:253] [openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx] addLogicalPort took 24.385927ms, libovsdb time 885.211µs I0703 06:40:30.842068 3508 cni.go:331] [openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx f3e4b654e9ec93d24623da158b377ff6a92fa9f88493046dd570d801a747acaa network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx f3e4b654e9ec93d24623da158b377ff6a92fa9f88493046dd570d801a747acaa network default NAD default] I0703 06:40:30.850523 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-94f8b9896-n74hx, hostIfaceName: f3e4b654e9ec93d, network: default, NAD default, SandboxID: "f3e4b654e9ec93d24623da158b377ff6a92fa9f88493046dd570d801a747acaa", PCI device ID: , UID: "505263ec-e9dc-4f9b-9162-b06d979522e5", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0703 06:40:30.892151 3508 cni.go:352] [openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx f3e4b654e9ec93d24623da158b377ff6a92fa9f88493046dd570d801a747acaa network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-94f8b9896-n74hx f3e4b654e9ec93d24623da158b377ff6a92fa9f88493046dd570d801a747acaa network default NAD default], result "{\"interfaces\":[{\"name\":\"f3e4b654e9ec93d\",\"mac\":\"42:04:5b:e5:6a:eb\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/aa7dd213-b5a5-4c68-bd22-1eb458c6343b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:17.741835 3508 base_network_controller_pods.go:478] [default/openshift-network-console/networking-console-plugin-c8f658647-hpltl] creating logical port openshift-network-console_networking-console-plugin-c8f658647-hpltl for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:17.741922 3508 kube.go:320] Updating pod openshift-network-console/networking-console-plugin-c8f658647-hpltl I0703 06:42:17.789578 3508 pod.go:62] [openshift-network-console/networking-console-plugin-c8f658647-hpltl] pod update took 47.678097ms I0703 06:42:17.789678 3508 base_network_controller_pods.go:928] [default/openshift-network-console/networking-console-plugin-c8f658647-hpltl] addLogicalPort annotation time took 47.782761ms I0703 06:42:17.791039 3508 pods.go:253] [openshift-network-console/networking-console-plugin-c8f658647-hpltl] addLogicalPort took 49.215681ms, libovsdb time 936.484µs I0703 06:42:17.802565 3508 base_network_controller_pods.go:478] [default/openshift-insights/insights-operator-5ff5cb4f99-tx8z5] creating logical port openshift-insights_insights-operator-5ff5cb4f99-tx8z5 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:17.802646 3508 kube.go:320] Updating pod openshift-insights/insights-operator-5ff5cb4f99-tx8z5 I0703 06:42:17.824539 3508 pod.go:62] [openshift-insights/insights-operator-5ff5cb4f99-tx8z5] pod update took 21.910681ms I0703 06:42:17.824633 3508 base_network_controller_pods.go:928] [default/openshift-insights/insights-operator-5ff5cb4f99-tx8z5] addLogicalPort annotation time took 22.00868ms I0703 06:42:17.825650 3508 pods.go:253] [openshift-insights/insights-operator-5ff5cb4f99-tx8z5] addLogicalPort took 23.10041ms, libovsdb time 726.137µs I0703 06:42:17.938880 3508 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4] creating logical port openshift-network-diagnostics_network-check-source-74cff59b98-qb6h4 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:17.938972 3508 kube.go:320] Updating pod openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4 I0703 06:42:17.951884 3508 base_network_controller_pods.go:478] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf] creating logical port openshift-monitoring_cluster-monitoring-operator-76c9c97fb5-wzfmf for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:17.952004 3508 kube.go:320] Updating pod openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf I0703 06:42:17.983819 3508 pod.go:62] [openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4] pod update took 44.872317ms I0703 06:42:17.983850 3508 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4] addLogicalPort annotation time took 44.907786ms I0703 06:42:17.985053 3508 pods.go:253] [openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4] addLogicalPort took 46.195311ms, libovsdb time 840.082µs I0703 06:42:17.989661 3508 pod.go:62] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf] pod update took 37.677686ms I0703 06:42:17.989717 3508 base_network_controller_pods.go:928] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf] addLogicalPort annotation time took 37.734106ms I0703 06:42:17.990999 3508 pods.go:253] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf] addLogicalPort took 39.134592ms, libovsdb time 915.925µs I0703 06:42:18.156189 3508 cni.go:331] [openshift-insights/insights-operator-5ff5cb4f99-tx8z5 08b259a774149fe4938ba9ffb1f13c8bfd04b1d2e5b30bdd59c1ba95f64c6c89 network default NAD default] ADD starting CNI request [openshift-insights/insights-operator-5ff5cb4f99-tx8z5 08b259a774149fe4938ba9ffb1f13c8bfd04b1d2e5b30bdd59c1ba95f64c6c89 network default NAD default] I0703 06:42:18.165261 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-operator-5ff5cb4f99-tx8z5, hostIfaceName: 08b259a774149fe, network: default, NAD default, SandboxID: "08b259a774149fe4938ba9ffb1f13c8bfd04b1d2e5b30bdd59c1ba95f64c6c89", PCI device ID: , UID: "79a07571-c120-4c80-9f69-801b5dabe5f1", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0703 06:42:18.209235 3508 cni.go:352] [openshift-insights/insights-operator-5ff5cb4f99-tx8z5 08b259a774149fe4938ba9ffb1f13c8bfd04b1d2e5b30bdd59c1ba95f64c6c89 network default NAD default] ADD finished CNI request [openshift-insights/insights-operator-5ff5cb4f99-tx8z5 08b259a774149fe4938ba9ffb1f13c8bfd04b1d2e5b30bdd59c1ba95f64c6c89 network default NAD default], result "{\"interfaces\":[{\"name\":\"08b259a774149fe\",\"mac\":\"72:80:6f:ad:61:a4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/1fba4b7d-b606-4612-947c-3ba4b53b2bd9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:18.294407 3508 cni.go:331] [openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4 b445f55240c72c95faed8711ce94025b54fbc0b6258cdb49319ba814e269f1ea network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4 b445f55240c72c95faed8711ce94025b54fbc0b6258cdb49319ba814e269f1ea network default NAD default] I0703 06:42:18.302795 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-74cff59b98-qb6h4, hostIfaceName: b445f55240c72c9, network: default, NAD default, SandboxID: "b445f55240c72c95faed8711ce94025b54fbc0b6258cdb49319ba814e269f1ea", PCI device ID: , UID: "1e5c5dbb-4e3d-4afa-b0f7-a81cfcfdec23", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0703 06:42:18.346231 3508 cni.go:352] [openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4 b445f55240c72c95faed8711ce94025b54fbc0b6258cdb49319ba814e269f1ea network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-qb6h4 b445f55240c72c95faed8711ce94025b54fbc0b6258cdb49319ba814e269f1ea network default NAD default], result "{\"interfaces\":[{\"name\":\"b445f55240c72c9\",\"mac\":\"62:0f:41:b0:ab:6b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/637aa73e-6f4f-4328-873f-feef7b53772d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:21.822230 3508 namespace.go:93] [openshift-kube-storage-version-migrator] adding namespace I0703 06:42:21.823328 3508 namespace.go:97] [openshift-kube-storage-version-migrator] adding namespace took 1.068958ms I0703 06:42:21.838245 3508 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0703 06:42:21.966899 3508 base_network_controller_pods.go:478] [default/openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l] creating logical port openshift-kube-storage-version-migrator_migrator-949fdd477-ckr4l for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:21.966994 3508 kube.go:320] Updating pod openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l I0703 06:42:21.986672 3508 pod.go:62] [openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l] pod update took 19.7043ms I0703 06:42:21.986698 3508 base_network_controller_pods.go:928] [default/openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l] addLogicalPort annotation time took 19.73566ms I0703 06:42:21.987903 3508 pods.go:253] [openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l] addLogicalPort took 21.023408ms, libovsdb time 831.946µs I0703 06:42:22.318581 3508 cni.go:331] [openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l ece5ed95be63760e76c246f7e1875c0b74ff84fe911314751d8c5461a2316918 network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l ece5ed95be63760e76c246f7e1875c0b74ff84fe911314751d8c5461a2316918 network default NAD default] I0703 06:42:22.327404 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-kube-storage-version-migrator, podName: migrator-949fdd477-ckr4l, hostIfaceName: ece5ed95be63760, network: default, NAD default, SandboxID: "ece5ed95be63760e76c246f7e1875c0b74ff84fe911314751d8c5461a2316918", PCI device ID: , UID: "07e2eb4c-4bca-4fec-a4d9-8c08e07ea3a4", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0703 06:42:22.370782 3508 cni.go:352] [openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l ece5ed95be63760e76c246f7e1875c0b74ff84fe911314751d8c5461a2316918 network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator/migrator-949fdd477-ckr4l ece5ed95be63760e76c246f7e1875c0b74ff84fe911314751d8c5461a2316918 network default NAD default], result "{\"interfaces\":[{\"name\":\"ece5ed95be63760\",\"mac\":\"4a:f0:50:c8:20:7c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/f9987484-3210-4ec4-aecf-3c19b30b6177\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:22.825188 3508 namespace.go:93] [openshift-service-ca] adding namespace I0703 06:42:22.826202 3508 namespace.go:97] [openshift-service-ca] adding namespace took 949.545µs I0703 06:42:22.844553 3508 namespace.go:137] [openshift-service-ca] updating namespace I0703 06:42:31.461841 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6fbd69d94c-dcdkm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:31.462477 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6fbd69d94c-dcdkm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:31.494204 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6fbd69d94c-dcdkm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:31.494229 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6fbd69d94c-dcdkm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:31.516223 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-6fbd69d94c-dcdkm I0703 06:42:31.516258 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-6fbd69d94c-dcdkm I0703 06:42:31.594513 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-74574f6db8-2cntp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:31.595214 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-74574f6db8-2cntp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:31.607064 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-74574f6db8-2cntp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:31.607098 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-74574f6db8-2cntp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:31.619713 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-74574f6db8-2cntp I0703 06:42:31.619756 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-74574f6db8-2cntp I0703 06:42:33.908223 3508 cni.go:331] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf da52bc006e58c220960b6d0500e1cb7c574328dc7dde616a31d5247cae43906b network default NAD default] ADD starting CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf da52bc006e58c220960b6d0500e1cb7c574328dc7dde616a31d5247cae43906b network default NAD default] I0703 06:42:33.916753 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: cluster-monitoring-operator-76c9c97fb5-wzfmf, hostIfaceName: da52bc006e58c22, network: default, NAD default, SandboxID: "da52bc006e58c220960b6d0500e1cb7c574328dc7dde616a31d5247cae43906b", PCI device ID: , UID: "12cda2db-3525-4cec-9f4a-4cf3a413625b", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0703 06:42:33.963117 3508 cni.go:352] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf da52bc006e58c220960b6d0500e1cb7c574328dc7dde616a31d5247cae43906b network default NAD default] ADD finished CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-wzfmf da52bc006e58c220960b6d0500e1cb7c574328dc7dde616a31d5247cae43906b network default NAD default], result "{\"interfaces\":[{\"name\":\"da52bc006e58c22\",\"mac\":\"ca:3f:4f:66:e8:0c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/e69e065b-07c3-4b48-ae07-44efd7f2f2bc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:34.226862 3508 base_network_controller_pods.go:478] [default/openshift-insights/insights-runtime-extractor-s66xr] creating logical port openshift-insights_insights-runtime-extractor-s66xr for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:34.226955 3508 kube.go:320] Updating pod openshift-insights/insights-runtime-extractor-s66xr I0703 06:42:34.253443 3508 pod.go:62] [openshift-insights/insights-runtime-extractor-s66xr] pod update took 26.512862ms I0703 06:42:34.253536 3508 base_network_controller_pods.go:928] [default/openshift-insights/insights-runtime-extractor-s66xr] addLogicalPort annotation time took 26.611356ms I0703 06:42:34.254720 3508 pods.go:253] [openshift-insights/insights-runtime-extractor-s66xr] addLogicalPort took 27.881093ms, libovsdb time 789.637µs I0703 06:42:36.272828 3508 cni.go:331] [openshift-insights/insights-runtime-extractor-s66xr cd2ffc7379426e80c2888b8a9200d803e8a6adc6884450d44ec964a32447817c network default NAD default] ADD starting CNI request [openshift-insights/insights-runtime-extractor-s66xr cd2ffc7379426e80c2888b8a9200d803e8a6adc6884450d44ec964a32447817c network default NAD default] I0703 06:42:36.282348 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-runtime-extractor-s66xr, hostIfaceName: cd2ffc7379426e8, network: default, NAD default, SandboxID: "cd2ffc7379426e80c2888b8a9200d803e8a6adc6884450d44ec964a32447817c", PCI device ID: , UID: "fed255b9-a443-4ae7-a700-2779c82962b0", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0703 06:42:36.328721 3508 cni.go:352] [openshift-insights/insights-runtime-extractor-s66xr cd2ffc7379426e80c2888b8a9200d803e8a6adc6884450d44ec964a32447817c network default NAD default] ADD finished CNI request [openshift-insights/insights-runtime-extractor-s66xr cd2ffc7379426e80c2888b8a9200d803e8a6adc6884450d44ec964a32447817c network default NAD default], result "{\"interfaces\":[{\"name\":\"cd2ffc7379426e8\",\"mac\":\"16:9a:9f:70:bf:9a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/3c38dd0b-0105-42e3-b0d4-10f250c61718\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:36.601489 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6fbd69d94c-gmcqs of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:36.601552 3508 pods.go:175] Deleting pod: openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:42:36.602839 3508 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-6fbd69d94c-gmcqs, ips: 10.128.0.7 I0703 06:42:36.602872 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6fbd69d94c-gmcqs of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:42:36.624656 3508 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-fb6659ff4-kd79f] creating logical port openshift-image-registry_image-registry-fb6659ff4-kd79f for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:36.624790 3508 kube.go:320] Updating pod openshift-image-registry/image-registry-fb6659ff4-kd79f I0703 06:42:36.645691 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6fbd69d94c-gmcqs of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:36.645782 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6fbd69d94c-gmcqs of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:42:36.653470 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:42:36.653498 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-6fbd69d94c-gmcqs I0703 06:42:36.669101 3508 pod.go:62] [openshift-image-registry/image-registry-fb6659ff4-kd79f] pod update took 44.338789ms I0703 06:42:36.669130 3508 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-fb6659ff4-kd79f] addLogicalPort annotation time took 44.371233ms I0703 06:42:36.670551 3508 pods.go:253] [openshift-image-registry/image-registry-fb6659ff4-kd79f] addLogicalPort took 45.915138ms, libovsdb time 932.893µs I0703 06:42:36.981451 3508 cni.go:331] [openshift-image-registry/image-registry-fb6659ff4-kd79f 022f454da894dec5773f3a282d97d34f3c2f999d0e7552f28092811e9c586fee network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-fb6659ff4-kd79f 022f454da894dec5773f3a282d97d34f3c2f999d0e7552f28092811e9c586fee network default NAD default] I0703 06:42:36.992237 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-fb6659ff4-kd79f, hostIfaceName: 022f454da894dec, network: default, NAD default, SandboxID: "022f454da894dec5773f3a282d97d34f3c2f999d0e7552f28092811e9c586fee", PCI device ID: , UID: "1109792c-8de8-4c79-88da-e6bad6221ab4", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0703 06:42:37.044200 3508 cni.go:352] [openshift-image-registry/image-registry-fb6659ff4-kd79f 022f454da894dec5773f3a282d97d34f3c2f999d0e7552f28092811e9c586fee network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-fb6659ff4-kd79f 022f454da894dec5773f3a282d97d34f3c2f999d0e7552f28092811e9c586fee network default NAD default], result "{\"interfaces\":[{\"name\":\"022f454da894dec\",\"mac\":\"4a:16:2e:2e:ca:f0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/cf6f1a5a-292e-4101-a666-98b66a232212\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:37.131855 3508 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-6454d4896-j4qzg for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:37.132005 3508 kube.go:320] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg I0703 06:42:37.153075 3508 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg] pod update took 21.117071ms I0703 06:42:37.153166 3508 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg] addLogicalPort annotation time took 21.224558ms I0703 06:42:37.154600 3508 pods.go:253] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg] addLogicalPort took 22.769053ms, libovsdb time 1.021717ms I0703 06:42:37.491464 3508 cni.go:331] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg ee66152c125e04d46e3cb07b700db6325544980750fa64e7b377641053892e46 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg ee66152c125e04d46e3cb07b700db6325544980750fa64e7b377641053892e46 network default NAD default] I0703 06:42:37.500843 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-6454d4896-j4qzg, hostIfaceName: ee66152c125e04d, network: default, NAD default, SandboxID: "ee66152c125e04d46e3cb07b700db6325544980750fa64e7b377641053892e46", PCI device ID: , UID: "df17b8b0-8c0b-48f3-8c93-f879cc91f3f7", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0703 06:42:37.548529 3508 cni.go:352] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg ee66152c125e04d46e3cb07b700db6325544980750fa64e7b377641053892e46 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-j4qzg ee66152c125e04d46e3cb07b700db6325544980750fa64e7b377641053892e46 network default NAD default], result "{\"interfaces\":[{\"name\":\"ee66152c125e04d\",\"mac\":\"fe:ea:f5:94:3a:7c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/7265ff00-8c4a-4041-b19d-3461ecdb5f20\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:46.023917 3508 cni.go:331] [openshift-multus/network-metrics-daemon-frhxz 280a8e46168e2e86225a8208766c110eb42b455d0e2e51910baa3c8d7d46ea37 network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-frhxz 280a8e46168e2e86225a8208766c110eb42b455d0e2e51910baa3c8d7d46ea37 network default NAD default] I0703 06:42:46.033880 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-frhxz, hostIfaceName: 280a8e46168e2e8, network: default, NAD default, SandboxID: "280a8e46168e2e86225a8208766c110eb42b455d0e2e51910baa3c8d7d46ea37", PCI device ID: , UID: "461c709e-9286-4cf7-b128-f68dae306a8b", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0703 06:42:46.080400 3508 cni.go:352] [openshift-multus/network-metrics-daemon-frhxz 280a8e46168e2e86225a8208766c110eb42b455d0e2e51910baa3c8d7d46ea37 network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-frhxz 280a8e46168e2e86225a8208766c110eb42b455d0e2e51910baa3c8d7d46ea37 network default NAD default], result "{\"interfaces\":[{\"name\":\"280a8e46168e2e8\",\"mac\":\"b2:10:47:fb:29:dd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/2a43f387-5229-4abe-b192-d6f89557959c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:47.694037 3508 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0703 06:42:49.909367 3508 cni.go:331] [openshift-network-console/networking-console-plugin-c8f658647-hpltl 7967bf6efd8b18c2aeffd4f4266484aad05af269a899e001474c9875b7ecb24c network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-c8f658647-hpltl 7967bf6efd8b18c2aeffd4f4266484aad05af269a899e001474c9875b7ecb24c network default NAD default] I0703 06:42:49.919162 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-c8f658647-hpltl, hostIfaceName: 7967bf6efd8b18c, network: default, NAD default, SandboxID: "7967bf6efd8b18c2aeffd4f4266484aad05af269a899e001474c9875b7ecb24c", PCI device ID: , UID: "9b725711-37ea-4fbe-a707-7cdef0d18dbd", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0703 06:42:49.965727 3508 cni.go:352] [openshift-network-console/networking-console-plugin-c8f658647-hpltl 7967bf6efd8b18c2aeffd4f4266484aad05af269a899e001474c9875b7ecb24c network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-c8f658647-hpltl 7967bf6efd8b18c2aeffd4f4266484aad05af269a899e001474c9875b7ecb24c network default NAD default], result "{\"interfaces\":[{\"name\":\"7967bf6efd8b18c\",\"mac\":\"e2:69:ff:d1:5e:89\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/321fea91-fd8d-4ff6-8db5-47d96b343da1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:58.801644 3508 base_network_controller_pods.go:478] [default/openshift-console/downloads-7b98f8c767-7fc2g] creating logical port openshift-console_downloads-7b98f8c767-7fc2g for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:58.801821 3508 kube.go:320] Updating pod openshift-console/downloads-7b98f8c767-7fc2g I0703 06:42:58.818662 3508 pod.go:62] [openshift-console/downloads-7b98f8c767-7fc2g] pod update took 16.868524ms I0703 06:42:58.818691 3508 base_network_controller_pods.go:928] [default/openshift-console/downloads-7b98f8c767-7fc2g] addLogicalPort annotation time took 16.901267ms I0703 06:42:58.819906 3508 pods.go:253] [openshift-console/downloads-7b98f8c767-7fc2g] addLogicalPort took 18.285655ms, libovsdb time 844.997µs I0703 06:42:58.891783 3508 base_network_controller_pods.go:478] [default/openshift-console/console-5d77c6cf7-zt7f6] creating logical port openshift-console_console-5d77c6cf7-zt7f6 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:42:58.891929 3508 kube.go:320] Updating pod openshift-console/console-5d77c6cf7-zt7f6 I0703 06:42:58.914916 3508 pod.go:62] [openshift-console/console-5d77c6cf7-zt7f6] pod update took 23.013229ms I0703 06:42:58.914946 3508 base_network_controller_pods.go:928] [default/openshift-console/console-5d77c6cf7-zt7f6] addLogicalPort annotation time took 23.048944ms I0703 06:42:58.916180 3508 pods.go:253] [openshift-console/console-5d77c6cf7-zt7f6] addLogicalPort took 24.416007ms, libovsdb time 795.071µs I0703 06:42:59.155979 3508 cni.go:331] [openshift-console/downloads-7b98f8c767-7fc2g f3e9cde1a69bd32a360b6ec374060c643f8fca0c8d6c02c06b1d4e3d71212fee network default NAD default] ADD starting CNI request [openshift-console/downloads-7b98f8c767-7fc2g f3e9cde1a69bd32a360b6ec374060c643f8fca0c8d6c02c06b1d4e3d71212fee network default NAD default] I0703 06:42:59.164947 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: downloads-7b98f8c767-7fc2g, hostIfaceName: f3e9cde1a69bd32, network: default, NAD default, SandboxID: "f3e9cde1a69bd32a360b6ec374060c643f8fca0c8d6c02c06b1d4e3d71212fee", PCI device ID: , UID: "6385d0ed-4cb1-4ca4-9781-14e550705219", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0703 06:42:59.209353 3508 cni.go:352] [openshift-console/downloads-7b98f8c767-7fc2g f3e9cde1a69bd32a360b6ec374060c643f8fca0c8d6c02c06b1d4e3d71212fee network default NAD default] ADD finished CNI request [openshift-console/downloads-7b98f8c767-7fc2g f3e9cde1a69bd32a360b6ec374060c643f8fca0c8d6c02c06b1d4e3d71212fee network default NAD default], result "{\"interfaces\":[{\"name\":\"f3e9cde1a69bd32\",\"mac\":\"f2:cf:fe:eb:1e:ec\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/f7e93218-f79c-48f6-9f49-ff7fba9084d1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:42:59.248438 3508 cni.go:331] [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default] ADD starting CNI request [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default] I0703 06:42:59.258277 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-5d77c6cf7-zt7f6, hostIfaceName: 93796f981dc77ec, network: default, NAD default, SandboxID: "93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668", PCI device ID: , UID: "530d463c-ce78-42e6-9946-d49bcc2c75ea", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0703 06:42:59.301105 3508 cni.go:352] [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default] ADD finished CNI request [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default], result "{\"interfaces\":[{\"name\":\"93796f981dc77ec\",\"mac\":\"ae:5c:6b:df:28:af\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/2ca0c24d-44a7-48da-9b88-20ea3a1d7f27\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:01.025142 3508 base_network_controller_pods.go:478] [default/openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7] creating logical port openshift-monitoring_openshift-state-metrics-5d97448dcb-ml5q7 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:43:01.025341 3508 kube.go:320] Updating pod openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7 I0703 06:43:01.056506 3508 pod.go:62] [openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7] pod update took 31.277995ms I0703 06:43:01.056535 3508 base_network_controller_pods.go:928] [default/openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7] addLogicalPort annotation time took 31.312535ms I0703 06:43:01.058437 3508 pods.go:253] [openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7] addLogicalPort took 33.314573ms, libovsdb time 1.421953ms I0703 06:43:01.065479 3508 base_network_controller_pods.go:478] [default/openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8] creating logical port openshift-monitoring_kube-state-metrics-867d8f66bf-4cpp8 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:43:01.065639 3508 kube.go:320] Updating pod openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8 I0703 06:43:01.088937 3508 pod.go:62] [openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8] pod update took 23.337945ms I0703 06:43:01.088972 3508 base_network_controller_pods.go:928] [default/openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8] addLogicalPort annotation time took 23.377543ms I0703 06:43:01.090823 3508 pods.go:253] [openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8] addLogicalPort took 25.362722ms, libovsdb time 1.347168ms I0703 06:43:01.386812 3508 cni.go:331] [openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7 1522bbea3aa1ba0771bb065cc8a108c9aff0c5ef0712b664f45910051fc57720 network default NAD default] ADD starting CNI request [openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7 1522bbea3aa1ba0771bb065cc8a108c9aff0c5ef0712b664f45910051fc57720 network default NAD default] I0703 06:43:01.398351 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: openshift-state-metrics-5d97448dcb-ml5q7, hostIfaceName: 1522bbea3aa1ba0, network: default, NAD default, SandboxID: "1522bbea3aa1ba0771bb065cc8a108c9aff0c5ef0712b664f45910051fc57720", PCI device ID: , UID: "3ec98271-8648-4ba7-8997-098d188b106e", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0703 06:43:01.440400 3508 cni.go:331] [openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8 bd6528cf32c0e5820a60c11f791904bdd76395f42cd86a3d52a168d859de46f1 network default NAD default] ADD starting CNI request [openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8 bd6528cf32c0e5820a60c11f791904bdd76395f42cd86a3d52a168d859de46f1 network default NAD default] I0703 06:43:01.454139 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: kube-state-metrics-867d8f66bf-4cpp8, hostIfaceName: bd6528cf32c0e58, network: default, NAD default, SandboxID: "bd6528cf32c0e5820a60c11f791904bdd76395f42cd86a3d52a168d859de46f1", PCI device ID: , UID: "c5a4d224-d063-42f4-a75c-d48739b4d683", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0703 06:43:01.454619 3508 cni.go:352] [openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7 1522bbea3aa1ba0771bb065cc8a108c9aff0c5ef0712b664f45910051fc57720 network default NAD default] ADD finished CNI request [openshift-monitoring/openshift-state-metrics-5d97448dcb-ml5q7 1522bbea3aa1ba0771bb065cc8a108c9aff0c5ef0712b664f45910051fc57720 network default NAD default], result "{\"interfaces\":[{\"name\":\"1522bbea3aa1ba0\",\"mac\":\"f2:5b:99:2c:94:d3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/c4cffd04-2663-42a7-b218-c9cffb7852aa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:01.510770 3508 cni.go:352] [openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8 bd6528cf32c0e5820a60c11f791904bdd76395f42cd86a3d52a168d859de46f1 network default NAD default] ADD finished CNI request [openshift-monitoring/kube-state-metrics-867d8f66bf-4cpp8 bd6528cf32c0e5820a60c11f791904bdd76395f42cd86a3d52a168d859de46f1 network default NAD default], result "{\"interfaces\":[{\"name\":\"bd6528cf32c0e58\",\"mac\":\"26:83:1d:5f:2d:7c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/2cda455a-ce4d-484a-a9dc-68f1d4122be3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:01.905673 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-b5c5c6d6-92wwv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:01.906559 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-b5c5c6d6-92wwv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:02.671993 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-b5c5c6d6-92wwv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:02.672094 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-b5c5c6d6-92wwv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:02.680719 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-b5c5c6d6-92wwv I0703 06:43:02.680822 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-b5c5c6d6-92wwv I0703 06:43:04.039710 3508 base_network_controller_pods.go:478] [default/openshift-monitoring/thanos-querier-777b647c7b-kv5x9] creating logical port openshift-monitoring_thanos-querier-777b647c7b-kv5x9 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:43:04.039938 3508 kube.go:320] Updating pod openshift-monitoring/thanos-querier-777b647c7b-kv5x9 I0703 06:43:04.064918 3508 pod.go:62] [openshift-monitoring/thanos-querier-777b647c7b-kv5x9] pod update took 25.037401ms I0703 06:43:04.065006 3508 base_network_controller_pods.go:928] [default/openshift-monitoring/thanos-querier-777b647c7b-kv5x9] addLogicalPort annotation time took 25.128853ms I0703 06:43:04.066764 3508 pods.go:253] [openshift-monitoring/thanos-querier-777b647c7b-kv5x9] addLogicalPort took 27.072653ms, libovsdb time 1.227388ms I0703 06:43:04.416606 3508 cni.go:331] [openshift-monitoring/thanos-querier-777b647c7b-kv5x9 319aa9d954405aab633cd7d2b7668fb4a140b5a3c063244204029b7f7dbeacb7 network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-777b647c7b-kv5x9 319aa9d954405aab633cd7d2b7668fb4a140b5a3c063244204029b7f7dbeacb7 network default NAD default] I0703 06:43:04.429957 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-777b647c7b-kv5x9, hostIfaceName: 319aa9d954405aa, network: default, NAD default, SandboxID: "319aa9d954405aab633cd7d2b7668fb4a140b5a3c063244204029b7f7dbeacb7", PCI device ID: , UID: "9a12322d-d6d5-4ba9-ac24-469b38561e07", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0703 06:43:04.493628 3508 cni.go:352] [openshift-monitoring/thanos-querier-777b647c7b-kv5x9 319aa9d954405aab633cd7d2b7668fb4a140b5a3c063244204029b7f7dbeacb7 network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-777b647c7b-kv5x9 319aa9d954405aab633cd7d2b7668fb4a140b5a3c063244204029b7f7dbeacb7 network default NAD default], result "{\"interfaces\":[{\"name\":\"319aa9d954405aa\",\"mac\":\"8a:fb:b6:20:bf:f6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/6d5ae6f5-79ac-4a9d-bd98-dcf0422c6d93\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:05.521347 3508 base_network_controller_pods.go:478] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp] creating logical port openshift-monitoring_monitoring-plugin-5d5fc6b556-nhnwp for pod on switch ip-10-0-0-219.ec2.internal I0703 06:43:05.521477 3508 kube.go:320] Updating pod openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp I0703 06:43:05.540176 3508 pod.go:62] [openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp] pod update took 18.735581ms I0703 06:43:05.540206 3508 base_network_controller_pods.go:928] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp] addLogicalPort annotation time took 18.785158ms I0703 06:43:05.541771 3508 pods.go:253] [openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp] addLogicalPort took 20.444007ms, libovsdb time 1.062944ms I0703 06:43:05.607481 3508 base_network_controller_pods.go:478] [default/openshift-monitoring/metrics-server-58c99cccb6-cv52w] creating logical port openshift-monitoring_metrics-server-58c99cccb6-cv52w for pod on switch ip-10-0-0-219.ec2.internal I0703 06:43:05.607621 3508 kube.go:320] Updating pod openshift-monitoring/metrics-server-58c99cccb6-cv52w I0703 06:43:05.631885 3508 pod.go:62] [openshift-monitoring/metrics-server-58c99cccb6-cv52w] pod update took 24.298693ms I0703 06:43:05.631916 3508 base_network_controller_pods.go:928] [default/openshift-monitoring/metrics-server-58c99cccb6-cv52w] addLogicalPort annotation time took 24.335473ms I0703 06:43:05.633459 3508 pods.go:253] [openshift-monitoring/metrics-server-58c99cccb6-cv52w] addLogicalPort took 25.994668ms, libovsdb time 1.066003ms I0703 06:43:05.888956 3508 cni.go:331] [openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp 3c8c6628d2d4b55a0aca3e0675dfa97106d96014d885d9b8db43b040caac7ecc network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp 3c8c6628d2d4b55a0aca3e0675dfa97106d96014d885d9b8db43b040caac7ecc network default NAD default] I0703 06:43:05.899485 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-5d5fc6b556-nhnwp, hostIfaceName: 3c8c6628d2d4b55, network: default, NAD default, SandboxID: "3c8c6628d2d4b55a0aca3e0675dfa97106d96014d885d9b8db43b040caac7ecc", PCI device ID: , UID: "0780ba4d-8e5f-4ebc-a663-bbc7f821786e", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0703 06:43:05.948204 3508 cni.go:352] [openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp 3c8c6628d2d4b55a0aca3e0675dfa97106d96014d885d9b8db43b040caac7ecc network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-nhnwp 3c8c6628d2d4b55a0aca3e0675dfa97106d96014d885d9b8db43b040caac7ecc network default NAD default], result "{\"interfaces\":[{\"name\":\"3c8c6628d2d4b55\",\"mac\":\"46:04:2c:1d:49:d2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/e21714c2-6d04-4265-874c-64602f718c1c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:05.981207 3508 cni.go:331] [openshift-monitoring/metrics-server-58c99cccb6-cv52w daaed2c64b713b4e66b78206a7965ac64639a2169dbddabb1b63805edd2169ae network default NAD default] ADD starting CNI request [openshift-monitoring/metrics-server-58c99cccb6-cv52w daaed2c64b713b4e66b78206a7965ac64639a2169dbddabb1b63805edd2169ae network default NAD default] I0703 06:43:05.992084 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: metrics-server-58c99cccb6-cv52w, hostIfaceName: daaed2c64b713b4, network: default, NAD default, SandboxID: "daaed2c64b713b4e66b78206a7965ac64639a2169dbddabb1b63805edd2169ae", PCI device ID: , UID: "68571a0a-0ce2-4334-8f82-334912e17a9f", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0703 06:43:06.050360 3508 cni.go:352] [openshift-monitoring/metrics-server-58c99cccb6-cv52w daaed2c64b713b4e66b78206a7965ac64639a2169dbddabb1b63805edd2169ae network default NAD default] ADD finished CNI request [openshift-monitoring/metrics-server-58c99cccb6-cv52w daaed2c64b713b4e66b78206a7965ac64639a2169dbddabb1b63805edd2169ae network default NAD default], result "{\"interfaces\":[{\"name\":\"daaed2c64b713b4\",\"mac\":\"a2:3d:9c:ea:35:fd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/b0e300ac-f47a-474e-bc8d-ddc87c98e328\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err W0703 06:43:06.244122 3508 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-console/console-5b5bbcc88b-p4hnn IP address from the namespace address-set, err: pod openshift-console/console-5b5bbcc88b-p4hnn: no pod IPs found I0703 06:43:25.242689 3508 base_network_controller_pods.go:478] [default/openshift-ingress/router-default-7594d5db4f-nlrkg] creating logical port openshift-ingress_router-default-7594d5db4f-nlrkg for pod on switch ip-10-0-0-219.ec2.internal I0703 06:43:25.242805 3508 kube.go:320] Updating pod openshift-ingress/router-default-7594d5db4f-nlrkg I0703 06:43:25.269307 3508 pod.go:62] [openshift-ingress/router-default-7594d5db4f-nlrkg] pod update took 26.517466ms I0703 06:43:25.269346 3508 base_network_controller_pods.go:928] [default/openshift-ingress/router-default-7594d5db4f-nlrkg] addLogicalPort annotation time took 26.58517ms I0703 06:43:25.271057 3508 pods.go:253] [openshift-ingress/router-default-7594d5db4f-nlrkg] addLogicalPort took 28.383689ms, libovsdb time 1.115842ms I0703 06:43:28.630534 3508 cni.go:331] [openshift-ingress-canary/ingress-canary-k5497 275c59051b614f65bd2b683adb4c28be8833412f2543cb3e7f5272a646d7848b network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-k5497 275c59051b614f65bd2b683adb4c28be8833412f2543cb3e7f5272a646d7848b network default NAD default] I0703 06:43:28.638815 3508 cni.go:331] [openshift-ingress/router-default-7594d5db4f-nlrkg 5b6e5da08730e3f18a8ecceb2e6603ae3523760e13f81d761878f81e5f6316f8 network default NAD default] ADD starting CNI request [openshift-ingress/router-default-7594d5db4f-nlrkg 5b6e5da08730e3f18a8ecceb2e6603ae3523760e13f81d761878f81e5f6316f8 network default NAD default] I0703 06:43:28.639768 3508 cni.go:331] [openshift-dns/dns-default-pxgql 3c7d2646c63ec5962dfc045f280b7869466d17422bd918188ccec07c69db84c4 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-pxgql 3c7d2646c63ec5962dfc045f280b7869466d17422bd918188ccec07c69db84c4 network default NAD default] I0703 06:43:28.644927 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-k5497, hostIfaceName: 275c59051b614f6, network: default, NAD default, SandboxID: "275c59051b614f65bd2b683adb4c28be8833412f2543cb3e7f5272a646d7848b", PCI device ID: , UID: "16f59db2-ad5d-4b88-b2b2-e5692e61c368", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0703 06:43:28.653123 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-dns, podName: dns-default-pxgql, hostIfaceName: 3c7d2646c63ec59, network: default, NAD default, SandboxID: "3c7d2646c63ec5962dfc045f280b7869466d17422bd918188ccec07c69db84c4", PCI device ID: , UID: "70164416-f3ab-447b-8ea7-d1d2b481d586", MAC: 0a:58:0a:80:00:05, IPs: [10.128.0.5/23] I0703 06:43:28.656393 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress, podName: router-default-7594d5db4f-nlrkg, hostIfaceName: 5b6e5da08730e3f, network: default, NAD default, SandboxID: "5b6e5da08730e3f18a8ecceb2e6603ae3523760e13f81d761878f81e5f6316f8", PCI device ID: , UID: "b41e3954-8b63-4b1c-bfbc-96ff8c92dee2", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0703 06:43:28.705598 3508 cni.go:352] [openshift-ingress-canary/ingress-canary-k5497 275c59051b614f65bd2b683adb4c28be8833412f2543cb3e7f5272a646d7848b network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-k5497 275c59051b614f65bd2b683adb4c28be8833412f2543cb3e7f5272a646d7848b network default NAD default], result "{\"interfaces\":[{\"name\":\"275c59051b614f6\",\"mac\":\"66:52:ca:63:a4:ca\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/0ce9d562-6299-4af2-8f7b-4a323edf54bb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:28.883035 3508 obj_retry.go:463] Detected object openshift-console/console-5d77c6cf7-4dg8h of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:28.883770 3508 obj_retry.go:463] Detected object openshift-console/console-5d77c6cf7-4dg8h of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:28.933311 3508 cni.go:352] [openshift-ingress/router-default-7594d5db4f-nlrkg 5b6e5da08730e3f18a8ecceb2e6603ae3523760e13f81d761878f81e5f6316f8 network default NAD default] ADD finished CNI request [openshift-ingress/router-default-7594d5db4f-nlrkg 5b6e5da08730e3f18a8ecceb2e6603ae3523760e13f81d761878f81e5f6316f8 network default NAD default], result "{\"interfaces\":[{\"name\":\"5b6e5da08730e3f\",\"mac\":\"c6:c3:36:be:fa:09\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/7e81fa80-a91c-4bbd-950c-a949907f02a7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:28.933707 3508 cni.go:352] [openshift-dns/dns-default-pxgql 3c7d2646c63ec5962dfc045f280b7869466d17422bd918188ccec07c69db84c4 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-pxgql 3c7d2646c63ec5962dfc045f280b7869466d17422bd918188ccec07c69db84c4 network default NAD default], result "{\"interfaces\":[{\"name\":\"3c7d2646c63ec59\",\"mac\":\"2e:f2:11:9b:f2:6e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:05\",\"sandbox\":\"/var/run/netns/01aef73a-dc7a-4fa3-b9a0-ccbfeb12bc79\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.5/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:29.769858 3508 obj_retry.go:457] Detected object openshift-console/console-5d77c6cf7-4dg8h of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:29.769897 3508 obj_retry.go:457] Detected object openshift-console/console-5d77c6cf7-4dg8h of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:29.781850 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5d77c6cf7-4dg8h I0703 06:43:29.781958 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5d77c6cf7-4dg8h I0703 06:43:30.902363 3508 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0703 06:43:31.849356 3508 cni.go:331] [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default] DEL starting CNI request [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default] I0703 06:43:31.921978 3508 cni.go:352] [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default] DEL finished CNI request [openshift-console/console-5d77c6cf7-zt7f6 93796f981dc77ecd575cc29b5cc895e93a27f7b8d3ae9e387a6b998e0071e668 network default NAD default], result "{\"dns\":{}}", err I0703 06:43:32.035936 3508 obj_retry.go:463] Detected object openshift-console/console-5d77c6cf7-zt7f6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:32.035978 3508 pods.go:175] Deleting pod: openshift-console/console-5d77c6cf7-zt7f6 I0703 06:43:32.037874 3508 pods.go:218] Attempting to release IPs for pod: openshift-console/console-5d77c6cf7-zt7f6, ips: 10.128.0.18 I0703 06:43:32.037915 3508 obj_retry.go:463] Detected object openshift-console/console-5d77c6cf7-zt7f6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:43:32.048819 3508 base_network_controller_pods.go:478] [default/openshift-console/console-794947b685-wwg5s] creating logical port openshift-console_console-794947b685-wwg5s for pod on switch ip-10-0-0-219.ec2.internal I0703 06:43:32.048949 3508 kube.go:320] Updating pod openshift-console/console-794947b685-wwg5s I0703 06:43:32.069916 3508 pod.go:62] [openshift-console/console-794947b685-wwg5s] pod update took 21.002425ms I0703 06:43:32.070018 3508 base_network_controller_pods.go:928] [default/openshift-console/console-794947b685-wwg5s] addLogicalPort annotation time took 21.109169ms I0703 06:43:32.071869 3508 pods.go:253] [openshift-console/console-794947b685-wwg5s] addLogicalPort took 23.067414ms, libovsdb time 1.221451ms I0703 06:43:32.442649 3508 cni.go:331] [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default] ADD starting CNI request [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default] I0703 06:43:32.452176 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-794947b685-wwg5s, hostIfaceName: 1254e8353fa656f, network: default, NAD default, SandboxID: "1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887", PCI device ID: , UID: "dc58156f-d055-4534-bb0e-3bf6a7ac37d1", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0703 06:43:32.504812 3508 cni.go:352] [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default] ADD finished CNI request [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default], result "{\"interfaces\":[{\"name\":\"1254e8353fa656f\",\"mac\":\"7a:6b:50:5c:69:c6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/5109c3d6-6364-469f-a1d6-bca4ac8bd930\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:43:32.816868 3508 obj_retry.go:457] Detected object openshift-console/console-5d77c6cf7-zt7f6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:32.816899 3508 obj_retry.go:457] Detected object openshift-console/console-5d77c6cf7-zt7f6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:43:32.827633 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5d77c6cf7-zt7f6 I0703 06:43:32.827738 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5d77c6cf7-zt7f6 E0703 06:44:01.141541 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 06:44:01.805012 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 06:44:09.291179 3508 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 5 items received I0703 06:44:11.492940 3508 obj_retry.go:463] Detected object openshift-ingress/router-default-7594d5db4f-hwfhp of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:11.493566 3508 obj_retry.go:463] Detected object openshift-ingress/router-default-7594d5db4f-hwfhp of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:11.557999 3508 obj_retry.go:463] Detected object openshift-ingress/router-default-b7585c9f-fdgfk of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:11.558660 3508 obj_retry.go:463] Detected object openshift-ingress/router-default-b7585c9f-fdgfk of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:11.898362 3508 obj_retry.go:457] Detected object openshift-ingress/router-default-7594d5db4f-hwfhp of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:11.898432 3508 obj_retry.go:457] Detected object openshift-ingress/router-default-7594d5db4f-hwfhp of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:11.905172 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-7594d5db4f-hwfhp I0703 06:44:11.905208 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-7594d5db4f-hwfhp I0703 06:44:11.924849 3508 obj_retry.go:457] Detected object openshift-ingress/router-default-b7585c9f-fdgfk of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:11.924877 3508 obj_retry.go:457] Detected object openshift-ingress/router-default-b7585c9f-fdgfk of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:11.930419 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-b7585c9f-fdgfk I0703 06:44:11.930454 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-b7585c9f-fdgfk I0703 06:44:14.611665 3508 obj_retry.go:463] Detected object openshift-console/console-5b5bbcc88b-f4hgr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:14.612238 3508 obj_retry.go:463] Detected object openshift-console/console-5b5bbcc88b-f4hgr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:14.899200 3508 obj_retry.go:457] Detected object openshift-console/console-5b5bbcc88b-f4hgr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:14.899239 3508 obj_retry.go:457] Detected object openshift-console/console-5b5bbcc88b-f4hgr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:14.908029 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5b5bbcc88b-f4hgr I0703 06:44:14.908064 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5b5bbcc88b-f4hgr I0703 06:44:18.654237 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-b5c5c6d6-txn8n of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:18.654831 3508 obj_retry.go:463] Detected object openshift-image-registry/image-registry-b5c5c6d6-txn8n of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:18.880378 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-b5c5c6d6-txn8n of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:18.880404 3508 obj_retry.go:457] Detected object openshift-image-registry/image-registry-b5c5c6d6-txn8n of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:18.888903 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-b5c5c6d6-txn8n I0703 06:44:18.888989 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-b5c5c6d6-txn8n I0703 06:44:23.015006 3508 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:23.015672 3508 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:23.908138 3508 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:23.908165 3508 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:23.918788 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0703 06:44:23.918816 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0703 06:44:27.357139 3508 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:27.357759 3508 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:27.938406 3508 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-1 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:27.938442 3508 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-1 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:27.946887 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0703 06:44:27.946920 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0703 06:44:38.295573 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.ClusterUserDefinedNetwork total 6 items received I0703 06:44:40.189383 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 128 items received I0703 06:44:45.680442 3508 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:45.681103 3508 obj_retry.go:463] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:45.993186 3508 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:45.993217 3508 obj_retry.go:457] Detected object openshift-monitoring/alertmanager-main-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:46.002258 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0703 06:44:46.002351 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0703 06:44:46.264280 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 6 items received I0703 06:44:54.532724 3508 obj_retry.go:463] Detected object openshift-console/console-794947b685-hq2ck of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:54.533429 3508 obj_retry.go:463] Detected object openshift-console/console-794947b685-hq2ck of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:44:55.019208 3508 obj_retry.go:457] Detected object openshift-console/console-794947b685-hq2ck of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:55.019237 3508 obj_retry.go:457] Detected object openshift-console/console-794947b685-hq2ck of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:44:55.023307 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-794947b685-hq2ck I0703 06:44:55.023338 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-794947b685-hq2ck I0703 06:45:05.182404 3508 cni.go:331] [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default] DEL starting CNI request [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default] I0703 06:45:05.257139 3508 cni.go:352] [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default] DEL finished CNI request [openshift-console/console-794947b685-wwg5s 1254e8353fa656fd31af207fe7fb6e355c7aabd9e81976977216bfdba99fe887 network default NAD default], result "{\"dns\":{}}", err I0703 06:45:05.306587 3508 obj_retry.go:463] Detected object openshift-console/console-794947b685-wwg5s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:05.306658 3508 pods.go:175] Deleting pod: openshift-console/console-794947b685-wwg5s I0703 06:45:05.308393 3508 pods.go:218] Attempting to release IPs for pod: openshift-console/console-794947b685-wwg5s, ips: 10.128.0.25 I0703 06:45:05.308436 3508 obj_retry.go:463] Detected object openshift-console/console-794947b685-wwg5s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:06.027110 3508 obj_retry.go:457] Detected object openshift-console/console-794947b685-wwg5s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:45:06.027147 3508 obj_retry.go:457] Detected object openshift-console/console-794947b685-wwg5s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:45:06.031958 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-794947b685-wwg5s I0703 06:45:06.031991 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-794947b685-wwg5s I0703 06:45:12.274651 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 7 items received I0703 06:45:15.269198 3508 reflector.go:879] 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:45:30.485892 3508 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:30.486585 3508 obj_retry.go:463] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:31.135514 3508 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:45:31.135538 3508 obj_retry.go:457] Detected object openshift-monitoring/prometheus-k8s-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:45:31.143112 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0703 06:45:31.143146 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0703 06:45:33.247642 3508 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-ggw8w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:33.248146 3508 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-ggw8w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:45:34.293046 3508 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-ggw8w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:45:34.293084 3508 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717680-ggw8w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:45:38.170930 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 6 items received I0703 06:45:55.259771 3508 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 4 items received I0703 06:46:33.219338 3508 namespace.go:93] [tssc] adding namespace I0703 06:46:33.220496 3508 namespace.go:97] [tssc] adding namespace took 1.044397ms I0703 06:46:33.235269 3508 namespace.go:137] [tssc] updating namespace I0703 06:46:33.253015 3508 namespace.go:137] [tssc] updating namespace I0703 06:46:33.499346 3508 namespace.go:93] [null] adding namespace I0703 06:46:33.500374 3508 namespace.go:97] [null] adding namespace took 1.001128ms I0703 06:46:33.516742 3508 namespace.go:137] [null] updating namespace I0703 06:46:33.526071 3508 namespace.go:137] [null] updating namespace I0703 06:46:39.891052 3508 base_network_controller_pods.go:478] [default/openshift-console/console-7ff8c567bf-vgc7r] creating logical port openshift-console_console-7ff8c567bf-vgc7r for pod on switch ip-10-0-0-219.ec2.internal I0703 06:46:39.891191 3508 kube.go:320] Updating pod openshift-console/console-7ff8c567bf-vgc7r I0703 06:46:39.909657 3508 pod.go:62] [openshift-console/console-7ff8c567bf-vgc7r] pod update took 18.4921ms I0703 06:46:39.909756 3508 base_network_controller_pods.go:928] [default/openshift-console/console-7ff8c567bf-vgc7r] addLogicalPort annotation time took 18.597217ms I0703 06:46:39.910936 3508 pods.go:253] [openshift-console/console-7ff8c567bf-vgc7r] addLogicalPort took 19.9041ms, libovsdb time 805.451µs I0703 06:46:40.248361 3508 cni.go:331] [openshift-console/console-7ff8c567bf-vgc7r 92f6489a92b5be7bfb6d9a80035928aad7cc3ee6e766b338175099f80c62e015 network default NAD default] ADD starting CNI request [openshift-console/console-7ff8c567bf-vgc7r 92f6489a92b5be7bfb6d9a80035928aad7cc3ee6e766b338175099f80c62e015 network default NAD default] I0703 06:46:40.256962 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-7ff8c567bf-vgc7r, hostIfaceName: 92f6489a92b5be7, network: default, NAD default, SandboxID: "92f6489a92b5be7bfb6d9a80035928aad7cc3ee6e766b338175099f80c62e015", PCI device ID: , UID: "4581f3a4-7dfd-4c18-b5b5-a154abaf3e5a", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0703 06:46:40.307594 3508 cni.go:352] [openshift-console/console-7ff8c567bf-vgc7r 92f6489a92b5be7bfb6d9a80035928aad7cc3ee6e766b338175099f80c62e015 network default NAD default] ADD finished CNI request [openshift-console/console-7ff8c567bf-vgc7r 92f6489a92b5be7bfb6d9a80035928aad7cc3ee6e766b338175099f80c62e015 network default NAD default], result "{\"interfaces\":[{\"name\":\"92f6489a92b5be7\",\"mac\":\"7e:44:d0:e3:d4:f2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/35324983-f86b-4349-8daf-435a4d292143\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:41.461389 3508 namespace.go:93] [rhtpa-operator] adding namespace I0703 06:46:41.462430 3508 namespace.go:97] [rhtpa-operator] adding namespace took 981.756µs I0703 06:46:41.463137 3508 namespace.go:93] [tssc-keycloak] adding namespace I0703 06:46:41.464014 3508 namespace.go:97] [tssc-keycloak] adding namespace took 815.081µs I0703 06:46:41.464020 3508 namespace.go:93] [tssc-dh] adding namespace I0703 06:46:41.464694 3508 namespace.go:97] [tssc-dh] adding namespace took 638.14µs I0703 06:46:41.473433 3508 namespace.go:93] [tssc-tas] adding namespace I0703 06:46:41.473625 3508 namespace.go:93] [rhbk-operator] adding namespace I0703 06:46:41.473625 3508 namespace.go:93] [tssc-gitops] adding namespace I0703 06:46:41.474254 3508 namespace.go:97] [tssc-tas] adding namespace took 801.325µs I0703 06:46:41.474815 3508 namespace.go:97] [rhbk-operator] adding namespace took 1.143476ms I0703 06:46:41.475065 3508 namespace.go:93] [tssc-tpa] adding namespace I0703 06:46:41.475430 3508 namespace.go:97] [tssc-gitops] adding namespace took 1.733548ms I0703 06:46:41.475945 3508 namespace.go:97] [tssc-tpa] adding namespace took 835.894µs I0703 06:46:41.485449 3508 namespace.go:137] [rhtpa-operator] updating namespace I0703 06:46:41.504797 3508 namespace.go:137] [rhtpa-operator] updating namespace I0703 06:46:41.514472 3508 namespace.go:137] [tssc-keycloak] updating namespace I0703 06:46:41.517114 3508 namespace.go:137] [rhbk-operator] updating namespace I0703 06:46:41.529157 3508 namespace.go:137] [tssc-dh] updating namespace I0703 06:46:41.529344 3508 namespace.go:137] [tssc-keycloak] updating namespace I0703 06:46:41.529449 3508 namespace.go:137] [tssc-tas] updating namespace I0703 06:46:41.535575 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:46:41.547530 3508 namespace.go:137] [tssc-dh] updating namespace I0703 06:46:41.554539 3508 namespace.go:137] [rhtpa-operator] updating namespace I0703 06:46:41.554603 3508 namespace.go:137] [tssc-tpa] updating namespace I0703 06:46:41.569720 3508 namespace.go:137] [tssc-dh] updating namespace I0703 06:46:41.569869 3508 namespace.go:137] [tssc-keycloak] updating namespace I0703 06:46:41.584180 3508 namespace.go:137] [tssc-tas] updating namespace I0703 06:46:41.603661 3508 namespace.go:137] [tssc-tas] updating namespace I0703 06:46:41.633632 3508 namespace.go:137] [rhbk-operator] updating namespace I0703 06:46:41.654618 3508 namespace.go:137] [rhbk-operator] updating namespace I0703 06:46:41.657467 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:46:41.672025 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:46:41.689628 3508 namespace.go:137] [tssc-tpa] updating namespace I0703 06:46:41.705645 3508 namespace.go:137] [tssc-tpa] updating namespace I0703 06:46:42.683589 3508 namespace.go:137] [tssc-keycloak] updating namespace I0703 06:46:42.688439 3508 namespace.go:137] [tssc-tpa] updating namespace I0703 06:46:42.863705 3508 base_network_controller_pods.go:478] [default/tssc/test-tssc-subscriptions] creating logical port tssc_test-tssc-subscriptions for pod on switch ip-10-0-0-219.ec2.internal I0703 06:46:42.863844 3508 kube.go:320] Updating pod tssc/test-tssc-subscriptions I0703 06:46:42.885273 3508 pod.go:62] [tssc/test-tssc-subscriptions] pod update took 21.458568ms I0703 06:46:42.885321 3508 base_network_controller_pods.go:928] [default/tssc/test-tssc-subscriptions] addLogicalPort annotation time took 21.510572ms I0703 06:46:42.886737 3508 pods.go:253] [tssc/test-tssc-subscriptions] addLogicalPort took 23.053625ms, libovsdb time 994.552µs I0703 06:46:43.227393 3508 cni.go:331] [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default] ADD starting CNI request [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default] I0703 06:46:43.238590 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc, podName: test-tssc-subscriptions, hostIfaceName: 3010c433e12e5d2, network: default, NAD default, SandboxID: "3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e", PCI device ID: , UID: "618add5d-77e1-4720-9bd1-57f8da9b1080", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0703 06:46:43.286513 3508 cni.go:352] [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default] ADD finished CNI request [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default], result "{\"interfaces\":[{\"name\":\"3010c433e12e5d2\",\"mac\":\"96:b5:ab:21:be:70\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/69c1a24d-a840-4df8-be1c-8c3d92fefcbc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:46:50.285361 3508 reflector.go:879] 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:46:50.585380 3508 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1z978b of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:50.586057 3508 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1z978b of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:50.613576 3508 obj_retry.go:463] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706crbh8s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:50.614234 3508 obj_retry.go:463] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706crbh8s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:51.610871 3508 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1z978b of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:51.610956 3508 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1z978b of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:51.641709 3508 obj_retry.go:457] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706crbh8s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:51.641829 3508 obj_retry.go:457] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706crbh8s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:52.590982 3508 obj_retry.go:463] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bac2txt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:52.591622 3508 obj_retry.go:463] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bac2txt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:52.626492 3508 obj_retry.go:463] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2nrsn8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:52.627101 3508 obj_retry.go:463] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2nrsn8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:52.651259 3508 obj_retry.go:463] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5x2sbg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:52.651891 3508 obj_retry.go:463] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5x2sbg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:52.679275 3508 obj_retry.go:463] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615lbp6j of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:52.680216 3508 obj_retry.go:463] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615lbp6j of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:46:53.616267 3508 obj_retry.go:457] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bac2txt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:53.616322 3508 obj_retry.go:457] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571bac2txt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:53.655336 3508 obj_retry.go:457] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2nrsn8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:53.655367 3508 obj_retry.go:457] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2nrsn8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:53.679077 3508 obj_retry.go:457] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5x2sbg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:53.679109 3508 obj_retry.go:457] Detected object openshift-marketplace/cfa75726755c9ee5a2723e3638ceecb0d621eb009a41a8985b8e4bfbe5x2sbg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:53.705645 3508 obj_retry.go:457] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615lbp6j of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:46:53.705667 3508 obj_retry.go:457] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615lbp6j of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:05.192339 3508 obj_retry.go:463] Detected object openshift-console/console-57999fb665-82xk4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:05.192967 3508 obj_retry.go:463] Detected object openshift-console/console-57999fb665-82xk4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:05.368223 3508 obj_retry.go:457] Detected object openshift-console/console-57999fb665-82xk4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:05.368258 3508 obj_retry.go:457] Detected object openshift-console/console-57999fb665-82xk4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:05.376176 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-57999fb665-82xk4 I0703 06:47:05.376206 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-57999fb665-82xk4 I0703 06:47:09.036389 3508 namespace.go:137] [openshift-operators] updating namespace I0703 06:47:09.045809 3508 namespace.go:137] [openshift-operators] updating namespace I0703 06:47:15.714552 3508 obj_retry.go:463] Detected object openshift-console/console-57999fb665-ll6nl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:15.715217 3508 obj_retry.go:463] Detected object openshift-console/console-57999fb665-ll6nl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:16.685130 3508 obj_retry.go:457] Detected object openshift-console/console-57999fb665-ll6nl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:16.685155 3508 obj_retry.go:457] Detected object openshift-console/console-57999fb665-ll6nl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:16.723704 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-57999fb665-ll6nl I0703 06:47:16.723740 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-57999fb665-ll6nl I0703 06:47:18.991441 3508 namespace.go:93] [trusted-artifact-signer] adding namespace I0703 06:47:18.992405 3508 namespace.go:97] [trusted-artifact-signer] adding namespace took 939.388µs I0703 06:47:19.069382 3508 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 06:47:19.110651 3508 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 06:47:27.713770 3508 namespace.go:137] [openshift-operators] updating namespace I0703 06:47:30.515473 3508 namespace.go:93] [openshift-gitops] adding namespace I0703 06:47:30.516744 3508 namespace.go:97] [openshift-gitops] adding namespace took 1.184364ms I0703 06:47:30.524763 3508 namespace.go:137] [openshift-gitops] updating namespace I0703 06:47:30.572454 3508 namespace.go:137] [openshift-gitops] updating namespace I0703 06:47:33.581801 3508 base_network_controller_pods.go:478] [default/openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj] creating logical port openshift-gitops_openshift-gitops-applicationset-controller-6756677756-xkqqj for pod on switch ip-10-0-0-219.ec2.internal I0703 06:47:33.581900 3508 kube.go:320] Updating pod openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj I0703 06:47:33.599467 3508 pod.go:62] [openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj] pod update took 17.592757ms I0703 06:47:33.599561 3508 base_network_controller_pods.go:928] [default/openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj] addLogicalPort annotation time took 17.692017ms I0703 06:47:33.600863 3508 pods.go:253] [openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj] addLogicalPort took 19.082444ms, libovsdb time 918.138µs I0703 06:47:33.693131 3508 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0703 06:47:33.694325 3508 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-application-controller,},} I0703 06:47:33.695246 3508 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-repo-server,},} I0703 06:47:33.696144 3508 pod_selector_address_set.go:212] Created shared address set for pod selector openshift-gitops_LS{ML:{app.kubernetes.io/name: openshift-gitops-server,},} I0703 06:47:33.696160 3508 base_network_controller_policy.go:1054] 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:47:33.698258 3508 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0703 06:47:33.708749 3508 base_network_controller_policy.go:1179] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0703 06:47:33.708810 3508 base_network_controller_policy.go:1054] 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:47:33.709475 3508 base_network_controller_policy.go:1232] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 06:47:33.843667 3508 base_network_controller_pods.go:478] [default/openshift-gitops/openshift-gitops-dex-server-699774475d-626gh] creating logical port openshift-gitops_openshift-gitops-dex-server-699774475d-626gh for pod on switch ip-10-0-0-219.ec2.internal I0703 06:47:33.843774 3508 kube.go:320] Updating pod openshift-gitops/openshift-gitops-dex-server-699774475d-626gh I0703 06:47:33.875421 3508 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-699774475d-626gh] pod update took 31.675944ms I0703 06:47:33.875525 3508 base_network_controller_pods.go:928] [default/openshift-gitops/openshift-gitops-dex-server-699774475d-626gh] addLogicalPort annotation time took 31.785411ms I0703 06:47:33.876785 3508 pods.go:253] [openshift-gitops/openshift-gitops-dex-server-699774475d-626gh] addLogicalPort took 33.135998ms, libovsdb time 836.574µs I0703 06:47:33.938963 3508 cni.go:331] [openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj f54264471dc4f1217481f347385916c8250cfe02ad664e583174f460b4940a03 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj f54264471dc4f1217481f347385916c8250cfe02ad664e583174f460b4940a03 network default NAD default] I0703 06:47:33.947594 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-applicationset-controller-6756677756-xkqqj, hostIfaceName: f54264471dc4f12, network: default, NAD default, SandboxID: "f54264471dc4f1217481f347385916c8250cfe02ad664e583174f460b4940a03", PCI device ID: , UID: "0279c04b-406a-42b1-8e98-3cf4605eecb4", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0703 06:47:33.994131 3508 cni.go:352] [openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj f54264471dc4f1217481f347385916c8250cfe02ad664e583174f460b4940a03 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-applicationset-controller-6756677756-xkqqj f54264471dc4f1217481f347385916c8250cfe02ad664e583174f460b4940a03 network default NAD default], result "{\"interfaces\":[{\"name\":\"f54264471dc4f12\",\"mac\":\"f6:fb:84:91:81:85\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/037163a9-484b-49f1-ae5f-e8dbdac5884c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:34.200536 3508 cni.go:331] [openshift-gitops/openshift-gitops-dex-server-699774475d-626gh d6783e9330c5c616973eb249a528f9953c40921c2e4e17a164fcbffabedca908 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-699774475d-626gh d6783e9330c5c616973eb249a528f9953c40921c2e4e17a164fcbffabedca908 network default NAD default] I0703 06:47:34.208972 3508 helper_linux.go:450] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-699774475d-626gh, hostIfaceName: d6783e9330c5c61, network: default, NAD default, SandboxID: "d6783e9330c5c616973eb249a528f9953c40921c2e4e17a164fcbffabedca908", PCI device ID: , UID: "0ff7a1aa-0a9b-4b7c-b7bc-9e0f70709206", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0703 06:47:34.253846 3508 cni.go:352] [openshift-gitops/openshift-gitops-dex-server-699774475d-626gh d6783e9330c5c616973eb249a528f9953c40921c2e4e17a164fcbffabedca908 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-699774475d-626gh d6783e9330c5c616973eb249a528f9953c40921c2e4e17a164fcbffabedca908 network default NAD default], result "{\"interfaces\":[{\"name\":\"d6783e9330c5c61\",\"mac\":\"8a:be:7c:e8:2e:2d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/2ac988e3-bf7e-4a76-919c-13680d1ce31b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:37.188681 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 115 items received I0703 06:47:43.189397 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 60 items received I0703 06:47:43.502075 3508 cni.go:331] [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default] DEL starting CNI request [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default] I0703 06:47:43.584621 3508 cni.go:352] [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default] DEL finished CNI request [tssc/test-tssc-subscriptions 3010c433e12e5d23c0abd7fc91e61aee42a7d25b38014f4e10e3842432f60f9e network default NAD default], result "{\"dns\":{}}", err I0703 06:47:43.876848 3508 obj_retry.go:463] Detected object tssc/test-tssc-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:43.876942 3508 pods.go:175] Deleting pod: tssc/test-tssc-subscriptions I0703 06:47:43.878417 3508 pods.go:218] Attempting to release IPs for pod: tssc/test-tssc-subscriptions, ips: 10.128.0.27 I0703 06:47:43.878453 3508 obj_retry.go:463] Detected object tssc/test-tssc-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:43.901708 3508 obj_retry.go:457] 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:47:43.901740 3508 obj_retry.go:457] 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:47:43.904463 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0703 06:47:43.904493 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0703 06:47:44.803858 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:47:44.845235 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:47:44.986018 3508 base_network_controller_pods.go:478] [default/tssc-gitops/tssc-gitops-post-deploy-jhddt] creating logical port tssc-gitops_tssc-gitops-post-deploy-jhddt for pod on switch ip-10-0-0-219.ec2.internal I0703 06:47:44.986187 3508 kube.go:320] Updating pod tssc-gitops/tssc-gitops-post-deploy-jhddt I0703 06:47:45.011207 3508 pod.go:62] [tssc-gitops/tssc-gitops-post-deploy-jhddt] pod update took 25.044247ms I0703 06:47:45.011324 3508 base_network_controller_pods.go:928] [default/tssc-gitops/tssc-gitops-post-deploy-jhddt] addLogicalPort annotation time took 25.135643ms I0703 06:47:45.012603 3508 pods.go:253] [tssc-gitops/tssc-gitops-post-deploy-jhddt] addLogicalPort took 26.616348ms, libovsdb time 912.157µs I0703 06:47:45.220929 3508 base_network_controller_pods.go:478] [default/tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm] creating logical port tssc-gitops_tssc-gitops-dex-server-68fb86c6c5-v2hbm for pod on switch ip-10-0-0-219.ec2.internal I0703 06:47:45.221045 3508 kube.go:320] Updating pod tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm I0703 06:47:45.267500 3508 pod.go:62] [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm] pod update took 46.486929ms I0703 06:47:45.267532 3508 base_network_controller_pods.go:928] [default/tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm] addLogicalPort annotation time took 46.528909ms I0703 06:47:45.268891 3508 pods.go:253] [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm] addLogicalPort took 47.984243ms, libovsdb time 935.879µs I0703 06:47:45.363023 3508 cni.go:331] [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default] I0703 06:47:45.375190 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-post-deploy-jhddt, hostIfaceName: 7ced537994d98f8, network: default, NAD default, SandboxID: "7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238", PCI device ID: , UID: "c0be7098-86e1-4566-aa85-81af834bdbb2", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0703 06:47:45.422957 3508 cni.go:352] [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default], result "{\"interfaces\":[{\"name\":\"7ced537994d98f8\",\"mac\":\"7a:73:4e:8e:65:01\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/eb9d61c7-5953-4e8b-985c-c9f9f4de6fec\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:45.577419 3508 cni.go:331] [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default] I0703 06:47:45.587744 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-dex-server-68fb86c6c5-v2hbm, hostIfaceName: 1c2271ad4fc9c3a, network: default, NAD default, SandboxID: "1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b", PCI device ID: , UID: "43b3c1e5-89bf-426c-9d60-5559419f5b0a", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0703 06:47:45.634711 3508 cni.go:352] [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default], result "{\"interfaces\":[{\"name\":\"1c2271ad4fc9c3a\",\"mac\":\"9e:d1:c5:32:69:45\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/9c1c2fbd-5143-4a78-87a5-6ca9db78fd6c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:46.421663 3508 base_network_controller_pods.go:478] [default/tssc-gitops/tssc-gitops-redis-7bb468974-tr57c] creating logical port tssc-gitops_tssc-gitops-redis-7bb468974-tr57c for pod on switch ip-10-0-0-219.ec2.internal I0703 06:47:46.421783 3508 kube.go:320] Updating pod tssc-gitops/tssc-gitops-redis-7bb468974-tr57c I0703 06:47:46.443307 3508 pod.go:62] [tssc-gitops/tssc-gitops-redis-7bb468974-tr57c] pod update took 21.539108ms I0703 06:47:46.443410 3508 base_network_controller_pods.go:928] [default/tssc-gitops/tssc-gitops-redis-7bb468974-tr57c] addLogicalPort annotation time took 21.665038ms I0703 06:47:46.444853 3508 pods.go:253] [tssc-gitops/tssc-gitops-redis-7bb468974-tr57c] addLogicalPort took 23.213762ms, libovsdb time 870.714µs I0703 06:47:46.469539 3508 base_network_controller_pods.go:478] [default/tssc-gitops/tssc-gitops-server-95c9d56b-6r566] creating logical port tssc-gitops_tssc-gitops-server-95c9d56b-6r566 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:47:46.469651 3508 kube.go:320] Updating pod tssc-gitops/tssc-gitops-server-95c9d56b-6r566 I0703 06:47:46.496423 3508 pod.go:62] [tssc-gitops/tssc-gitops-server-95c9d56b-6r566] pod update took 26.804575ms I0703 06:47:46.496450 3508 base_network_controller_pods.go:928] [default/tssc-gitops/tssc-gitops-server-95c9d56b-6r566] addLogicalPort annotation time took 26.838202ms I0703 06:47:46.497805 3508 pods.go:253] [tssc-gitops/tssc-gitops-server-95c9d56b-6r566] addLogicalPort took 28.485697ms, libovsdb time 905.981µs I0703 06:47:46.500428 3508 base_network_controller_pods.go:478] [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-0-219.ec2.internal I0703 06:47:46.500533 3508 kube.go:320] Updating pod tssc-gitops/tssc-gitops-application-controller-0 I0703 06:47:46.535443 3508 pod.go:62] [tssc-gitops/tssc-gitops-application-controller-0] pod update took 34.944706ms I0703 06:47:46.535472 3508 base_network_controller_pods.go:928] [default/tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort annotation time took 34.97903ms I0703 06:47:46.536886 3508 pods.go:253] [tssc-gitops/tssc-gitops-application-controller-0] addLogicalPort took 36.474553ms, libovsdb time 898.914µs I0703 06:47:46.651566 3508 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0703 06:47:46.653060 3508 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-application-controller,},} I0703 06:47:46.654201 3508 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-repo-server,},} I0703 06:47:46.655195 3508 pod_selector_address_set.go:212] Created shared address set for pod selector tssc-gitops_LS{ML:{app.kubernetes.io/name: tssc-gitops-server,},} I0703 06:47:46.655264 3508 base_network_controller_policy.go:1054] 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:46.657511 3508 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0703 06:47:46.661571 3508 base_network_controller_policy.go:1179] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0703 06:47:46.661632 3508 base_network_controller_policy.go:1054] 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:46.662252 3508 base_network_controller_policy.go:1232] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0703 06:47:46.889600 3508 cni.go:331] [tssc-gitops/tssc-gitops-redis-7bb468974-tr57c ae474f41bd6c479656908030ac2d115f71cedc689b1847ecc85334b7e49f999e network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-redis-7bb468974-tr57c ae474f41bd6c479656908030ac2d115f71cedc689b1847ecc85334b7e49f999e network default NAD default] I0703 06:47:46.889962 3508 cni.go:331] [tssc-gitops/tssc-gitops-server-95c9d56b-6r566 029c4cf1ff5ac4dd93074c0468b0c119a643ee892de3c2b9d638bcaaea1e0af7 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-server-95c9d56b-6r566 029c4cf1ff5ac4dd93074c0468b0c119a643ee892de3c2b9d638bcaaea1e0af7 network default NAD default] I0703 06:47:46.890563 3508 cni.go:331] [tssc-gitops/tssc-gitops-application-controller-0 40e9d891c9bcbb160182485a377b1e190539a0f702d2039d4cdfe6a4dca30fb9 network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-application-controller-0 40e9d891c9bcbb160182485a377b1e190539a0f702d2039d4cdfe6a4dca30fb9 network default NAD default] I0703 06:47:46.938269 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-application-controller-0, hostIfaceName: 40e9d891c9bcbb1, network: default, NAD default, SandboxID: "40e9d891c9bcbb160182485a377b1e190539a0f702d2039d4cdfe6a4dca30fb9", PCI device ID: , UID: "e6dc523f-9ad9-49ea-be0e-6d34002dd149", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0703 06:47:46.940917 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-redis-7bb468974-tr57c, hostIfaceName: ae474f41bd6c479, network: default, NAD default, SandboxID: "ae474f41bd6c479656908030ac2d115f71cedc689b1847ecc85334b7e49f999e", PCI device ID: , UID: "74f8e2f0-dbd0-4f47-9573-56eeeb90e60b", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0703 06:47:46.946833 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-server-95c9d56b-6r566, hostIfaceName: 029c4cf1ff5ac4d, network: default, NAD default, SandboxID: "029c4cf1ff5ac4dd93074c0468b0c119a643ee892de3c2b9d638bcaaea1e0af7", PCI device ID: , UID: "fcaec81a-139b-41e3-89fc-a655593b27c0", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0703 06:47:47.000476 3508 cni.go:352] [tssc-gitops/tssc-gitops-application-controller-0 40e9d891c9bcbb160182485a377b1e190539a0f702d2039d4cdfe6a4dca30fb9 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-application-controller-0 40e9d891c9bcbb160182485a377b1e190539a0f702d2039d4cdfe6a4dca30fb9 network default NAD default], result "{\"interfaces\":[{\"name\":\"40e9d891c9bcbb1\",\"mac\":\"36:2d:b0:e0:31:ea\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/600c50c2-bd12-49b8-b52f-adfb9fe91947\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:47.022998 3508 cni.go:352] [tssc-gitops/tssc-gitops-redis-7bb468974-tr57c ae474f41bd6c479656908030ac2d115f71cedc689b1847ecc85334b7e49f999e network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-redis-7bb468974-tr57c ae474f41bd6c479656908030ac2d115f71cedc689b1847ecc85334b7e49f999e network default NAD default], result "{\"interfaces\":[{\"name\":\"ae474f41bd6c479\",\"mac\":\"f2:96:e8:4a:e3:23\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/d5f1ac3c-219b-4592-958f-21aee9034dc3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:47.027008 3508 namespace.go:93] [openshift-pipelines] adding namespace I0703 06:47:47.028810 3508 namespace.go:97] [openshift-pipelines] adding namespace took 1.728796ms I0703 06:47:47.028918 3508 namespace.go:137] [openshift-pipelines] updating namespace I0703 06:47:47.045511 3508 cni.go:352] [tssc-gitops/tssc-gitops-server-95c9d56b-6r566 029c4cf1ff5ac4dd93074c0468b0c119a643ee892de3c2b9d638bcaaea1e0af7 network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-server-95c9d56b-6r566 029c4cf1ff5ac4dd93074c0468b0c119a643ee892de3c2b9d638bcaaea1e0af7 network default NAD default], result "{\"interfaces\":[{\"name\":\"029c4cf1ff5ac4d\",\"mac\":\"ea:ba:4e:fc:c6:ae\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/05783eaf-9042-412c-9ca5-afa951558bc6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:47:47.873868 3508 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-dff8bd998-7kwhf of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:47.875236 3508 obj_retry.go:463] Detected object openshift-gitops/openshift-gitops-dex-server-dff8bd998-7kwhf of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:47.875282 3508 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-dff8bd998-7kwhf of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:47.875314 3508 obj_retry.go:457] Detected object openshift-gitops/openshift-gitops-dex-server-dff8bd998-7kwhf of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:47.877430 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-dff8bd998-7kwhf I0703 06:47:47.877504 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-dff8bd998-7kwhf I0703 06:47:48.605386 3508 namespace.go:137] [null] updating namespace I0703 06:47:48.806527 3508 namespace.go:137] [open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure] updating namespace I0703 06:47:49.209878 3508 namespace.go:137] [rhbk-operator] updating namespace I0703 06:47:49.408870 3508 namespace.go:137] [rhtpa-operator] updating namespace I0703 06:47:49.614704 3508 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 06:47:49.809469 3508 namespace.go:137] [tssc] updating namespace I0703 06:47:50.011736 3508 namespace.go:137] [tssc-dh] updating namespace I0703 06:47:50.413171 3508 namespace.go:137] [tssc-keycloak] updating namespace I0703 06:47:50.611094 3508 namespace.go:137] [tssc-tas] updating namespace I0703 06:47:50.811781 3508 namespace.go:137] [tssc-tpa] updating namespace I0703 06:47:50.956274 3508 namespace.go:137] [default] updating namespace I0703 06:47:50.967199 3508 namespace.go:137] [null] updating namespace I0703 06:47:50.980987 3508 namespace.go:137] [open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure] updating namespace I0703 06:47:50.995613 3508 namespace.go:137] [openshift] updating namespace I0703 06:47:51.006371 3508 namespace.go:137] [rhbk-operator] updating namespace I0703 06:47:51.017538 3508 namespace.go:137] [rhtpa-operator] updating namespace I0703 06:47:51.027919 3508 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 06:47:51.038513 3508 namespace.go:137] [tssc] updating namespace I0703 06:47:51.051578 3508 namespace.go:137] [tssc-dh] updating namespace I0703 06:47:51.062520 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:47:51.077132 3508 namespace.go:137] [tssc-keycloak] updating namespace I0703 06:47:51.086602 3508 namespace.go:137] [tssc-tas] updating namespace I0703 06:47:51.098139 3508 namespace.go:137] [tssc-tpa] updating namespace I0703 06:47:51.178036 3508 namespace.go:137] [default] updating namespace I0703 06:47:51.281213 3508 namespace.go:137] [null] updating namespace I0703 06:47:51.384843 3508 namespace.go:137] [open-cluster-management-2ragcqil26o75rikag1kbunt6ncm3ure] updating namespace I0703 06:47:51.477810 3508 namespace.go:137] [openshift] updating namespace I0703 06:47:51.579581 3508 namespace.go:137] [rhbk-operator] updating namespace I0703 06:47:51.688400 3508 namespace.go:137] [rhtpa-operator] updating namespace I0703 06:47:51.788601 3508 namespace.go:137] [trusted-artifact-signer] updating namespace I0703 06:47:51.881459 3508 namespace.go:137] [tssc] updating namespace I0703 06:47:51.983654 3508 namespace.go:137] [tssc-dh] updating namespace I0703 06:47:52.089564 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:47:52.188853 3508 namespace.go:137] [tssc-keycloak] updating namespace I0703 06:47:52.281626 3508 namespace.go:137] [tssc-tas] updating namespace I0703 06:47:52.379311 3508 namespace.go:137] [tssc-tpa] updating namespace I0703 06:47:52.879750 3508 namespace.go:137] [openshift-pipelines] updating namespace I0703 06:47:52.885460 3508 cni.go:331] [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default] DEL starting CNI request [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default] I0703 06:47:52.963695 3508 cni.go:352] [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default] DEL finished CNI request [tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm 1c2271ad4fc9c3a977ffcc9951788b1255a0ad43177dac8c8e3784d6a5ef125b network default NAD default], result "{\"dns\":{}}", err I0703 06:47:53.016513 3508 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:53.016562 3508 pods.go:175] Deleting pod: tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm I0703 06:47:53.017985 3508 pods.go:218] Attempting to release IPs for pod: tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm, ips: 10.128.0.31 I0703 06:47:53.018018 3508 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:47:53.549279 3508 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:53.549413 3508 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:47:53.560796 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm I0703 06:47:53.560834 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-68fb86c6c5-v2hbm I0703 06:48:16.189129 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 89 items received I0703 06:48:24.296366 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 10 items received I0703 06:48:34.280195 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 9 items received I0703 06:48:49.198376 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 1012 items received I0703 06:48:52.259699 3508 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 7 items received I0703 06:48:54.298401 3508 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT E0703 06:49:01.140763 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 06:49:01.805557 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 06:49:04.776316 3508 cni.go:331] [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default] DEL starting CNI request [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default] I0703 06:49:04.860406 3508 cni.go:352] [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default] DEL finished CNI request [tssc-gitops/tssc-gitops-post-deploy-jhddt 7ced537994d98f8830dfb4cc7ab0d0e3ce127b631cfc248fd7be06919217f238 network default NAD default], result "{\"dns\":{}}", err I0703 06:49:04.915442 3508 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-post-deploy-jhddt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:49:04.915479 3508 pods.go:175] Deleting pod: tssc-gitops/tssc-gitops-post-deploy-jhddt I0703 06:49:04.916892 3508 pods.go:218] Attempting to release IPs for pod: tssc-gitops/tssc-gitops-post-deploy-jhddt, ips: 10.128.0.30 I0703 06:49:04.916933 3508 obj_retry.go:463] Detected object tssc-gitops/tssc-gitops-post-deploy-jhddt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:49:05.943040 3508 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-post-deploy-jhddt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:49:05.943090 3508 obj_retry.go:457] Detected object tssc-gitops/tssc-gitops-post-deploy-jhddt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:49:06.156072 3508 base_network_controller_pods.go:478] [default/tssc-gitops/test-tssc-gitops] creating logical port tssc-gitops_test-tssc-gitops for pod on switch ip-10-0-0-219.ec2.internal I0703 06:49:06.156224 3508 kube.go:320] Updating pod tssc-gitops/test-tssc-gitops I0703 06:49:06.175945 3508 pod.go:62] [tssc-gitops/test-tssc-gitops] pod update took 19.753104ms I0703 06:49:06.175970 3508 base_network_controller_pods.go:928] [default/tssc-gitops/test-tssc-gitops] addLogicalPort annotation time took 19.785692ms I0703 06:49:06.177397 3508 pods.go:253] [tssc-gitops/test-tssc-gitops] addLogicalPort took 21.343261ms, libovsdb time 963.341µs I0703 06:49:06.522459 3508 cni.go:331] [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default] ADD starting CNI request [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default] I0703 06:49:06.531224 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-gitops, podName: test-tssc-gitops, hostIfaceName: 898595f6b719fc7, network: default, NAD default, SandboxID: "898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a", PCI device ID: , UID: "ecd1b894-df93-46dc-8123-3c55e0f2e3f9", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0703 06:49:06.577918 3508 cni.go:352] [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default] ADD finished CNI request [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default], result "{\"interfaces\":[{\"name\":\"898595f6b719fc7\",\"mac\":\"32:bc:17:0f:99:e0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/d3b6096f-92ca-4076-929f-1b05fefa9684\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:49:15.821885 3508 cni.go:331] [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default] DEL starting CNI request [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default] I0703 06:49:15.889986 3508 cni.go:352] [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default] DEL finished CNI request [tssc-gitops/test-tssc-gitops 898595f6b719fc754e5f53290559531ad0ebfcfd6ad49c24fac32b184742250a network default NAD default], result "{\"dns\":{}}", err I0703 06:49:15.951863 3508 obj_retry.go:463] 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:49:15.951989 3508 pods.go:175] Deleting pod: tssc-gitops/test-tssc-gitops I0703 06:49:15.953797 3508 pods.go:218] Attempting to release IPs for pod: tssc-gitops/test-tssc-gitops, ips: 10.128.0.35 I0703 06:49:15.953834 3508 obj_retry.go:463] 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:49:15.977608 3508 obj_retry.go:457] 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:49:15.977645 3508 obj_retry.go:457] 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:49:15.988161 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0703 06:49:15.988191 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0703 06:49:16.289334 3508 namespace.go:137] [tssc-gitops] updating namespace I0703 06:49:17.415606 3508 base_network_controller_pods.go:478] [default/tssc/test-tssc-infrastructure] creating logical port tssc_test-tssc-infrastructure for pod on switch ip-10-0-0-219.ec2.internal I0703 06:49:17.415709 3508 kube.go:320] Updating pod tssc/test-tssc-infrastructure I0703 06:49:17.431854 3508 pod.go:62] [tssc/test-tssc-infrastructure] pod update took 16.168462ms I0703 06:49:17.431947 3508 base_network_controller_pods.go:928] [default/tssc/test-tssc-infrastructure] addLogicalPort annotation time took 16.266768ms I0703 06:49:17.433230 3508 pods.go:253] [tssc/test-tssc-infrastructure] addLogicalPort took 17.641739ms, libovsdb time 875.13µs I0703 06:49:17.776923 3508 cni.go:331] [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default] ADD starting CNI request [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default] I0703 06:49:17.785948 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc, podName: test-tssc-infrastructure, hostIfaceName: b23293cc3629e0a, network: default, NAD default, SandboxID: "b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811", PCI device ID: , UID: "fe6c298d-e46f-471a-9f4f-c1560f65357d", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0703 06:49:17.833454 3508 cni.go:352] [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default] ADD finished CNI request [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default], result "{\"interfaces\":[{\"name\":\"b23293cc3629e0a\",\"mac\":\"f2:6b:4c:49:49:fa\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/e43dcbce-ee97-4753-b043-c6e7591f94ca\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:49:20.253314 3508 base_network_controller_pods.go:478] [default/tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj] creating logical port tssc-tpa_tpa-pgsql-bee-5f9d857cf7-mq7lj for pod on switch ip-10-0-0-219.ec2.internal I0703 06:49:20.253561 3508 kube.go:320] Updating pod tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj I0703 06:49:20.269158 3508 pod.go:62] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj] pod update took 15.669787ms I0703 06:49:20.269258 3508 base_network_controller_pods.go:928] [default/tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj] addLogicalPort annotation time took 15.773165ms I0703 06:49:20.271471 3508 pods.go:253] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj] addLogicalPort took 18.191619ms, libovsdb time 1.486638ms I0703 06:49:31.128003 3508 cni.go:331] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj 6cca99dca2067d81c535073828b005a4bfe0de2ea7f76c3998df78d2ae13eeaa network default NAD default] ADD starting CNI request [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj 6cca99dca2067d81c535073828b005a4bfe0de2ea7f76c3998df78d2ae13eeaa network default NAD default] I0703 06:49:31.139405 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: tpa-pgsql-bee-5f9d857cf7-mq7lj, hostIfaceName: 6cca99dca2067d8, network: default, NAD default, SandboxID: "6cca99dca2067d81c535073828b005a4bfe0de2ea7f76c3998df78d2ae13eeaa", PCI device ID: , UID: "2c74d702-f211-4b94-851d-a463edbf9f31", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0703 06:49:31.418161 3508 cni.go:352] [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj 6cca99dca2067d81c535073828b005a4bfe0de2ea7f76c3998df78d2ae13eeaa network default NAD default] ADD finished CNI request [tssc-tpa/tpa-pgsql-bee-5f9d857cf7-mq7lj 6cca99dca2067d81c535073828b005a4bfe0de2ea7f76c3998df78d2ae13eeaa network default NAD default], result "{\"interfaces\":[{\"name\":\"6cca99dca2067d8\",\"mac\":\"8e:52:92:66:45:17\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/c63100ab-4897-4e93-ab33-597680867d76\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:50:01.983738 3508 cni.go:331] [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default] DEL starting CNI request [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default] I0703 06:50:02.065028 3508 cni.go:352] [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default] DEL finished CNI request [tssc/test-tssc-infrastructure b23293cc3629e0a2ed39fc430b86744f9c5f962659cedbd1f564fe53234f8811 network default NAD default], result "{\"dns\":{}}", err I0703 06:50:02.116656 3508 obj_retry.go:463] Detected object tssc/test-tssc-infrastructure of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:02.116698 3508 pods.go:175] Deleting pod: tssc/test-tssc-infrastructure I0703 06:50:02.118589 3508 pods.go:218] Attempting to release IPs for pod: tssc/test-tssc-infrastructure, ips: 10.128.0.36 I0703 06:50:02.118630 3508 obj_retry.go:463] Detected object tssc/test-tssc-infrastructure of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:02.140677 3508 obj_retry.go:457] 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:50:02.140705 3508 obj_retry.go:457] 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:50:02.150595 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0703 06:50:02.150636 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0703 06:50:03.497315 3508 base_network_controller_pods.go:478] [default/tssc/test-tssc-iam] creating logical port tssc_test-tssc-iam for pod on switch ip-10-0-0-219.ec2.internal I0703 06:50:03.497569 3508 kube.go:320] Updating pod tssc/test-tssc-iam I0703 06:50:03.517634 3508 pod.go:62] [tssc/test-tssc-iam] pod update took 20.109942ms I0703 06:50:03.517665 3508 base_network_controller_pods.go:928] [default/tssc/test-tssc-iam] addLogicalPort annotation time took 20.15019ms I0703 06:50:03.519181 3508 pods.go:253] [tssc/test-tssc-iam] addLogicalPort took 21.901062ms, libovsdb time 951.869µs I0703 06:50:03.595167 3508 base_network_controller_pods.go:478] [default/tssc-keycloak/keycloak-0] creating logical port tssc-keycloak_keycloak-0 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:50:03.595276 3508 kube.go:320] Updating pod tssc-keycloak/keycloak-0 I0703 06:50:03.616931 3508 pod.go:62] [tssc-keycloak/keycloak-0] pod update took 21.673813ms I0703 06:50:03.616961 3508 base_network_controller_pods.go:928] [default/tssc-keycloak/keycloak-0] addLogicalPort annotation time took 21.716242ms I0703 06:50:03.618440 3508 pods.go:253] [tssc-keycloak/keycloak-0] addLogicalPort took 23.291995ms, libovsdb time 931.964µs I0703 06:50:03.869246 3508 cni.go:331] [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default] ADD starting CNI request [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default] I0703 06:50:03.878840 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc, podName: test-tssc-iam, hostIfaceName: 64ff4ee2c57d460, network: default, NAD default, SandboxID: "64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc", PCI device ID: , UID: "31390cde-dc5d-46b1-9bcf-35f81c174237", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0703 06:50:03.929551 3508 cni.go:352] [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default] ADD finished CNI request [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default], result "{\"interfaces\":[{\"name\":\"64ff4ee2c57d460\",\"mac\":\"a2:8d:f3:68:71:2e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/17e00f53-2127-4858-bd5f-1609ed68dbc7\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:50:03.954944 3508 cni.go:331] [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default] I0703 06:50:03.965886 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-0, hostIfaceName: b7013fde4d01041, network: default, NAD default, SandboxID: "b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76", PCI device ID: , UID: "be8b14e4-81ee-4de7-a083-b6f924e21976", MAC: 0a:58:0a:80:00:27, IPs: [10.128.0.39/23] I0703 06:50:04.020030 3508 cni.go:352] [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default], result "{\"interfaces\":[{\"name\":\"b7013fde4d01041\",\"mac\":\"0a:3d:d3:2c:a8:8d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:27\",\"sandbox\":\"/var/run/netns/4c3a6b61-0be2-428d-9621-2bdd6f37c8cb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.39/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:50:04.190666 3508 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-ncljb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:04.191244 3508 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-ncljb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:05.079223 3508 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-ncljb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:05.079333 3508 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717690-ncljb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:08.267251 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 0 items received I0703 06:50:35.262932 3508 cni.go:331] [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default] DEL starting CNI request [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default] I0703 06:50:35.345661 3508 cni.go:352] [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default] DEL finished CNI request [tssc-keycloak/keycloak-0 b7013fde4d0104169801edf9de8b24618a87b1a3ddbbdaf523a69062bd86bf76 network default NAD default], result "{\"dns\":{}}", err I0703 06:50:35.402488 3508 obj_retry.go:463] 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:35.402532 3508 pods.go:175] Deleting pod: tssc-keycloak/keycloak-0 I0703 06:50:35.404469 3508 pods.go:218] Attempting to release IPs for pod: tssc-keycloak/keycloak-0, ips: 10.128.0.39 I0703 06:50:35.404508 3508 obj_retry.go:463] 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:36.173073 3508 obj_retry.go:457] 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:36.173183 3508 obj_retry.go:457] 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:36.183275 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-keycloak/keycloak-0 I0703 06:50:36.183383 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-keycloak/keycloak-0 I0703 06:50:36.212502 3508 base_network_controller_pods.go:478] [default/tssc-keycloak/keycloak-0] creating logical port tssc-keycloak_keycloak-0 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:50:36.212645 3508 kube.go:320] Updating pod tssc-keycloak/keycloak-0 I0703 06:50:36.233792 3508 pod.go:62] [tssc-keycloak/keycloak-0] pod update took 21.189298ms I0703 06:50:36.233816 3508 base_network_controller_pods.go:928] [default/tssc-keycloak/keycloak-0] addLogicalPort annotation time took 21.225982ms I0703 06:50:36.235130 3508 pods.go:253] [tssc-keycloak/keycloak-0] addLogicalPort took 22.651279ms, libovsdb time 847.64µs I0703 06:50:36.570744 3508 cni.go:331] [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default] I0703 06:50:36.581568 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-0, hostIfaceName: 8e308c705e288ba, network: default, NAD default, SandboxID: "8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5", PCI device ID: , UID: "906db723-f17a-4fc9-8ec4-1d9253acfe63", MAC: 0a:58:0a:80:00:28, IPs: [10.128.0.40/23] I0703 06:50:36.629463 3508 cni.go:352] [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default], result "{\"interfaces\":[{\"name\":\"8e308c705e288ba\",\"mac\":\"92:d0:11:c8:2d:d7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:28\",\"sandbox\":\"/var/run/netns/0c8350f5-568a-4230-a9a4-226ccd72d70e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.40/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:50:56.410345 3508 obj_retry.go:463] Detected object tssc-keycloak/tssc-iam-cb9z4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:56.411349 3508 obj_retry.go:463] Detected object tssc-keycloak/tssc-iam-cb9z4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:50:57.249418 3508 cni.go:331] [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default] DEL starting CNI request [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default] I0703 06:50:57.320171 3508 cni.go:352] [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default] DEL finished CNI request [tssc/test-tssc-iam 64ff4ee2c57d46097dd1592e1705f988beb5ce9d489f23b539ea6913a92ceacc network default NAD default], result "{\"dns\":{}}", err I0703 06:50:57.374460 3508 obj_retry.go:463] 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:57.374498 3508 pods.go:175] Deleting pod: tssc/test-tssc-iam I0703 06:50:57.375901 3508 pods.go:218] Attempting to release IPs for pod: tssc/test-tssc-iam, ips: 10.128.0.38 I0703 06:50:57.375936 3508 obj_retry.go:463] 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:57.400188 3508 obj_retry.go:457] 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:57.400272 3508 obj_retry.go:457] 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:57.408060 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0703 06:50:57.408123 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0703 06:50:57.438494 3508 obj_retry.go:457] Detected object tssc-keycloak/tssc-iam-cb9z4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:57.438526 3508 obj_retry.go:457] Detected object tssc-keycloak/tssc-iam-cb9z4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:50:57.730874 3508 cni.go:331] [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default] DEL starting CNI request [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default] I0703 06:50:57.802763 3508 cni.go:352] [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default] DEL finished CNI request [tssc-keycloak/keycloak-0 8e308c705e288ba34996291043301779bacacd31de8e5933bea7f9cf14bdf2a5 network default NAD default], result "{\"dns\":{}}", err I0703 06:50:57.846323 3508 obj_retry.go:463] 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:57.846429 3508 pods.go:175] Deleting pod: tssc-keycloak/keycloak-0 I0703 06:50:57.847955 3508 pods.go:218] Attempting to release IPs for pod: tssc-keycloak/keycloak-0, ips: 10.128.0.40 I0703 06:50:57.847991 3508 obj_retry.go:463] 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:58.258687 3508 obj_retry.go:457] 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:58.258721 3508 obj_retry.go:457] 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:58.265903 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-keycloak/keycloak-0 I0703 06:50:58.265939 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-keycloak/keycloak-0 I0703 06:50:58.303727 3508 base_network_controller_pods.go:478] [default/tssc-keycloak/keycloak-0] creating logical port tssc-keycloak_keycloak-0 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:50:58.303841 3508 kube.go:320] Updating pod tssc-keycloak/keycloak-0 I0703 06:50:58.322097 3508 pod.go:62] [tssc-keycloak/keycloak-0] pod update took 18.290418ms I0703 06:50:58.322189 3508 base_network_controller_pods.go:928] [default/tssc-keycloak/keycloak-0] addLogicalPort annotation time took 18.385734ms I0703 06:50:58.323701 3508 pods.go:253] [tssc-keycloak/keycloak-0] addLogicalPort took 19.993968ms, libovsdb time 850.236µs I0703 06:50:58.338731 3508 base_network_controller_pods.go:478] [default/tssc-tas/test-tssc-tas] creating logical port tssc-tas_test-tssc-tas for pod on switch ip-10-0-0-219.ec2.internal I0703 06:50:58.338905 3508 kube.go:320] Updating pod tssc-tas/test-tssc-tas I0703 06:50:58.357474 3508 pod.go:62] [tssc-tas/test-tssc-tas] pod update took 18.599685ms I0703 06:50:58.357499 3508 base_network_controller_pods.go:928] [default/tssc-tas/test-tssc-tas] addLogicalPort annotation time took 18.631444ms I0703 06:50:58.358752 3508 pods.go:253] [tssc-tas/test-tssc-tas] addLogicalPort took 20.038181ms, libovsdb time 840.3µs I0703 06:50:58.662312 3508 cni.go:331] [tssc-keycloak/keycloak-0 a885782479efa90a9979834796a93662ceddf11ee84b55b162489b3d4e3c726e network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-0 a885782479efa90a9979834796a93662ceddf11ee84b55b162489b3d4e3c726e network default NAD default] I0703 06:50:58.671485 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-0, hostIfaceName: a885782479efa90, network: default, NAD default, SandboxID: "a885782479efa90a9979834796a93662ceddf11ee84b55b162489b3d4e3c726e", PCI device ID: , UID: "f853cba0-af23-4974-8cec-3dec7d4cdd1a", MAC: 0a:58:0a:80:00:29, IPs: [10.128.0.41/23] I0703 06:50:58.721262 3508 cni.go:331] [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default] ADD starting CNI request [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default] I0703 06:50:58.728518 3508 cni.go:352] [tssc-keycloak/keycloak-0 a885782479efa90a9979834796a93662ceddf11ee84b55b162489b3d4e3c726e network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-0 a885782479efa90a9979834796a93662ceddf11ee84b55b162489b3d4e3c726e network default NAD default], result "{\"interfaces\":[{\"name\":\"a885782479efa90\",\"mac\":\"ca:ff:ae:2d:17:16\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:29\",\"sandbox\":\"/var/run/netns/1ad630da-9dc5-4292-9e3c-ef4604564e91\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.41/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:50:58.731528 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: test-tssc-tas, hostIfaceName: 8579042315beab3, network: default, NAD default, SandboxID: "8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff", PCI device ID: , UID: "0ad4a655-4a11-46fe-aa0e-7578affa2819", MAC: 0a:58:0a:80:00:2a, IPs: [10.128.0.42/23] I0703 06:50:58.778434 3508 cni.go:352] [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default] ADD finished CNI request [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default], result "{\"interfaces\":[{\"name\":\"8579042315beab3\",\"mac\":\"62:39:4b:58:cf:87\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2a\",\"sandbox\":\"/var/run/netns/63fa5171-161a-4169-8e75-971de2e815c2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.42/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:51:18.505599 3508 obj_retry.go:463] Detected object tssc-tas/segment-backup-installation-zzrc2-6vbdv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:18.506244 3508 obj_retry.go:463] Detected object tssc-tas/segment-backup-installation-zzrc2-6vbdv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:51:19.529375 3508 obj_retry.go:457] Detected object tssc-tas/segment-backup-installation-zzrc2-6vbdv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:19.529409 3508 obj_retry.go:457] Detected object tssc-tas/segment-backup-installation-zzrc2-6vbdv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:51:50.475283 3508 cni.go:331] [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default] DEL starting CNI request [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default] I0703 06:51:50.547283 3508 cni.go:352] [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default] DEL finished CNI request [tssc-tas/test-tssc-tas 8579042315beab37770e3d75a8efbdf89e8eafc94517100dddcfda0c2985f3ff network default NAD default], result "{\"dns\":{}}", err I0703 06:51:50.595310 3508 obj_retry.go:463] 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:50.595360 3508 pods.go:175] Deleting pod: tssc-tas/test-tssc-tas I0703 06:51:50.597001 3508 pods.go:218] Attempting to release IPs for pod: tssc-tas/test-tssc-tas, ips: 10.128.0.42 I0703 06:51:50.597043 3508 obj_retry.go:463] 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:50.645243 3508 obj_retry.go:457] 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:50.645270 3508 obj_retry.go:457] 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:50.654345 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0703 06:51:50.654380 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0703 06:51:59.554907 3508 namespace.go:137] [openshift-gitops] updating namespace I0703 06:51:59.555724 3508 namespace.go:137] [openshift-pipelines] updating namespace I0703 06:52:00.670409 3508 obj_retry.go:463] Detected object tssc/patch-tekton-config-28fbj of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:00.670956 3508 obj_retry.go:463] Detected object tssc/patch-tekton-config-28fbj of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:01.559654 3508 obj_retry.go:457] Detected object tssc/patch-tekton-config-28fbj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:01.559681 3508 obj_retry.go:457] Detected object tssc/patch-tekton-config-28fbj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:11.192915 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 186 items received I0703 06:52:11.703386 3508 obj_retry.go:463] Detected object tssc-tas/rekor-createtree-job-7rvhr-qr6xd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:11.703941 3508 obj_retry.go:463] Detected object tssc-tas/rekor-createtree-job-7rvhr-qr6xd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:11.850449 3508 obj_retry.go:463] Detected object tssc/tssc-tekton-configuration-6f4gc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:11.851095 3508 obj_retry.go:463] Detected object tssc/tssc-tekton-configuration-6f4gc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:12.606736 3508 obj_retry.go:457] Detected object tssc-tas/rekor-createtree-job-7rvhr-qr6xd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:12.606765 3508 obj_retry.go:457] Detected object tssc-tas/rekor-createtree-job-7rvhr-qr6xd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:12.873261 3508 obj_retry.go:457] Detected object tssc/tssc-tekton-configuration-6f4gc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:12.873308 3508 obj_retry.go:457] Detected object tssc/tssc-tekton-configuration-6f4gc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:12.921512 3508 obj_retry.go:457] Detected object tssc/patch-tekton-config-28fbj of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:12.921585 3508 obj_retry.go:457] Detected object tssc/patch-tekton-config-28fbj of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:12.930165 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/patch-tekton-config-28fbj I0703 06:52:12.930189 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/patch-tekton-config-28fbj I0703 06:52:16.408001 3508 base_network_controller_pods.go:478] [default/tssc-tas/rekor-server-587999979d-rksqk] creating logical port tssc-tas_rekor-server-587999979d-rksqk for pod on switch ip-10-0-0-219.ec2.internal I0703 06:52:16.408167 3508 kube.go:320] Updating pod tssc-tas/rekor-server-587999979d-rksqk I0703 06:52:16.423404 3508 pod.go:62] [tssc-tas/rekor-server-587999979d-rksqk] pod update took 15.274936ms I0703 06:52:16.423429 3508 base_network_controller_pods.go:928] [default/tssc-tas/rekor-server-587999979d-rksqk] addLogicalPort annotation time took 15.305225ms I0703 06:52:16.424890 3508 pods.go:253] [tssc-tas/rekor-server-587999979d-rksqk] addLogicalPort took 16.911088ms, libovsdb time 1.060317ms I0703 06:52:23.978344 3508 cni.go:331] [tssc-tas/rekor-server-587999979d-rksqk 1b307feb1499bf68aaf53dc05ddd854de6cb2376afbae3bac97275528b365497 network default NAD default] ADD starting CNI request [tssc-tas/rekor-server-587999979d-rksqk 1b307feb1499bf68aaf53dc05ddd854de6cb2376afbae3bac97275528b365497 network default NAD default] I0703 06:52:23.987259 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-tas, podName: rekor-server-587999979d-rksqk, hostIfaceName: 1b307feb1499bf6, network: default, NAD default, SandboxID: "1b307feb1499bf68aaf53dc05ddd854de6cb2376afbae3bac97275528b365497", PCI device ID: , UID: "450c7ef7-02b2-4905-a681-5539902cd6fc", MAC: 0a:58:0a:80:00:2b, IPs: [10.128.0.43/23] I0703 06:52:24.242572 3508 cni.go:352] [tssc-tas/rekor-server-587999979d-rksqk 1b307feb1499bf68aaf53dc05ddd854de6cb2376afbae3bac97275528b365497 network default NAD default] ADD finished CNI request [tssc-tas/rekor-server-587999979d-rksqk 1b307feb1499bf68aaf53dc05ddd854de6cb2376afbae3bac97275528b365497 network default NAD default], result "{\"interfaces\":[{\"name\":\"1b307feb1499bf6\",\"mac\":\"26:67:8e:c2:2d:8f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2b\",\"sandbox\":\"/var/run/netns/247cf6c0-20b9-4871-bafa-8d0545527f56\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.43/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:52:24.781331 3508 obj_retry.go:463] 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:24.782054 3508 obj_retry.go:463] 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:24.804370 3508 obj_retry.go:457] 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:24.804393 3508 obj_retry.go:457] 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:24.812773 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0703 06:52:24.812831 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines I0703 06:52:25.551384 3508 base_network_controller_pods.go:478] [default/tssc-tpa/pre-install-tssc-tpa] creating logical port tssc-tpa_pre-install-tssc-tpa for pod on switch ip-10-0-0-219.ec2.internal I0703 06:52:25.551581 3508 kube.go:320] Updating pod tssc-tpa/pre-install-tssc-tpa I0703 06:52:25.566325 3508 pod.go:62] [tssc-tpa/pre-install-tssc-tpa] pod update took 14.787892ms I0703 06:52:25.566356 3508 base_network_controller_pods.go:928] [default/tssc-tpa/pre-install-tssc-tpa] addLogicalPort annotation time took 14.826711ms I0703 06:52:25.568228 3508 pods.go:253] [tssc-tpa/pre-install-tssc-tpa] addLogicalPort took 16.865113ms, libovsdb time 1.296914ms I0703 06:52:26.747727 3508 cni.go:331] [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default] ADD starting CNI request [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default] I0703 06:52:26.756805 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: pre-install-tssc-tpa, hostIfaceName: 9c6f337425134e2, network: default, NAD default, SandboxID: "9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a", PCI device ID: , UID: "6af082f4-b911-4899-8e37-e55722ad2784", MAC: 0a:58:0a:80:00:2c, IPs: [10.128.0.44/23] I0703 06:52:26.811775 3508 cni.go:352] [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default] ADD finished CNI request [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default], result "{\"interfaces\":[{\"name\":\"9c6f337425134e2\",\"mac\":\"32:e8:a4:d2:51:15\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2c\",\"sandbox\":\"/var/run/netns/7e6d9689-f6b6-4708-8365-352475cbb44c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.44/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:52:27.932308 3508 obj_retry.go:463] Detected object tssc-tas/ctlog-createtree-job-fp844-vswtt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:27.932906 3508 obj_retry.go:463] Detected object tssc-tas/ctlog-createtree-job-fp844-vswtt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:28.817255 3508 obj_retry.go:457] Detected object tssc-tas/ctlog-createtree-job-fp844-vswtt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:28.817284 3508 obj_retry.go:457] Detected object tssc-tas/ctlog-createtree-job-fp844-vswtt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:33.294204 3508 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 2 items received I0703 06:52:37.277641 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 4 items received I0703 06:52:38.649812 3508 cni.go:331] [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default] DEL starting CNI request [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default] I0703 06:52:38.723846 3508 cni.go:352] [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default] DEL finished CNI request [tssc-tpa/pre-install-tssc-tpa 9c6f337425134e236cc655cee248da774d8aa32e076d5c9500a3852c79c76d2a network default NAD default], result "{\"dns\":{}}", err I0703 06:52:38.777036 3508 obj_retry.go:463] 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:38.777074 3508 pods.go:175] Deleting pod: tssc-tpa/pre-install-tssc-tpa I0703 06:52:38.778771 3508 pods.go:218] Attempting to release IPs for pod: tssc-tpa/pre-install-tssc-tpa, ips: 10.128.0.44 I0703 06:52:38.778813 3508 obj_retry.go:463] 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:38.804003 3508 obj_retry.go:457] 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:38.804040 3508 obj_retry.go:457] 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:38.814743 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0703 06:52:38.814775 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0703 06:52:39.096721 3508 base_network_controller_pods.go:478] [default/tssc-tpa/test-tssc-tpa] creating logical port tssc-tpa_test-tssc-tpa for pod on switch ip-10-0-0-219.ec2.internal I0703 06:52:39.096860 3508 kube.go:320] Updating pod tssc-tpa/test-tssc-tpa I0703 06:52:39.112160 3508 pod.go:62] [tssc-tpa/test-tssc-tpa] pod update took 15.327106ms I0703 06:52:39.112192 3508 base_network_controller_pods.go:928] [default/tssc-tpa/test-tssc-tpa] addLogicalPort annotation time took 15.356737ms I0703 06:52:39.113691 3508 pods.go:253] [tssc-tpa/test-tssc-tpa] addLogicalPort took 16.995424ms, libovsdb time 978.71µs I0703 06:52:39.453622 3508 cni.go:331] [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default] ADD starting CNI request [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default] I0703 06:52:39.462393 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-tpa, podName: test-tssc-tpa, hostIfaceName: 88890ca8666b31c, network: default, NAD default, SandboxID: "88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a", PCI device ID: , UID: "d1810f27-a8b7-4a15-8e96-0fb228d4805a", MAC: 0a:58:0a:80:00:2d, IPs: [10.128.0.45/23] I0703 06:52:39.514770 3508 cni.go:352] [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default] ADD finished CNI request [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default], result "{\"interfaces\":[{\"name\":\"88890ca8666b31c\",\"mac\":\"d6:f9:3e:6b:37:da\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2d\",\"sandbox\":\"/var/run/netns/7e1b3b52-2f01-450a-bdfa-a6e778045868\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.45/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:52:45.867246 3508 obj_retry.go:463] Detected object tssc-tpa/create-db-m5vxz of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:45.867845 3508 obj_retry.go:463] Detected object tssc-tpa/create-db-m5vxz of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:46.891495 3508 obj_retry.go:457] Detected object tssc-tpa/create-db-m5vxz of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:46.891521 3508 obj_retry.go:457] Detected object tssc-tpa/create-db-m5vxz of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:49.880228 3508 obj_retry.go:463] Detected object tssc-tpa/migrate-db-gvg6k of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:49.880920 3508 obj_retry.go:463] Detected object tssc-tpa/migrate-db-gvg6k of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:50.041895 3508 obj_retry.go:457] Detected object tssc-tpa/migrate-db-gvg6k of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:50.041924 3508 obj_retry.go:457] Detected object tssc-tpa/migrate-db-gvg6k of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:51.017406 3508 obj_retry.go:463] Detected object tssc-tas/tuf-repository-init-5s6bh-6zc7s of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:51.018030 3508 obj_retry.go:463] Detected object tssc-tas/tuf-repository-init-5s6bh-6zc7s of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:51.905621 3508 obj_retry.go:457] Detected object tssc-tas/tuf-repository-init-5s6bh-6zc7s of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:51.905652 3508 obj_retry.go:457] Detected object tssc-tas/tuf-repository-init-5s6bh-6zc7s of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:52.885239 3508 obj_retry.go:463] Detected object tssc-tpa/create-importers-6j9nb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:52.885832 3508 obj_retry.go:463] Detected object tssc-tpa/create-importers-6j9nb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 06:52:53.911921 3508 obj_retry.go:457] Detected object tssc-tpa/create-importers-6j9nb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:52:53.912045 3508 obj_retry.go:457] Detected object tssc-tpa/create-importers-6j9nb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 06:53:03.192498 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 58 items received I0703 06:53:05.748997 3508 cni.go:331] [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default] DEL starting CNI request [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default] I0703 06:53:05.824503 3508 cni.go:352] [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default] DEL finished CNI request [tssc-tpa/test-tssc-tpa 88890ca8666b31c782158b64c5ae02b25add265986e8d0bd7b1a7248aa6a990a network default NAD default], result "{\"dns\":{}}", err I0703 06:53:05.874223 3508 obj_retry.go:463] 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:05.874268 3508 pods.go:175] Deleting pod: tssc-tpa/test-tssc-tpa I0703 06:53:05.876090 3508 pods.go:218] Attempting to release IPs for pod: tssc-tpa/test-tssc-tpa, ips: 10.128.0.45 I0703 06:53:05.876127 3508 obj_retry.go:463] 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:05.900931 3508 obj_retry.go:457] 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:05.901000 3508 obj_retry.go:457] 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:05.909204 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0703 06:53:05.909230 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0703 06:53:06.944729 3508 namespace.go:93] [tssc-app-stage] adding namespace I0703 06:53:06.945762 3508 namespace.go:97] [tssc-app-stage] adding namespace took 1.009403ms I0703 06:53:06.947783 3508 namespace.go:93] [tssc-app-development] adding namespace I0703 06:53:06.948611 3508 namespace.go:97] [tssc-app-development] adding namespace took 812.848µs I0703 06:53:06.960426 3508 namespace.go:93] [tssc-app-prod] adding namespace I0703 06:53:06.960495 3508 namespace.go:93] [tssc-app-ci] adding namespace I0703 06:53:06.961347 3508 namespace.go:97] [tssc-app-prod] adding namespace took 867.806µs I0703 06:53:06.962042 3508 namespace.go:97] [tssc-app-ci] adding namespace took 1.49109ms I0703 06:53:06.989326 3508 namespace.go:137] [tssc-app-stage] updating namespace I0703 06:53:07.030625 3508 namespace.go:137] [tssc-app-stage] updating namespace I0703 06:53:07.030734 3508 namespace.go:137] [tssc-app-development] updating namespace I0703 06:53:07.061611 3508 namespace.go:137] [tssc-app-development] updating namespace I0703 06:53:07.066311 3508 namespace.go:137] [tssc-app-prod] updating namespace I0703 06:53:07.089433 3508 namespace.go:137] [tssc-app-ci] updating namespace I0703 06:53:07.123262 3508 namespace.go:137] [tssc-app-prod] updating namespace I0703 06:53:07.152108 3508 namespace.go:137] [tssc-app-ci] updating namespace I0703 06:53:07.279465 3508 base_network_controller_pods.go:478] [default/tssc-app-ci/patch-serviceaccounts] creating logical port tssc-app-ci_patch-serviceaccounts for pod on switch ip-10-0-0-219.ec2.internal I0703 06:53:07.279556 3508 kube.go:320] Updating pod tssc-app-ci/patch-serviceaccounts I0703 06:53:07.309424 3508 pod.go:62] [tssc-app-ci/patch-serviceaccounts] pod update took 29.895092ms I0703 06:53:07.309449 3508 base_network_controller_pods.go:928] [default/tssc-app-ci/patch-serviceaccounts] addLogicalPort annotation time took 29.922365ms I0703 06:53:07.310815 3508 pods.go:253] [tssc-app-ci/patch-serviceaccounts] addLogicalPort took 31.373483ms, libovsdb time 919.456µs I0703 06:53:07.632592 3508 cni.go:331] [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default] ADD starting CNI request [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default] I0703 06:53:07.641309 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-ci, podName: patch-serviceaccounts, hostIfaceName: 50e19d6c68288c8, network: default, NAD default, SandboxID: "50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687", PCI device ID: , UID: "36d0877a-7a00-4c34-a799-be4a464e5921", MAC: 0a:58:0a:80:00:2e, IPs: [10.128.0.46/23] I0703 06:53:07.706651 3508 cni.go:352] [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default] ADD finished CNI request [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default], result "{\"interfaces\":[{\"name\":\"50e19d6c68288c8\",\"mac\":\"ae:0a:ce:37:5c:2a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2e\",\"sandbox\":\"/var/run/netns/613716f4-8133-490f-8883-e83e0590382a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.46/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:53:07.828330 3508 namespace.go:137] [tssc-app-ci] updating namespace I0703 06:53:08.156607 3508 namespace.go:137] [tssc-app-development] updating namespace I0703 06:53:08.203059 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 64 items received I0703 06:53:08.582424 3508 namespace.go:137] [tssc-app-prod] updating namespace I0703 06:53:08.784440 3508 namespace.go:137] [tssc-app-stage] updating namespace I0703 06:53:09.018829 3508 namespace.go:137] [tssc-app-ci] updating namespace I0703 06:53:09.048149 3508 namespace.go:137] [tssc-app-development] updating namespace I0703 06:53:09.074667 3508 namespace.go:137] [tssc-app-prod] updating namespace I0703 06:53:09.096487 3508 namespace.go:137] [tssc-app-stage] updating namespace I0703 06:53:09.168798 3508 namespace.go:137] [tssc-app-ci] updating namespace I0703 06:53:09.248956 3508 namespace.go:137] [tssc-app-development] updating namespace I0703 06:53:09.342529 3508 namespace.go:137] [tssc-app-prod] updating namespace I0703 06:53:09.406622 3508 namespace.go:137] [tssc-app-stage] updating namespace I0703 06:53:10.774839 3508 cni.go:331] [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default] DEL starting CNI request [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default] I0703 06:53:10.858926 3508 cni.go:352] [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default] DEL finished CNI request [tssc-app-ci/patch-serviceaccounts 50e19d6c68288c84bb1975dcbd9def988bf35aaf2d91de84d5883548c5787687 network default NAD default], result "{\"dns\":{}}", err I0703 06:53:10.906403 3508 obj_retry.go:463] 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:10.906443 3508 pods.go:175] Deleting pod: tssc-app-ci/patch-serviceaccounts I0703 06:53:10.908066 3508 pods.go:218] Attempting to release IPs for pod: tssc-app-ci/patch-serviceaccounts, ips: 10.128.0.46 I0703 06:53:10.908097 3508 obj_retry.go:463] 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:11.049517 3508 base_network_controller_pods.go:478] [default/tssc-app-development/patch-serviceaccounts] creating logical port tssc-app-development_patch-serviceaccounts for pod on switch ip-10-0-0-219.ec2.internal I0703 06:53:11.049679 3508 kube.go:320] Updating pod tssc-app-development/patch-serviceaccounts I0703 06:53:11.064781 3508 pod.go:62] [tssc-app-development/patch-serviceaccounts] pod update took 15.126994ms I0703 06:53:11.064803 3508 base_network_controller_pods.go:928] [default/tssc-app-development/patch-serviceaccounts] addLogicalPort annotation time took 15.154945ms I0703 06:53:11.066220 3508 pods.go:253] [tssc-app-development/patch-serviceaccounts] addLogicalPort took 16.722346ms, libovsdb time 963.684µs I0703 06:53:11.407336 3508 cni.go:331] [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default] ADD starting CNI request [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default] I0703 06:53:11.416613 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-development, podName: patch-serviceaccounts, hostIfaceName: 5dd88c6ec86d270, network: default, NAD default, SandboxID: "5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a", PCI device ID: , UID: "836a8e5c-4679-435c-9dfd-382e12cc10f3", MAC: 0a:58:0a:80:00:2f, IPs: [10.128.0.47/23] I0703 06:53:11.463833 3508 cni.go:352] [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default] ADD finished CNI request [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default], result "{\"interfaces\":[{\"name\":\"5dd88c6ec86d270\",\"mac\":\"12:15:62:11:9d:16\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2f\",\"sandbox\":\"/var/run/netns/876d02bc-70a2-450e-ac99-d089994e0fc9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.47/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:53:14.792911 3508 cni.go:331] [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default] DEL starting CNI request [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default] I0703 06:53:14.869085 3508 cni.go:352] [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default] DEL finished CNI request [tssc-app-development/patch-serviceaccounts 5dd88c6ec86d2707b8179092d11a9b678cae227e2e9a0faf6637bdd5278c9e4a network default NAD default], result "{\"dns\":{}}", err I0703 06:53:14.917686 3508 obj_retry.go:463] 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:14.917723 3508 pods.go:175] Deleting pod: tssc-app-development/patch-serviceaccounts I0703 06:53:14.919361 3508 pods.go:218] Attempting to release IPs for pod: tssc-app-development/patch-serviceaccounts, ips: 10.128.0.47 I0703 06:53:14.919395 3508 obj_retry.go:463] 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:15.057883 3508 base_network_controller_pods.go:478] [default/tssc-app-prod/patch-serviceaccounts] creating logical port tssc-app-prod_patch-serviceaccounts for pod on switch ip-10-0-0-219.ec2.internal I0703 06:53:15.058019 3508 kube.go:320] Updating pod tssc-app-prod/patch-serviceaccounts I0703 06:53:15.076052 3508 pod.go:62] [tssc-app-prod/patch-serviceaccounts] pod update took 18.052896ms I0703 06:53:15.076080 3508 base_network_controller_pods.go:928] [default/tssc-app-prod/patch-serviceaccounts] addLogicalPort annotation time took 18.08645ms I0703 06:53:15.077481 3508 pods.go:253] [tssc-app-prod/patch-serviceaccounts] addLogicalPort took 19.618837ms, libovsdb time 938.675µs I0703 06:53:15.417473 3508 cni.go:331] [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default] ADD starting CNI request [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default] I0703 06:53:15.428203 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-prod, podName: patch-serviceaccounts, hostIfaceName: 0453baf89a97320, network: default, NAD default, SandboxID: "0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53", PCI device ID: , UID: "4a7301c9-b38d-47c5-a58f-ccc8f8a70305", MAC: 0a:58:0a:80:00:30, IPs: [10.128.0.48/23] I0703 06:53:15.476146 3508 cni.go:352] [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default] ADD finished CNI request [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default], result "{\"interfaces\":[{\"name\":\"0453baf89a97320\",\"mac\":\"e6:e6:68:6d:61:57\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:30\",\"sandbox\":\"/var/run/netns/30825e73-27b3-4e88-a6ec-3182f9ec5670\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.48/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:53:18.810098 3508 cni.go:331] [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default] DEL starting CNI request [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default] I0703 06:53:18.885488 3508 cni.go:352] [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default] DEL finished CNI request [tssc-app-prod/patch-serviceaccounts 0453baf89a973209f6775b98c63075b71c3946457c699756dbb61fb728343a53 network default NAD default], result "{\"dns\":{}}", err I0703 06:53:18.933018 3508 obj_retry.go:463] 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:18.933128 3508 pods.go:175] Deleting pod: tssc-app-prod/patch-serviceaccounts I0703 06:53:18.934832 3508 pods.go:218] Attempting to release IPs for pod: tssc-app-prod/patch-serviceaccounts, ips: 10.128.0.48 I0703 06:53:18.934867 3508 obj_retry.go:463] 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:19.079708 3508 base_network_controller_pods.go:478] [default/tssc-app-stage/patch-serviceaccounts] creating logical port tssc-app-stage_patch-serviceaccounts for pod on switch ip-10-0-0-219.ec2.internal I0703 06:53:19.079864 3508 kube.go:320] Updating pod tssc-app-stage/patch-serviceaccounts I0703 06:53:19.098588 3508 pod.go:62] [tssc-app-stage/patch-serviceaccounts] pod update took 18.749819ms I0703 06:53:19.098610 3508 base_network_controller_pods.go:928] [default/tssc-app-stage/patch-serviceaccounts] addLogicalPort annotation time took 18.779264ms I0703 06:53:19.099871 3508 pods.go:253] [tssc-app-stage/patch-serviceaccounts] addLogicalPort took 20.18481ms, libovsdb time 837.411µs I0703 06:53:19.262437 3508 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0703 06:53:19.437409 3508 cni.go:331] [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default] ADD starting CNI request [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default] I0703 06:53:19.448459 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-app-stage, podName: patch-serviceaccounts, hostIfaceName: 9d2f6393781a0f0, network: default, NAD default, SandboxID: "9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23", PCI device ID: , UID: "4dab56c9-6955-405e-885d-601eaf4e92e1", MAC: 0a:58:0a:80:00:31, IPs: [10.128.0.49/23] I0703 06:53:19.495828 3508 cni.go:352] [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default] ADD finished CNI request [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default], result "{\"interfaces\":[{\"name\":\"9d2f6393781a0f0\",\"mac\":\"aa:4d:26:84:9f:9b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:31\",\"sandbox\":\"/var/run/netns/326dff52-ce10-496d-be68-8769a2b267e0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.49/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:53:22.831600 3508 cni.go:331] [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default] DEL starting CNI request [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default] I0703 06:53:22.908074 3508 cni.go:352] [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default] DEL finished CNI request [tssc-app-stage/patch-serviceaccounts 9d2f6393781a0f085d3912f5bc6bee6e7883c0ac72c64f552ee3e7a6a672da23 network default NAD default], result "{\"dns\":{}}", err I0703 06:53:22.955927 3508 obj_retry.go:463] 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:22.955971 3508 pods.go:175] Deleting pod: tssc-app-stage/patch-serviceaccounts I0703 06:53:22.957690 3508 pods.go:218] Attempting to release IPs for pod: tssc-app-stage/patch-serviceaccounts, ips: 10.128.0.49 I0703 06:53:22.957721 3508 obj_retry.go:463] 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:22.977410 3508 obj_retry.go:457] 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:22.977448 3508 obj_retry.go:457] 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:22.986548 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0703 06:53:22.986584 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0703 06:53:23.022975 3508 obj_retry.go:457] 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:23.023012 3508 obj_retry.go:457] 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:23.031642 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0703 06:53:23.031735 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0703 06:53:23.071873 3508 obj_retry.go:457] 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:23.071899 3508 obj_retry.go:457] 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:23.083490 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0703 06:53:23.083517 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0703 06:53:23.119698 3508 obj_retry.go:457] 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:23.119729 3508 obj_retry.go:457] 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:23.127964 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0703 06:53:23.127990 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts I0703 06:53:24.806732 3508 base_network_controller_pods.go:478] [default/tssc/test-tssc-dh] creating logical port tssc_test-tssc-dh for pod on switch ip-10-0-0-219.ec2.internal I0703 06:53:24.806876 3508 kube.go:320] Updating pod tssc/test-tssc-dh I0703 06:53:24.823558 3508 pod.go:62] [tssc/test-tssc-dh] pod update took 16.717552ms I0703 06:53:24.823585 3508 base_network_controller_pods.go:928] [default/tssc/test-tssc-dh] addLogicalPort annotation time took 16.750181ms I0703 06:53:24.824867 3508 pods.go:253] [tssc/test-tssc-dh] addLogicalPort took 18.157771ms, libovsdb time 850.29µs I0703 06:53:25.163453 3508 cni.go:331] [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default] ADD starting CNI request [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default] I0703 06:53:25.172164 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc, podName: test-tssc-dh, hostIfaceName: eca1d85ab1cb499, network: default, NAD default, SandboxID: "eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184", PCI device ID: , UID: "8ca97b9d-d6a7-40c9-aa68-ba458b448c5d", MAC: 0a:58:0a:80:00:32, IPs: [10.128.0.50/23] I0703 06:53:25.219572 3508 cni.go:352] [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default] ADD finished CNI request [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default], result "{\"interfaces\":[{\"name\":\"eca1d85ab1cb499\",\"mac\":\"0a:03:e1:56:ce:be\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:32\",\"sandbox\":\"/var/run/netns/2ff8dbb9-fb4e-4552-bf41-4539856c5b0e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.50/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:53:28.591214 3508 base_network_controller_pods.go:478] [default/tssc-dh/backstage-psql-developer-hub-0] creating logical port tssc-dh_backstage-psql-developer-hub-0 for pod on switch ip-10-0-0-219.ec2.internal I0703 06:53:28.591341 3508 kube.go:320] Updating pod tssc-dh/backstage-psql-developer-hub-0 I0703 06:53:28.605429 3508 pod.go:62] [tssc-dh/backstage-psql-developer-hub-0] pod update took 14.141722ms I0703 06:53:28.605460 3508 base_network_controller_pods.go:928] [default/tssc-dh/backstage-psql-developer-hub-0] addLogicalPort annotation time took 14.177904ms I0703 06:53:28.608216 3508 pods.go:253] [tssc-dh/backstage-psql-developer-hub-0] addLogicalPort took 17.016177ms, libovsdb time 2.166061ms I0703 06:53:35.566277 3508 cni.go:331] [tssc-dh/backstage-psql-developer-hub-0 aac2ae42dff5cb738a611d0321a3fb72572493d08474b33f9f0e05ff754044fc network default NAD default] ADD starting CNI request [tssc-dh/backstage-psql-developer-hub-0 aac2ae42dff5cb738a611d0321a3fb72572493d08474b33f9f0e05ff754044fc network default NAD default] I0703 06:53:35.575069 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc-dh, podName: backstage-psql-developer-hub-0, hostIfaceName: aac2ae42dff5cb7, network: default, NAD default, SandboxID: "aac2ae42dff5cb738a611d0321a3fb72572493d08474b33f9f0e05ff754044fc", PCI device ID: , UID: "7bfbe459-95db-48f5-acb5-a94a7f976528", MAC: 0a:58:0a:80:00:33, IPs: [10.128.0.51/23] I0703 06:53:35.623767 3508 cni.go:352] [tssc-dh/backstage-psql-developer-hub-0 aac2ae42dff5cb738a611d0321a3fb72572493d08474b33f9f0e05ff754044fc network default NAD default] ADD finished CNI request [tssc-dh/backstage-psql-developer-hub-0 aac2ae42dff5cb738a611d0321a3fb72572493d08474b33f9f0e05ff754044fc network default NAD default], result "{\"interfaces\":[{\"name\":\"aac2ae42dff5cb7\",\"mac\":\"1a:7f:6f:15:33:4e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:33\",\"sandbox\":\"/var/run/netns/5a3eb509-44d9-47c9-a3dc-f81fca2a1713\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.51/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0703 06:54:01.141578 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 06:54:01.805326 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 06:54:06.194007 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 62 items received I0703 06:54:09.272187 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressFirewall total 4 items received I0703 06:54:09.299413 3508 reflector.go:879] 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:54:42.300169 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/userdefinednetwork/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.UserDefinedNetwork total 7 items received I0703 06:55:05.174230 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 14 items received I0703 06:55:55.262882 3508 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 4 items received I0703 06:56:34.288247 3508 reflector.go:879] 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:57:41.201322 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 457 items received I0703 06:58:08.283546 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressservice/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressService total 10 items received I0703 06:58:25.269949 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressip/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressIP total 10 items received I0703 06:58:58.195396 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 8 items received E0703 06:59:01.141421 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0703 06:59:01.805352 3508 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0703 06:59:25.060412 3508 cni.go:331] [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default] DEL starting CNI request [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default] I0703 06:59:25.128736 3508 cni.go:352] [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default] DEL finished CNI request [tssc/test-tssc-dh eca1d85ab1cb499f28842f86cc5842202c9548471b78c94df94117708ea50184 network default NAD default], result "{\"dns\":{}}", err I0703 06:59:25.180599 3508 obj_retry.go:463] 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:25.180756 3508 pods.go:175] Deleting pod: tssc/test-tssc-dh I0703 06:59:25.182613 3508 pods.go:218] Attempting to release IPs for pod: tssc/test-tssc-dh, ips: 10.128.0.50 I0703 06:59:25.182652 3508 obj_retry.go:463] 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:25.229894 3508 obj_retry.go:457] 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:25.229953 3508 obj_retry.go:457] 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:25.240483 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0703 06:59:25.240577 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0703 06:59:26.103936 3508 base_network_controller_pods.go:478] [default/tssc/tssc-acs-integrations] creating logical port tssc_tssc-acs-integrations for pod on switch ip-10-0-0-219.ec2.internal I0703 06:59:26.104077 3508 kube.go:320] Updating pod tssc/tssc-acs-integrations I0703 06:59:26.120881 3508 pod.go:62] [tssc/tssc-acs-integrations] pod update took 16.829252ms I0703 06:59:26.120905 3508 base_network_controller_pods.go:928] [default/tssc/tssc-acs-integrations] addLogicalPort annotation time took 16.854092ms I0703 06:59:26.122256 3508 pods.go:253] [tssc/tssc-acs-integrations] addLogicalPort took 18.340455ms, libovsdb time 863.795µs I0703 06:59:26.462009 3508 cni.go:331] [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default] ADD starting CNI request [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default] I0703 06:59:26.473165 3508 helper_linux.go:450] ConfigureOVS: namespace: tssc, podName: tssc-acs-integrations, hostIfaceName: 088b1b059d24b18, network: default, NAD default, SandboxID: "088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49", PCI device ID: , UID: "28a687c8-2d66-4ea4-bc87-3b7d4942af9f", MAC: 0a:58:0a:80:00:34, IPs: [10.128.0.52/23] I0703 06:59:26.522062 3508 cni.go:352] [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default] ADD finished CNI request [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default], result "{\"interfaces\":[{\"name\":\"088b1b059d24b18\",\"mac\":\"d6:38:5d:0b:9f:60\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:34\",\"sandbox\":\"/var/run/netns/c43ca984-cfa4-4691-88be-488066710e9a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.52/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0703 06:59:30.080940 3508 cni.go:331] [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default] DEL starting CNI request [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default] I0703 06:59:30.158931 3508 cni.go:352] [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default] DEL finished CNI request [tssc/tssc-acs-integrations 088b1b059d24b185d220c24e0fa48ed96173e9504cfa71a2ce51dedbba9f9d49 network default NAD default], result "{\"dns\":{}}", err I0703 06:59:30.210358 3508 obj_retry.go:463] 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:30.210419 3508 pods.go:175] Deleting pod: tssc/tssc-acs-integrations I0703 06:59:30.212158 3508 pods.go:218] Attempting to release IPs for pod: tssc/tssc-acs-integrations, ips: 10.128.0.52 I0703 06:59:30.212196 3508 obj_retry.go:463] 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:30.236065 3508 obj_retry.go:457] 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:30.236149 3508 obj_retry.go:457] 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:30.245427 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0703 06:59:30.245544 3508 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0703 06:59:37.195920 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 29 items received I0703 06:59:44.280880 3508 reflector.go:879] github.com/openshift/ovn-kubernetes/go-controller/pkg/crd/egressqos/v1/apis/informers/externalversions/factory.go:140: Watch close - *v1.EgressQoS total 0 items received I0703 06:59:45.197692 3508 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 28 items received I0703 07:00:04.577200 3508 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-rdwnd of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0703 07:00:04.577993 3508 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-rdwnd of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0703 07:00:05.450962 3508 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-rdwnd of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 07:00:05.451024 3508 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29717700-rdwnd of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0703 07:00:26.275394 3508 reflector.go:879] 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