+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-1-58.ec2.internal ++ [[ -n ip-10-0-1-58.ec2.internal ]] ++ [[ -f /env/ip-10-0-1-58.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 'I0311 08:19:45.711570184 - disable conntrack on geneve port' I0311 08:19:45.711570184 - disable conntrack on geneve port + iptables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + iptables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK + ip6tables -t raw -A OUTPUT -p udp --dport 6081 -j NOTRACK ++ date '+%m%d %H:%M:%S.%N' + echo 'I0311 08:19:45.727226739 - starting ovnkube-node' I0311 08:19:45.727226739 - starting ovnkube-node + '[' shared == shared ']' + gateway_mode_flags='--gateway-mode shared --gateway-interface br-ex' + export_network_flows_flags= + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + gw_interface_flag= + '[' -d /sys/class/net/br-ex1 ']' + node_mgmt_port_netdev_flags= + [[ -n '' ]] + [[ -n '' ]] + multi_network_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag=--enable-network-segmentation + route_advertisements_enable_flag= + [[ false == \t\r\u\e ]] + network_observability_enabled_flag= + [[ false == \t\r\u\e ]] + multi_network_policy_enabled_flag= + [[ false == \t\r\u\e ]] + admin_network_policy_enabled_flag= + [[ true == \t\r\u\e ]] + admin_network_policy_enabled_flag=--enable-admin-network-policy + dns_name_resolver_enabled_flag= + [[ false == \t\r\u\e ]] + ip_forwarding_flag= + '[' '' == Global ']' + ip_forwarding_flag=--disable-forwarding + sysctl -w net.ipv4.ip_forward=0 net.ipv4.ip_forward = 0 + sysctl -w net.ipv6.conf.all.forwarding=0 net.ipv6.conf.all.forwarding = 0 + NETWORK_NODE_IDENTITY_ENABLE= + [[ true == \t\r\u\e ]] + NETWORK_NODE_IDENTITY_ENABLE=' --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h ' + ovn_v4_join_subnet_opt= + [[ '' != '' ]] + ovn_v6_join_subnet_opt= + [[ '' != '' ]] + ovn_v4_masquerade_subnet_opt= + [[ 169.254.0.0/17 != '' ]] + ovn_v4_masquerade_subnet_opt='--gateway-v4-masquerade-subnet 169.254.0.0/17' + ovn_v6_masquerade_subnet_opt= + [[ fd69::/112 != '' ]] + ovn_v6_masquerade_subnet_opt='--gateway-v6-masquerade-subnet fd69::/112' + ovn_v4_transit_switch_subnet_opt= + [[ '' != '' ]] + ovn_v6_transit_switch_subnet_opt= + [[ '' != '' ]] + exec /usr/bin/ovnkube --init-ovnkube-controller ip-10-0-1-58.ec2.internal --init-node ip-10-0-1-58.ec2.internal --config-file=/run/ovnkube-config/ovnkube.conf --ovn-empty-lb-events --loglevel 4 --inactivity-probe=180000 --gateway-mode shared --gateway-interface br-ex --metrics-bind-address 127.0.0.1:29103 --ovn-metrics-bind-address 127.0.0.1:29105 --metrics-enable-pprof --metrics-enable-config-duration --export-ovs-metrics --disable-snat-multiple-gws --enable-multi-network --enable-network-segmentation --enable-admin-network-policy --enable-multicast --zone ip-10-0-1-58.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 I0311 08:19:45.763648 3519 config.go:2336] Parsed config file /run/ovnkube-config/ovnkube.conf I0311 08:19:45.763694 3519 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-9e29fbb5df.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}} I0311 08:19:45.765772 3519 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0311 08:19:45.765793 3519 kube.go:419] Waiting for certificate I0311 08:19:45.765860 3519 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0311 08:19:45.766616 3519 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0311 08:19:45.766654 3519 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0311 08:19:45.766664 3519 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0311 08:19:45.766669 3519 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0311 08:19:45.766728 3519 cert_rotation.go:140] Starting client certificate rotation controller I0311 08:19:45.800911 3519 reflector.go:313] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 08:19:45.800926 3519 reflector.go:349] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 08:19:45.804480 3519 reflector.go:376] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 08:19:45.804598 3519 csr.go:261] certificate signing request csr-nj62l is approved, waiting to be issued I0311 08:19:45.810976 3519 csr.go:257] certificate signing request csr-nj62l is issued I0311 08:19:45.811051 3519 reflector.go:319] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0311 08:19:46.765935 3519 kube.go:426] Certificate found I0311 08:19:46.767074 3519 cert_rotation.go:140] Starting client certificate rotation controller I0311 08:19:46.768437 3519 metrics.go:525] Starting metrics server at address "127.0.0.1:29103" I0311 08:19:46.811568 3519 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-03-12 08:14:45 +0000 UTC, rotation deadline is 2026-03-12 03:04:34.5262508 +0000 UTC I0311 08:19:46.811732 3519 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 18h44m47.714527995s for next certificate rotation I0311 08:19:46.836775 3519 metrics.go:525] Starting metrics server at address "127.0.0.1:29105" I0311 08:19:46.837129 3519 node_controller_manager.go:151] Starting the node network controller manager, Mode: full I0311 08:19:46.837201 3519 factory.go:530] Starting watch factory I0311 08:19:46.837267 3519 reflector.go:313] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837291 3519 reflector.go:349] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837325 3519 reflector.go:313] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837344 3519 reflector.go:349] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837343 3519 reflector.go:313] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837354 3519 reflector.go:349] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837447 3519 reflector.go:313] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837461 3519 reflector.go:349] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837574 3519 reflector.go:313] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.837644 3519 reflector.go:349] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.839230 3519 reflector.go:313] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.839283 3519 reflector.go:349] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.842506 3519 controller_manager.go:363] Starting the ovnkube controller I0311 08:19:46.842518 3519 controller_manager.go:368] Waiting up to 5m0s for NBDB zone to match: ip-10-0-1-58.ec2.internal I0311 08:19:46.842571 3519 controller_manager.go:388] NBDB zone sync took: 45.299µs I0311 08:19:46.842583 3519 factory.go:530] Starting watch factory I0311 08:19:46.864734 3519 reflector.go:376] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.866163 3519 ovn_db.go:377] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0311 08:19:46.866721 3519 reflector.go:376] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.867358 3519 ovn_northd.go:126] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0311 08:19:46.868401 3519 reflector.go:376] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.869641 3519 reflector.go:376] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.871741 3519 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 I0311 08:19:46.871797 3519 ovn_db.go:329] ovnnb_db.sock found at /var/run/ovn/ I0311 08:19:46.872329 3519 reflector.go:376] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.876671 3519 reflector.go:376] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0311 08:19:46.892829 3519 ovn_db.go:424] Found db is standalone, don't register db_cluster metrics I0311 08:19:46.943013 3519 reflector.go:313] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 08:19:46.943033 3519 reflector.go:349] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 08:19:46.943008 3519 reflector.go:313] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 08:19:46.943086 3519 reflector.go:349] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 08:19:46.947362 3519 reflector.go:376] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 08:19:46.947362 3519 reflector.go:376] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0311 08:19:46.949026 3519 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 I0311 08:19:46.949037 3519 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 I0311 08:19:46.952335 3519 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 I0311 08:19:46.954432 3519 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 I0311 08:19:46.954444 3519 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 I0311 08:19:46.957782 3519 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 I0311 08:19:46.959793 3519 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 I0311 08:19:46.959811 3519 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 I0311 08:19:46.963049 3519 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 I0311 08:19:46.965079 3519 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 I0311 08:19:46.965094 3519 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 I0311 08:19:46.968196 3519 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 I0311 08:19:46.970345 3519 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 I0311 08:19:46.970358 3519 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 I0311 08:19:46.973581 3519 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 I0311 08:19:46.975838 3519 reflector.go:313] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0311 08:19:46.975861 3519 reflector.go:349] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0311 08:19:46.979135 3519 reflector.go:376] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0311 08:19:46.981275 3519 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 I0311 08:19:46.981292 3519 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 I0311 08:19:46.981357 3519 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 I0311 08:19:46.981427 3519 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 I0311 08:19:46.984716 3519 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 I0311 08:19:46.984765 3519 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 I0311 08:19:46.986847 3519 default_node_network_controller.go:169] Enable node proxy healthz server on 0.0.0.0:10256 I0311 08:19:46.991008 3519 controller_manager.go:399] Waiting up to 5m0s for a node to have "ip-10-0-1-58.ec2.internal" zone I0311 08:19:47.024023 3519 default_node_network_controller.go:806] Initializing the default node network controller I0311 08:19:47.032855 3519 ovs.go:160] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0311 08:19:47.039360 3519 ovs.go:163] Exec(10): stdout: "br-ex\nbr-int\nens5\n" I0311 08:19:47.039376 3519 ovs.go:164] Exec(10): stderr: "" I0311 08:19:47.039479 3519 ovs.go:160] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0311 08:19:47.044435 3519 ovs.go:163] Exec(11): stdout: "ip-10-0-1-58.ec2.internal\n" I0311 08:19:47.044455 3519 ovs.go:164] Exec(11): stderr: "" I0311 08:19:47.044493 3519 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.1.58 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-1-58.ec2.internal" I0311 08:19:47.051687 3519 ovs.go:163] Exec(12): stdout: "" I0311 08:19:47.051702 3519 ovs.go:164] Exec(12): stderr: "" I0311 08:19:47.051714 3519 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 I0311 08:19:47.057287 3519 ovs.go:163] Exec(13): stdout: "" I0311 08:19:47.057301 3519 ovs.go:164] Exec(13): stderr: "" I0311 08:19:47.057323 3519 udn_isolation.go:101] Starting UDN host isolation manager I0311 08:19:47.065953 3519 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0311 08:19:47.105728 3519 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0311 08:19:47.105804 3519 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0311 08:19:47.105815 3519 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0311 08:19:47.144444 3519 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0311 08:19:47.144522 3519 default_node_network_controller.go:912] Node ip-10-0-1-58.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0311 08:19:47.150366 3519 kube.go:133] Setting annotations map[k8s.ovn.org/node-encap-ips:["10.0.1.58"] k8s.ovn.org/zone-name:ip-10-0-1-58.ec2.internal] on node ip-10-0-1-58.ec2.internal I0311 08:19:47.168177 3519 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0311 08:19:47.174670 3519 gateway_init.go:332] Initializing Gateway Functionality for Gateway PreStart I0311 08:19:47.174692 3519 ovs.go:160] Exec(14): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0311 08:19:47.182120 3519 ovs.go:163] Exec(14): stdout: "" I0311 08:19:47.182134 3519 ovs.go:164] Exec(14): stderr: "ovs-vsctl: no port named br-ex\n" I0311 08:19:47.182143 3519 ovs.go:166] Exec(14): err: exit status 1 I0311 08:19:47.182283 3519 helper_linux.go:93] Provided gateway interface "br-ex", found as index: 5 I0311 08:19:47.182421 3519 helper_linux.go:118] Found default gateway interface br-ex 10.0.1.1 I0311 08:19:47.182557 3519 gateway_init.go:369] Preparing Gateway I0311 08:19:47.182568 3519 gateway_shared_intf.go:2405] Creating new gateway I0311 08:19:47.182660 3519 ovs.go:160] Exec(15): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0311 08:19:47.187771 3519 ovs.go:163] Exec(15): stdout: "" I0311 08:19:47.187782 3519 ovs.go:164] Exec(15): stderr: "ovs-vsctl: no port named br-ex\n" I0311 08:19:47.187788 3519 ovs.go:166] Exec(15): err: exit status 1 I0311 08:19:47.187799 3519 ovs.go:160] Exec(16): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0311 08:19:47.192548 3519 ovs.go:163] Exec(16): stdout: "" I0311 08:19:47.192562 3519 ovs.go:164] Exec(16): stderr: "" I0311 08:19:47.192573 3519 ovs.go:160] Exec(17): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0311 08:19:47.197822 3519 ovs.go:163] Exec(17): stdout: "ens5\n" I0311 08:19:47.197833 3519 ovs.go:164] Exec(17): stderr: "" I0311 08:19:47.197842 3519 ovs.go:160] Exec(18): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0311 08:19:47.202641 3519 ovs.go:163] Exec(18): stdout: "[50ceb117-2d39-493f-948f-f9e180424720]\n" I0311 08:19:47.202652 3519 ovs.go:164] Exec(18): stderr: "" I0311 08:19:47.202661 3519 ovs.go:160] Exec(19): /usr/bin/ovs-vsctl --timeout=15 get Interface 50ceb117-2d39-493f-948f-f9e180424720 Type I0311 08:19:47.207527 3519 ovs.go:163] Exec(19): stdout: "system\n" I0311 08:19:47.207538 3519 ovs.go:164] Exec(19): stderr: "" I0311 08:19:47.207545 3519 ovs.go:160] Exec(20): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0311 08:19:47.212271 3519 ovs.go:163] Exec(20): stdout: "1\n" I0311 08:19:47.212284 3519 ovs.go:164] Exec(20): stderr: "" I0311 08:19:47.212294 3519 ovs.go:160] Exec(21): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0311 08:19:47.216928 3519 ovs.go:163] Exec(21): stdout: "\"0a:ff:f2:31:d0:3f\"\n" I0311 08:19:47.216939 3519 ovs.go:164] Exec(21): stderr: "" I0311 08:19:47.216947 3519 ovs.go:160] Exec(22): /usr/sbin/sysctl -w net/ipv4/conf/br-ex/forwarding=1 I0311 08:19:47.217694 3519 ovs.go:163] Exec(22): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0311 08:19:47.217703 3519 ovs.go:164] Exec(22): stderr: "" I0311 08:19:47.217710 3519 ovs.go:160] Exec(23): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0311 08:19:47.222299 3519 ovs.go:163] Exec(23): stdout: "\n" I0311 08:19:47.222309 3519 ovs.go:164] Exec(23): stderr: "" I0311 08:19:47.222320 3519 ovs.go:160] Exec(24): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0311 08:19:47.228124 3519 ovs.go:163] Exec(24): stdout: "" I0311 08:19:47.228138 3519 ovs.go:164] Exec(24): stderr: "" I0311 08:19:47.228147 3519 ovs.go:160] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0311 08:19:47.232767 3519 ovs.go:163] Exec(25): stdout: "\"a2bc4069-4443-495e-a0b0-e2ae89ddaeeb\"\n" I0311 08:19:47.232779 3519 ovs.go:164] Exec(25): stderr: "" I0311 08:19:47.232789 3519 ovs.go:160] Exec(26): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0311 08:19:47.236171 3519 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" I0311 08:19:47.236192 3519 ovs.go:164] Exec(26): stderr: "" I0311 08:19:47.236252 3519 ovs.go:160] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0311 08:19:47.241228 3519 controller_manager.go:422] Waiting for node in zone sync took: 250.193764ms I0311 08:19:47.241237 3519 ovs.go:163] Exec(27): stdout: "\n" I0311 08:19:47.241250 3519 ovs.go:164] Exec(27): stderr: "" I0311 08:19:47.241470 3519 ovs.go:160] Exec(28): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0311 08:19:47.241871 3519 ovs.go:160] Exec(29): /usr/bin/ovs-appctl --timeout=15 fdb/add br-ex br-ex 0 0a:ff:f2:31:d0:3f I0311 08:19:47.245684 3519 ovs.go:163] Exec(29): stdout: "Overriding already existing dynamic entry on LOCAL\n" I0311 08:19:47.245698 3519 ovs.go:164] Exec(29): stderr: "" I0311 08:19:47.245790 3519 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0311 08:19:47.247297 3519 ovs.go:163] Exec(28): 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" I0311 08:19:47.247339 3519 ovs.go:164] Exec(28): stderr: "" I0311 08:19:47.247453 3519 controller_manager.go:283] SCTP support detected in OVN I0311 08:19:47.247506 3519 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:u1177207004}] I0311 08:19:47.247557 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207004}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207005}] I0311 08:19:47.247617 3519 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:u1177207004} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207004}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207005}] I0311 08:19:47.248153 3519 duration.go:387] Config duration recorder: updated measurement rate to approx 1 in every 30 requests I0311 08:19:47.248269 3519 services_controller.go:70] Creating services controller for network=default I0311 08:19:47.248368 3519 udn_enabled_svc.go:80] Waiting for service informer to sync I0311 08:19:47.248421 3519 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0311 08:19:47.248448 3519 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0311 08:19:47.248454 3519 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0311 08:19:47.248463 3519 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0311 08:19:47.248484 3519 network_controller.go:246] [zone-nad-controller network controller]: syncing all networks I0311 08:19:47.248490 3519 network_controller.go:257] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 6.656µs I0311 08:19:47.248500 3519 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0311 08:19:47.248506 3519 nad_controller.go:162] [zone-nad-controller NAD controller]: started I0311 08:19:47.248518 3519 default_network_controller.go:322] Starting the default network controller I0311 08:19:47.248487 3519 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:u1177207006}] I0311 08:19:47.248557 3519 address_set.go:303] New(u1177207006/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0311 08:19:47.248567 3519 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:u1177207006}] I0311 08:19:47.248584 3519 default_network_controller.go:367] Existing number of nodes: 3 I0311 08:19:47.248593 3519 ovs.go:160] Exec(30): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0311 08:19:47.248935 3519 udn_enabled_svc.go:95] Performing full resync I0311 08:19:47.248991 3519 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {90657f84-0fa5-42cc-94f5-0558e4186c86}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.249016 3519 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.30.0.10 172.30.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {90657f84-0fa5-42cc-94f5-0558e4186c86}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.249269 3519 udn_enabled_svc.go:99] Waiting for handler to sync I0311 08:19:47.249283 3519 udn_enabled_svc.go:104] Starting worker I0311 08:19:47.252759 3519 ovs.go:163] Exec(30): stdout: "" I0311 08:19:47.252772 3519 ovs.go:164] Exec(30): stderr: "" I0311 08:19:47.252804 3519 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:u1177207007}] I0311 08:19:47.252830 3519 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:u1177207008}] I0311 08:19:47.252849 3519 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:u1177207009}] I0311 08:19:47.252862 3519 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:u1177207007} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207008} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207009}] I0311 08:19:47.253195 3519 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:u1177207010}] I0311 08:19:47.253242 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207011}] I0311 08:19:47.253285 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207012}] I0311 08:19:47.253318 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207013}] I0311 08:19:47.253351 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207014}] I0311 08:19:47.253388 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207015}] I0311 08:19:47.253419 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207016}] I0311 08:19:47.253469 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207017}] I0311 08:19:47.253502 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207018}] I0311 08:19:47.253534 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207019}] I0311 08:19:47.253574 3519 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:u1177207020}] I0311 08:19:47.253600 3519 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:u1177207010} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207011} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207012} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207013} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207014} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207015} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207016} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207017} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207018} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u1177207010}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207019} {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:u1177207020}] I0311 08:19:47.254208 3519 iptables.go:144] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0311 08:19:47.254611 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:342139fb-3f84-40b5-888c-b2dc5d2d8691}]} 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:u1177207021}] I0311 08:19:47.254656 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc008f45508 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:342139fb-3f84-40b5-888c-b2dc5d2d8691}]} 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:u1177207021}] I0311 08:19:47.255048 3519 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:u1177207022}] I0311 08:19:47.255083 3519 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:u1177207022}] I0311 08:19:47.255466 3519 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:u1177207023}] I0311 08:19:47.255500 3519 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:u1177207023}] I0311 08:19:47.255685 3519 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0311 08:19:47.255846 3519 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:u1177207024}] I0311 08:19:47.255899 3519 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:u1177207025}] I0311 08:19:47.255943 3519 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:u1177207024} {GoUUID:u1177207025}]}}] Timeout: Where:[where column _uuid == {d07d4d53-9cda-4d8c-bdf3-deb97a7f3501}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.255969 3519 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:u1177207024} {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:u1177207025} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1177207024} {GoUUID:u1177207025}]}}] Timeout: Where:[where column _uuid == {d07d4d53-9cda-4d8c-bdf3-deb97a7f3501}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.256748 3519 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:u1177207026}] I0311 08:19:47.256830 3519 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:u1177207027}] I0311 08:19:47.256902 3519 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:u1177207026} {GoUUID:u1177207027}]}}] Timeout: Where:[where column _uuid == {ed657498-7109-4635-9101-16cf79907eab}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.256934 3519 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:u1177207026} {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:u1177207027} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1177207026} {GoUUID:u1177207027}]}}] Timeout: Where:[where column _uuid == {ed657498-7109-4635-9101-16cf79907eab}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.257175 3519 iptables.go:144] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0311 08:19:47.257694 3519 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:u1177207028}] I0311 08:19:47.257714 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008f658b0 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:u1177207028}] I0311 08:19:47.258055 3519 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:u1177207029}] I0311 08:19:47.258113 3519 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:u1177207029}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.258140 3519 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:u1177207029} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207029}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.258522 3519 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:u1177207030}] I0311 08:19:47.258560 3519 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:u1177207030}]}}] Timeout: Where:[where column _uuid == {d24bd446-6d9b-4c33-b5f9-7431d4feb6af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.258587 3519 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:u1177207030} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207030}]}}] Timeout: Where:[where column _uuid == {d24bd446-6d9b-4c33-b5f9-7431d4feb6af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.258621 3519 iptables.go:108] Creating table: filter chain: FORWARD I0311 08:19:47.259009 3519 default_network_controller.go:389] Cleaning External Gateway ECMP routes I0311 08:19:47.259106 3519 repair.go:33] Syncing exgw routes took 81.03µs I0311 08:19:47.259139 3519 default_network_controller.go:408] Starting all the Watchers... I0311 08:19:47.259347 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep-ro I0311 08:19:47.259366 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication I0311 08:19:47.259381 3519 namespace.go:93] [openshift-backplane-srep-ro] adding namespace I0311 08:19:47.259391 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-user-workload-monitoring I0311 08:19:47.259395 3519 namespace.go:93] [openshift-authentication] adding namespace I0311 08:19:47.259367 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver-operator I0311 08:19:47.259399 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler I0311 08:19:47.259411 3519 namespace.go:93] [openshift-user-workload-monitoring] adding namespace I0311 08:19:47.259417 3519 namespace.go:93] [openshift-apiserver-operator] adding namespace I0311 08:19:47.259349 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift I0311 08:19:47.259421 3519 namespace.go:93] [openshift-kube-scheduler] adding namespace I0311 08:19:47.259426 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators I0311 08:19:47.259433 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager-operator I0311 08:19:47.259437 3519 namespace.go:93] [openshift] adding namespace I0311 08:19:47.259445 3519 namespace.go:93] [openshift-operators] adding namespace I0311 08:19:47.259448 3519 obj_retry.go:509] Add event received for *v1.Namespace default I0311 08:19:47.259449 3519 namespace.go:93] [openshift-controller-manager-operator] adding namespace I0311 08:19:47.259450 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-storage-operator I0311 08:19:47.259462 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-customer-monitoring I0311 08:19:47.259466 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0311 08:19:47.259469 3519 namespace.go:93] [default] adding namespace I0311 08:19:47.259479 3519 namespace.go:93] [openshift-cluster-storage-operator] adding namespace I0311 08:19:47.259480 3519 namespace.go:93] [openshift-customer-monitoring] adding namespace I0311 08:19:47.259349 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-tam I0311 08:19:47.259484 3519 namespace.go:93] [openshift-kube-scheduler-operator] adding namespace I0311 08:19:47.259485 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-csm I0311 08:19:47.259504 3519 namespace.go:93] [openshift-backplane-tam] adding namespace I0311 08:19:47.259380 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0311 08:19:47.259530 3519 namespace.go:93] [openshift-backplane-mcs-tier-two] adding namespace I0311 08:19:47.259485 3519 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:u1177207031}] I0311 08:19:47.259547 3519 address_set.go:303] New(u1177207031/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0311 08:19:47.259506 3519 namespace.go:93] [openshift-backplane-csm] adding namespace I0311 08:19:47.259557 3519 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:u1177207031}] I0311 08:19:47.259934 3519 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. I0311 08:19:47.259980 3519 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:u1177207032}] I0311 08:19:47.260000 3519 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:u1177207032}] I0311 08:19:47.260262 3519 namespace.go:97] [openshift-backplane-srep-ro] adding namespace took 874.339µs I0311 08:19:47.260274 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep-ro took: 908.517µs I0311 08:19:47.260282 3519 obj_retry.go:509] Add event received for *v1.Namespace kube-node-lease I0311 08:19:47.260288 3519 namespace.go:93] [kube-node-lease] adding namespace I0311 08:19:47.260322 3519 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:u1177207033}] I0311 08:19:47.260344 3519 address_set.go:303] New(u1177207033/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0311 08:19:47.260350 3519 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:u1177207033}] I0311 08:19:47.260675 3519 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:u1177207034}] I0311 08:19:47.260708 3519 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:u1177207034}] I0311 08:19:47.260994 3519 namespace.go:97] [kube-node-lease] adding namespace took 701.006µs I0311 08:19:47.261007 3519 obj_retry.go:548] Creating *v1.Namespace kube-node-lease took: 717.263µs I0311 08:19:47.261015 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-must-gather-operator I0311 08:19:47.261020 3519 namespace.go:93] [openshift-must-gather-operator] adding namespace I0311 08:19:47.261050 3519 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:u1177207035}] I0311 08:19:47.261069 3519 address_set.go:303] New(u1177207035/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0311 08:19:47.261074 3519 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:u1177207035}] I0311 08:19:47.261337 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0311 08:19:47.261369 3519 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:u1177207036}] I0311 08:19:47.261404 3519 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:u1177207036}] I0311 08:19:47.261752 3519 namespace.go:97] [openshift-must-gather-operator] adding namespace took 726.606µs I0311 08:19:47.261763 3519 obj_retry.go:548] Creating *v1.Namespace openshift-must-gather-operator took: 740.917µs I0311 08:19:47.261771 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-config-operator I0311 08:19:47.261776 3519 namespace.go:93] [openshift-machine-config-operator] adding namespace I0311 08:19:47.261761 3519 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:u1177207037}] I0311 08:19:47.261784 3519 address_set.go:303] New(u1177207037/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0311 08:19:47.261790 3519 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:u1177207037}] I0311 08:19:47.262091 3519 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:u1177207038}] I0311 08:19:47.262113 3519 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:u1177207038}] I0311 08:19:47.262455 3519 namespace.go:97] [openshift-authentication] adding namespace took 3.054804ms I0311 08:19:47.262463 3519 obj_retry.go:548] Creating *v1.Namespace openshift-authentication took: 3.084808ms I0311 08:19:47.262453 3519 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:u1177207039}] I0311 08:19:47.262484 3519 address_set.go:303] New(u1177207039/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0311 08:19:47.262494 3519 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:u1177207039}] I0311 08:19:47.262468 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-lpsre I0311 08:19:47.262539 3519 namespace.go:93] [openshift-backplane-lpsre] adding namespace I0311 08:19:47.262852 3519 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:u1177207040}] I0311 08:19:47.262882 3519 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:u1177207040}] I0311 08:19:47.263217 3519 namespace.go:97] [openshift-user-workload-monitoring] adding namespace took 3.797884ms I0311 08:19:47.263230 3519 obj_retry.go:548] Creating *v1.Namespace openshift-user-workload-monitoring took: 3.828574ms I0311 08:19:47.263216 3519 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:u1177207041}] I0311 08:19:47.263238 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-console I0311 08:19:47.263244 3519 namespace.go:93] [openshift-console] adding namespace I0311 08:19:47.263243 3519 address_set.go:303] New(u1177207041/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0311 08:19:47.263253 3519 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:u1177207041}] I0311 08:19:47.263550 3519 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:u1177207042}] I0311 08:19:47.263571 3519 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:u1177207042}] I0311 08:19:47.263868 3519 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:u1177207043}] I0311 08:19:47.263889 3519 address_set.go:303] New(u1177207043/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0311 08:19:47.263887 3519 namespace.go:97] [openshift-apiserver-operator] adding namespace took 4.463567ms I0311 08:19:47.263898 3519 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver-operator took: 4.491605ms I0311 08:19:47.263904 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-srep I0311 08:19:47.263895 3519 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:u1177207043}] I0311 08:19:47.263909 3519 namespace.go:93] [openshift-backplane-srep] adding namespace I0311 08:19:47.264157 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0311 08:19:47.264201 3519 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:u1177207044}] I0311 08:19:47.264224 3519 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:u1177207044}] I0311 08:19:47.264984 3519 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:u1177207045}] I0311 08:19:47.265009 3519 address_set.go:303] New(u1177207045/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0311 08:19:47.265018 3519 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:u1177207045}] I0311 08:19:47.264992 3519 namespace.go:97] [openshift-kube-scheduler] adding namespace took 5.563363ms I0311 08:19:47.265082 3519 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler took: 5.669494ms I0311 08:19:47.265094 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-machine-approver I0311 08:19:47.265101 3519 namespace.go:93] [openshift-cluster-machine-approver] adding namespace I0311 08:19:47.265420 3519 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:u1177207046}] I0311 08:19:47.265447 3519 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:u1177207046}] I0311 08:19:47.265621 3519 iptables.go:108] Creating table: filter chain: OUTPUT I0311 08:19:47.265823 3519 namespace.go:97] [openshift] adding namespace took 6.376618ms I0311 08:19:47.265824 3519 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:u1177207047}] I0311 08:19:47.265840 3519 obj_retry.go:548] Creating *v1.Namespace openshift took: 6.411791ms I0311 08:19:47.265846 3519 address_set.go:303] New(u1177207047/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0311 08:19:47.265851 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-node I0311 08:19:47.265858 3519 namespace.go:93] [openshift-node] adding namespace I0311 08:19:47.265851 3519 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:u1177207047}] I0311 08:19:47.266189 3519 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:u1177207048}] I0311 08:19:47.266213 3519 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:u1177207048}] I0311 08:19:47.266554 3519 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:u1177207049}] I0311 08:19:47.266585 3519 address_set.go:303] New(u1177207049/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0311 08:19:47.266593 3519 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:u1177207049}] I0311 08:19:47.266564 3519 namespace.go:97] [openshift-operators] adding namespace took 7.112751ms I0311 08:19:47.266656 3519 obj_retry.go:548] Creating *v1.Namespace openshift-operators took: 7.220872ms I0311 08:19:47.266665 3519 obj_retry.go:509] Add event received for *v1.Namespace kube-public I0311 08:19:47.266671 3519 namespace.go:93] [kube-public] adding namespace I0311 08:19:47.266768 3519 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. I0311 08:19:47.266955 3519 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:u1177207050}] I0311 08:19:47.266978 3519 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:u1177207050}] I0311 08:19:47.267263 3519 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:u1177207051}] I0311 08:19:47.267287 3519 address_set.go:303] New(u1177207051/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0311 08:19:47.267295 3519 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:u1177207051}] I0311 08:19:47.267275 3519 namespace.go:97] [openshift-controller-manager-operator] adding namespace took 7.816076ms I0311 08:19:47.267357 3519 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager-operator took: 7.914101ms I0311 08:19:47.267369 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-host-network I0311 08:19:47.267377 3519 namespace.go:93] [openshift-host-network] adding namespace I0311 08:19:47.267706 3519 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:u1177207052}] I0311 08:19:47.267740 3519 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:u1177207052}] I0311 08:19:47.268077 3519 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:u1177207053}] I0311 08:19:47.268094 3519 namespace.go:97] [default] adding namespace took 8.617882ms I0311 08:19:47.268103 3519 address_set.go:303] New(u1177207053/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0311 08:19:47.268104 3519 obj_retry.go:548] Creating *v1.Namespace default took: 8.646299ms I0311 08:19:47.268113 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-canary I0311 08:19:47.268119 3519 namespace.go:93] [openshift-ingress-canary] adding namespace I0311 08:19:47.268111 3519 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:u1177207053}] I0311 08:19:47.268225 3519 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 --syn -j REJECT" for protocol: 0 I0311 08:19:47.268374 3519 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:u1177207054}] I0311 08:19:47.268396 3519 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:u1177207054}] I0311 08:19:47.268719 3519 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:u1177207055}] I0311 08:19:47.268738 3519 address_set.go:303] New(u1177207055/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0311 08:19:47.268735 3519 namespace.go:97] [openshift-cluster-storage-operator] adding namespace took 9.249112ms I0311 08:19:47.268751 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-storage-operator took: 9.285757ms I0311 08:19:47.268744 3519 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:u1177207055}] I0311 08:19:47.268763 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-package-operator I0311 08:19:47.268772 3519 namespace.go:93] [openshift-package-operator] adding namespace I0311 08:19:47.269072 3519 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:u1177207056}] I0311 08:19:47.269094 3519 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:u1177207056}] I0311 08:19:47.269415 3519 namespace.go:97] [openshift-customer-monitoring] adding namespace took 9.92709ms I0311 08:19:47.269430 3519 obj_retry.go:548] Creating *v1.Namespace openshift-customer-monitoring took: 9.958726ms I0311 08:19:47.269438 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0311 08:19:47.269444 3519 namespace.go:93] [openshift-backplane-managed-scripts] adding namespace I0311 08:19:47.269408 3519 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:u1177207057}] I0311 08:19:47.269452 3519 address_set.go:303] New(u1177207057/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0311 08:19:47.269458 3519 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:u1177207057}] I0311 08:19:47.269782 3519 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:u1177207058}] I0311 08:19:47.269802 3519 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:u1177207058}] I0311 08:19:47.270124 3519 namespace.go:97] [openshift-kube-scheduler-operator] adding namespace took 10.631961ms I0311 08:19:47.270119 3519 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:u1177207059}] I0311 08:19:47.270133 3519 obj_retry.go:548] Creating *v1.Namespace openshift-kube-scheduler-operator took: 10.659026ms I0311 08:19:47.270140 3519 address_set.go:303] New(u1177207059/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0311 08:19:47.270143 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cee I0311 08:19:47.270149 3519 namespace.go:93] [openshift-backplane-cee] adding namespace I0311 08:19:47.270146 3519 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:u1177207059}] I0311 08:19:47.270437 3519 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:u1177207060}] I0311 08:19:47.270459 3519 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:u1177207060}] I0311 08:19:47.270871 3519 namespace.go:97] [openshift-backplane-tam] adding namespace took 11.355053ms I0311 08:19:47.270870 3519 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:u1177207061}] I0311 08:19:47.270905 3519 address_set.go:303] New(u1177207061/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0311 08:19:47.270911 3519 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:u1177207061}] I0311 08:19:47.270887 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-tam took: 11.395026ms I0311 08:19:47.270971 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0311 08:19:47.270980 3519 namespace.go:93] [openshift-kube-storage-version-migrator-operator] adding namespace I0311 08:19:47.271118 3519 iptables.go:121] Adding rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 --syn -j REJECT" for protocol: 0 I0311 08:19:47.271281 3519 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:u1177207062}] I0311 08:19:47.271309 3519 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:u1177207062}] I0311 08:19:47.271739 3519 namespace.go:97] [openshift-backplane-mcs-tier-two] adding namespace took 12.19809ms I0311 08:19:47.271754 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 12.2351ms I0311 08:19:47.271763 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-operator I0311 08:19:47.271769 3519 namespace.go:93] [openshift-config-operator] adding namespace I0311 08:19:47.271749 3519 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:u1177207063}] I0311 08:19:47.271780 3519 address_set.go:303] New(u1177207063/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0311 08:19:47.271788 3519 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:u1177207063}] I0311 08:19:47.272152 3519 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:u1177207064}] I0311 08:19:47.272174 3519 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:u1177207064}] I0311 08:19:47.272538 3519 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:u1177207065}] I0311 08:19:47.272562 3519 address_set.go:303] New(u1177207065/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0311 08:19:47.272567 3519 namespace.go:97] [openshift-backplane-csm] adding namespace took 13.005972ms I0311 08:19:47.272567 3519 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:u1177207065}] I0311 08:19:47.272579 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-csm took: 13.078355ms I0311 08:19:47.272593 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-infra I0311 08:19:47.272604 3519 namespace.go:93] [openshift-infra] adding namespace I0311 08:19:47.272734 3519 gateway_shared_intf.go:2550] Gateway Creation Complete I0311 08:19:47.272752 3519 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-1-58.ec2.internal","mac-address":"0a:ff:f2:31:d0:3f","ip-addresses":["10.0.1.58/24"],"ip-address":"10.0.1.58/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb k8s.ovn.org/node-encap-ips:["10.0.1.58"] k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.58/24"} k8s.ovn.org/zone-name:ip-10-0-1-58.ec2.internal] on node ip-10-0-1-58.ec2.internal I0311 08:19:47.273111 3519 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:u1177207066}] I0311 08:19:47.273138 3519 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:u1177207066}] I0311 08:19:47.273473 3519 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:u1177207067}] I0311 08:19:47.273500 3519 address_set.go:303] New(u1177207067/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0311 08:19:47.273501 3519 namespace.go:97] [openshift-machine-config-operator] adding namespace took 11.717542ms I0311 08:19:47.273514 3519 obj_retry.go:548] Creating *v1.Namespace openshift-machine-config-operator took: 11.734855ms I0311 08:19:47.273508 3519 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:u1177207067}] I0311 08:19:47.273526 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-service-ca-operator I0311 08:19:47.273537 3519 namespace.go:93] [openshift-service-ca-operator] adding namespace I0311 08:19:47.273854 3519 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:u1177207068}] I0311 08:19:47.273883 3519 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:u1177207068}] I0311 08:19:47.274232 3519 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:u1177207069}] I0311 08:19:47.274261 3519 address_set.go:303] New(u1177207069/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0311 08:19:47.274270 3519 namespace.go:97] [openshift-backplane-lpsre] adding namespace took 11.724648ms I0311 08:19:47.274281 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-lpsre took: 11.738156ms I0311 08:19:47.274269 3519 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:u1177207069}] I0311 08:19:47.274292 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-logging I0311 08:19:47.274311 3519 namespace.go:93] [openshift-logging] adding namespace I0311 08:19:47.274602 3519 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:u1177207070}] I0311 08:19:47.274643 3519 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:u1177207070}] I0311 08:19:47.275035 3519 namespace.go:97] [openshift-console] adding namespace took 11.783716ms I0311 08:19:47.275082 3519 obj_retry.go:548] Creating *v1.Namespace openshift-console took: 11.835633ms I0311 08:19:47.275095 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0311 08:19:47.275103 3519 namespace.go:93] [openshift-cloud-network-config-controller] adding namespace I0311 08:19:47.275039 3519 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:u1177207071}] I0311 08:19:47.275116 3519 address_set.go:303] New(u1177207071/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0311 08:19:47.275122 3519 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:u1177207071}] I0311 08:19:47.275441 3519 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:u1177207072}] I0311 08:19:47.275468 3519 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:u1177207072}] I0311 08:19:47.275877 3519 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:u1177207073}] I0311 08:19:47.275939 3519 address_set.go:303] New(u1177207073/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0311 08:19:47.275950 3519 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:u1177207073}] I0311 08:19:47.275916 3519 namespace.go:97] [openshift-backplane-srep] adding namespace took 11.999832ms I0311 08:19:47.276034 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-srep took: 12.12084ms I0311 08:19:47.276045 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0311 08:19:47.276053 3519 namespace.go:93] [openshift-operator-lifecycle-manager] adding namespace I0311 08:19:47.276311 3519 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:u1177207074}] I0311 08:19:47.276334 3519 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:u1177207074}] I0311 08:19:47.276685 3519 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:u1177207075}] I0311 08:19:47.276710 3519 address_set.go:303] New(u1177207075/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0311 08:19:47.276717 3519 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:u1177207075}] I0311 08:19:47.276730 3519 namespace.go:97] [openshift-cluster-machine-approver] adding namespace took 11.620113ms I0311 08:19:47.276744 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-machine-approver took: 11.640832ms I0311 08:19:47.276756 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-monitoring I0311 08:19:47.276763 3519 namespace.go:93] [openshift-monitoring] adding namespace I0311 08:19:47.277131 3519 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:u1177207076}] I0311 08:19:47.277161 3519 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:u1177207076}] I0311 08:19:47.277648 3519 namespace.go:97] [openshift-node] adding namespace took 11.781602ms I0311 08:19:47.277616 3519 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:u1177207077}] I0311 08:19:47.277663 3519 obj_retry.go:548] Creating *v1.Namespace openshift-node took: 11.802276ms I0311 08:19:47.277667 3519 address_set.go:303] New(u1177207077/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0311 08:19:47.277674 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-user-settings I0311 08:19:47.277682 3519 namespace.go:93] [openshift-console-user-settings] adding namespace I0311 08:19:47.277676 3519 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:u1177207077}] I0311 08:19:47.278006 3519 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:u1177207078}] I0311 08:19:47.278070 3519 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:u1177207078}] I0311 08:19:47.278429 3519 namespace.go:97] [kube-public] adding namespace took 11.750502ms I0311 08:19:47.278445 3519 obj_retry.go:548] Creating *v1.Namespace kube-public took: 11.770232ms I0311 08:19:47.278456 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-apiserver I0311 08:19:47.278464 3519 namespace.go:93] [openshift-apiserver] adding namespace I0311 08:19:47.278445 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207079}] I0311 08:19:47.278473 3519 address_set.go:303] New(u1177207079/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3] I0311 08:19:47.278479 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.129.0.2 100.64.0.3 10.130.0.2 100.64.0.4 10.128.0.2 100.64.0.2]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207079}] I0311 08:19:47.278899 3519 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:u1177207080}] I0311 08:19:47.278973 3519 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:u1177207080}] I0311 08:19:47.279328 3519 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:u1177207081}] I0311 08:19:47.279359 3519 namespace.go:97] [openshift-host-network] adding namespace took 11.974804ms I0311 08:19:47.279362 3519 address_set.go:303] New(u1177207081/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0311 08:19:47.279371 3519 obj_retry.go:548] Creating *v1.Namespace openshift-host-network took: 11.991637ms I0311 08:19:47.279382 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-image-registry I0311 08:19:47.279371 3519 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:u1177207081}] I0311 08:19:47.279390 3519 namespace.go:93] [openshift-image-registry] adding namespace I0311 08:19:47.279757 3519 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:u1177207082}] I0311 08:19:47.279788 3519 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:u1177207082}] I0311 08:19:47.280178 3519 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:u1177207083}] I0311 08:19:47.280207 3519 address_set.go:303] New(u1177207083/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0311 08:19:47.280218 3519 namespace.go:97] [openshift-ingress-canary] adding namespace took 12.091906ms I0311 08:19:47.280215 3519 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:u1177207083}] I0311 08:19:47.280235 3519 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-canary took: 12.112072ms I0311 08:19:47.280245 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-route-controller-manager I0311 08:19:47.280253 3519 namespace.go:93] [openshift-route-controller-manager] adding namespace I0311 08:19:47.280596 3519 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:u1177207084}] I0311 08:19:47.280618 3519 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:u1177207084}] I0311 08:19:47.280964 3519 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:u1177207085}] I0311 08:19:47.280987 3519 address_set.go:303] New(u1177207085/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0311 08:19:47.280998 3519 namespace.go:97] [openshift-package-operator] adding namespace took 12.217443ms I0311 08:19:47.280995 3519 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:u1177207085}] I0311 08:19:47.281012 3519 obj_retry.go:548] Creating *v1.Namespace openshift-package-operator took: 12.238302ms I0311 08:19:47.281025 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-controller-manager I0311 08:19:47.281034 3519 namespace.go:93] [openshift-cloud-controller-manager] adding namespace I0311 08:19:47.281295 3519 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:u1177207086}] I0311 08:19:47.281322 3519 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:u1177207086}] I0311 08:19:47.281666 3519 namespace.go:97] [openshift-backplane-managed-scripts] adding namespace took 12.21556ms I0311 08:19:47.281681 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-managed-scripts took: 12.234254ms I0311 08:19:47.281692 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress-operator I0311 08:19:47.281697 3519 namespace.go:93] [openshift-ingress-operator] adding namespace I0311 08:19:47.281688 3519 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:u1177207087}] I0311 08:19:47.281708 3519 address_set.go:303] New(u1177207087/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0311 08:19:47.281714 3519 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:u1177207087}] I0311 08:19:47.282077 3519 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:u1177207088}] I0311 08:19:47.282097 3519 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:u1177207088}] I0311 08:19:47.282446 3519 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:u1177207089}] I0311 08:19:47.282470 3519 namespace.go:97] [openshift-backplane-cee] adding namespace took 12.315973ms I0311 08:19:47.282475 3519 address_set.go:303] New(u1177207089/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0311 08:19:47.282480 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cee took: 12.329426ms I0311 08:19:47.282492 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-operator I0311 08:19:47.282483 3519 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:u1177207089}] I0311 08:19:47.282500 3519 namespace.go:93] [openshift-network-operator] adding namespace I0311 08:19:47.282873 3519 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:u1177207090}] I0311 08:19:47.282895 3519 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:u1177207090}] I0311 08:19:47.283235 3519 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:u1177207091}] I0311 08:19:47.283258 3519 address_set.go:303] New(u1177207091/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0311 08:19:47.283264 3519 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:u1177207091}] I0311 08:19:47.283315 3519 namespace.go:97] [openshift-kube-storage-version-migrator-operator] adding namespace took 12.327825ms I0311 08:19:47.283331 3519 obj_retry.go:548] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 12.350084ms I0311 08:19:47.283342 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-deployment-validation-operator I0311 08:19:47.283349 3519 namespace.go:93] [openshift-deployment-validation-operator] adding namespace I0311 08:19:47.283620 3519 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:u1177207092}] I0311 08:19:47.283663 3519 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:u1177207092}] I0311 08:19:47.284020 3519 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:u1177207093}] I0311 08:19:47.284052 3519 address_set.go:303] New(u1177207093/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0311 08:19:47.284049 3519 namespace.go:97] [openshift-config-operator] adding namespace took 12.273792ms I0311 08:19:47.284065 3519 obj_retry.go:548] Creating *v1.Namespace openshift-config-operator took: 12.293448ms I0311 08:19:47.284062 3519 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:u1177207093}] I0311 08:19:47.284076 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns I0311 08:19:47.284086 3519 namespace.go:93] [openshift-dns] adding namespace I0311 08:19:47.284400 3519 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:u1177207094}] I0311 08:19:47.284426 3519 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:u1177207094}] I0311 08:19:47.284745 3519 namespace.go:97] [openshift-infra] adding namespace took 12.1327ms I0311 08:19:47.284743 3519 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:u1177207095}] I0311 08:19:47.284761 3519 obj_retry.go:548] Creating *v1.Namespace openshift-infra took: 12.156259ms I0311 08:19:47.284762 3519 address_set.go:303] New(u1177207095/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0311 08:19:47.284770 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-console I0311 08:19:47.284768 3519 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:u1177207095}] I0311 08:19:47.284778 3519 namespace.go:93] [openshift-network-console] adding namespace I0311 08:19:47.285064 3519 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:u1177207096}] I0311 08:19:47.285084 3519 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:u1177207096}] I0311 08:19:47.285471 3519 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:u1177207097}] I0311 08:19:47.285505 3519 address_set.go:303] New(u1177207097/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0311 08:19:47.285506 3519 namespace.go:97] [openshift-service-ca-operator] adding namespace took 11.960618ms I0311 08:19:47.285519 3519 obj_retry.go:548] Creating *v1.Namespace openshift-service-ca-operator took: 11.982817ms I0311 08:19:47.285513 3519 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:u1177207097}] I0311 08:19:47.285531 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-authentication-operator I0311 08:19:47.285538 3519 namespace.go:93] [openshift-authentication-operator] adding namespace I0311 08:19:47.285878 3519 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:u1177207098}] I0311 08:19:47.285908 3519 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:u1177207098}] I0311 08:19:47.286236 3519 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:u1177207099}] I0311 08:19:47.286256 3519 namespace.go:97] [openshift-logging] adding namespace took 11.937779ms I0311 08:19:47.286265 3519 address_set.go:303] New(u1177207099/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0311 08:19:47.286271 3519 obj_retry.go:548] Creating *v1.Namespace openshift-logging took: 11.968483ms I0311 08:19:47.286270 3519 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:u1177207099}] I0311 08:19:47.286282 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0311 08:19:47.286289 3519 namespace.go:93] [openshift-cluster-csi-drivers] adding namespace I0311 08:19:47.286598 3519 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:u1177207100}] I0311 08:19:47.286619 3519 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:u1177207100}] I0311 08:19:47.287001 3519 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:u1177207101}] I0311 08:19:47.287030 3519 address_set.go:303] New(u1177207101/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0311 08:19:47.287043 3519 namespace.go:97] [openshift-cloud-network-config-controller] adding namespace took 11.930566ms I0311 08:19:47.287037 3519 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:u1177207101}] I0311 08:19:47.287056 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-network-config-controller took: 11.95061ms I0311 08:19:47.287068 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-config-managed I0311 08:19:47.287076 3519 namespace.go:93] [openshift-config-managed] adding namespace I0311 08:19:47.287424 3519 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:u1177207102}] I0311 08:19:47.287453 3519 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:u1177207102}] I0311 08:19:47.287839 3519 namespace.go:97] [openshift-operator-lifecycle-manager] adding namespace took 11.778144ms I0311 08:19:47.287892 3519 obj_retry.go:548] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 11.836704ms I0311 08:19:47.287909 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-ingress I0311 08:19:47.287916 3519 namespace.go:93] [openshift-ingress] adding namespace I0311 08:19:47.287850 3519 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:u1177207103}] I0311 08:19:47.287928 3519 address_set.go:303] New(u1177207103/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0311 08:19:47.287936 3519 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:u1177207103}] I0311 08:19:47.288206 3519 ovs.go:160] Exec(31): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3127.ctl connection-status I0311 08:19:47.288412 3519 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:u1177207104}] I0311 08:19:47.288480 3519 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:u1177207104}] I0311 08:19:47.288879 3519 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:u1177207105}] I0311 08:19:47.288907 3519 namespace.go:97] [openshift-monitoring] adding namespace took 12.135122ms I0311 08:19:47.288913 3519 address_set.go:303] New(u1177207105/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0311 08:19:47.288923 3519 obj_retry.go:548] Creating *v1.Namespace openshift-monitoring took: 12.157728ms I0311 08:19:47.288933 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0311 08:19:47.288938 3519 namespace.go:93] [openshift-cluster-node-tuning-operator] adding namespace I0311 08:19:47.288923 3519 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:u1177207105}] I0311 08:19:47.289285 3519 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:u1177207106}] I0311 08:19:47.289313 3519 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:u1177207106}] I0311 08:19:47.289725 3519 namespace.go:97] [openshift-console-user-settings] adding namespace took 12.036337ms I0311 08:19:47.289740 3519 obj_retry.go:548] Creating *v1.Namespace openshift-console-user-settings took: 12.058336ms I0311 08:19:47.289749 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cloud-credential-operator I0311 08:19:47.289755 3519 namespace.go:93] [openshift-cloud-credential-operator] adding namespace I0311 08:19:47.289713 3519 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:u1177207107}] I0311 08:19:47.289763 3519 address_set.go:303] New(u1177207107/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0311 08:19:47.289769 3519 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:u1177207107}] I0311 08:19:47.290144 3519 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:u1177207108}] I0311 08:19:47.290176 3519 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:u1177207108}] I0311 08:19:47.290559 3519 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:u1177207109}] I0311 08:19:47.290645 3519 address_set.go:303] New(u1177207109/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0311 08:19:47.290682 3519 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:u1177207109}] I0311 08:19:47.290582 3519 namespace.go:97] [openshift-apiserver] adding namespace took 12.111103ms I0311 08:19:47.290721 3519 obj_retry.go:548] Creating *v1.Namespace openshift-apiserver took: 12.253077ms I0311 08:19:47.290735 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-machine-api I0311 08:19:47.290744 3519 namespace.go:93] [openshift-machine-api] adding namespace I0311 08:19:47.291056 3519 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:u1177207110}] I0311 08:19:47.291080 3519 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:u1177207110}] I0311 08:19:47.291390 3519 namespace.go:97] [openshift-image-registry] adding namespace took 11.981956ms I0311 08:19:47.291406 3519 obj_retry.go:548] Creating *v1.Namespace openshift-image-registry took: 12.013685ms I0311 08:19:47.291417 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane I0311 08:19:47.291425 3519 namespace.go:93] [openshift-backplane] adding namespace I0311 08:19:47.291413 3519 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:u1177207111}] I0311 08:19:47.291440 3519 address_set.go:303] New(u1177207111/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0311 08:19:47.291446 3519 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:u1177207111}] I0311 08:19:47.291899 3519 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:u1177207112}] I0311 08:19:47.291930 3519 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:u1177207112}] I0311 08:19:47.292277 3519 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:u1177207113}] I0311 08:19:47.292305 3519 address_set.go:303] New(u1177207113/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0311 08:19:47.292305 3519 namespace.go:97] [openshift-route-controller-manager] adding namespace took 12.045658ms I0311 08:19:47.292318 3519 obj_retry.go:548] Creating *v1.Namespace openshift-route-controller-manager took: 12.061929ms I0311 08:19:47.292313 3519 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:u1177207113}] I0311 08:19:47.292331 3519 obj_retry.go:509] Add event received for *v1.Namespace dedicated-admin I0311 08:19:47.292340 3519 namespace.go:93] [dedicated-admin] adding namespace I0311 08:19:47.292672 3519 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:u1177207114}] I0311 08:19:47.292703 3519 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:u1177207114}] I0311 08:19:47.293077 3519 namespace.go:97] [openshift-cloud-controller-manager] adding namespace took 12.034277ms I0311 08:19:47.293107 3519 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:u1177207115}] I0311 08:19:47.293194 3519 address_set.go:303] New(u1177207115/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0311 08:19:47.293207 3519 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:u1177207115}] I0311 08:19:47.293126 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-controller-manager took: 12.089951ms I0311 08:19:47.293279 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver I0311 08:19:47.293294 3519 namespace.go:93] [openshift-kube-apiserver] adding namespace I0311 08:19:47.293454 3519 ovs.go:163] Exec(31): stdout: "connected\n" I0311 08:19:47.293469 3519 ovs.go:164] Exec(31): stderr: "" I0311 08:19:47.293479 3519 default_node_network_controller.go:523] Node connection status = connected I0311 08:19:47.293491 3519 ovs.go:160] Exec(32): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 08:19:47.293813 3519 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:u1177207116}] I0311 08:19:47.293835 3519 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:u1177207116}] I0311 08:19:47.294232 3519 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:u1177207117}] I0311 08:19:47.294305 3519 address_set.go:303] New(u1177207117/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0311 08:19:47.294317 3519 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:u1177207117}] I0311 08:19:47.294259 3519 namespace.go:97] [openshift-ingress-operator] adding namespace took 12.553721ms I0311 08:19:47.294391 3519 obj_retry.go:548] Creating *v1.Namespace openshift-ingress-operator took: 12.685632ms I0311 08:19:47.294407 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager I0311 08:19:47.294416 3519 namespace.go:93] [openshift-kube-controller-manager] adding namespace I0311 08:19:47.295315 3519 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:u1177207118}] I0311 08:19:47.295351 3519 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:u1177207118}] I0311 08:19:47.295760 3519 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:u1177207119}] I0311 08:19:47.295785 3519 namespace.go:97] [openshift-network-operator] adding namespace took 13.277631ms I0311 08:19:47.295792 3519 address_set.go:303] New(u1177207119/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0311 08:19:47.295799 3519 obj_retry.go:548] Creating *v1.Namespace openshift-network-operator took: 13.296816ms I0311 08:19:47.295810 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-dns-operator I0311 08:19:47.295800 3519 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:u1177207119}] I0311 08:19:47.295818 3519 namespace.go:93] [openshift-dns-operator] adding namespace I0311 08:19:47.296183 3519 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:u1177207120}] I0311 08:19:47.296214 3519 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:u1177207120}] I0311 08:19:47.296574 3519 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:u1177207121}] I0311 08:19:47.296604 3519 address_set.go:303] New(u1177207121/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0311 08:19:47.296609 3519 namespace.go:97] [openshift-deployment-validation-operator] adding namespace took 13.252758ms I0311 08:19:47.296610 3519 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:u1177207121}] I0311 08:19:47.296655 3519 obj_retry.go:548] Creating *v1.Namespace openshift-deployment-validation-operator took: 13.270124ms I0311 08:19:47.296668 3519 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth I0311 08:19:47.296677 3519 namespace.go:93] [open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth] adding namespace I0311 08:19:47.296968 3519 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:u1177207122}] I0311 08:19:47.296996 3519 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:u1177207122}] I0311 08:19:47.297332 3519 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:u1177207123}] I0311 08:19:47.297399 3519 address_set.go:303] New(u1177207123/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0311 08:19:47.297408 3519 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:u1177207123}] I0311 08:19:47.297374 3519 namespace.go:97] [openshift-dns] adding namespace took 13.278803ms I0311 08:19:47.297466 3519 obj_retry.go:548] Creating *v1.Namespace openshift-dns took: 13.379919ms I0311 08:19:47.297475 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-etcd I0311 08:19:47.297480 3519 namespace.go:93] [openshift-etcd] adding namespace I0311 08:19:47.297772 3519 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:u1177207124}] I0311 08:19:47.297793 3519 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:u1177207124}] I0311 08:19:47.298164 3519 namespace.go:97] [openshift-network-console] adding namespace took 13.374053ms I0311 08:19:47.298170 3519 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:u1177207125}] I0311 08:19:47.298191 3519 obj_retry.go:548] Creating *v1.Namespace openshift-network-console took: 13.401597ms I0311 08:19:47.298194 3519 address_set.go:303] New(u1177207125/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0311 08:19:47.298203 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-ovn-kubernetes I0311 08:19:47.298212 3519 namespace.go:93] [openshift-ovn-kubernetes] adding namespace I0311 08:19:47.298203 3519 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:u1177207125}] I0311 08:19:47.298572 3519 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:u1177207126}] I0311 08:19:47.298596 3519 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:u1177207126}] I0311 08:19:47.299024 3519 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:u1177207127}] I0311 08:19:47.299051 3519 namespace.go:97] [openshift-authentication-operator] adding namespace took 13.505552ms I0311 08:19:47.299059 3519 address_set.go:303] New(u1177207127/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0311 08:19:47.299067 3519 obj_retry.go:548] Creating *v1.Namespace openshift-authentication-operator took: 13.525978ms I0311 08:19:47.299067 3519 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:u1177207127}] I0311 08:19:47.299442 3519 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:u1177207128}] I0311 08:19:47.299467 3519 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:u1177207128}] I0311 08:19:47.299944 3519 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:u1177207129}] I0311 08:19:47.299968 3519 namespace.go:97] [openshift-cluster-csi-drivers] adding namespace took 13.671381ms I0311 08:19:47.299974 3519 address_set.go:303] New(u1177207129/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0311 08:19:47.299982 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-csi-drivers took: 13.688575ms I0311 08:19:47.299982 3519 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:u1177207129}] I0311 08:19:47.299993 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-config I0311 08:19:47.300010 3519 namespace.go:93] [openshift-config] adding namespace I0311 08:19:47.300395 3519 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:u1177207130}] I0311 08:19:47.300421 3519 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:u1177207130}] I0311 08:19:47.300822 3519 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:u1177207131}] I0311 08:19:47.300856 3519 address_set.go:303] New(u1177207131/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0311 08:19:47.300873 3519 namespace.go:97] [openshift-config-managed] adding namespace took 13.78955ms I0311 08:19:47.300865 3519 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:u1177207131}] I0311 08:19:47.300887 3519 obj_retry.go:548] Creating *v1.Namespace openshift-config-managed took: 13.808266ms I0311 08:19:47.300898 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-multus I0311 08:19:47.300921 3519 namespace.go:93] [openshift-multus] adding namespace I0311 08:19:47.301272 3519 ovs.go:163] Exec(32): stdout: "" I0311 08:19:47.301285 3519 ovs.go:164] Exec(32): stderr: "" I0311 08:19:47.301293 3519 ovs.go:160] Exec(33): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 08:19:47.301309 3519 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:u1177207132}] I0311 08:19:47.301338 3519 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:u1177207132}] I0311 08:19:47.301792 3519 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:u1177207133}] I0311 08:19:47.301821 3519 address_set.go:303] New(u1177207133/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0311 08:19:47.301825 3519 namespace.go:97] [openshift-ingress] adding namespace took 13.897368ms I0311 08:19:47.301829 3519 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:u1177207133}] I0311 08:19:47.301839 3519 obj_retry.go:548] Creating *v1.Namespace openshift-ingress took: 13.920101ms I0311 08:19:47.301852 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-operators-redhat I0311 08:19:47.301861 3519 namespace.go:93] [openshift-operators-redhat] adding namespace I0311 08:19:47.302230 3519 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:u1177207134}] I0311 08:19:47.302253 3519 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:u1177207134}] I0311 08:19:47.302679 3519 namespace.go:97] [openshift-cluster-node-tuning-operator] adding namespace took 13.73351ms I0311 08:19:47.302696 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 13.754924ms I0311 08:19:47.302707 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-node-identity I0311 08:19:47.302715 3519 namespace.go:93] [openshift-network-node-identity] adding namespace I0311 08:19:47.302767 3519 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:u1177207135}] I0311 08:19:47.302800 3519 address_set.go:303] New(u1177207135/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0311 08:19:47.302808 3519 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:u1177207135}] I0311 08:19:47.303230 3519 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:u1177207136}] I0311 08:19:47.303294 3519 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:u1177207136}] I0311 08:19:47.303673 3519 namespace.go:97] [openshift-cloud-credential-operator] adding namespace took 13.910464ms I0311 08:19:47.303745 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cloud-credential-operator took: 13.976847ms I0311 08:19:47.303762 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-network-diagnostics I0311 08:19:47.303771 3519 namespace.go:93] [openshift-network-diagnostics] adding namespace I0311 08:19:47.303676 3519 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:u1177207137}] I0311 08:19:47.303784 3519 address_set.go:303] New(u1177207137/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0311 08:19:47.303792 3519 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:u1177207137}] I0311 08:19:47.304217 3519 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:u1177207138}] I0311 08:19:47.304245 3519 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:u1177207138}] I0311 08:19:47.304673 3519 namespace.go:97] [openshift-machine-api] adding namespace took 13.920564ms I0311 08:19:47.304688 3519 obj_retry.go:548] Creating *v1.Namespace openshift-machine-api took: 13.943833ms I0311 08:19:47.304697 3519 obj_retry.go:509] Add event received for *v1.Namespace kube-system I0311 08:19:47.304703 3519 namespace.go:93] [kube-system] adding namespace I0311 08:19:47.304698 3519 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:u1177207139}] I0311 08:19:47.304730 3519 address_set.go:303] New(u1177207139/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0311 08:19:47.304739 3519 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:u1177207139}] I0311 08:19:47.305106 3519 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:u1177207140}] I0311 08:19:47.305133 3519 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:u1177207140}] I0311 08:19:47.305498 3519 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:u1177207141}] I0311 08:19:47.305518 3519 namespace.go:97] [openshift-backplane] adding namespace took 14.086907ms I0311 08:19:47.305529 3519 address_set.go:303] New(u1177207141/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0311 08:19:47.305530 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane took: 14.105026ms I0311 08:19:47.305540 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-version I0311 08:19:47.305545 3519 namespace.go:93] [openshift-cluster-version] adding namespace I0311 08:19:47.305537 3519 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:u1177207141}] I0311 08:19:47.305978 3519 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:u1177207142}] I0311 08:19:47.306011 3519 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:u1177207142}] I0311 08:19:47.306359 3519 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:u1177207143}] I0311 08:19:47.306385 3519 address_set.go:303] New(u1177207143/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0311 08:19:47.306390 3519 namespace.go:97] [dedicated-admin] adding namespace took 14.041465ms I0311 08:19:47.306403 3519 obj_retry.go:548] Creating *v1.Namespace dedicated-admin took: 14.061215ms I0311 08:19:47.306393 3519 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:u1177207143}] I0311 08:19:47.306415 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-controller-manager I0311 08:19:47.306423 3519 namespace.go:93] [openshift-controller-manager] adding namespace I0311 08:19:47.306809 3519 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:u1177207144}] I0311 08:19:47.306878 3519 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:u1177207144}] I0311 08:19:47.307292 3519 namespace.go:97] [openshift-kube-apiserver] adding namespace took 13.989467ms I0311 08:19:47.307310 3519 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver took: 14.014951ms I0311 08:19:47.307322 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-cse I0311 08:19:47.307330 3519 namespace.go:93] [openshift-backplane-cse] adding namespace I0311 08:19:47.307276 3519 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:u1177207145}] I0311 08:19:47.307343 3519 address_set.go:303] New(u1177207145/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0311 08:19:47.307353 3519 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:u1177207145}] I0311 08:19:47.307461 3519 ovs.go:163] Exec(33): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0311 08:19:47.307476 3519 ovs.go:164] Exec(33): stderr: "" I0311 08:19:47.307487 3519 ovs.go:160] Exec(34): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-58.ec2.internal-to-br-int ofport I0311 08:19:47.307736 3519 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:u1177207146}] I0311 08:19:47.307814 3519 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:u1177207146}] I0311 08:19:47.308218 3519 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:u1177207147}] I0311 08:19:47.308242 3519 namespace.go:97] [openshift-kube-controller-manager] adding namespace took 13.817ms I0311 08:19:47.308257 3519 address_set.go:303] New(u1177207147/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0311 08:19:47.308259 3519 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager took: 13.841607ms I0311 08:19:47.308271 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-marketplace I0311 08:19:47.308279 3519 namespace.go:93] [openshift-marketplace] adding namespace I0311 08:19:47.308265 3519 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:u1177207147}] I0311 08:19:47.308604 3519 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:u1177207148}] I0311 08:19:47.308648 3519 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:u1177207148}] I0311 08:19:47.308988 3519 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-2ovd18q8bue50eb2boov1bhdddghejth:v4 k8s.ovn.org/name:open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13383780264657003279] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207149}] I0311 08:19:47.309031 3519 namespace.go:97] [openshift-dns-operator] adding namespace took 13.205556ms I0311 08:19:47.309040 3519 address_set.go:303] New(u1177207149/default-network-controller:Namespace:open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth:v4/a13383780264657003279) with [] I0311 08:19:47.309042 3519 obj_retry.go:548] Creating *v1.Namespace openshift-dns-operator took: 13.222453ms I0311 08:19:47.309055 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-cluster-samples-operator I0311 08:19:47.309065 3519 namespace.go:93] [openshift-cluster-samples-operator] adding namespace I0311 08:19:47.309051 3519 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-2ovd18q8bue50eb2boov1bhdddghejth:v4 k8s.ovn.org/name:open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a13383780264657003279] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207149}] I0311 08:19:47.309501 3519 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-2ovd18q8bue50eb2boov1bhdddghejth k8s.ovn.org/name:open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17031345049816664325] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207150}] I0311 08:19:47.309526 3519 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-2ovd18q8bue50eb2boov1bhdddghejth k8s.ovn.org/name:open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a17031345049816664325] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207150}] I0311 08:19:47.309914 3519 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:u1177207151}] I0311 08:19:47.309939 3519 address_set.go:303] New(u1177207151/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0311 08:19:47.309945 3519 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:u1177207151}] I0311 08:19:47.310000 3519 namespace.go:97] [open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth] adding namespace took 13.317703ms I0311 08:19:47.310014 3519 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth took: 13.335555ms I0311 08:19:47.310025 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0311 08:19:47.310032 3519 namespace.go:93] [openshift-kube-controller-manager-operator] adding namespace I0311 08:19:47.310276 3519 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:u1177207152}] I0311 08:19:47.310338 3519 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:u1177207152}] I0311 08:19:47.310667 3519 namespace.go:97] [openshift-etcd] adding namespace took 13.179379ms I0311 08:19:47.310725 3519 obj_retry.go:548] Creating *v1.Namespace openshift-etcd took: 13.240764ms I0311 08:19:47.310741 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0311 08:19:47.310749 3519 namespace.go:93] [openshift-kube-apiserver-operator] adding namespace I0311 08:19:47.310682 3519 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:u1177207153}] I0311 08:19:47.310760 3519 address_set.go:303] New(u1177207153/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0311 08:19:47.310767 3519 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:u1177207153}] I0311 08:19:47.311150 3519 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:u1177207154}] I0311 08:19:47.311171 3519 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:u1177207154}] I0311 08:19:47.311486 3519 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:u1177207155}] I0311 08:19:47.311515 3519 address_set.go:303] New(u1177207155/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0311 08:19:47.311523 3519 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:u1177207155}] I0311 08:19:47.311546 3519 namespace.go:97] [openshift-ovn-kubernetes] adding namespace took 13.32431ms I0311 08:19:47.311561 3519 obj_retry.go:548] Creating *v1.Namespace openshift-ovn-kubernetes took: 13.346295ms I0311 08:19:47.311574 3519 obj_retry.go:509] Add event received for *v1.Namespace open-cluster-management-agent-addon I0311 08:19:47.311583 3519 namespace.go:93] [open-cluster-management-agent-addon] adding namespace I0311 08:19:47.311981 3519 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:u1177207156}] I0311 08:19:47.312022 3519 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:u1177207156}] I0311 08:19:47.312338 3519 namespace.go:97] [openshift-config] adding namespace took 12.318449ms I0311 08:19:47.312355 3519 obj_retry.go:548] Creating *v1.Namespace openshift-config took: 12.351207ms W0311 08:19:47.312356 3519 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-snft5: pod openshift-multus/network-metrics-daemon-snft5: no pod IPs found W0311 08:19:47.312386 3519 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-xwng7: pod openshift-multus/network-metrics-daemon-xwng7: no pod IPs found W0311 08:19:47.312393 3519 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-multus/network-metrics-daemon-rjxlb: pod openshift-multus/network-metrics-daemon-rjxlb: no pod IPs found I0311 08:19:47.312422 3519 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:u1177207157}] I0311 08:19:47.312443 3519 address_set.go:303] New(u1177207157/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0311 08:19:47.312450 3519 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:u1177207157}] I0311 08:19:47.312819 3519 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:u1177207158}] I0311 08:19:47.312840 3519 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:u1177207158}] I0311 08:19:47.313219 3519 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:u1177207159}] I0311 08:19:47.313255 3519 address_set.go:303] New(u1177207159/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0311 08:19:47.313263 3519 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:u1177207159}] I0311 08:19:47.313241 3519 namespace.go:97] [openshift-multus] adding namespace took 12.313627ms I0311 08:19:47.313327 3519 obj_retry.go:548] Creating *v1.Namespace openshift-multus took: 12.402698ms I0311 08:19:47.313642 3519 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:u1177207160}] I0311 08:19:47.313665 3519 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:u1177207160}] I0311 08:19:47.313781 3519 ovs.go:163] Exec(34): stdout: "" I0311 08:19:47.313795 3519 ovs.go:164] Exec(34): stderr: "" I0311 08:19:47.314029 3519 namespace.go:97] [openshift-operators-redhat] adding namespace took 12.160199ms I0311 08:19:47.314043 3519 obj_retry.go:548] Creating *v1.Namespace openshift-operators-redhat took: 12.182241ms I0311 08:19:47.313997 3519 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:u1177207161}] I0311 08:19:47.314056 3519 address_set.go:303] New(u1177207161/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0311 08:19:47.314064 3519 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:u1177207161}] I0311 08:19:47.314396 3519 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:u1177207162}] I0311 08:19:47.314417 3519 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:u1177207162}] W0311 08:19:47.314744 3519 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-8m4jg: pod openshift-network-diagnostics/network-check-target-8m4jg: no pod IPs found W0311 08:19:47.314763 3519 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-gg79h: pod openshift-network-diagnostics/network-check-target-gg79h: no pod IPs found W0311 08:19:47.314771 3519 base_network_controller_namespace.go:409] Failed to get IPs for pod openshift-network-diagnostics/network-check-target-rzk8k: pod openshift-network-diagnostics/network-check-target-rzk8k: no pod IPs found I0311 08:19:47.314798 3519 namespace.go:97] [openshift-network-node-identity] adding namespace took 12.075943ms I0311 08:19:47.314811 3519 obj_retry.go:548] Creating *v1.Namespace openshift-network-node-identity took: 12.095262ms I0311 08:19:47.314800 3519 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:u1177207163}] I0311 08:19:47.314820 3519 address_set.go:303] New(u1177207163/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0311 08:19:47.314837 3519 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:u1177207163}] I0311 08:19:47.315189 3519 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:u1177207164}] I0311 08:19:47.315218 3519 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:u1177207164}] I0311 08:19:47.315608 3519 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:u1177207165}] I0311 08:19:47.315647 3519 namespace.go:97] [openshift-network-diagnostics] adding namespace took 11.868507ms I0311 08:19:47.315654 3519 address_set.go:303] New(u1177207165/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0311 08:19:47.315661 3519 obj_retry.go:548] Creating *v1.Namespace openshift-network-diagnostics took: 11.888258ms I0311 08:19:47.315662 3519 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:u1177207165}] I0311 08:19:47.315674 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-console-operator I0311 08:19:47.315683 3519 namespace.go:93] [openshift-console-operator] adding namespace I0311 08:19:47.315974 3519 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:u1177207166}] I0311 08:19:47.315997 3519 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:u1177207166}] I0311 08:19:47.316358 3519 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:u1177207167}] I0311 08:19:47.316382 3519 address_set.go:303] New(u1177207167/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0311 08:19:47.316392 3519 namespace.go:97] [kube-system] adding namespace took 11.682877ms I0311 08:19:47.316390 3519 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:u1177207167}] I0311 08:19:47.316405 3519 obj_retry.go:548] Creating *v1.Namespace kube-system took: 11.698926ms I0311 08:19:47.316415 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-insights I0311 08:19:47.316421 3519 namespace.go:93] [openshift-insights] adding namespace I0311 08:19:47.316722 3519 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:u1177207168}] I0311 08:19:47.316785 3519 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:u1177207168}] I0311 08:19:47.317171 3519 namespace.go:97] [openshift-cluster-version] adding namespace took 11.620554ms I0311 08:19:47.317155 3519 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:u1177207169}] I0311 08:19:47.317184 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-version took: 11.635955ms I0311 08:19:47.317187 3519 address_set.go:303] New(u1177207169/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0311 08:19:47.317195 3519 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:u1177207169}] I0311 08:19:47.317506 3519 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:u1177207170}] I0311 08:19:47.317531 3519 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:u1177207170}] I0311 08:19:47.317891 3519 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:u1177207171}] I0311 08:19:47.317918 3519 address_set.go:303] New(u1177207171/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0311 08:19:47.317931 3519 namespace.go:97] [openshift-controller-manager] adding namespace took 11.500613ms I0311 08:19:47.317927 3519 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:u1177207171}] I0311 08:19:47.317942 3519 obj_retry.go:548] Creating *v1.Namespace openshift-controller-manager took: 11.518317ms I0311 08:19:47.318372 3519 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:u1177207172}] I0311 08:19:47.318453 3519 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:u1177207172}] I0311 08:19:47.318855 3519 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:u1177207173}] I0311 08:19:47.318883 3519 namespace.go:97] [openshift-backplane-cse] adding namespace took 11.539849ms I0311 08:19:47.318887 3519 address_set.go:303] New(u1177207173/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0311 08:19:47.318895 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-cse took: 11.564359ms I0311 08:19:47.318896 3519 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:u1177207173}] I0311 08:19:47.319226 3519 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:u1177207174}] I0311 08:19:47.319252 3519 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:u1177207174}] I0311 08:19:47.319641 3519 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:u1177207175}] I0311 08:19:47.319714 3519 address_set.go:303] New(u1177207175/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0311 08:19:47.319724 3519 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:u1177207175}] I0311 08:19:47.319668 3519 namespace.go:97] [openshift-marketplace] adding namespace took 11.382054ms I0311 08:19:47.319781 3519 obj_retry.go:548] Creating *v1.Namespace openshift-marketplace took: 11.501353ms I0311 08:19:47.320078 3519 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:u1177207176}] I0311 08:19:47.320102 3519 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:u1177207176}] I0311 08:19:47.320433 3519 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:u1177207177}] I0311 08:19:47.320474 3519 namespace.go:97] [openshift-cluster-samples-operator] adding namespace took 11.40231ms I0311 08:19:47.320489 3519 address_set.go:303] New(u1177207177/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0311 08:19:47.320491 3519 obj_retry.go:548] Creating *v1.Namespace openshift-cluster-samples-operator took: 11.424132ms I0311 08:19:47.320501 3519 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:u1177207177}] I0311 08:19:47.320838 3519 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:u1177207178}] I0311 08:19:47.320867 3519 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:u1177207178}] I0311 08:19:47.321215 3519 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:u1177207179}] I0311 08:19:47.321237 3519 namespace.go:97] [openshift-kube-controller-manager-operator] adding namespace took 11.197799ms I0311 08:19:47.321250 3519 address_set.go:303] New(u1177207179/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0311 08:19:47.321252 3519 obj_retry.go:548] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 11.217553ms I0311 08:19:47.321264 3519 obj_retry.go:509] Add event received for *v1.Namespace openshift-backplane-mobb I0311 08:19:47.321257 3519 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:u1177207179}] I0311 08:19:47.321272 3519 namespace.go:93] [openshift-backplane-mobb] adding namespace I0311 08:19:47.321615 3519 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:u1177207180}] I0311 08:19:47.321659 3519 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:u1177207180}] I0311 08:19:47.322001 3519 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:u1177207181}] I0311 08:19:47.322073 3519 address_set.go:303] New(u1177207181/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0311 08:19:47.322082 3519 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:u1177207181}] I0311 08:19:47.322039 3519 namespace.go:97] [openshift-kube-apiserver-operator] adding namespace took 11.283915ms I0311 08:19:47.322134 3519 obj_retry.go:548] Creating *v1.Namespace openshift-kube-apiserver-operator took: 11.384987ms I0311 08:19:47.322440 3519 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:u1177207182}] I0311 08:19:47.322465 3519 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:u1177207182}] I0311 08:19:47.322817 3519 namespace.go:97] [open-cluster-management-agent-addon] adding namespace took 11.224791ms I0311 08:19:47.322847 3519 obj_retry.go:548] Creating *v1.Namespace open-cluster-management-agent-addon took: 11.261599ms I0311 08:19:47.322841 3519 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:u1177207183}] I0311 08:19:47.322861 3519 address_set.go:303] New(u1177207183/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0311 08:19:47.322866 3519 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:u1177207183}] I0311 08:19:47.323229 3519 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:u1177207184}] I0311 08:19:47.323258 3519 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:u1177207184}] I0311 08:19:47.323606 3519 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:u1177207185}] I0311 08:19:47.323702 3519 address_set.go:303] New(u1177207185/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0311 08:19:47.323715 3519 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:u1177207185}] I0311 08:19:47.323652 3519 namespace.go:97] [openshift-console-operator] adding namespace took 7.960979ms I0311 08:19:47.323824 3519 obj_retry.go:548] Creating *v1.Namespace openshift-console-operator took: 8.137437ms I0311 08:19:47.324085 3519 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:u1177207186}] I0311 08:19:47.324112 3519 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:u1177207186}] I0311 08:19:47.324414 3519 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:u1177207187}] I0311 08:19:47.324439 3519 address_set.go:303] New(u1177207187/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0311 08:19:47.324455 3519 namespace.go:97] [openshift-insights] adding namespace took 8.027352ms I0311 08:19:47.324478 3519 obj_retry.go:548] Creating *v1.Namespace openshift-insights took: 8.054565ms I0311 08:19:47.324447 3519 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:u1177207187}] I0311 08:19:47.324859 3519 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:u1177207188}] I0311 08:19:47.324880 3519 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:u1177207188}] I0311 08:19:47.325197 3519 namespace.go:97] [openshift-backplane-mobb] adding namespace took 3.918316ms I0311 08:19:47.325213 3519 obj_retry.go:548] Creating *v1.Namespace openshift-backplane-mobb took: 3.939053ms I0311 08:19:47.325231 3519 factory.go:1366] Added *v1.Namespace event handler 1 I0311 08:19:47.325461 3519 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:u1177207189}] I0311 08:19:47.325484 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc00952dd30 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:u1177207189}] I0311 08:19:47.325951 3519 zone_ic_handler.go:185] Time taken to create transit switch: 549.397µs I0311 08:19:47.326021 3519 obj_retry.go:509] Add event received for *v1.Node ip-10-0-1-58.ec2.internal I0311 08:19:47.326029 3519 obj_retry.go:509] Add event received for *v1.Node ip-10-0-0-55.ec2.internal I0311 08:19:47.326042 3519 master.go:531] Adding or Updating local node "ip-10-0-1-58.ec2.internal" for network "default" I0311 08:19:47.326042 3519 obj_retry.go:509] Add event received for *v1.Node ip-10-0-2-67.ec2.internal I0311 08:19:47.326128 3519 obj_retry.go:543] Failed to create *v1.Node ip-10-0-0-55.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-55.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-55.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-55.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-55.ec2.internal I0311 08:19:47.326138 3519 obj_retry.go:543] Failed to create *v1.Node ip-10-0-2-67.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-67.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-67.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-67.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-67.ec2.internal I0311 08:19:47.326159 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:6f01f9c7-857a-4408-81db-7aad05df5768} {GoUUID:a667a81b-731e-43b0-9c94-e6a25efbeb71}]} name:ip-10-0-1-58.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:u1177207190}] I0311 08:19:47.326189 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-1-58.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc00956a730 Where:[where column name == ip-10-0-1-58.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:6f01f9c7-857a-4408-81db-7aad05df5768} {GoUUID:a667a81b-731e-43b0-9c94-e6a25efbeb71}]} name:ip-10-0-1-58.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:u1177207190}] I0311 08:19:47.326731 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-58.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207191}] I0311 08:19:47.326783 3519 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:u1177207191}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.326803 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-1-58.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207191} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207191}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.327279 3519 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:73eb352b-dfcb-4776-934f-cccca5c62400}]}}] Timeout: Where:[where column _uuid == {ed657498-7109-4635-9101-16cf79907eab}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.327306 3519 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:73eb352b-dfcb-4776-934f-cccca5c62400}]}}] Timeout: Where:[where column _uuid == {ed657498-7109-4635-9101-16cf79907eab}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.327693 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb name:rtos-ip-10-0-1-58.ec2.internal-a2bc4069-4443-495e-a0b0-e2ae89ddaeeb priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207192}] I0311 08:19:47.327743 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u1177207192}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-58.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:u1177207193}] I0311 08:19:47.327792 3519 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:u1177207193}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.327812 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb name:rtos-ip-10-0-1-58.ec2.internal-a2bc4069-4443-495e-a0b0-e2ae89ddaeeb priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207192} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u1177207192}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-1-58.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:u1177207193} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207193}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.328956 3519 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-1-58.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-58.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:u1177207194}] I0311 08:19:47.329015 3519 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:u1177207194}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.329043 3519 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-1-58.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-1-58.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:u1177207194} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1177207194}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.329519 3519 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-1-58.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207195}] I0311 08:19:47.329556 3519 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:u1177207195}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.329573 3519 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-1-58.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207195} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207195}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.330009 3519 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:5155314a-ea76-4d8e-8cdb-89930c502b91}]}}] Timeout: Where:[where column _uuid == {d07d4d53-9cda-4d8c-bdf3-deb97a7f3501}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.330038 3519 transact.go:43] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:5155314a-ea76-4d8e-8cdb-89930c502b91}]}}] Timeout: Where:[where column _uuid == {d07d4d53-9cda-4d8c-bdf3-deb97a7f3501}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.330337 3519 switch.go:52] Hybridoverlay port does not exist for node ip-10-0-1-58.ec2.internal I0311 08:19:47.330352 3519 switch.go:61] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0311 08:19:47.330416 3519 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 == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.330437 3519 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 == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.330784 3519 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:u1177207196}] I0311 08:19:47.330834 3519 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:u1177207196}] I0311 08:19:47.331194 3519 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:u1177207197}] I0311 08:19:47.331246 3519 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:u1177207198}] I0311 08:19:47.331287 3519 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:u1177207199}] I0311 08:19:47.331322 3519 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:u1177207200}] I0311 08:19:47.331354 3519 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:u1177207201}] I0311 08:19:47.331398 3519 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:u1177207197} {GoUUID:u1177207198} {GoUUID:u1177207199} {GoUUID:u1177207200} {GoUUID:u1177207201}]}}] Timeout: Where:[where column _uuid == {597be31b-905a-4797-9f34-97758523841d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.331422 3519 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:u1177207197} {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:u1177207198} {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:u1177207199} {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:u1177207200} {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:u1177207201} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1177207197} {GoUUID:u1177207198} {GoUUID:u1177207199} {GoUUID:u1177207200} {GoUUID:u1177207201}]}}] Timeout: Where:[where column _uuid == {597be31b-905a-4797-9f34-97758523841d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.332603 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:342139fb-3f84-40b5-888c-b2dc5d2d8691}]} external_ids:{GoMap:map[physical_ip:10.0.1.58 physical_ips:10.0.1.58]} load_balancer_group:{GoSet:[{GoUUID:6f01f9c7-857a-4408-81db-7aad05df5768} {GoUUID:213b061f-4de1-4b65-a0e5-b25c6593a2ca}]} name:GR_ip-10-0-1-58.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb 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:u1177207202}] I0311 08:19:47.332651 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-1-58.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc00962d2c0 Where:[where column name == GR_ip-10-0-1-58.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:342139fb-3f84-40b5-888c-b2dc5d2d8691}]} external_ids:{GoMap:map[physical_ip:10.0.1.58 physical_ips:10.0.1.58]} load_balancer_group:{GoSet:[{GoUUID:6f01f9c7-857a-4408-81db-7aad05df5768} {GoUUID:213b061f-4de1-4b65-a0e5-b25c6593a2ca}]} name:GR_ip-10-0-1-58.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb 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:u1177207202}] I0311 08:19:47.333194 3519 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-1-58.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207203}] I0311 08:19:47.333244 3519 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:u1177207203}]}}] Timeout: Where:[where column _uuid == {d24bd446-6d9b-4c33-b5f9-7431d4feb6af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.333266 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-1-58.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207203} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207203}]}}] Timeout: Where:[where column _uuid == {d24bd446-6d9b-4c33-b5f9-7431d4feb6af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.333702 3519 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-1-58.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:u1177207204}] I0311 08:19:47.333758 3519 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:u1177207204}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.333783 3519 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-1-58.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:u1177207204} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207204}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.334211 3519 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:0a:ff:f2:31:d0:3f name:rtoe-GR_ip-10-0-1-58.ec2.internal networks:{GoSet:[10.0.1.58/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207205}] I0311 08:19:47.334264 3519 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:u1177207205}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.334289 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:f2:31:d0:3f name:rtoe-GR_ip-10-0-1-58.ec2.internal networks:{GoSet:[10.0.1.58/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207205} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207205}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.334728 3519 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-1-58.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207206}] I0311 08:19:47.334784 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:f2:31:d0:3f]} name:etor-GR_ip-10-0-1-58.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207207}] I0311 08:19:47.334877 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-58.ec2.internal ports:{GoSet:[{GoUUID:u1177207206} {GoUUID:u1177207207}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207208}] I0311 08:19:47.334899 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-1-58.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009668f40 Where:[where column name == ext_ip-10-0-1-58.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-1-58.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207206} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:f2:31:d0:3f]} name:etor-GR_ip-10-0-1-58.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207207} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-1-58.ec2.internal ports:{GoSet:[{GoUUID:u1177207206} {GoUUID:u1177207207}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207208}] I0311 08:19:47.335478 3519 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-1-58.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207209}] I0311 08:19:47.335502 3519 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-1-58.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207209}] I0311 08:19:47.335856 3519 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:u1177207210}] I0311 08:19:47.335902 3519 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:u1177207210}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.335922 3519 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:u1177207210} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207210}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.336295 3519 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-1-58.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207211}] I0311 08:19:47.336337 3519 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:u1177207211}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.336354 3519 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-1-58.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207211} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207211}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.336819 3519 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.1.1 output_port:{GoSet:[rtoe-GR_ip-10-0-1-58.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207212}] I0311 08:19:47.336873 3519 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:u1177207212}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.336897 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:10.0.1.1 output_port:{GoSet:[rtoe-GR_ip-10-0-1-58.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207212} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207212}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.337354 3519 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:u1177207213}] I0311 08:19:47.337393 3519 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:u1177207213}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.337414 3519 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:u1177207213} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207213}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.337861 3519 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:u1177207214}] I0311 08:19:47.337909 3519 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:u1177207214}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.337933 3519 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:u1177207214} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207214}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.338347 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.58 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:u1177207215}] I0311 08:19:47.338392 3519 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:u1177207215}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.338416 3519 transact.go:43] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.58 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:u1177207215} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1177207215}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0311 08:19:47.338909 3519 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-xwng7: pod openshift-multus/network-metrics-daemon-xwng7: no pod IPs found W0311 08:19:47.338929 3519 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-rzk8k: pod openshift-network-diagnostics/network-check-target-rzk8k: no pod IPs found I0311 08:19:47.339055 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 10.0.1.58 /* ip-10-0-1-58.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207216}] I0311 08:19:47.339104 3519 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:u1177207216}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.339127 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 10.0.1.58 /* ip-10-0-1-58.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc009699e48 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 10.0.1.58 /* ip-10-0-1-58.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 10.0.1.58 /* ip-10-0-1-58.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207216} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1177207216}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.339770 3519 base_network_controller.go:622] When adding node ip-10-0-1-58.ec2.internal for network default, found 43 pods to add to retryPods I0311 08:19:47.339790 3519 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 to retryPods for network default I0311 08:19:47.339801 3519 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-htg5k to retryPods for network default I0311 08:19:47.339809 3519 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-l8fg8 to retryPods for network default I0311 08:19:47.339816 3519 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal to retryPods for network default I0311 08:19:47.339823 3519 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-7smlt to retryPods for network default I0311 08:19:47.339830 3519 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-x2v49 to retryPods for network default I0311 08:19:47.339836 3519 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-g2ccd to retryPods for network default I0311 08:19:47.339842 3519 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-zzg6g to retryPods for network default I0311 08:19:47.339850 3519 base_network_controller.go:631] Adding pod openshift-multus/multus-k9tfj to retryPods for network default I0311 08:19:47.339857 3519 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-mkvz7 to retryPods for network default I0311 08:19:47.339864 3519 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-xwng7 to retryPods for network default I0311 08:19:47.339872 3519 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal to retryPods for network default I0311 08:19:47.339882 3519 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-rzk8k to retryPods for network default I0311 08:19:47.339891 3519 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0311 08:19:47.339975 3519 model_client.go:383] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:3d908acc-0c65-473b-a50e-f5896c700eae}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {7e543738-0029-40fd-b9d0-65f9e89d2d1b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.340019 3519 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 == {7e543738-0029-40fd-b9d0-65f9e89d2d1b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.340046 3519 transact.go:43] Configuring OVN: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:3d908acc-0c65-473b-a50e-f5896c700eae}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {7e543738-0029-40fd-b9d0-65f9e89d2d1b}] 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 == {7e543738-0029-40fd-b9d0-65f9e89d2d1b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.340477 3519 zone_ic_handler.go:193] Creating interconnect resources for local zone node ip-10-0-1-58.ec2.internal for the network default I0311 08:19:47.340534 3519 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-1-58.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:u1177207217}] I0311 08:19:47.340583 3519 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:u1177207217}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.340607 3519 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-1-58.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:u1177207217} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207217}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.341083 3519 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-1-58.ec2.internal]} name:tstor-ip-10-0-1-58.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207218}] I0311 08:19:47.341162 3519 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:u1177207218}]}}] Timeout: Where:[where column _uuid == {a847db85-c18c-4524-9c20-f4e82c2da7a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.341184 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} external_ids:{GoMap:map[node:ip-10-0-1-58.ec2.internal]} name:tstor-ip-10-0-1-58.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-1-58.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207218} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207218}]}}] Timeout: Where:[where column _uuid == {a847db85-c18c-4524-9c20-f4e82c2da7a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.341649 3519 obj_retry.go:548] Creating *v1.Node ip-10-0-1-58.ec2.internal took: 15.614642ms I0311 08:19:47.341676 3519 factory.go:1366] Added *v1.Node event handler 2 I0311 08:19:47.341701 3519 services_controller.go:193] Starting controller ovn-lb-controller for network=default I0311 08:19:47.341728 3519 services_controller.go:201] Waiting for node tracker handler to sync for network=default I0311 08:19:47.341740 3519 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0311 08:19:47.341773 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-58.ec2.internal in network "default" I0311 08:19:47.341828 3519 node_tracker.go:172] Node ip-10-0-1-58.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:47.341842 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:47.341851 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-67.ec2.internal in network "default" I0311 08:19:47.341865 3519 node_tracker.go:238] Node ip-10-0-2-67.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-67.ec2.internal" I0311 08:19:47.341872 3519 node_tracker.go:172] Node ip-10-0-2-67.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:47.341876 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:47.341883 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-55.ec2.internal in network "default" I0311 08:19:47.341891 3519 node_tracker.go:238] Node ip-10-0-0-55.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-55.ec2.internal" I0311 08:19:47.341896 3519 node_tracker.go:172] Node ip-10-0-0-55.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:47.341899 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:47.442664 3519 shared_informer.go:320] Caches are synced for node-tracker-controller I0311 08:19:47.442683 3519 services_controller.go:209] Setting up event handlers for services for network=default I0311 08:19:47.442754 3519 services_controller.go:219] Setting up event handlers for endpoint slices for network=default I0311 08:19:47.442769 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:47.442791 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:47.442804 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:47.442809 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:47.442812 3519 services_controller.go:234] Waiting for service and endpoint handlers to sync for network=default I0311 08:19:47.442821 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:47.442833 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:47.442844 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:47.442857 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:47.442833 3519 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0311 08:19:47.442865 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:47.442871 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:47.442875 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:47.442880 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:47.442887 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:47.442898 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:47.442907 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:47.442916 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:47.442922 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:47.442929 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:47.442940 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:47.442949 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:47.442955 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:47.442961 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:47.442968 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:47.442973 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:47.442978 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:47.442983 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:47.442987 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:47.442991 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:47.442996 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:47.443000 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:47.443004 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:47.443009 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:47.443014 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:47.443018 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:47.443029 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:47.443037 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:47.443043 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:47.443047 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:47.443051 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:47.443055 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:47.443060 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:47.543438 3519 shared_informer.go:320] Caches are synced for ovn-lb-controller I0311 08:19:47.543459 3519 repair.go:60] Starting repairing loop for services I0311 08:19:47.543558 3519 repair.go:131] Deleted 0 stale service LBs I0311 08:19:47.543589 3519 repair.go:137] Deleted 0 stale Chassis Template Vars I0311 08:19:47.543620 3519 repair.go:62] Finished repairing loop for services: 163.114µs I0311 08:19:47.543667 3519 services_controller.go:364] Controller cache of 0 load balancers initialized for 0 services for network=default I0311 08:19:47.543677 3519 services_controller.go:255] Starting workers for network=default I0311 08:19:47.543742 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:47.543749 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:47.543765 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 26.656µs I0311 08:19:47.543780 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:47.543759 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:47.543831 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:47.543742 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:47.543849 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.543994 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:47.543792 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.544019 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.544053 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.544054 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:47.543960 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.544068 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.544078 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:47.544091 3519 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal I0311 08:19:47.544124 3519 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-77ffd6644f-d6dfl I0311 08:19:47.544155 3519 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:47.544192 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-v5ps4 I0311 08:19:47.544061 3519 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-mqnch I0311 08:19:47.544207 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-v5ps4 I0311 08:19:47.544218 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-v5ps4 in node ip-10-0-0-55.ec2.internal I0311 08:19:47.544222 3519 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.544196 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:47.544242 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.544249 3519 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-gg79h in node ip-10-0-2-67.ec2.internal I0311 08:19:47.544260 3519 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-v5ps4 took: 41.332µs I0311 08:19:47.544277 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-v5ps4 I0311 08:19:47.544097 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.544281 3519 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-rzk8k in node ip-10-0-1-58.ec2.internal I0311 08:19:47.544293 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.544299 3519 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-gg79h, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-gg79h: suppressed error logged: pod openshift-network-diagnostics/network-check-target-gg79h: no pod IPs found I0311 08:19:47.544208 3519 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-mqnch I0311 08:19:47.544304 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:47.544314 3519 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-mqnch in node ip-10-0-0-55.ec2.internal I0311 08:19:47.544322 3519 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-mqnch took: 8.91µs I0311 08:19:47.544329 3519 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-mqnch I0311 08:19:47.544321 3519 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 I0311 08:19:47.544334 3519 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-rzk8k] creating logical port openshift-network-diagnostics_network-check-target-rzk8k for pod on switch ip-10-0-1-58.ec2.internal I0311 08:19:47.544348 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.544104 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:47.544403 3519 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.171.197"}, 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}} I0311 08:19:47.544426 3519 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] I0311 08:19:47.544451 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.544480 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.544464 3519 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.154.203:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207219}] I0311 08:19:47.544099 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-xp9rn in node ip-10-0-2-67.ec2.internal I0311 08:19:47.544599 3519 kube.go:320] Updating pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.544599 3519 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:47.544602 3519 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-xp9rn took: 502.889µs I0311 08:19:47.544606 3519 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:47.544613 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:47.544581 3519 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:u1177207219}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.544617 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:47.544639 3519 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-6hc4v I0311 08:19:47.544618 3519 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-htg5k I0311 08:19:47.544117 3519 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:47.544650 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-6hc4v I0311 08:19:47.544654 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:47.544656 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-htg5k I0311 08:19:47.544661 3519 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh in node ip-10-0-0-55.ec2.internal I0311 08:19:47.544663 3519 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-6hc4v in node ip-10-0-0-55.ec2.internal I0311 08:19:47.544667 3519 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh took: 6.036µs I0311 08:19:47.544668 3519 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-htg5k in node ip-10-0-1-58.ec2.internal I0311 08:19:47.544670 3519 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-6hc4v took: 10.62µs I0311 08:19:47.544677 3519 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-6hc4v I0311 08:19:47.544614 3519 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:47.544685 3519 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-77ffd6644f-mnr8p I0311 08:19:47.544689 3519 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal in node ip-10-0-1-58.ec2.internal I0311 08:19:47.544647 3519 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.154.203:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207219} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207219}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.544696 3519 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal took: 8.469µs I0311 08:19:47.544645 3519 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-7smlt in node ip-10-0-1-58.ec2.internal I0311 08:19:47.544702 3519 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:47.544708 3519 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7smlt took: 64.901µs I0311 08:19:47.544714 3519 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:47.544720 3519 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-5twh5 I0311 08:19:47.544672 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:47.544729 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-5twh5 I0311 08:19:47.544721 3519 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs I0311 08:19:47.544739 3519 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-5twh5 in node ip-10-0-0-55.ec2.internal I0311 08:19:47.544743 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs I0311 08:19:47.544746 3519 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-5twh5 took: 8.378µs I0311 08:19:47.544753 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-5twh5 I0311 08:19:47.544754 3519 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs in node ip-10-0-2-67.ec2.internal I0311 08:19:47.544759 3519 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:47.544762 3519 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs took: 8.732µs I0311 08:19:47.544766 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:47.544121 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.544775 3519 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc in node ip-10-0-2-67.ec2.internal I0311 08:19:47.544777 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.544782 3519 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc took: 7.694µs I0311 08:19:47.544786 3519 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-xwng7 in node ip-10-0-1-58.ec2.internal I0311 08:19:47.544788 3519 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:47.544768 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs I0311 08:19:47.544800 3519 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-9sm62 I0311 08:19:47.544806 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-9sm62 I0311 08:19:47.544815 3519 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-9sm62 in node ip-10-0-0-55.ec2.internal I0311 08:19:47.544821 3519 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-9sm62 took: 7.5µs I0311 08:19:47.544824 3519 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-xwng7] creating logical port openshift-multus_network-metrics-daemon-xwng7 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:19:47.544827 3519 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-9sm62 I0311 08:19:47.544128 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:47.544838 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:47.544845 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-snft5 in node ip-10-0-0-55.ec2.internal I0311 08:19:47.544116 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:47.544876 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:47.544878 3519 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-snft5, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-snft5: suppressed error logged: pod openshift-multus/network-metrics-daemon-snft5: no pod IPs found I0311 08:19:47.544887 3519 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.544677 3519 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-htg5k took: 10.555µs I0311 08:19:47.544893 3519 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.544894 3519 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] I0311 08:19:47.544692 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-77ffd6644f-mnr8p I0311 08:19:47.544911 3519 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-77ffd6644f-mnr8p took: 283ns I0311 08:19:47.544917 3519 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-77ffd6644f-mnr8p I0311 08:19:47.544731 3519 default_network_controller.go:661] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal I0311 08:19:47.544930 3519 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal I0311 08:19:47.544938 3519 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal in node ip-10-0-2-67.ec2.internal I0311 08:19:47.544944 3519 kube.go:320] Updating pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.544143 3519 default_network_controller.go:661] Recording add event on pod openshift-dns/node-resolver-dvfmf I0311 08:19:47.544954 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-dns/node-resolver-dvfmf I0311 08:19:47.544961 3519 ovn.go:139] Ensuring zone remote for Pod openshift-dns/node-resolver-dvfmf in node ip-10-0-2-67.ec2.internal I0311 08:19:47.544966 3519 obj_retry.go:548] Creating *v1.Pod openshift-dns/node-resolver-dvfmf took: 6.504µs I0311 08:19:47.544971 3519 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-dvfmf I0311 08:19:47.544144 3519 default_network_controller.go:661] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh I0311 08:19:47.544977 3519 default_network_controller.go:661] Recording add event on pod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:47.544984 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:47.544988 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh I0311 08:19:47.544991 3519 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-8m4jg in node ip-10-0-0-55.ec2.internal I0311 08:19:47.545003 3519 obj_retry.go:548] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh took: 643ns I0311 08:19:47.545011 3519 default_network_controller.go:705] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh I0311 08:19:47.545020 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:47.545026 3519 obj_retry.go:543] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-8m4jg, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-8m4jg: suppressed error logged: pod openshift-network-diagnostics/network-check-target-8m4jg: no pod IPs found I0311 08:19:47.545029 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:47.545035 3519 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:47.545042 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:47.544944 3519 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal took: 7.083µs I0311 08:19:47.545049 3519 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 in node ip-10-0-1-58.ec2.internal I0311 08:19:47.545056 3519 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 took: 7.026µs I0311 08:19:47.545062 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:47.545055 3519 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal I0311 08:19:47.543802 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.545105 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:47.545125 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:47.545134 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.545148 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.545171 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:47.545224 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.545279 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:47.545310 3519 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 I0311 08:19:47.545327 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.544503 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.545452 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:47.545469 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:47.545482 3519 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 I0311 08:19:47.544884 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.545499 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.545525 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.545556 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:47.545553 3519 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"} I0311 08:19:47.545570 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.544139 3519 obj_retry.go:509] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal I0311 08:19:47.545611 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:47.545594 3519 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.171.197:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207221}] I0311 08:19:47.545642 3519 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 I0311 08:19:47.545622 3519 ovn.go:139] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal in node ip-10-0-0-55.ec2.internal I0311 08:19:47.545667 3519 obj_retry.go:548] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal took: 45.238µs I0311 08:19:47.545674 3519 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal I0311 08:19:47.545657 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.545683 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:47.545673 3519 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:u1177207221}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.545711 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:47.545693 3519 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.171.197:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207221} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207221}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.545726 3519 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-l8fg8 in node ip-10-0-1-58.ec2.internal I0311 08:19:47.545736 3519 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-l8fg8 took: 9.557µs I0311 08:19:47.545761 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:47.545773 3519 default_network_controller.go:661] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-kw5pv I0311 08:19:47.545747 3519 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-1-58.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.184.172:443:172.30.177.205:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207222}] I0311 08:19:47.545781 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-kw5pv I0311 08:19:47.545791 3519 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-kw5pv in node ip-10-0-2-67.ec2.internal I0311 08:19:47.545801 3519 obj_retry.go:548] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-kw5pv took: 11.272µs I0311 08:19:47.545807 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-kw5pv I0311 08:19:47.545595 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.764777ms I0311 08:19:47.545853 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:47.545812 3519 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:u1177207222}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.545863 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:47.545980 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:47.545995 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:47.545996 3519 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:u1177207222}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.544902 3519 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-htg5k I0311 08:19:47.544132 3519 default_network_controller.go:661] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:47.544140 3519 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal I0311 08:19:47.545042 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-rjxlb in node ip-10-0-2-67.ec2.internal I0311 08:19:47.546067 3519 obj_retry.go:543] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-rjxlb, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-rjxlb: suppressed error logged: pod openshift-multus/network-metrics-daemon-rjxlb: no pod IPs found I0311 08:19:47.546086 3519 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-g2ccd I0311 08:19:47.546040 3519 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-1-58.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.184.172:443:172.30.177.205:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207222} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207222}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207222}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546096 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-g2ccd I0311 08:19:47.546106 3519 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-g2ccd in node ip-10-0-1-58.ec2.internal I0311 08:19:47.546114 3519 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-g2ccd took: 9.059µs I0311 08:19:47.546121 3519 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-g2ccd I0311 08:19:47.546124 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:47.544177 3519 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:47.546138 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:47.546150 3519 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal in node ip-10-0-1-58.ec2.internal I0311 08:19:47.546154 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal I0311 08:19:47.546167 3519 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-qzl5w I0311 08:19:47.546178 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-qzl5w I0311 08:19:47.546181 3519 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal in node ip-10-0-2-67.ec2.internal I0311 08:19:47.546188 3519 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-qzl5w in node ip-10-0-0-55.ec2.internal I0311 08:19:47.546191 3519 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal took: 20.863µs I0311 08:19:47.546199 3519 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal I0311 08:19:47.546196 3519 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-qzl5w took: 8.681µs I0311 08:19:47.546206 3519 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-qzl5w I0311 08:19:47.546207 3519 default_network_controller.go:661] Recording add event on pod kube-system/konnectivity-agent-x2v49 I0311 08:19:47.546213 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-k9tfj I0311 08:19:47.546157 3519 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal took: 10.727µs I0311 08:19:47.546267 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-k9tfj I0311 08:19:47.546273 3519 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:47.546276 3519 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-k9tfj in node ip-10-0-1-58.ec2.internal I0311 08:19:47.546285 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-xmbdl I0311 08:19:47.546296 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-xmbdl I0311 08:19:47.546284 3519 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-k9tfj took: 8.543µs I0311 08:19:47.546306 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-k9tfj I0311 08:19:47.546309 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-xmbdl in node ip-10-0-2-67.ec2.internal I0311 08:19:47.546319 3519 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-xmbdl took: 11.458µs I0311 08:19:47.546327 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-xmbdl I0311 08:19:47.546335 3519 default_network_controller.go:661] Recording add event on pod openshift-image-registry/node-ca-8ndtf I0311 08:19:47.546216 3519 obj_retry.go:509] Add event received for *v1.Pod kube-system/konnectivity-agent-x2v49 I0311 08:19:47.546356 3519 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-x2v49 in node ip-10-0-1-58.ec2.internal I0311 08:19:47.546367 3519 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-x2v49 took: 11.514µs I0311 08:19:47.546370 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/node-ca-8ndtf I0311 08:19:47.546374 3519 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-x2v49 I0311 08:19:47.543768 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.546381 3519 ovn.go:139] Ensuring zone remote for Pod openshift-image-registry/node-ca-8ndtf in node ip-10-0-2-67.ec2.internal I0311 08:19:47.546390 3519 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/node-ca-8ndtf took: 9.954µs I0311 08:19:47.546397 3519 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-8ndtf I0311 08:19:47.546416 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:47.546418 3519 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"} I0311 08:19:47.546435 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 2.653686ms I0311 08:19:47.546434 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.546451 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:47.546451 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.546463 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.546483 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.546458 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.546517 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.546530 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.546533 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:47.546549 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:47.546540 3519 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 I0311 08:19:47.546556 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.546571 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.546565 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.546596 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:47.544902 3519 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-9ghj9 in node ip-10-0-2-67.ec2.internal I0311 08:19:47.546611 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.546656 3519 obj_retry.go:548] Creating *v1.Pod kube-system/konnectivity-agent-9ghj9 took: 1.719544ms I0311 08:19:47.546664 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:47.546668 3519 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.546010 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.546676 3519 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 I0311 08:19:47.546666 3519 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.252.66:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207223}] I0311 08:19:47.546690 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.546686 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:47.546737 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.546728 3519 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:u1177207223}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546752 3519 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.252.66:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207223} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207223}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546761 3519 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-1-58.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.38.144:443:172.30.148.15:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207224}] I0311 08:19:47.546158 3519 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-x246h in node ip-10-0-0-55.ec2.internal I0311 08:19:47.546804 3519 obj_retry.go:548] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-x246h took: 667.926µs I0311 08:19:47.546813 3519 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:47.546792 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.546822 3519 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-hx68s I0311 08:19:47.544167 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-77ffd6644f-d6dfl I0311 08:19:47.546844 3519 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0311 08:19:47.546859 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:47.546861 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-oauth-apiserver"} I0311 08:19:47.546867 3519 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-77ffd6644f-d6dfl took: 551ns I0311 08:19:47.546872 3519 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 I0311 08:19:47.546876 3519 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-77ffd6644f-d6dfl I0311 08:19:47.545415 3519 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-1-58.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.76.201:443:172.30.183.70:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207220}] I0311 08:19:47.546875 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 3.1375ms I0311 08:19:47.546884 3519 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:u1177207224}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546887 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.546918 3519 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:u1177207220}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546958 3519 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:u1177207220}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546963 3519 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.56.209:443: 172.30.56.209:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207225}] I0311 08:19:47.547021 3519 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:u1177207225}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546898 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:47.547047 3519 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.56.209:443: 172.30.56.209:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207225} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207225}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.547054 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.546998 3519 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-1-58.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.76.201:443:172.30.183.70:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207220} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207220}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207220}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546959 3519 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:u1177207224}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.547143 3519 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-1-58.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.38.144:443:172.30.148.15:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207224} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207224}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207224}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.546846 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-hx68s I0311 08:19:47.547222 3519 ovn.go:139] Ensuring zone remote for Pod openshift-network-operator/iptables-alerter-hx68s in node ip-10-0-2-67.ec2.internal I0311 08:19:47.547231 3519 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-hx68s took: 11.137µs I0311 08:19:47.547239 3519 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-hx68s I0311 08:19:47.547249 3519 default_network_controller.go:661] Recording add event on pod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:47.547258 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:47.547267 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-df9br in node ip-10-0-0-55.ec2.internal I0311 08:19:47.547275 3519 obj_retry.go:548] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-df9br took: 8.165µs I0311 08:19:47.547281 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:47.546884 3519 default_network_controller.go:661] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:47.547295 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:47.547306 3519 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 in node ip-10-0-1-58.ec2.internal I0311 08:19:47.547313 3519 obj_retry.go:548] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 took: 10.653µs I0311 08:19:47.547319 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:47.547127 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:47.547337 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.547363 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.547373 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.547392 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.547428 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.547440 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.547452 3519 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 I0311 08:19:47.547342 3519 duration.go:449] Config duration recorder: kind/namespace/name pod/openshift-network-operator/iptables-alerter-hx68s. OVN-Kubernetes controller took 0.000401313 seconds. No OVN measurement. I0311 08:19:47.547471 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.547448 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-authentication-operator/metrics"} I0311 08:19:47.547553 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 3.803887ms I0311 08:19:47.547567 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:47.547543 3519 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.215.61:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207226}] I0311 08:19:47.547530 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0311 08:19:47.547600 3519 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:u1177207226}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.547613 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.758466ms I0311 08:19:47.547574 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.547663 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:47.547670 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:47.547678 3519 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.100.190"}, 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}} I0311 08:19:47.547688 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.547696 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.547712 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.547683 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.547787 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.547801 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:47.547803 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:47.547812 3519 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 I0311 08:19:47.547818 3519 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.109.227"}, 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}} I0311 08:19:47.547900 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.547942 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.547952 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0311 08:19:47.547970 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 4.210799ms I0311 08:19:47.547984 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:47.547980 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.548015 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:47.548028 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:47.547994 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.548091 3519 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 I0311 08:19:47.548097 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:47.548113 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:47.548113 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.548136 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.548147 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.548165 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.548198 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:47.548197 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0311 08:19:47.548211 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:47.548213 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 1.760646ms I0311 08:19:47.548223 3519 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 I0311 08:19:47.548227 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:47.548236 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.547639 3519 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.215.61:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207226} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207226}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548237 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.548323 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:47.548310 3519 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.58.23:8798: 172.30.58.23:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207228}] I0311 08:19:47.548341 3519 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.236.142"}, 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}} I0311 08:19:47.548356 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.548178 3519 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.109.227:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207227}] I0311 08:19:47.548366 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.548384 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.548366 3519 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:u1177207228}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548397 3519 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:u1177207227}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548415 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:47.548427 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:47.548442 3519 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 I0311 08:19:47.547824 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.548422 3519 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.109.227:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207227} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207227}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548458 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.548418 3519 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.58.23:8798: 172.30.58.23:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207228} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207228}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548517 3519 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.100.190:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207229}] I0311 08:19:47.548531 3519 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.236.142:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207230}] I0311 08:19:47.548792 3519 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:u1177207230}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548729 3519 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:u1177207229}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548821 3519 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.236.142:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207230} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207230}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548833 3519 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.100.190:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207229} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207229}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.548972 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-console-operator/metrics"} I0311 08:19:47.548990 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 2.092001ms I0311 08:19:47.549005 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:47.549013 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.847µs I0311 08:19:47.549021 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:47.549029 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.549115 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:47.549129 3519 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.123.97"}, 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}} I0311 08:19:47.549146 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.549155 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.549173 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.549203 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.549215 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.549225 3519 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 I0311 08:19:47.549238 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.549307 3519 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.123.97:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207231}] I0311 08:19:47.549338 3519 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"} I0311 08:19:47.549358 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.68905ms I0311 08:19:47.549375 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:47.549366 3519 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:u1177207231}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.549390 3519 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.123.97:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207231} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207231}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.549385 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.549476 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:47.549494 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.549510 3519 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) I0311 08:19:47.549521 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.549540 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.549573 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.549584 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:47.549596 3519 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 I0311 08:19:47.549598 3519 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"} I0311 08:19:47.549619 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.634194ms I0311 08:19:47.549701 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:47.549717 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.549806 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:47.549820 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.549831 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.549837 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.549829 3519 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"} I0311 08:19:47.549850 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.621811ms I0311 08:19:47.549849 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.549865 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:47.549611 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.549872 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.549882 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.549892 3519 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 I0311 08:19:47.549905 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.550001 3519 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.47.12:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207233}] I0311 08:19:47.549876 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.550060 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:47.550056 3519 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:u1177207233}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.550059 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress-operator/metrics"} I0311 08:19:47.550077 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.054457ms I0311 08:19:47.550076 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.550074 3519 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.47.12:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207233} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207233}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.549927 3519 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.253.42:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207232}] I0311 08:19:47.550131 3519 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:u1177207232}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.550092 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:47.550157 3519 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.253.42:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207232} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207232}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.550178 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.550022 3519 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"} I0311 08:19:47.550236 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 2.667826ms I0311 08:19:47.550248 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:47.550252 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:47.550257 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.039µs I0311 08:19:47.550266 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:47.550269 3519 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.135.138"}, 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}} I0311 08:19:47.550287 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.550299 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.550092 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.550316 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.550286 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.550345 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.550377 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.550393 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:47.550380 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:47.550404 3519 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 I0311 08:19:47.550410 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.550426 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.550346 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.550419 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.550436 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.550444 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:47.550459 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:47.550472 3519 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 I0311 08:19:47.550468 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.550497 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.550487 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.550486 3519 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.235.16:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207234}] I0311 08:19:47.550531 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.550546 3519 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 I0311 08:19:47.550559 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.550664 3519 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:u1177207234}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.550718 3519 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.25.182:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207236}] I0311 08:19:47.550723 3519 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.235.16:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207234} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207234}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.550786 3519 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"} I0311 08:19:47.550808 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.108492ms I0311 08:19:47.550820 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:47.550839 3519 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:u1177207236}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.550661 3519 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.135.138:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207235}] I0311 08:19:47.550841 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:47.550971 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:47.551005 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:47.550868 3519 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.25.182:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207236} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207236}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.551020 3519 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}} I0311 08:19:47.551050 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.551081 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:47.550914 3519 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:u1177207235}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.551094 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.551141 3519 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.135.138:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207235} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207235}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.551183 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:47.551196 3519 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 I0311 08:19:47.551208 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.550922 3519 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"} I0311 08:19:47.551341 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.965576ms I0311 08:19:47.551357 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:47.551338 3519 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-1-58.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:u1177207237}] I0311 08:19:47.551378 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.551469 3519 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-1-58.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:u1177207238}] I0311 08:19:47.551533 3519 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:u1177207237} {GoUUID:u1177207238}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.551494 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:47.551572 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:47.551582 3519 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:u1177207237} {GoUUID:u1177207238}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.551596 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.551607 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.551458 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0311 08:19:47.551648 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.551675 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 1.808827ms I0311 08:19:47.551681 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:47.551691 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:47.551605 3519 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-1-58.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:u1177207237} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.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:u1177207238} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207237} {GoUUID:u1177207238}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207237} {GoUUID:u1177207238}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.551695 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:47.551708 3519 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 I0311 08:19:47.551722 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.551715 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.551799 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:47.551811 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:47.551831 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.551840 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.551825 3519 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.23.19:8443: 172.30.23.19:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207239}] I0311 08:19:47.551858 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-config-operator/metrics"} I0311 08:19:47.551873 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.606205ms I0311 08:19:47.551859 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.551886 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:47.551892 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:47.551884 3519 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:u1177207239}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.551903 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:47.551915 3519 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 I0311 08:19:47.551908 3519 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.23.19:8443: 172.30.23.19:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207239} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207239}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.552044 3519 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"} I0311 08:19:47.552069 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.977002ms I0311 08:19:47.552109 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:47.551895 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.552161 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:47.551928 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.552181 3519 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.9.237"}, 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}} I0311 08:19:47.552197 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.552206 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.552130 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.552226 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.552296 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:47.552312 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:47.552325 3519 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 I0311 08:19:47.552338 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.552244 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:47.552501 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.552521 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.552533 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.552238 3519 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.243.95:1936: 172.30.243.95:443: 172.30.243.95:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207240}] I0311 08:19:47.552445 3519 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.9.237:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207241}] I0311 08:19:47.552655 3519 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:u1177207240}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.552687 3519 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:u1177207241}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.552684 3519 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.243.95:1936: 172.30.243.95:443: 172.30.243.95:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207240} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207240}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.552553 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.552760 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.552729 3519 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.9.237:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207241} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207241}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.552782 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.552795 3519 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 I0311 08:19:47.552810 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.552882 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"} I0311 08:19:47.552900 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 2.079487ms I0311 08:19:47.552889 3519 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.104.17:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207242}] I0311 08:19:47.552915 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:47.552927 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.553007 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:47.553008 3519 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"} I0311 08:19:47.553025 3519 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.243.196"}, 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}} I0311 08:19:47.553021 3519 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:u1177207242}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.553042 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553052 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553053 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.668753ms I0311 08:19:47.553069 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:47.553077 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.151µs I0311 08:19:47.553048 3519 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.104.17:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207242} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207242}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.553086 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:47.553071 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553116 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.553240 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:47.553266 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:47.553269 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:47.553281 3519 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 I0311 08:19:47.553285 3519 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.71.42"}, 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}} I0311 08:19:47.553302 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553312 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553297 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553331 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553366 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:47.553381 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:47.553391 3519 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 I0311 08:19:47.553373 3519 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.243.196:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207243}] I0311 08:19:47.553405 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553514 3519 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"} I0311 08:19:47.553532 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.841593ms I0311 08:19:47.553519 3519 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:u1177207243}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.553546 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:47.553554 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.89µs I0311 08:19:47.553562 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:47.553548 3519 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.243.196:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207243} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207243}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.553609 3519 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"} I0311 08:19:47.553657 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.770354ms I0311 08:19:47.553571 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.553676 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:47.553690 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:47.553700 3519 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.252.25"}, 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}} I0311 08:19:47.553710 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553717 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553728 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553749 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.553691 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.553756 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.553620 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver-operator/metrics"} I0311 08:19:47.553770 3519 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 I0311 08:19:47.553776 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.664136ms I0311 08:19:47.553784 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:47.553781 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553794 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:47.553798 3519 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.67.29"}, 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}} I0311 08:19:47.553816 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553828 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553825 3519 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.252.25:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207244}] I0311 08:19:47.553806 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.553861 3519 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:u1177207244}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.553849 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553883 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:47.553897 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:47.553893 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:47.553877 3519 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.252.25:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207244} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207244}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.553909 3519 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 I0311 08:19:47.553915 3519 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.78.14"}, 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}} I0311 08:19:47.553932 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553923 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553944 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.553965 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.553990 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.554003 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:47.554016 3519 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 I0311 08:19:47.554010 3519 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.67.29:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207245}] I0311 08:19:47.554032 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.554101 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-apiserver/check-endpoints"} I0311 08:19:47.554095 3519 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.78.14:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207246}] I0311 08:19:47.554121 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.20646ms I0311 08:19:47.554136 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:47.554146 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 10.558µs I0311 08:19:47.554154 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:47.554144 3519 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:u1177207245}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554145 3519 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.71.42:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207247}] I0311 08:19:47.554153 3519 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:u1177207246}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554169 3519 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.67.29:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207245} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207245}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554184 3519 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.78.14:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207246} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207246}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554163 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.554216 3519 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:u1177207247}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554244 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:47.554259 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.554278 3519 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) I0311 08:19:47.554289 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.554238 3519 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.71.42:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207247} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207247}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554307 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.554337 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:47.554349 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:47.554358 3519 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 I0311 08:19:47.554370 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.554477 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns-operator/metrics"} I0311 08:19:47.554533 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 969.999µs I0311 08:19:47.554554 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:47.554479 3519 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.147.136:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207248}] I0311 08:19:47.554565 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.554757 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:47.554775 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:47.554788 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.554798 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.554817 3519 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:u1177207248}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554861 3519 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.147.136:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207248} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207248}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.554939 3519 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"} I0311 08:19:47.554817 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.554968 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.554978 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.554989 3519 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 I0311 08:19:47.554959 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.282689ms I0311 08:19:47.555009 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:47.555002 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.555061 3519 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.127.61:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207249}] I0311 08:19:47.555033 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:47.555121 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:47.555123 3519 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:u1177207249}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.555144 3519 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.194.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}} I0311 08:19:47.555160 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:47.555169 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.555149 3519 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.127.61:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207249} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207249}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.555187 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.555248 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:47.555262 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:47.555274 3519 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 I0311 08:19:47.555309 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:47.555210 3519 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"} I0311 08:19:47.555392 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.598939ms I0311 08:19:47.555405 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:47.555425 3519 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"} I0311 08:19:47.555493 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.337378ms I0311 08:19:47.555511 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:47.555520 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 10.408µs I0311 08:19:47.555530 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:47.555537 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.779µs I0311 08:19:47.555543 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:47.555547 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 3.86µs I0311 08:19:47.555328 3519 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"} I0311 08:19:47.555558 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 2.473088ms I0311 08:19:47.555411 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:47.555590 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:47.555667 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:47.555680 3519 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}} I0311 08:19:47.555695 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:47.555442 3519 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.194.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207250}] I0311 08:19:47.555739 3519 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"} I0311 08:19:47.555761 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.206502ms I0311 08:19:47.555718 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:47.555855 3519 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:u1177207250}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.555868 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.555881 3519 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.194.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207250} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207250}]}}] Timeout: Where:[where column _uuid == {6f01f9c7-857a-4408-81db-7aad05df5768}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.555912 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:47.555925 3519 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 I0311 08:19:47.555937 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:47.555994 3519 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-1-58.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:u1177207251}] I0311 08:19:47.556061 3519 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:u1177207251}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.556110 3519 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:u1177207251}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.556135 3519 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-1-58.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:u1177207251} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207251}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207251}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.556374 3519 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"} I0311 08:19:47.556390 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 1.38402ms I0311 08:19:47.556698 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0311 08:19:47.556719 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.312939ms I0311 08:19:47.563889 3519 pod.go:62] [openshift-multus/network-metrics-daemon-xwng7] pod update took 18.975133ms I0311 08:19:47.563957 3519 base_network_controller_pods.go:928] [default/openshift-multus/network-metrics-daemon-xwng7] addLogicalPort annotation time took 19.044357ms I0311 08:19:47.564021 3519 pod.go:62] [openshift-network-diagnostics/network-check-target-rzk8k] pod update took 19.569575ms I0311 08:19:47.564043 3519 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-target-rzk8k] addLogicalPort annotation time took 19.594596ms I0311 08:19:47.564044 3519 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-xwng7 options:{GoMap:map[iface-id-ver:34b1a6b8-36ea-46bd-acb2-30f95c067ad1 requested-chassis:ip-10-0-1-58.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:u1177207252}] I0311 08:19:47.564096 3519 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-rzk8k options:{GoMap:map[iface-id-ver:f484f58d-3a45-41af-bb36-cd000023a328 requested-chassis:ip-10-0-1-58.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:u1177207253}] I0311 08:19:47.564109 3519 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:u1177207252}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564160 3519 address_set.go:576] (u1177207157/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.4]) to address set I0311 08:19:47.564195 3519 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 == {8a4ee0da-c98d-46a4-9e86-f9ee5749a3ba}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564150 3519 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:u1177207253}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564237 3519 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:u1177207252}]}}] Timeout: Where:[where column _uuid == {74187f32-7d54-4a74-97b1-351120a8dd0b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564288 3519 address_set.go:576] (u1177207163/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.3]) to address set I0311 08:19:47.564353 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.58 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:u1177207254}] I0311 08:19:47.564457 3519 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:u1177207254}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564368 3519 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 == {b609be52-3f11-4c1c-8160-82a321441b85}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564674 3519 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:u1177207253}]}}] Timeout: Where:[where column _uuid == {34ad19d8-7040-4dfc-843f-f7c5b2833afd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564504 3519 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-xwng7 options:{GoMap:map[iface-id-ver:34b1a6b8-36ea-46bd-acb2-30f95c067ad1 requested-chassis:ip-10-0-1-58.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:u1177207252} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207252}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] 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 == {8a4ee0da-c98d-46a4-9e86-f9ee5749a3ba}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207252}]}}] Timeout: Where:[where column _uuid == {74187f32-7d54-4a74-97b1-351120a8dd0b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.58 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:u1177207254} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1177207254}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564810 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.1.58 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:u1177207255}] I0311 08:19:47.564867 3519 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:u1177207255}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.564894 3519 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-rzk8k options:{GoMap:map[iface-id-ver:f484f58d-3a45-41af-bb36-cd000023a328 requested-chassis:ip-10-0-1-58.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:u1177207253} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207253}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] 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 == {b609be52-3f11-4c1c-8160-82a321441b85}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207253}]}}] Timeout: Where:[where column _uuid == {34ad19d8-7040-4dfc-843f-f7c5b2833afd}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.1.58 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:u1177207255} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u1177207255}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.565775 3519 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-xwng7): added port &{name:openshift-multus_network-metrics-daemon-xwng7 uuid:ead76502-e228-4e1e-aa90-7f81bbe915a4 logicalSwitch:ip-10-0-1-58.ec2.internal ips:[0xc0094959e0] 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 I0311 08:19:47.565846 3519 pods.go:253] [openshift-multus/network-metrics-daemon-xwng7] addLogicalPort took 21.034372ms, libovsdb time 1.259268ms I0311 08:19:47.565866 3519 obj_retry.go:548] Creating *v1.Pod openshift-multus/network-metrics-daemon-xwng7 took: 21.078182ms I0311 08:19:47.565877 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.565888 3519 default_network_controller.go:661] Recording add event on pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:19:47.565905 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:19:47.565918 3519 obj_retry.go:548] Creating *v1.Pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r took: 845ns I0311 08:19:47.565924 3519 default_network_controller.go:705] Recording success event on pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:19:47.565931 3519 default_network_controller.go:661] Recording add event on pod openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:47.565938 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:47.565948 3519 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-zzg6g in node ip-10-0-1-58.ec2.internal I0311 08:19:47.565956 3519 obj_retry.go:548] Creating *v1.Pod openshift-network-operator/iptables-alerter-zzg6g took: 10.671µs I0311 08:19:47.565962 3519 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:47.566253 3519 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-rzk8k): added port &{name:openshift-network-diagnostics_network-check-target-rzk8k uuid:a6dac41b-4be4-44b3-b830-dbe5748c67e1 logicalSwitch:ip-10-0-1-58.ec2.internal ips:[0xc0095ad0e0] 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 I0311 08:19:47.566281 3519 pods.go:253] [openshift-network-diagnostics/network-check-target-rzk8k] addLogicalPort took 21.975161ms, libovsdb time 1.340284ms I0311 08:19:47.566294 3519 obj_retry.go:548] Creating *v1.Pod openshift-network-diagnostics/network-check-target-rzk8k took: 22.039006ms I0311 08:19:47.566302 3519 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.566313 3519 default_network_controller.go:661] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal I0311 08:19:47.566326 3519 obj_retry.go:509] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal I0311 08:19:47.566338 3519 ovn.go:139] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal in node ip-10-0-0-55.ec2.internal I0311 08:19:47.566346 3519 obj_retry.go:548] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal took: 10.647µs I0311 08:19:47.566353 3519 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal I0311 08:19:47.566371 3519 factory.go:1366] Added *v1.Pod event handler 3 I0311 08:19:47.566404 3519 admin_network_policy_controller.go:135] Setting up event handlers for Admin Network Policy I0311 08:19:47.566403 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:47.566414 3519 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.566429 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.566432 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:47.566446 3519 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.566462 3519 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-rzk8k in node ip-10-0-1-58.ec2.internal I0311 08:19:47.566464 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.566473 3519 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.566477 3519 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0311 08:19:47.566498 3519 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-xwng7 in node ip-10-0-1-58.ec2.internal I0311 08:19:47.566496 3519 obj_retry.go:406] Going to retry *v1.Pod resource setup for 4 objects: [openshift-network-diagnostics/network-check-target-8m4jg openshift-network-diagnostics/network-check-target-gg79h openshift-multus/network-metrics-daemon-snft5 openshift-multus/network-metrics-daemon-rjxlb] I0311 08:19:47.566510 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.566462 3519 admin_network_policy_controller.go:153] Setting up event handlers for Baseline Admin Network Policy I0311 08:19:47.566537 3519 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-rjxlb before timer (time: 2026-03-11 08:19:48.682034756 +0000 UTC m=+2.948279603): skip I0311 08:19:47.566517 3519 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0311 08:19:47.566561 3519 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-8m4jg before timer (time: 2026-03-11 08:19:48.888987308 +0000 UTC m=+3.155232150): skip I0311 08:19:47.566571 3519 admin_network_policy_controller.go:170] Setting up event handlers for Namespaces in Admin Network Policy controller I0311 08:19:47.566576 3519 obj_retry.go:281] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-snft5 before timer (time: 2026-03-11 08:19:48.758841672 +0000 UTC m=+3.025086515): skip I0311 08:19:47.566573 3519 obj_retry.go:281] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-gg79h before timer (time: 2026-03-11 08:19:48.642243722 +0000 UTC m=+2.908488566): skip I0311 08:19:47.566591 3519 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 93.901µs) I0311 08:19:47.566672 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0311 08:19:47.566691 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0311 08:19:47.566703 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0311 08:19:47.566711 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console I0311 08:19:47.566720 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-infra I0311 08:19:47.566740 3519 admin_network_policy_controller.go:186] Setting up event handlers for Pods in Admin Network Policy controller I0311 08:19:47.566785 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators I0311 08:19:47.566797 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-public I0311 08:19:47.566803 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0311 08:19:47.566808 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-package-operator I0311 08:19:47.566818 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-logging I0311 08:19:47.566823 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-operator I0311 08:19:47.566841 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0311 08:19:47.566843 3519 admin_network_policy_controller.go:202] Setting up event handlers for Nodes in Admin Network Policy controller I0311 08:19:47.566852 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0311 08:19:47.566858 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0311 08:19:47.566866 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-monitoring I0311 08:19:47.566872 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-console I0311 08:19:47.566877 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0311 08:19:47.566886 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver I0311 08:19:47.566891 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-image-registry I0311 08:19:47.566894 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal I0311 08:19:47.566921 3519 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-0-55.ec2.internal I0311 08:19:47.566896 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0311 08:19:47.566934 3519 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-1-58.ec2.internal I0311 08:19:47.566924 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh I0311 08:19:47.566941 3519 admin_network_policy_controller.go:559] Adding Node in Admin Network Policy controller ip-10-0-2-67.ec2.internal I0311 08:19:47.566943 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:47.566935 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns I0311 08:19:47.566952 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:47.566958 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-v5ps4 I0311 08:19:47.566993 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-snft5 I0311 08:19:47.567003 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.567010 3519 admin_network_policy_controller.go:228] Starting controller default-network-controller I0311 08:19:47.567018 3519 admin_network_policy_controller.go:231] Waiting for informer caches to sync I0311 08:19:47.567019 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-mqnch I0311 08:19:47.567030 3519 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0311 08:19:47.567036 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:47.567039 3519 shared_informer.go:320] Caches are synced for default-network-controller I0311 08:19:47.567045 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-dvfmf I0311 08:19:47.567047 3519 admin_network_policy_controller.go:238] Repairing Admin Network Policies I0311 08:19:47.567051 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-hx68s I0311 08:19:47.567057 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal I0311 08:19:47.567062 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-6hc4v I0311 08:19:47.567067 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:47.567090 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-5twh5 I0311 08:19:47.567102 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-htg5k I0311 08:19:47.567106 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:19:47.567110 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:47.567113 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:47.567117 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.567121 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:47.567124 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:47.567128 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-qzl5w I0311 08:19:47.567131 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:47.567143 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-xmbdl I0311 08:19:47.567150 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-x2v49 I0311 08:19:47.567132 3519 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:u1177207256}] I0311 08:19:47.566952 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0311 08:19:47.567166 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0311 08:19:47.567173 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0311 08:19:47.567182 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0311 08:19:47.567188 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-managed I0311 08:19:47.567193 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-etcd I0311 08:19:47.567205 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth I0311 08:19:47.567188 3519 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:u1177207257}] I0311 08:19:47.567155 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs I0311 08:19:47.567222 3519 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-55.ec2.internal I0311 08:19:47.567229 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:47.567234 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:47.567239 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:47.567244 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-kw5pv I0311 08:19:47.567249 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-8ndtf I0311 08:19:47.567255 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-g2ccd I0311 08:19:47.567260 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/multus-k9tfj I0311 08:19:47.567248 3519 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:u1177207256} {GoUUID:u1177207257}]}}] Timeout: Where:[where column _uuid == {d07d4d53-9cda-4d8c-bdf3-deb97a7f3501}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.567265 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:47.567274 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-9sm62 I0311 08:19:47.567279 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-77ffd6644f-mnr8p I0311 08:19:47.567284 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.567289 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:47.567295 3519 admin_network_policy_controller.go:499] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-77ffd6644f-d6dfl I0311 08:19:47.567211 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane I0311 08:19:47.567311 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0311 08:19:47.567318 3519 repair.go:29] Repairing admin network policies took 263.271µs I0311 08:19:47.567270 3519 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:u1177207256} {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:u1177207257} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1177207256} {GoUUID:u1177207257}]}}] Timeout: Where:[where column _uuid == {d07d4d53-9cda-4d8c-bdf3-deb97a7f3501}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.567300 3519 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-58.ec2.internal I0311 08:19:47.567324 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0311 08:19:47.567332 3519 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-67.ec2.internal I0311 08:19:47.567334 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0311 08:19:47.567341 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0311 08:19:47.567347 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-machine-api I0311 08:19:47.567353 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress I0311 08:19:47.567358 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0311 08:19:47.567365 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0311 08:19:47.567370 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0311 08:19:47.567376 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller dedicated-admin I0311 08:19:47.567381 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0311 08:19:47.567404 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0311 08:19:47.567414 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config I0311 08:19:47.567440 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0311 08:19:47.567458 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-marketplace I0311 08:19:47.567473 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-multus I0311 08:19:47.567487 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-system I0311 08:19:47.567494 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0311 08:19:47.567496 3519 repair.go:92] Repairing baseline admin network policies took 169.079µs I0311 08:19:47.567500 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0311 08:19:47.567506 3519 admin_network_policy_controller.go:251] Starting Admin Network Policy workers I0311 08:19:47.567507 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0311 08:19:47.567514 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0311 08:19:47.567516 3519 admin_network_policy_controller.go:262] Starting Baseline Admin Network Policy workers I0311 08:19:47.567521 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0311 08:19:47.567524 3519 admin_network_policy_controller.go:273] Starting Namespace Admin Network Policy workers I0311 08:19:47.567526 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0311 08:19:47.567533 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0311 08:19:47.567548 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0311 08:19:47.567534 3519 admin_network_policy_controller.go:284] Starting Pod Admin Network Policy workers I0311 08:19:47.567565 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0311 08:19:47.567573 3519 admin_network_policy_controller.go:295] Starting Node Admin Network Policy workers I0311 08:19:47.567575 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 10.284µs I0311 08:19:47.567592 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-console-operator I0311 08:19:47.567602 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-insights I0311 08:19:47.567615 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0311 08:19:47.567607 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0311 08:19:47.567636 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0311 08:19:47.567643 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0311 08:19:47.567644 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 38.469µs I0311 08:19:47.567650 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift I0311 08:19:47.567664 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0311 08:19:47.567671 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0311 08:19:47.567674 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0311 08:19:47.567678 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 6.697µs I0311 08:19:47.567681 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0311 08:19:47.567687 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0311 08:19:47.567694 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 5.26µs I0311 08:19:47.567702 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0311 08:19:47.567707 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 4.878µs I0311 08:19:47.567713 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0311 08:19:47.567714 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0311 08:19:47.567727 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 12.252µs I0311 08:19:47.567740 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0311 08:19:47.567745 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 6.546µs I0311 08:19:47.567753 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0311 08:19:47.567758 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 5.376µs I0311 08:19:47.567764 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0311 08:19:47.567769 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 5.126µs I0311 08:19:47.567767 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-node I0311 08:19:47.567775 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0311 08:19:47.567780 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 5.322µs I0311 08:19:47.567787 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0311 08:19:47.567791 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.897µs I0311 08:19:47.567799 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0311 08:19:47.567803 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 4.934µs I0311 08:19:47.567810 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0311 08:19:47.567814 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 5.191µs I0311 08:19:47.567823 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0311 08:19:47.567828 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 7.204µs I0311 08:19:47.567833 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0311 08:19:47.567838 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 4.715µs I0311 08:19:47.567844 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0311 08:19:47.567848 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 4.311µs I0311 08:19:47.567781 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller default I0311 08:19:47.567855 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0311 08:19:47.567867 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 12.252µs I0311 08:19:47.567867 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0311 08:19:47.567875 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0311 08:19:47.567878 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-config-operator I0311 08:19:47.567880 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 5.2µs I0311 08:19:47.567885 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-authentication I0311 08:19:47.567887 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0311 08:19:47.567891 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0311 08:19:47.567892 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 5.099µs I0311 08:19:47.567902 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0311 08:19:47.567908 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0311 08:19:47.567917 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 9.682µs I0311 08:19:47.567926 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0311 08:19:47.567931 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 5.565µs I0311 08:19:47.567938 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0311 08:19:47.567943 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 5.378µs I0311 08:19:47.567950 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0311 08:19:47.567954 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 5.089µs I0311 08:19:47.567961 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0311 08:19:47.567965 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 5.052µs I0311 08:19:47.567971 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0311 08:19:47.567976 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 4.727µs I0311 08:19:47.567909 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0311 08:19:47.567982 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0311 08:19:47.567987 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 5.158µs I0311 08:19:47.567989 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0311 08:19:47.567994 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0311 08:19:47.567997 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0311 08:19:47.567998 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 5.297µs I0311 08:19:47.568004 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller kube-node-lease I0311 08:19:47.568011 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth in Admin Network Policy controller I0311 08:19:47.568013 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0311 08:19:47.568015 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth Admin Network Policy controller: took 5.066µs I0311 08:19:47.568020 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-host-network I0311 08:19:47.568022 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0311 08:19:47.568026 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0311 08:19:47.568027 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 5.242µs I0311 08:19:47.568038 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0311 08:19:47.568038 3519 admin_network_policy_controller.go:453] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0311 08:19:47.568043 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 5.942µs I0311 08:19:47.568052 3519 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal in Admin Network Policy controller I0311 08:19:47.568061 3519 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal Admin Network Policy controller: took 10.223µs I0311 08:19:47.568070 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh in Admin Network Policy controller I0311 08:19:47.568077 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh Admin Network Policy controller: took 6.764µs I0311 08:19:47.568084 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-gg79h in Admin Network Policy controller I0311 08:19:47.568091 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-gg79h Admin Network Policy controller: took 6.519µs I0311 08:19:47.568097 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-xp9rn in Admin Network Policy controller I0311 08:19:47.568103 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-xp9rn Admin Network Policy controller: took 5.965µs I0311 08:19:47.568112 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-v5ps4 in Admin Network Policy controller I0311 08:19:47.568118 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-v5ps4 Admin Network Policy controller: took 8.312µs I0311 08:19:47.568125 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-snft5 in Admin Network Policy controller I0311 08:19:47.568130 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-snft5 Admin Network Policy controller: took 6.068µs I0311 08:19:47.568137 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-rzk8k in Admin Network Policy controller I0311 08:19:47.568142 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-rzk8k Admin Network Policy controller: took 5.565µs I0311 08:19:47.568149 3519 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-mqnch in Admin Network Policy controller I0311 08:19:47.568154 3519 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-mqnch Admin Network Policy controller: took 5.683µs I0311 08:19:47.568160 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh in Admin Network Policy controller I0311 08:19:47.568166 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh Admin Network Policy controller: took 5.712µs I0311 08:19:47.568172 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-dvfmf in Admin Network Policy controller I0311 08:19:47.568178 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-dvfmf Admin Network Policy controller: took 6.097µs I0311 08:19:47.568184 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-hx68s in Admin Network Policy controller I0311 08:19:47.568189 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-hx68s Admin Network Policy controller: took 5.76µs I0311 08:19:47.568196 3519 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal in Admin Network Policy controller I0311 08:19:47.568201 3519 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal Admin Network Policy controller: took 5.597µs I0311 08:19:47.568207 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-6hc4v in Admin Network Policy controller I0311 08:19:47.568213 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-6hc4v Admin Network Policy controller: took 5.911µs I0311 08:19:47.568219 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-rjxlb in Admin Network Policy controller I0311 08:19:47.568225 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-rjxlb Admin Network Policy controller: took 6.146µs I0311 08:19:47.568231 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-5twh5 in Admin Network Policy controller I0311 08:19:47.568236 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-5twh5 Admin Network Policy controller: took 5.624µs I0311 08:19:47.568242 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-htg5k in Admin Network Policy controller I0311 08:19:47.568247 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-htg5k Admin Network Policy controller: took 5.143µs I0311 08:19:47.568253 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r in Admin Network Policy controller I0311 08:19:47.568249 3519 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0311 08:19:47.568268 3519 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0311 08:19:47.568259 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r Admin Network Policy controller: took 5.883µs I0311 08:19:47.568375 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-l8fg8 in Admin Network Policy controller I0311 08:19:47.568383 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-l8fg8 Admin Network Policy controller: took 8.752µs I0311 08:19:47.568390 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-8m4jg in Admin Network Policy controller I0311 08:19:47.568394 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-8m4jg Admin Network Policy controller: took 5.36µs I0311 08:19:47.568399 3519 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-9ghj9 in Admin Network Policy controller I0311 08:19:47.568402 3519 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-9ghj9 Admin Network Policy controller: took 3.763µs I0311 08:19:47.568408 3519 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal in Admin Network Policy controller I0311 08:19:47.568411 3519 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal Admin Network Policy controller: took 5.239µs I0311 08:19:47.568415 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 in Admin Network Policy controller I0311 08:19:47.568419 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 Admin Network Policy controller: took 3.51µs I0311 08:19:47.568424 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-qzl5w in Admin Network Policy controller I0311 08:19:47.568430 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-qzl5w Admin Network Policy controller: took 5.728µs I0311 08:19:47.568436 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-7smlt in Admin Network Policy controller I0311 08:19:47.568442 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-7smlt Admin Network Policy controller: took 5.684µs I0311 08:19:47.568449 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-xmbdl in Admin Network Policy controller I0311 08:19:47.568454 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-xmbdl Admin Network Policy controller: took 5.868µs I0311 08:19:47.568461 3519 admin_network_policy_pod.go:57] Processing sync for Pod kube-system/konnectivity-agent-x2v49 in Admin Network Policy controller I0311 08:19:47.568466 3519 admin_network_policy_pod.go:60] Finished syncing Pod kube-system/konnectivity-agent-x2v49 Admin Network Policy controller: took 5.688µs I0311 08:19:47.568473 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs in Admin Network Policy controller I0311 08:19:47.568479 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs Admin Network Policy controller: took 6.783µs I0311 08:19:47.568488 3519 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-55.ec2.internal in Admin Network Policy controller I0311 08:19:47.568499 3519 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-55.ec2.internal Admin Network Policy controller: took 12.745µs I0311 08:19:47.568529 3519 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-58.ec2.internal in Admin Network Policy controller I0311 08:19:47.568536 3519 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-58.ec2.internal Admin Network Policy controller: took 7.037µs I0311 08:19:47.568540 3519 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-67.ec2.internal in Admin Network Policy controller I0311 08:19:47.568544 3519 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-67.ec2.internal Admin Network Policy controller: took 3.073µs I0311 08:19:47.568550 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0311 08:19:47.568558 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 5.745µs I0311 08:19:47.568566 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0311 08:19:47.568570 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 3.711µs I0311 08:19:47.568574 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0311 08:19:47.568577 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 3.165µs I0311 08:19:47.568582 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0311 08:19:47.568585 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 4.127µs I0311 08:19:47.568590 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0311 08:19:47.568594 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 4.048µs I0311 08:19:47.568600 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0311 08:19:47.568603 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 3.897µs I0311 08:19:47.568606 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0311 08:19:47.568609 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 2.943µs I0311 08:19:47.568613 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0311 08:19:47.568616 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 2.813µs I0311 08:19:47.568620 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0311 08:19:47.568641 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 3.051µs I0311 08:19:47.568648 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0311 08:19:47.568653 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 4.867µs I0311 08:19:47.568657 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0311 08:19:47.568660 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 2.888µs I0311 08:19:47.568671 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0311 08:19:47.568677 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 6.676µs I0311 08:19:47.568689 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal in Admin Network Policy controller I0311 08:19:47.568712 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal Admin Network Policy controller: took 27.062µs I0311 08:19:47.568742 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-df9br in Admin Network Policy controller I0311 08:19:47.568757 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-df9br Admin Network Policy controller: took 14.763µs I0311 08:19:47.568768 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-operator/iptables-alerter-zzg6g in Admin Network Policy controller I0311 08:19:47.568777 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-operator/iptables-alerter-zzg6g Admin Network Policy controller: took 8.959µs I0311 08:19:47.568787 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc in Admin Network Policy controller I0311 08:19:47.568795 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc Admin Network Policy controller: took 9.536µs I0311 08:19:47.568805 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-kw5pv in Admin Network Policy controller I0311 08:19:47.568818 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-kw5pv Admin Network Policy controller: took 10.08µs I0311 08:19:47.568832 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-8ndtf in Admin Network Policy controller I0311 08:19:47.568915 3519 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0311 08:19:47.568934 3519 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}]} I0311 08:19:47.569031 3519 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0311 08:19:47.569139 3519 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:u1177207258}] I0311 08:19:47.569237 3519 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:u1177207259}] I0311 08:19:47.569308 3519 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:u1177207260}] I0311 08:19:47.569380 3519 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:u1177207261}] I0311 08:19:47.569445 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1177207258} {GoUUID:u1177207259}]} 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:u1177207262}] I0311 08:19:47.569501 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1177207260} {GoUUID:u1177207261}]} 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:u1177207263}] I0311 08:19:47.569555 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-8ndtf Admin Network Policy controller: took 13.894µs I0311 08:19:47.569577 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/node-ca-g2ccd in Admin Network Policy controller I0311 08:19:47.569584 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/node-ca-g2ccd Admin Network Policy controller: took 8.668µs I0311 08:19:47.569592 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/multus-k9tfj in Admin Network Policy controller I0311 08:19:47.569598 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/multus-k9tfj Admin Network Policy controller: took 6.673µs I0311 08:19:47.569605 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 in Admin Network Policy controller I0311 08:19:47.569610 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 Admin Network Policy controller: took 5.973µs I0311 08:19:47.569617 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-dns/node-resolver-9sm62 in Admin Network Policy controller I0311 08:19:47.569639 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-dns/node-resolver-9sm62 Admin Network Policy controller: took 6.407µs I0311 08:19:47.569647 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-77ffd6644f-mnr8p in Admin Network Policy controller I0311 08:19:47.569653 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-77ffd6644f-mnr8p Admin Network Policy controller: took 6.621µs I0311 08:19:47.569678 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-xwng7 in Admin Network Policy controller I0311 08:19:47.569532 3519 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:u1177207258} {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:u1177207259} {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:u1177207260} {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:u1177207261} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1177207258} {GoUUID:u1177207259}]} 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:u1177207262} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1177207260} {GoUUID:u1177207261}]} 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:u1177207263}] I0311 08:19:47.569687 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-xwng7 Admin Network Policy controller: took 27.179µs I0311 08:19:47.569695 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-x246h in Admin Network Policy controller I0311 08:19:47.569701 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-x246h Admin Network Policy controller: took 5.603µs I0311 08:19:47.569707 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-image-registry/image-registry-77ffd6644f-d6dfl in Admin Network Policy controller I0311 08:19:47.569712 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-image-registry/image-registry-77ffd6644f-d6dfl Admin Network Policy controller: took 5.577µs I0311 08:19:47.569719 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal in Admin Network Policy controller I0311 08:19:47.569725 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal Admin Network Policy controller: took 6.204µs I0311 08:19:47.569756 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0311 08:19:47.569767 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 29.264µs I0311 08:19:47.569781 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0311 08:19:47.569787 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 5.493µs I0311 08:19:47.569798 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal in Admin Network Policy controller I0311 08:19:47.569810 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal Admin Network Policy controller: took 16.996µs I0311 08:19:47.569824 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0311 08:19:47.569828 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 5.006µs I0311 08:19:47.569834 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0311 08:19:47.569838 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 3.556µs I0311 08:19:47.569844 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0311 08:19:47.569849 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 5.569µs I0311 08:19:47.569855 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0311 08:19:47.569861 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 5.217µs I0311 08:19:47.569867 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0311 08:19:47.569872 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 3.519µs I0311 08:19:47.569876 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0311 08:19:47.569878 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 3.033µs I0311 08:19:47.569882 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0311 08:19:47.569885 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 2.876µs I0311 08:19:47.569889 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0311 08:19:47.569892 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 2.862µs I0311 08:19:47.569895 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0311 08:19:47.569898 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 2.932µs I0311 08:19:47.569902 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0311 08:19:47.569904 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 2.794µs I0311 08:19:47.569908 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0311 08:19:47.569911 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 3.059µs I0311 08:19:47.569916 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0311 08:19:47.569920 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 4.131µs I0311 08:19:47.569926 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0311 08:19:47.569930 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 4.34µs I0311 08:19:47.569935 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0311 08:19:47.569939 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 3.747µs I0311 08:19:47.569945 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0311 08:19:47.569949 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 4.414µs I0311 08:19:47.569955 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0311 08:19:47.569959 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 4.723µs I0311 08:19:47.569965 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0311 08:19:47.569969 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 4.395µs I0311 08:19:47.569975 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0311 08:19:47.569979 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 4.601µs I0311 08:19:47.569985 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0311 08:19:47.569989 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 4.836µs I0311 08:19:47.569996 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0311 08:19:47.570000 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 4.696µs I0311 08:19:47.570006 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0311 08:19:47.570010 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 4.382µs I0311 08:19:47.570018 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0311 08:19:47.570022 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 6.014µs I0311 08:19:47.570028 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0311 08:19:47.570032 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 4.58µs I0311 08:19:47.570038 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0311 08:19:47.570042 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 4.585µs I0311 08:19:47.570048 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0311 08:19:47.570052 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 4.392µs I0311 08:19:47.570058 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0311 08:19:47.570063 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 5.385µs I0311 08:19:47.570069 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0311 08:19:47.570074 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 4.804µs I0311 08:19:47.570080 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0311 08:19:47.570084 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 4.479µs I0311 08:19:47.570090 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0311 08:19:47.570096 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 4.7µs I0311 08:19:47.570102 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0311 08:19:47.570106 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 4.204µs I0311 08:19:47.570111 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0311 08:19:47.570115 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 4.336µs I0311 08:19:47.570122 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0311 08:19:47.570126 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 5.296µs I0311 08:19:47.570132 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0311 08:19:47.570137 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 5.026µs I0311 08:19:47.570142 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0311 08:19:47.570147 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 4.832µs I0311 08:19:47.570153 3519 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0311 08:19:47.570158 3519 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 4.714µs I0311 08:19:47.571087 3519 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:u1177207264}] I0311 08:19:47.571120 3519 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:u1177207264}] I0311 08:19:47.571700 3519 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:u1177207265}] I0311 08:19:47.571771 3519 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:u1177207265}]}}] Timeout: Where:[where column _uuid == {036707e8-c495-4fae-bb8c-cd59c370d3ce}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.571796 3519 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:u1177207265} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u1177207265}]}}] Timeout: Where:[where column _uuid == {036707e8-c495-4fae-bb8c-cd59c370d3ce}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.572413 3519 obj_retry.go:509] Add event received for *factory.peerNamespaceSelector openshift-insights I0311 08:19:47.572542 3519 obj_retry.go:548] Creating *factory.peerNamespaceSelector openshift-insights took: 112.937µs I0311 08:19:47.572564 3519 factory.go:1366] Added *v1.Namespace event handler 5 I0311 08:19:47.572617 3519 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh I0311 08:19:47.572644 3519 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh took: 561ns I0311 08:19:47.572662 3519 factory.go:1366] Added *v1.Pod event handler 6 I0311 08:19:47.572682 3519 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0311 08:19:47.572694 3519 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 4.40041ms I0311 08:19:47.572706 3519 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0311 08:19:47.572716 3519 default_network_controller.go:666] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0311 08:19:47.572724 3519 obj_retry.go:509] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0311 08:19:47.572735 3519 base_network_controller_policy.go:1179] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0311 08:19:47.572747 3519 base_network_controller_policy.go:1006] Network policy ingress is {Ports:[] From:[]} I0311 08:19:47.572781 3519 base_network_controller_policy.go:1054] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0311 08:19:47.572853 3519 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:u1177207266}] I0311 08:19:47.572904 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1177207266}]} 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:u1177207267}] I0311 08:19:47.572926 3519 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:u1177207266} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u1177207266}]} 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:u1177207267}] I0311 08:19:47.573485 3519 obj_retry.go:509] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh I0311 08:19:47.573504 3519 obj_retry.go:548] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh took: 999ns I0311 08:19:47.573525 3519 factory.go:1366] Added *v1.Pod event handler 7 I0311 08:19:47.573539 3519 base_network_controller_policy.go:1232] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0311 08:19:47.573547 3519 obj_retry.go:548] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 815.375µs I0311 08:19:47.573556 3519 default_network_controller.go:709] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0311 08:19:47.573568 3519 factory.go:1366] Added *v1.NetworkPolicy event handler 4 I0311 08:19:47.573791 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config I0311 08:19:47.573829 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0311 08:19:47.573861 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-system I0311 08:19:47.573865 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-operator I0311 08:19:47.573879 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 13.478µs I0311 08:19:47.573886 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0311 08:19:47.573892 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators-redhat took: 1.273µs I0311 08:19:47.573894 3519 obj_retry.go:548] Creating *factory.egressIPNamespace kube-system took: 17.92µs I0311 08:19:47.573899 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0311 08:19:47.573904 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0311 08:19:47.573913 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 2.723µs I0311 08:19:47.573917 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-operator took: 18.061µs I0311 08:19:47.573835 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace dedicated-admin I0311 08:19:47.573923 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-tam took: 13.043µs I0311 08:19:47.573802 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0311 08:19:47.573920 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-node-lease I0311 08:19:47.573931 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0311 08:19:47.573942 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 3.455µs I0311 08:19:47.573943 3519 obj_retry.go:548] Creating *factory.egressIPNamespace dedicated-admin took: 12.354µs I0311 08:19:47.573950 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0311 08:19:47.573951 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns-operator I0311 08:19:47.573958 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-canary took: 1.838µs I0311 08:19:47.573961 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns-operator took: 2.607µs I0311 08:19:47.573965 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-package-operator I0311 08:19:47.573968 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0311 08:19:47.573975 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-package-operator took: 3.453µs I0311 08:19:47.573977 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 3.398µs I0311 08:19:47.573981 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-dns I0311 08:19:47.573985 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console I0311 08:19:47.573992 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-dns took: 3.878µs I0311 08:19:47.573995 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console took: 2.691µs I0311 08:19:47.573942 3519 obj_retry.go:548] Creating *factory.egressIPNamespace kube-node-lease took: 2.682µs I0311 08:19:47.574001 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0311 08:19:47.574004 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0311 08:19:47.574013 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 2.477µs I0311 08:19:47.574014 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 2.455µs I0311 08:19:47.574024 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0311 08:19:47.574033 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 3.021µs I0311 08:19:47.573896 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-host-network I0311 08:19:47.574046 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-host-network took: 2.512µs I0311 08:19:47.574058 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-console I0311 08:19:47.574066 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-console took: 2.606µs I0311 08:19:47.574072 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-managed I0311 08:19:47.574080 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-managed took: 1.807µs I0311 08:19:47.574085 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0311 08:19:47.574094 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 3.703µs I0311 08:19:47.573944 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 9.743µs I0311 08:19:47.574102 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0311 08:19:47.574107 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-node-identity took: 2.217µs I0311 08:19:47.574111 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0311 08:19:47.574116 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 1.53µs I0311 08:19:47.574121 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0311 08:19:47.574128 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 1.686µs I0311 08:19:47.574133 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0311 08:19:47.574139 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-console-user-settings took: 1.335µs I0311 08:19:47.573836 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0311 08:19:47.574154 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 7.484µs I0311 08:19:47.574158 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0311 08:19:47.574163 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cse took: 964ns I0311 08:19:47.574167 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0311 08:19:47.574172 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 1.21µs I0311 08:19:47.574175 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-logging I0311 08:19:47.574181 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-logging took: 1.174µs I0311 08:19:47.574186 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-monitoring I0311 08:19:47.574195 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-monitoring took: 3.84µs I0311 08:19:47.573849 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager I0311 08:19:47.574210 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager took: 6.869µs I0311 08:19:47.574214 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0311 08:19:47.574220 3519 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 1.789µs I0311 08:19:47.574223 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0311 08:19:47.574228 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 905ns I0311 08:19:47.574232 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-operator I0311 08:19:47.574237 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-operator took: 1.971µs I0311 08:19:47.574241 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0311 08:19:47.574248 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 1.57µs I0311 08:19:47.574253 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-machine-api I0311 08:19:47.573851 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-version I0311 08:19:47.574262 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-machine-api took: 3.543µs I0311 08:19:47.574281 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-version took: 16.623µs I0311 08:19:47.574291 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0311 08:19:47.574296 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 1.222µs I0311 08:19:47.574300 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication I0311 08:19:47.574305 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication took: 1.492µs I0311 08:19:47.574309 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0311 08:19:47.574313 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-cee took: 1.005µs I0311 08:19:47.574317 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-image-registry I0311 08:19:47.574327 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-image-registry took: 3.614µs I0311 08:19:47.574332 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0311 08:19:47.573856 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config took: 20.844µs I0311 08:19:47.574340 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 2.387µs I0311 08:19:47.574347 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0311 08:19:47.574357 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 3.378µs I0311 08:19:47.574362 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0311 08:19:47.574367 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 1.66µs I0311 08:19:47.574371 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0311 08:19:47.574376 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 1.392µs I0311 08:19:47.574380 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-apiserver I0311 08:19:47.574384 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-apiserver took: 1.218µs I0311 08:19:47.573789 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0311 08:19:47.574399 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 6.54µs I0311 08:19:47.574405 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-insights I0311 08:19:47.573928 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0311 08:19:47.574416 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-insights took: 3.922µs I0311 08:19:47.574422 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0311 08:19:47.574422 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 2.704µs I0311 08:19:47.574430 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.939µs I0311 08:19:47.573812 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-marketplace I0311 08:19:47.574437 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace kube-public I0311 08:19:47.574447 3519 obj_retry.go:548] Creating *factory.egressIPNamespace kube-public took: 2.911µs I0311 08:19:47.574452 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0311 08:19:47.574457 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-marketplace took: 15.931µs I0311 08:19:47.574460 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 2.039µs I0311 08:19:47.574431 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace default I0311 08:19:47.574465 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0311 08:19:47.574472 3519 obj_retry.go:548] Creating *factory.egressIPNamespace default took: 2.693µs I0311 08:19:47.574476 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-authentication-operator took: 3.557µs I0311 08:19:47.574479 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0311 08:19:47.574483 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-config-operator I0311 08:19:47.574486 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-srep took: 1.71µs I0311 08:19:47.574492 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth I0311 08:19:47.573806 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress I0311 08:19:47.574502 3519 obj_retry.go:548] Creating *factory.egressIPNamespace open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth took: 3.778µs I0311 08:19:47.574508 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0311 08:19:47.574516 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress took: 14.12µs I0311 08:19:47.573818 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-multus I0311 08:19:47.574524 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0311 08:19:47.574534 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 2.993µs I0311 08:19:47.574539 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-multus took: 12.159µs I0311 08:19:47.574542 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0311 08:19:47.573818 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0311 08:19:47.574517 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 3.022µs I0311 08:19:47.574552 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 2.809µs I0311 08:19:47.574559 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-infra I0311 08:19:47.574568 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-infra took: 2.868µs I0311 08:19:47.574572 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0311 08:19:47.574571 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 15.098µs I0311 08:19:47.574577 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 1.642µs I0311 08:19:47.574492 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-config-operator took: 2.736µs I0311 08:19:47.574582 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-node I0311 08:19:47.574583 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operators I0311 08:19:47.574590 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operators took: 1.569µs I0311 08:19:47.574592 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-node took: 1.686µs I0311 08:19:47.574594 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0311 08:19:47.574599 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0311 08:19:47.574599 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 1.244µs I0311 08:19:47.574609 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 3.048µs I0311 08:19:47.574547 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift I0311 08:19:47.574616 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0311 08:19:47.574621 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift took: 1.708µs I0311 08:19:47.574637 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-ingress-operator took: 1.849µs I0311 08:19:47.574643 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0311 08:19:47.574645 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-backplane I0311 08:19:47.574651 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.972µs I0311 08:19:47.574652 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-backplane took: 1.413µs I0311 08:19:47.574657 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0311 08:19:47.574667 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 3.667µs I0311 08:19:47.574671 3519 obj_retry.go:509] Add event received for *factory.egressIPNamespace openshift-etcd I0311 08:19:47.574677 3519 obj_retry.go:548] Creating *factory.egressIPNamespace openshift-etcd took: 1.554µs I0311 08:19:47.574688 3519 factory.go:1366] Added *v1.Namespace event handler 8 I0311 08:19:47.574774 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-5twh5 I0311 08:19:47.574808 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs I0311 08:19:47.574871 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs took: 6.95µs I0311 08:19:47.574906 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-9sm62 I0311 08:19:47.574914 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-9sm62 took: 896ns I0311 08:19:47.574920 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:47.574923 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh took: 256ns I0311 08:19:47.574775 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:47.574936 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-l8fg8 took: 4.589µs I0311 08:19:47.574941 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-77ffd6644f-d6dfl I0311 08:19:47.574945 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-77ffd6644f-d6dfl took: 300ns I0311 08:19:47.574949 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-6hc4v I0311 08:19:47.574952 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-6hc4v took: 300ns I0311 08:19:47.574782 3519 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:47.574967 3519 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal took: 6.122µs I0311 08:19:47.574979 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:47.574986 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-zzg6g took: 516ns I0311 08:19:47.574992 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:47.574999 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-rzk8k took: 460ns I0311 08:19:47.574789 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-qzl5w I0311 08:19:47.575013 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-qzl5w took: 4.376µs I0311 08:19:47.575017 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-k9tfj I0311 08:19:47.575023 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-k9tfj took: 298ns I0311 08:19:47.575028 3519 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-mqnch I0311 08:19:47.575032 3519 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-mqnch took: 255ns I0311 08:19:47.574793 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-g2ccd I0311 08:19:47.575043 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-g2ccd took: 3.794µs I0311 08:19:47.575047 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:47.575053 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-df9br took: 414ns I0311 08:19:47.575059 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:47.575065 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xp9rn took: 511ns I0311 08:19:47.574796 3519 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-x2v49 I0311 08:19:47.575076 3519 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-x2v49 took: 4.033µs I0311 08:19:47.575080 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-77ffd6644f-mnr8p I0311 08:19:47.575085 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-77ffd6644f-mnr8p took: 244ns I0311 08:19:47.575089 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:47.575093 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-rjxlb took: 238ns I0311 08:19:47.574800 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-htg5k I0311 08:19:47.575104 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-htg5k took: 4.518µs I0311 08:19:47.575108 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-8ndtf I0311 08:19:47.575114 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/node-ca-8ndtf took: 457ns I0311 08:19:47.575121 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-operator/iptables-alerter-hx68s I0311 08:19:47.575127 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-operator/iptables-alerter-hx68s took: 597ns I0311 08:19:47.574808 3519 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.575138 3519 obj_retry.go:548] Creating *factory.egressIPPod kube-system/konnectivity-agent-9ghj9 took: 4.069µs I0311 08:19:47.575143 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:47.575147 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal took: 330ns I0311 08:19:47.574813 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:47.575158 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 took: 3.703µs I0311 08:19:47.575166 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:47.575170 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c5jwc took: 286ns I0311 08:19:47.574813 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:47.575187 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-7smlt took: 6.342µs I0311 08:19:47.575195 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:47.575199 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-x246h took: 295ns I0311 08:19:47.575203 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:47.575207 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-snft5 took: 235ns I0311 08:19:47.574819 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:19:47.575218 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-image-registry/image-registry-6d5c5b65db-dnk8r took: 4.207µs I0311 08:19:47.575222 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:47.575227 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-gg79h took: 300ns I0311 08:19:47.575231 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-dns/node-resolver-dvfmf I0311 08:19:47.575238 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-dns/node-resolver-dvfmf took: 395ns I0311 08:19:47.574824 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:47.575252 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-8m4jg took: 4.847µs I0311 08:19:47.575256 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:47.575261 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-xwng7 took: 302ns I0311 08:19:47.575264 3519 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal I0311 08:19:47.575268 3519 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal took: 344ns I0311 08:19:47.574835 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal I0311 08:19:47.575279 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal took: 3.714µs I0311 08:19:47.575288 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal I0311 08:19:47.575293 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal took: 338ns I0311 08:19:47.575299 3519 obj_retry.go:509] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal I0311 08:19:47.575305 3519 obj_retry.go:548] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal took: 523ns I0311 08:19:47.574839 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-xmbdl I0311 08:19:47.575317 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-xmbdl took: 3.873µs I0311 08:19:47.575322 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-kw5pv I0311 08:19:47.575326 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-kw5pv took: 270ns I0311 08:19:47.575330 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh I0311 08:19:47.575334 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-l7qfh took: 233ns I0311 08:19:47.574841 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-5twh5 took: 9.207µs I0311 08:19:47.575340 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:47.575344 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-mkvz7 took: 652ns I0311 08:19:47.575347 3519 obj_retry.go:509] Add event received for *factory.egressIPPod openshift-multus/multus-v5ps4 I0311 08:19:47.575351 3519 obj_retry.go:548] Creating *factory.egressIPPod openshift-multus/multus-v5ps4 took: 239ns I0311 08:19:47.575360 3519 factory.go:1366] Added *v1.Pod event handler 9 I0311 08:19:47.575481 3519 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:u1177207268}] I0311 08:19:47.575525 3519 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:u1177207268}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.575544 3519 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:0xc009977440 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:u1177207268} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1177207268}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.576200 3519 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:u1177207269}] I0311 08:19:47.576255 3519 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:u1177207269}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.576275 3519 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:0xc009c3a0e0 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:u1177207269} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1177207269}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.576923 3519 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:u1177207270}] I0311 08:19:47.577021 3519 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:u1177207270}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.577063 3519 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:0xc009c3ad60 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:u1177207270} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1177207270}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.577111 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:47.577123 3519 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.577134 3519 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.577154 3519 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-9ghj9 in node ip-10-0-2-67.ec2.internal I0311 08:19:47.577163 3519 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.577169 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:47.577176 3519 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.577607 3519 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:u1177207271}] I0311 08:19:47.577657 3519 address_set.go:303] New(u1177207271/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0311 08:19:47.577663 3519 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:u1177207271}] I0311 08:19:47.578053 3519 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:u1177207272}] I0311 08:19:47.578079 3519 address_set.go:303] New(u1177207272/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0311 08:19:47.578085 3519 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:u1177207272}] I0311 08:19:47.578421 3519 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:u1177207273}] I0311 08:19:47.578451 3519 address_set.go:303] New(u1177207273/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0311 08:19:47.578458 3519 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:u1177207273}] I0311 08:19:47.578884 3519 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-1-58.ec2.internal I0311 08:19:47.578897 3519 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-2-67.ec2.internal I0311 08:19:47.578887 3519 obj_retry.go:509] Add event received for *factory.egressNode ip-10-0-0-55.ec2.internal I0311 08:19:47.579092 3519 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:u1177207274}] I0311 08:19:47.579191 3519 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:u1177207274}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.579218 3519 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:u1177207274} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u1177207274}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.579920 3519 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 == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.579948 3519 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.580291 3519 egressip.go:2084] Egress node: ip-10-0-1-58.ec2.internal about to be initialized I0311 08:19:47.580361 3519 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:u1177207275}] I0311 08:19:47.580412 3519 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:u1177207275}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.580439 3519 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:u1177207275} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207275}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.580538 3519 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 == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.580563 3519 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.580935 3519 obj_retry.go:548] Creating *factory.egressNode ip-10-0-1-58.ec2.internal took: 2.03117ms I0311 08:19:47.580960 3519 obj_retry.go:548] Creating *factory.egressNode ip-10-0-2-67.ec2.internal took: 2.048326ms I0311 08:19:47.581103 3519 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 == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.581122 3519 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.581397 3519 obj_retry.go:548] Creating *factory.egressNode ip-10-0-0-55.ec2.internal took: 2.435824ms I0311 08:19:47.581418 3519 factory.go:1366] Added *v1.Node event handler 10 I0311 08:19:47.581440 3519 factory.go:1366] Added *v1.EgressIP event handler 11 I0311 08:19:47.581653 3519 factory.go:1366] Added *v1.EgressFirewall event handler 12 I0311 08:19:47.581715 3519 controller.go:132] Adding controller ef_node_controller event handlers I0311 08:19:47.581734 3519 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0311 08:19:47.581740 3519 shared_informer.go:320] Caches are synced for ef_node_controller I0311 08:19:47.581748 3519 controller.go:156] Starting controller ef_node_controller with 1 workers I0311 08:19:47.581760 3519 egressqos.go:193] Setting up event handlers for EgressQoS I0311 08:19:47.581892 3519 egressqos.go:245] Starting EgressQoS Controller I0311 08:19:47.581902 3519 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0311 08:19:47.581916 3519 shared_informer.go:320] Caches are synced for egressqosnodes I0311 08:19:47.581921 3519 shared_informer.go:313] Waiting for caches to sync for egressqospods I0311 08:19:47.581926 3519 shared_informer.go:320] Caches are synced for egressqospods I0311 08:19:47.581931 3519 shared_informer.go:313] Waiting for caches to sync for egressqos I0311 08:19:47.581936 3519 shared_informer.go:320] Caches are synced for egressqos I0311 08:19:47.581942 3519 egressqos.go:259] Repairing EgressQoSes I0311 08:19:47.581947 3519 egressqos.go:399] Starting repairing loop for egressqos I0311 08:19:47.582039 3519 egressqos.go:401] Finished repairing loop for egressqos: 91.088µs I0311 08:19:47.582071 3519 egressservice_zone.go:132] Setting up event handlers for Egress Services I0311 08:19:47.582107 3519 egressqos.go:1007] Processing sync for EgressQoS node ip-10-0-1-58.ec2.internal I0311 08:19:47.582182 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-vmr95 as it is not a known egress service I0311 08:19:47.582202 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-885ln as it is not a known egress service I0311 08:19:47.582214 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-ks2r9 as it is not a known egress service I0311 08:19:47.582222 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-vwmwz as it is not a known egress service I0311 08:19:47.582229 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-t54cz as it is not a known egress service I0311 08:19:47.582239 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-7l99d as it is not a known egress service I0311 08:19:47.582254 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-fwzk9 as it is not a known egress service I0311 08:19:47.582263 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-6wd6l as it is not a known egress service I0311 08:19:47.582270 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-zjvbm as it is not a known egress service I0311 08:19:47.582282 3519 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-9psk2 as it is not a known egress service I0311 08:19:47.582288 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-9z7wd as it is not a known egress service I0311 08:19:47.582297 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-hgsgw as it is not a known egress service I0311 08:19:47.582305 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-pg4d8 as it is not a known egress service I0311 08:19:47.582312 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-wtmhd as it is not a known egress service I0311 08:19:47.582319 3519 egressservice_zone_endpointslice.go:81] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0311 08:19:47.582321 3519 egressservice_zone.go:210] Starting Egress Services Controller I0311 08:19:47.582327 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-tx92q as it is not a known egress service I0311 08:19:47.582333 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-bnscr as it is not a known egress service I0311 08:19:47.582334 3519 shared_informer.go:313] Waiting for caches to sync for egressservices I0311 08:19:47.582346 3519 shared_informer.go:320] Caches are synced for egressservices I0311 08:19:47.582349 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-slfmc as it is not a known egress service I0311 08:19:47.582354 3519 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0311 08:19:47.582359 3519 shared_informer.go:320] Caches are synced for egressservices_services I0311 08:19:47.582359 3519 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-zjnlh as it is not a known egress service I0311 08:19:47.582364 3519 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0311 08:19:47.582372 3519 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0311 08:19:47.582373 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-7w859 as it is not a known egress service I0311 08:19:47.582377 3519 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0311 08:19:47.582123 3519 egressqos.go:1022] EgressQoS ip-10-0-1-58.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-1-58.ec2.internal 84257a5f-1d23-4945-9bda-d2a148cbb13e 9532 0 2026-03-11 08:19:18 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m5.2xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/region:us-east-1 failure-domain.beta.kubernetes.io/zone:us-east-1d hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-9e29fbb5df-workers-1 kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-1-58.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] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-0f908631263d4d2a9","ifaddr":{"ipv4":"10.0.1.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/annotations-from-machine: cluster.x-k8s.io/cluster-name:2ovd18q8bue50eb2boov1bhdddghejth cluster.x-k8s.io/cluster-namespace:ocm-production-2ovd18q8bue50eb2boov1bhdddghejth-kx-9e29fbb5df cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-9e29fbb5df-workers-1-v2xgl-k2dpd cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-9e29fbb5df-workers-1-v2xgl csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-017ee9cc5aa7e17d8"} hypershift.openshift.io/labelsSynced:true k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-1-58.ec2.internal","mac-address":"0a:ff:f2:31:d0:3f","ip-addresses":["10.0.1.58/24"],"ip-address":"10.0.1.58/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb k8s.ovn.org/node-encap-ips:["10.0.1.58"] k8s.ovn.org/node-gateway-router-lrp-ifaddrs:{"default":{"ipv4":"100.64.0.2/16"}} k8s.ovn.org/node-id:2 k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.58/24"} k8s.ovn.org/node-subnets:{"default":["10.128.0.0/23"]} k8s.ovn.org/node-transit-switch-port-ifaddr:{"ipv4":"100.88.0.2/16"} k8s.ovn.org/zone-name:ip-10-0-1-58.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1d/i-017ee9cc5aa7e17d8,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: {{33164533760 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: {{31985934336 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-03-11 08:19:28 +0000 UTC,LastTransitionTime:2026-03-11 08:19:18 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-03-11 08:19:28 +0000 UTC,LastTransitionTime:2026-03-11 08:19:18 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-03-11 08:19:28 +0000 UTC,LastTransitionTime:2026-03-11 08:19:18 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-03-11 08:19:28 +0000 UTC,LastTransitionTime:2026-03-11 08:19:18 +0000 UTC,Reason:KubeletNotReady,Message:container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: no CNI configuration file in /etc/kubernetes/cni/net.d/. Has your network provider started?,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.0.1.58,},NodeAddress{Type:InternalDNS,Address:ip-10-0-1-58.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-1-58.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2c68062b97542d32d89584767121b3,SystemUUID:ec2c6806-2b97-542d-32d8-9584767121b3,BootID:dd81d5cb-c09a-41ef-adc1-a53d9323c40c,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,},} I0311 08:19:47.582425 3519 egressqos.go:1010] Finished syncing EgressQoS node ip-10-0-1-58.ec2.internal : 320.184µs I0311 08:19:47.582383 3519 shared_informer.go:320] Caches are synced for egressservices_nodes I0311 08:19:47.582444 3519 egressservice_zone.go:228] Repairing Egress Services I0311 08:19:47.582383 3519 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-pl9kw as it is not a known egress service I0311 08:19:47.582453 3519 egressservice_zone_endpointslice.go:81] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-g2n6b as it is not a known egress service I0311 08:19:47.582677 3519 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 == {1836cbfd-d798-489c-80f6-9773d1caa79c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.582706 3519 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {1836cbfd-d798-489c-80f6-9773d1caa79c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:47.582901 3519 master_controller.go:88] Starting Admin Policy Based Route Controller I0311 08:19:47.582914 3519 external_controller.go:277] Starting Admin Policy Based Route Controller I0311 08:19:47.582916 3519 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-h4dg5 as it is not a known egress service I0311 08:19:47.582931 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-kpr6b as it is not a known egress service I0311 08:19:47.582940 3519 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-6bggk as it is not a known egress service I0311 08:19:47.582948 3519 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-knt8k as it is not a known egress service I0311 08:19:47.582958 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-pcl7w as it is not a known egress service I0311 08:19:47.582967 3519 egressservice_zone_endpointslice.go:81] Ignoring updating default/packageserver for endpointslice default/packageserver-tcwkn as it is not a known egress service I0311 08:19:47.582974 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-hp927 as it is not a known egress service I0311 08:19:47.582981 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-cn88f as it is not a known egress service I0311 08:19:47.582988 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-gwhsk as it is not a known egress service I0311 08:19:47.582994 3519 egressservice_zone_endpointslice.go:81] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-lrx8x as it is not a known egress service I0311 08:19:47.583003 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-55.ec2.internal I0311 08:19:47.583012 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-55.ec2.internal: 9.797µs I0311 08:19:47.583024 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-58.ec2.internal I0311 08:19:47.583029 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-58.ec2.internal: 6.388µs I0311 08:19:47.583037 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-67.ec2.internal I0311 08:19:47.583041 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-67.ec2.internal: 6.37µs I0311 08:19:47.583156 3519 default_network_controller.go:563] Completing all the Watchers took 324.005102ms I0311 08:19:47.583174 3519 default_network_controller.go:567] Starting unidling controllers I0311 08:19:47.583182 3519 unidle.go:46] Registering OVN SB ControllerEvent handler I0311 08:19:47.583189 3519 unidle.go:63] Populating Initial ContollerEvent events I0311 08:19:47.583202 3519 unidle.go:79] Setting up event handlers for services I0311 08:19:47.583195 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:47.583197 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0311 08:19:47.583237 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:47.583243 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0311 08:19:47.583244 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-5twh5 I0311 08:19:47.583249 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0311 08:19:47.583252 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-htg5k I0311 08:19:47.583254 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0311 08:19:47.583259 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0311 08:19:47.583259 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:47.583269 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0311 08:19:47.583271 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-9ghj9 I0311 08:19:47.583273 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0311 08:19:47.583277 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0311 08:19:47.583277 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:47.583281 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0311 08:19:47.583284 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0311 08:19:47.583284 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-qzl5w I0311 08:19:47.583289 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0311 08:19:47.583294 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-pxvvs I0311 08:19:47.583294 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0311 08:19:47.583300 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-55.ec2.internal I0311 08:19:47.583301 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0311 08:19:47.583306 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-xmbdl I0311 08:19:47.583308 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0311 08:19:47.583312 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-x2v49 I0311 08:19:47.583313 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0311 08:19:47.583318 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-8ndtf I0311 08:19:47.583320 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0311 08:19:47.583324 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-g2ccd I0311 08:19:47.583325 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0311 08:19:47.583328 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:47.583331 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0311 08:19:47.583332 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:47.583337 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:47.583337 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0311 08:19:47.583341 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-kw5pv I0311 08:19:47.583344 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0311 08:19:47.583345 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-9sm62 I0311 08:19:47.583350 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-k9tfj I0311 08:19:47.583350 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0311 08:19:47.583354 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:47.583357 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0311 08:19:47.583358 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:47.583363 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0311 08:19:47.583365 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-67.ec2.internal I0311 08:19:47.583370 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0311 08:19:47.583371 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:47.583376 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0311 08:19:47.583378 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-55.ec2.internal I0311 08:19:47.583381 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0311 08:19:47.583382 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:47.583387 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0311 08:19:47.583387 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-dns/node-resolver-dvfmf I0311 08:19:47.583391 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth I0311 08:19:47.583393 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:47.583395 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0311 08:19:47.583397 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-multus/multus-v5ps4 I0311 08:19:47.583399 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0311 08:19:47.583401 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-mqnch I0311 08:19:47.583403 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0311 08:19:47.583405 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-6hc4v I0311 08:19:47.583406 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0311 08:19:47.583409 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: openshift-network-operator/iptables-alerter-hx68s I0311 08:19:47.583411 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0311 08:19:47.583413 3519 external_controller_pod.go:22] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-67.ec2.internal I0311 08:19:47.583415 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0311 08:19:47.583419 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0311 08:19:47.583422 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0311 08:19:47.583425 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0311 08:19:47.583428 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0311 08:19:47.583431 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0311 08:19:47.583434 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0311 08:19:47.583437 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0311 08:19:47.583441 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0311 08:19:47.583444 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0311 08:19:47.583447 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0311 08:19:47.583453 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0311 08:19:47.583456 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0311 08:19:47.583459 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0311 08:19:47.583462 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0311 08:19:47.583465 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0311 08:19:47.583469 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0311 08:19:47.583472 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0311 08:19:47.583475 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0311 08:19:47.583478 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0311 08:19:47.583481 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0311 08:19:47.583484 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0311 08:19:47.583488 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0311 08:19:47.583493 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0311 08:19:47.583496 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0311 08:19:47.583499 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0311 08:19:47.583502 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0311 08:19:47.583505 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0311 08:19:47.583508 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0311 08:19:47.583511 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0311 08:19:47.583514 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0311 08:19:47.583517 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0311 08:19:47.583520 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0311 08:19:47.583524 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0311 08:19:47.583527 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0311 08:19:47.583530 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0311 08:19:47.583533 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0311 08:19:47.583536 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0311 08:19:47.583539 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0311 08:19:47.583542 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0311 08:19:47.583546 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0311 08:19:47.583549 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0311 08:19:47.583553 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0311 08:19:47.583555 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0311 08:19:47.583559 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0311 08:19:47.583562 3519 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0311 08:19:47.788866 3519 ovs.go:160] Exec(35): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3127.ctl connection-status I0311 08:19:47.793075 3519 ovs.go:163] Exec(35): stdout: "connected\n" I0311 08:19:47.793088 3519 ovs.go:164] Exec(35): stderr: "" I0311 08:19:47.793096 3519 default_node_network_controller.go:523] Node connection status = connected I0311 08:19:47.793106 3519 ovs.go:160] Exec(36): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 08:19:47.798462 3519 ovs.go:163] Exec(36): stdout: "" I0311 08:19:47.798476 3519 ovs.go:164] Exec(36): stderr: "" I0311 08:19:47.798486 3519 ovs.go:160] Exec(37): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 08:19:47.803186 3519 ovs.go:163] Exec(37): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0311 08:19:47.803200 3519 ovs.go:164] Exec(37): stderr: "" I0311 08:19:47.803212 3519 ovs.go:160] Exec(38): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-58.ec2.internal-to-br-int ofport I0311 08:19:47.808073 3519 ovs.go:163] Exec(38): stdout: "" I0311 08:19:47.808083 3519 ovs.go:164] Exec(38): stderr: "" I0311 08:19:48.288898 3519 ovs.go:160] Exec(39): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3127.ctl connection-status I0311 08:19:48.294169 3519 ovs.go:163] Exec(39): stdout: "connected\n" I0311 08:19:48.294193 3519 ovs.go:164] Exec(39): stderr: "" I0311 08:19:48.294204 3519 default_node_network_controller.go:523] Node connection status = connected I0311 08:19:48.294217 3519 ovs.go:160] Exec(40): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 08:19:48.300776 3519 ovs.go:163] Exec(40): stdout: "" I0311 08:19:48.300796 3519 ovs.go:164] Exec(40): stderr: "" I0311 08:19:48.300808 3519 ovs.go:160] Exec(41): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 08:19:48.305857 3519 ovs.go:163] Exec(41): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0311 08:19:48.305876 3519 ovs.go:164] Exec(41): stderr: "" I0311 08:19:48.305890 3519 ovs.go:160] Exec(42): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-58.ec2.internal-to-br-int ofport I0311 08:19:48.312304 3519 ovs.go:163] Exec(42): stdout: "" I0311 08:19:48.312318 3519 ovs.go:164] Exec(42): stderr: "" I0311 08:19:48.378722 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:48.378813 3519 default_network_controller.go:676] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:48.378846 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:48.378883 3519 ovn.go:139] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh in node ip-10-0-0-55.ec2.internal I0311 08:19:48.378778 3519 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=fc484797,pod-template-generation=1, podIPs: [10.0.0.55], PodStatus: true, PodCompleted?: false I0311 08:19:48.378911 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh in Admin Network Policy controller I0311 08:19:48.378893 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:48.378928 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh Admin Network Policy controller: took 19.288µs I0311 08:19:48.378938 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:48.378952 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-tgvgh I0311 08:19:48.572109 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:48.572137 3519 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:48.572154 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:48.572187 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-xp9rn in node ip-10-0-2-67.ec2.internal I0311 08:19:48.572195 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:48.572203 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:48.572214 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:48.605708 3519 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-c5jwc: podLabels app=ovnkube-node,component=network,controller-revision-hash=58fdb6cb5,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.2.67], PodStatus: true, PodCompleted?: false I0311 08:19:48.605740 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:48.605752 3519 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:48.605757 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc in Admin Network Policy controller I0311 08:19:48.605768 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:48.605772 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc Admin Network Policy controller: took 15.786µs I0311 08:19:48.605800 3519 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-c5jwc in node ip-10-0-2-67.ec2.internal I0311 08:19:48.605809 3519 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:48.605818 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:48.605830 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-c5jwc I0311 08:19:48.788801 3519 ovs.go:160] Exec(43): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3127.ctl connection-status I0311 08:19:48.793131 3519 ovs.go:163] Exec(43): stdout: "connected\n" I0311 08:19:48.793148 3519 ovs.go:164] Exec(43): stderr: "" I0311 08:19:48.793156 3519 default_node_network_controller.go:523] Node connection status = connected I0311 08:19:48.793165 3519 ovs.go:160] Exec(44): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 08:19:48.798727 3519 ovs.go:163] Exec(44): stdout: "" I0311 08:19:48.798740 3519 ovs.go:164] Exec(44): stderr: "" I0311 08:19:48.798750 3519 ovs.go:160] Exec(45): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 08:19:48.803454 3519 ovs.go:163] Exec(45): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0311 08:19:48.803470 3519 ovs.go:164] Exec(45): stderr: "" I0311 08:19:48.803485 3519 ovs.go:160] Exec(46): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-58.ec2.internal-to-br-int ofport I0311 08:19:48.808644 3519 ovs.go:163] Exec(46): stdout: "" I0311 08:19:48.808659 3519 ovs.go:164] Exec(46): stderr: "" I0311 08:19:48.944430 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:48.944457 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-58.ec2.internal I0311 08:19:48.944490 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:48.944500 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-58.ec2.internal I0311 08:19:49.288422 3519 ovs.go:160] Exec(47): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3127.ctl connection-status I0311 08:19:49.292751 3519 ovs.go:163] Exec(47): stdout: "connected\n" I0311 08:19:49.292768 3519 ovs.go:164] Exec(47): stderr: "" I0311 08:19:49.292776 3519 default_node_network_controller.go:523] Node connection status = connected I0311 08:19:49.292788 3519 ovs.go:160] Exec(48): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 08:19:49.298083 3519 ovs.go:163] Exec(48): stdout: "" I0311 08:19:49.298097 3519 ovs.go:164] Exec(48): stderr: "" I0311 08:19:49.298109 3519 ovs.go:160] Exec(49): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 08:19:49.302436 3519 ovs.go:163] Exec(49): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=17\n" I0311 08:19:49.302447 3519 ovs.go:164] Exec(49): stderr: "" I0311 08:19:49.302458 3519 ovs.go:160] Exec(50): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-58.ec2.internal-to-br-int ofport I0311 08:19:49.307318 3519 ovs.go:163] Exec(50): stdout: "" I0311 08:19:49.307331 3519 ovs.go:164] Exec(50): stderr: "" I0311 08:19:49.436945 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:49.437041 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-67.ec2.internal I0311 08:19:49.437072 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-67.ec2.internal in network "default" I0311 08:19:49.437100 3519 node_tracker.go:238] Node ip-10-0-2-67.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-2-67.ec2.internal" I0311 08:19:49.437108 3519 default_network_controller.go:1011] Node "ip-10-0-2-67.ec2.internal" in remote zone "ip-10-0-2-67.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0311 08:19:49.437113 3519 node_tracker.go:172] Node ip-10-0-2-67.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:49.437131 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:49.437137 3519 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-2-67.ec2.internal, new=ip-10-0-2-67.ec2.internal, error: adding or updating remote node chassis ip-10-0-2-67.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-2-67.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-2-67.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-2-67.ec2.internal I0311 08:19:49.437149 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:49.437169 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-67.ec2.internal I0311 08:19:49.437157 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:49.437194 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:49.437207 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.437215 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:49.437222 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:49.437228 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.437235 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:49.437250 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:49.437255 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:49.437266 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 15.178µs I0311 08:19:49.437271 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:49.437281 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:49.437258 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.437291 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:49.437300 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.64µs I0311 08:19:49.437308 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.437296 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.437385 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:49.437394 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.943µs I0311 08:19:49.437402 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:49.437420 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:49.437410 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.437279 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 31.382µs I0311 08:19:49.437443 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:49.437291 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.437467 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437477 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437484 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:49.437498 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:49.437502 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437512 3519 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.123.97"}, 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}} I0311 08:19:49.437565 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437579 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437597 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.437637 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.437513 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.437651 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.437664 3519 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 I0311 08:19:49.437691 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 08:19:49.437701 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 419.964µs I0311 08:19:49.437662 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437731 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.437744 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.437774 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:49.437789 3519 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 I0311 08:19:49.437284 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:49.437498 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.437816 3519 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 08:19:49.437818 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:49.437823 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 419.194µs I0311 08:19:49.437827 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.437829 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:49.437836 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:49.437839 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:49.437845 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.42µs I0311 08:19:49.437838 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:49.437845 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.437316 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.437878 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:49.437856 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.437913 3519 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.71.42"}, 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}} I0311 08:19:49.437937 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:49.437942 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437952 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437952 3519 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.252.25"}, 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}} I0311 08:19:49.437968 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437977 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.437832 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.437970 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.437997 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:49.438002 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:49.437996 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438016 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:49.438009 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.438024 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.437861 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438036 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.438028 3519 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 I0311 08:19:49.438047 3519 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 I0311 08:19:49.437847 3519 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 I0311 08:19:49.438060 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:49.438068 3519 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.438073 3519 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 08:19:49.438076 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 766.436µs I0311 08:19:49.438079 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 239.817µs I0311 08:19:49.438082 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.438033 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438078 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.438090 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:49.438090 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 836.96µs I0311 08:19:49.438099 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.481µs I0311 08:19:49.438004 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.438109 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:49.438113 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:49.438122 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:49.438098 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438129 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:49.438122 3519 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.194.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}} I0311 08:19:49.438136 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:49.438138 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438140 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438149 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.438142 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.438162 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.438164 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:49.438169 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:49.438174 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 11.269µs I0311 08:19:49.438177 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.438183 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:49.438185 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:49.438190 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.438190 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:49.438196 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.438203 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:49.438208 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.438160 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438217 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:49.438161 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438223 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:49.438232 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:49.438234 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:49.438236 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.438238 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.438247 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.438249 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.438247 3519 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.243.196"}, 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}} I0311 08:19:49.438253 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:49.438194 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:49.438202 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438261 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438262 3519 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 I0311 08:19:49.438273 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438276 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:49.438285 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:49.438288 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.438287 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438296 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 450.991µs I0311 08:19:49.438299 3519 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.67.29"}, 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}} I0311 08:19:49.438309 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:49.438301 3519 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}} I0311 08:19:49.438316 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438151 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438323 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438328 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438261 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.438341 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:49.438349 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.438336 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438354 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.438356 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.438361 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.438362 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.438367 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:49.438374 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:49.438375 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.438382 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.438388 3519 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 I0311 08:19:49.438367 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.438320 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438424 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:49.438436 3519 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 I0311 08:19:49.438440 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:49.438301 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438469 3519 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 08:19:49.438468 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:49.438468 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.438476 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 290.463µs I0311 08:19:49.438481 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:49.438484 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438487 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.438496 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438515 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438499 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438545 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.438411 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.438560 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:49.438566 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 555.392µs I0311 08:19:49.438567 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:49.438574 3519 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 I0311 08:19:49.438578 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.438580 3519 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.78.14"}, 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}} I0311 08:19:49.438595 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438599 3519 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 08:19:49.438605 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438607 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 297.745µs I0311 08:19:49.438620 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:49.438488 3519 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 I0311 08:19:49.438641 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438676 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.438684 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:49.438685 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.438690 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 542.346µs I0311 08:19:49.438690 3519 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 I0311 08:19:49.438700 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.438706 3519 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.438711 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 225.212µs I0311 08:19:49.438720 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:49.438646 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438706 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.438780 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:49.438798 3519 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.9.237"}, 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}} I0311 08:19:49.438815 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438833 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438346 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438848 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:49.438846 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438864 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:49.438866 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:49.438871 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:49.438878 3519 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 I0311 08:19:49.438757 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:49.438893 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.438911 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438921 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.438937 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.438975 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.438878 3519 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 I0311 08:19:49.439012 3519 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 08:19:49.439022 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 832.823µs I0311 08:19:49.439037 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.438897 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.439109 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 404.407µs I0311 08:19:49.439127 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.438728 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:49.439136 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439214 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:49.438587 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439227 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.439237 3519 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) I0311 08:19:49.439240 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:49.438987 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.439279 3519 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 I0311 08:19:49.439299 3519 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 08:19:49.439304 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 684.987µs I0311 08:19:49.439318 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:49.439325 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439213 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:49.439394 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439394 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:49.439404 3519 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}} I0311 08:19:49.439409 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:49.439418 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439424 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439430 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439444 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.439443 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.439500 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:49.439455 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.439521 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:49.439048 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439540 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:49.439544 3519 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 I0311 08:19:49.439551 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.439243 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439574 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 08:19:49.439582 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 263.615µs I0311 08:19:49.439596 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.439590 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.439522 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:49.439645 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.439655 3519 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 I0311 08:19:49.439658 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.439607 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439563 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439682 3519 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 08:19:49.439683 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439689 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 967.581µs I0311 08:19:49.439694 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:49.439703 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:49.439712 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 8.467µs I0311 08:19:49.439710 3519 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.135.138"}, 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}} I0311 08:19:49.439700 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.439720 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:49.439726 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439729 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.439738 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439740 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.439751 3519 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 I0311 08:19:49.439773 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.439258 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.439782 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 746.048µs I0311 08:19:49.439788 3519 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) I0311 08:19:49.439794 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:49.439800 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439819 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.439669 3519 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 I0311 08:19:49.439803 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439852 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:49.439756 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.439864 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:49.439871 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.439874 3519 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 I0311 08:19:49.439880 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 753.567µs I0311 08:19:49.439879 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:49.439895 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.439896 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:49.439894 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:49.439909 3519 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 I0311 08:19:49.439911 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.439923 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439930 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439938 3519 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.439729 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439946 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 350.308µs I0311 08:19:49.439941 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.439961 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.439906 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.439966 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.439977 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.439988 3519 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 I0311 08:19:49.439986 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:49.439985 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:49.440006 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440004 3519 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.109.227"}, 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}} I0311 08:19:49.440012 3519 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 08:19:49.440018 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 224.413µs I0311 08:19:49.440015 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.440019 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.439970 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440030 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:49.440030 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440033 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440044 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:49.440054 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.440057 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:49.440054 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440078 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440064 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.440088 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440088 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:49.439897 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.440100 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:49.440101 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.522946ms I0311 08:19:49.440039 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440113 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.440112 3519 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 I0311 08:19:49.440111 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440136 3519 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 08:19:49.440132 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:49.440143 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 422.549µs I0311 08:19:49.440144 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:49.440152 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440154 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:49.440158 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:49.440122 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440163 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.440170 3519 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 I0311 08:19:49.440179 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440189 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:49.440194 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.440201 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 240.995µs I0311 08:19:49.440204 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.440203 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.440163 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440214 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.440217 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440228 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440229 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:49.440217 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.440242 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.440249 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:49.440255 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440245 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440263 3519 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 I0311 08:19:49.440266 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440224 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440274 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.440287 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.440289 3519 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 08:19:49.440293 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:49.440296 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 266.622µs I0311 08:19:49.440299 3519 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 I0311 08:19:49.440284 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440305 3519 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.171.197"}, 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}} I0311 08:19:49.440310 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.440313 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.440319 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440324 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.440333 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440335 3519 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 I0311 08:19:49.440351 3519 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 08:19:49.440377 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 223.163µs I0311 08:19:49.440388 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.440395 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440322 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440467 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:49.440471 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:49.440481 3519 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.236.142"}, 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}} I0311 08:19:49.440496 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440484 3519 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.100.190"}, 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}} I0311 08:19:49.440506 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440509 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440520 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440524 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440104 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:49.440551 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:49.440535 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440553 3519 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 I0311 08:19:49.440563 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:49.440566 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.440321 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.440575 3519 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 I0311 08:19:49.440577 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.440586 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 691.687µs I0311 08:19:49.440583 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 468.305µs I0311 08:19:49.440350 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440596 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.440604 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 216.463µs I0311 08:19:49.440610 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:49.440616 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:49.440616 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:49.440640 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.522µs I0311 08:19:49.440577 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.440643 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:49.440650 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.440657 3519 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 I0311 08:19:49.440657 3519 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 I0311 08:19:49.440679 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.440687 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 473.332µs I0311 08:19:49.440690 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.440699 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 390.431µs I0311 08:19:49.440658 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.440638 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:49.440733 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:49.440743 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.440752 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440758 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:49.440760 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440768 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:49.440778 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440783 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.440801 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.440802 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:49.440808 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.440816 3519 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 I0311 08:19:49.440815 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.440829 3519 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.440833 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 183.934µs I0311 08:19:49.440837 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.440860 3519 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0311 08:19:49.440868 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:49.440874 3519 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 I0311 08:19:49.440891 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 08:19:49.440900 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 300.813µs I0311 08:19:49.576725 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:49.576760 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-67.ec2.internal in network "default" I0311 08:19:49.576769 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-67.ec2.internal I0311 08:19:49.576824 3519 node_tracker.go:172] Node ip-10-0-2-67.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:49.576846 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:49.576870 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:49.576884 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:49.576891 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.576899 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.576824 3519 default_network_controller.go:1011] Node "ip-10-0-2-67.ec2.internal" in remote zone "ip-10-0-2-67.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0311 08:19:49.576914 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:49.576918 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:49.576933 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 20.387µs I0311 08:19:49.576954 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.576995 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:49.577002 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.577013 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:49.576933 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577029 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:49.577019 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:15a2b1da-ff20-4051-a4e9-05f838281fb1 ip:10.0.2.67 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207276}] I0311 08:19:49.576964 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577046 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:49.577056 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:49.577015 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577070 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:49.577085 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:49.577021 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:49.577086 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.577053 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577099 3519 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.194.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}} I0311 08:19:49.577103 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:49.577075 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1177207276}]} hostname:ip-10-0-2-67.ec2.internal name:15a2b1da-ff20-4051-a4e9-05f838281fb1 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207277}] I0311 08:19:49.577113 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577104 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577123 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577123 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:49.577128 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577135 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577117 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:15a2b1da-ff20-4051-a4e9-05f838281fb1 ip:10.0.2.67 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207276} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1177207276}]} hostname:ip-10-0-2-67.ec2.internal name:15a2b1da-ff20-4051-a4e9-05f838281fb1 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207277}] I0311 08:19:49.577142 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.577152 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577145 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.577222 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.577239 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.577251 3519 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 I0311 08:19:49.577277 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.577115 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:49.577286 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 289.117µs I0311 08:19:49.577296 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:49.577301 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:49.577308 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.856µs I0311 08:19:49.577317 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:49.577075 3519 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.252.25"}, 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}} I0311 08:19:49.577326 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:49.577302 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:49.577396 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.577404 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.577406 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:49.577410 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:49.577417 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.577422 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.577381 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577451 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577482 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.577039 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 10.999µs I0311 08:19:49.577514 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.577526 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:49.577528 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.577540 3519 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 I0311 08:19:49.577172 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.577569 3519 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 08:19:49.577537 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577579 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 665.899µs I0311 08:19:49.577560 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.577593 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:49.577595 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:49.577423 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577601 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:49.577609 3519 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.67.29"}, 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}} I0311 08:19:49.577614 3519 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 I0311 08:19:49.577611 3519 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}} I0311 08:19:49.577640 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577651 3519 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 08:19:49.577652 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577657 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 611.12µs I0311 08:19:49.577667 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:49.577672 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 5.723µs I0311 08:19:49.577679 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.577603 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577670 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.577697 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:49.577706 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:49.577721 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.577739 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577689 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577749 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577767 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:49.577151 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.577767 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.577787 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.577785 3519 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.243.196"}, 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}} I0311 08:19:49.577793 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.577800 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.577802 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577805 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:49.577811 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577812 3519 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 I0311 08:19:49.577816 3519 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 I0311 08:19:49.577823 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.577839 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.577651 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577846 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:49.577840 3519 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 08:19:49.577855 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 262.371µs I0311 08:19:49.577860 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:49.577709 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:49.577867 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.577871 3519 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 I0311 08:19:49.577874 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.577877 3519 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 I0311 08:19:49.577894 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.577900 3519 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 08:19:49.577900 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 220.495µs I0311 08:19:49.577912 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:49.577906 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 380.253µs I0311 08:19:49.577884 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.577927 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.577877 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577933 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:49.577944 3519 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 I0311 08:19:49.577954 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:49.577971 3519 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 08:19:49.577967 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.577975 3519 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-2-67.ec2.internal for the network default I0311 08:19:49.577978 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 660.17µs I0311 08:19:49.577983 3519 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) I0311 08:19:49.577937 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.577992 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.577994 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578010 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:49.577428 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.578011 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.578026 3519 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.9.237"}, 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}} I0311 08:19:49.578041 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578040 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.578052 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578059 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:49.578042 3519 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-2-67.ec2.internal]} name:tstor-ip-10-0-2-67.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-67.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207278}] I0311 08:19:49.578067 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.578074 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:49.578082 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:49.578002 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.578090 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:49.578098 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:49.578104 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.578111 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:49.578112 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:49.577922 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.578109 3519 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:u1177207278}]}}] Timeout: Where:[where column _uuid == {a847db85-c18c-4524-9c20-f4e82c2da7a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.578125 3519 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.78.14"}, 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}} I0311 08:19:49.578139 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:49.578141 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578154 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.577847 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 893.666µs I0311 08:19:49.578135 3519 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-2-67.ec2.internal]} name:tstor-ip-10-0-2-67.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-2-67.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207278} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207278}]}}] Timeout: Where:[where column _uuid == {a847db85-c18c-4524-9c20-f4e82c2da7a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.578166 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.578171 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.578151 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.578197 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.578205 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578208 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:49.578215 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578219 3519 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 I0311 08:19:49.578174 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.578241 3519 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.578249 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 256.183µs I0311 08:19:49.578232 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.578261 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.578271 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.578283 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.578294 3519 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 I0311 08:19:49.578271 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.578070 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.578331 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:49.578339 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:49.578345 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:49.578353 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.578368 3519 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) I0311 08:19:49.578377 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578392 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.578041 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:49.578416 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.578418 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:49.578429 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.578438 3519 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 I0311 08:19:49.578458 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.578467 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 204.36µs I0311 08:19:49.578357 3519 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 I0311 08:19:49.578478 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:49.578488 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.578565 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:49.578582 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:49.578666 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578681 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578704 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.578744 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:49.578756 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:49.578767 3519 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 I0311 08:19:49.578786 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:49.578802 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.578817 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578834 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578852 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.578883 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.578895 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.578904 3519 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 I0311 08:19:49.578922 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.578931 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 764.165µs I0311 08:19:49.578922 3519 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-67.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:u1177207279}] I0311 08:19:49.578975 3519 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:u1177207279}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.578429 3519 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 I0311 08:19:49.579042 3519 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-67.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:u1177207280}] I0311 08:19:49.579068 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.579077 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 1.209923ms I0311 08:19:49.579088 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:49.579086 3519 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:u1177207280}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.579106 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-2-67.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:u1177207279} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207279}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] 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-67.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:u1177207280} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207280}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.578943 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.579342 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.579483 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:49.579528 3519 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.135.138"}, 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}} I0311 08:19:49.579548 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.579560 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.579577 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.579656 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:49.579674 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:49.579686 3519 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 I0311 08:19:49.579711 3519 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.579721 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 776.699µs I0311 08:19:49.579746 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:49.579755 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.579864 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:49.579884 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.579895 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.579099 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:49.579954 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:49.579980 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.578790 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 08:19:49.579991 3519 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}} I0311 08:19:49.579998 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.51741ms I0311 08:19:49.580007 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580014 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:49.580032 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.579959 3519 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-2-67.ec2.internal" on network "default" took: 2.00322ms I0311 08:19:49.580058 3519 master.go:700] Creating Interconnect resources for remote node "ip-10-0-2-67.ec2.internal" on network "default" took: 3.141225ms I0311 08:19:49.580049 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.580074 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:49.580075 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:49.578117 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.580082 3519 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 I0311 08:19:49.580090 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-67.ec2.internal I0311 08:19:49.578495 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.580098 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 2.172183ms I0311 08:19:49.580024 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580106 3519 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 08:19:49.580109 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:49.580111 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.023099ms I0311 08:19:49.580116 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.795µs I0311 08:19:49.580121 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.580125 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:49.580138 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.578320 3519 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 08:19:49.580153 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 2.240419ms I0311 08:19:49.580126 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:49.580164 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.580128 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580199 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:49.580211 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.580166 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580220 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580172 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580227 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580238 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:49.580153 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580238 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.580258 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580255 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.580265 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.580270 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580273 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.580280 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580280 3519 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 I0311 08:19:49.580277 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.580297 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.580304 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 182.238µs I0311 08:19:49.580308 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.580242 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:49.580320 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.580324 3519 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.171.197"}, 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}} I0311 08:19:49.580332 3519 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 I0311 08:19:49.580337 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580343 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580348 3519 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 08:19:49.580352 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 341.094µs I0311 08:19:49.580354 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.580372 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:49.580091 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.580380 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:49.580393 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.580394 3519 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 I0311 08:19:49.580400 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.580407 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:49.580413 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:49.580413 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.580419 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:49.580421 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 257.572µs I0311 08:19:49.580425 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.580434 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.579912 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580441 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.580449 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:49.580454 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:49.580456 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.580461 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.580467 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:49.580297 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.580434 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.580467 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.580485 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.580498 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.580497 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:49.580503 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.580509 3519 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 I0311 08:19:49.580510 3519 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 I0311 08:19:49.580520 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.580483 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580533 3519 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 08:19:49.580539 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 793.521µs I0311 08:19:49.580543 3519 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 08:19:49.580549 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:49.580550 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 423.21µs I0311 08:19:49.580550 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:49.580514 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580562 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:49.580563 3519 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.100.190"}, 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}} I0311 08:19:49.580578 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580581 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:49.580589 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580593 3519 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.109.227"}, 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}} I0311 08:19:49.580558 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580538 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580608 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580618 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580605 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.580648 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:49.580646 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:49.580654 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.580666 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.580571 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:49.580663 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:49.580677 3519 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 I0311 08:19:49.580681 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580690 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580689 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:49.580700 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:49.580701 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.580709 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 275.39µs I0311 08:19:49.580722 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:49.580707 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.580733 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 13.231µs I0311 08:19:49.580738 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:49.580742 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.580473 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:49.580750 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:49.580654 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.580761 3519 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 I0311 08:19:49.580766 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:49.580777 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:49.580788 3519 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 I0311 08:19:49.580788 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.580666 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580750 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580797 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 280.629µs I0311 08:19:49.580803 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.580810 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.580810 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.580815 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:49.580817 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 316.178µs I0311 08:19:49.580819 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580830 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.580829 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.580842 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580846 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.580854 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580822 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580857 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.580839 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.580928 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:49.580944 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:49.580963 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580970 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580713 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.581033 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:49.581053 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.580871 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.581084 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.581116 3519 services_controller.go:478] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0311 08:19:49.581115 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.581127 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:49.581133 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.581139 3519 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 I0311 08:19:49.581141 3519 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 I0311 08:19:49.581160 3519 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.581166 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 08:19:49.581167 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 423.777µs I0311 08:19:49.581174 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 611.717µs I0311 08:19:49.580892 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:49.581189 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:49.581207 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 18.928µs I0311 08:19:49.581206 3519 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.236.142"}, 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}} I0311 08:19:49.581225 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.581237 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.581255 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.581215 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.581289 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:49.581301 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:49.581323 3519 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 I0311 08:19:49.581293 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.581350 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.581359 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 548.151µs I0311 08:19:49.581367 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:49.581374 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:49.581376 3519 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.71.42"}, 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}} I0311 08:19:49.581382 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 9.893µs I0311 08:19:49.581386 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.581391 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:49.581403 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 11.911µs I0311 08:19:49.581392 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.581438 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.581468 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:49.581477 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:49.581486 3519 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 I0311 08:19:49.581511 3519 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.581518 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 302.161µs I0311 08:19:49.581182 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:49.581533 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.581616 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:49.581651 3519 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.123.97"}, 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}} I0311 08:19:49.581668 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.581678 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.581696 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.581746 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.580899 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:49.581761 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.581771 3519 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 I0311 08:19:49.581774 3519 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 I0311 08:19:49.581800 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 08:19:49.581833 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 649.908µs I0311 08:19:49.581845 3519 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 08:19:49.581854 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 1.304941ms I0311 08:19:49.580988 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.581886 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:49.581899 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:49.581910 3519 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 I0311 08:19:49.581929 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.581934 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.105808ms I0311 08:19:49.587444 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:49.587460 3519 default_network_controller.go:676] Recording update event on pod kube-system/konnectivity-agent-mqnch I0311 08:19:49.587475 3519 obj_retry.go:617] Update event received for *v1.Pod kube-system/konnectivity-agent-mqnch I0311 08:19:49.587509 3519 ovn.go:139] Ensuring zone remote for Pod kube-system/konnectivity-agent-mqnch in node ip-10-0-0-55.ec2.internal I0311 08:19:49.587551 3519 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-mqnch I0311 08:19:49.587565 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:49.587578 3519 obj_retry.go:617] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-mqnch I0311 08:19:49.605338 3519 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:0x3} I0311 08:19:49.605394 3519 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:0x4} I0311 08:19:49.788470 3519 ovs.go:160] Exec(51): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.3127.ctl connection-status I0311 08:19:49.793541 3519 ovs.go:163] Exec(51): stdout: "connected\n" I0311 08:19:49.793560 3519 ovs.go:164] Exec(51): stderr: "" I0311 08:19:49.793569 3519 default_node_network_controller.go:523] Node connection status = connected I0311 08:19:49.793605 3519 ovs.go:160] Exec(52): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0311 08:19:49.800305 3519 ovs.go:163] Exec(52): stdout: "" I0311 08:19:49.800325 3519 ovs.go:164] Exec(52): stderr: "" I0311 08:19:49.800336 3519 ovs.go:160] Exec(53): /usr/bin/ovs-ofctl dump-aggregate br-int I0311 08:19:49.805881 3519 ovs.go:163] Exec(53): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=1 byte_count=46 flow_count=1423\n" I0311 08:19:49.805898 3519 ovs.go:164] Exec(53): stderr: "" I0311 08:19:49.805912 3519 ovs.go:160] Exec(54): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-1-58.ec2.internal-to-br-int ofport I0311 08:19:49.811367 3519 ovs.go:163] Exec(54): stdout: "2\n" I0311 08:19:49.811386 3519 ovs.go:164] Exec(54): stderr: "" I0311 08:19:49.811395 3519 gateway.go:459] Gateway is ready I0311 08:19:49.811408 3519 gateway_shared_intf.go:2467] Creating Gateway Openflow Manager I0311 08:19:49.811420 3519 ovs.go:160] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-1-58.ec2.internal-to-br-int ofport I0311 08:19:49.816445 3519 ovs.go:163] Exec(55): stdout: "2\n" I0311 08:19:49.816458 3519 ovs.go:164] Exec(55): stderr: "" I0311 08:19:49.816469 3519 ovs.go:160] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0311 08:19:49.821264 3519 ovs.go:163] Exec(56): stdout: "1\n" I0311 08:19:49.821278 3519 ovs.go:164] Exec(56): stderr: "" I0311 08:19:49.821795 3519 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0311 08:19:49.821963 3519 node_ip_handler_linux.go:262] Node primary address changed to 10.0.1.58. Updating OVN encap IP. I0311 08:19:49.821977 3519 ovs.go:160] Exec(57): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0311 08:19:49.826866 3519 ovs.go:163] Exec(57): stdout: "\"10.0.1.58\"\n" I0311 08:19:49.826884 3519 ovs.go:164] Exec(57): stderr: "" I0311 08:19:49.826894 3519 node_ip_handler_linux.go:560] Will not update encap IP 10.0.1.58 - it is already configured I0311 08:19:49.826904 3519 node_ip_handler_linux.go:503] Node address changed to map[10.0.1.58/24:{} 172.20.0.1/32:{}]. Updating annotations. I0311 08:19:49.827203 3519 kube.go:133] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.1.58/24","172.20.0.1/32"] k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-1-58.ec2.internal","mac-address":"0a:ff:f2:31:d0:3f","ip-addresses":["10.0.1.58/24"],"ip-address":"10.0.1.58/24","next-hops":["10.0.1.1"],"next-hop":"10.0.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.1.58/24"}] on node ip-10-0-1-58.ec2.internal I0311 08:19:49.827338 3519 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-gg79h: 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 I0311 08:19:49.827394 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-gg79h in Admin Network Policy controller I0311 08:19:49.827419 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:49.827455 3519 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:49.827475 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:49.827493 3519 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-gg79h in node ip-10-0-2-67.ec2.internal I0311 08:19:49.827427 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-gg79h Admin Network Policy controller: took 33.423µs I0311 08:19:49.827593 3519 address_set.go:576] (u1177207163/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.3]) to address set I0311 08:19:49.827671 3519 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 == {b609be52-3f11-4c1c-8160-82a321441b85}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.827706 3519 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 == {b609be52-3f11-4c1c-8160-82a321441b85}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.827854 3519 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-rjxlb: 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 I0311 08:19:49.827903 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-rjxlb in Admin Network Policy controller I0311 08:19:49.827920 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-rjxlb Admin Network Policy controller: took 19.554µs I0311 08:19:49.827964 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:49.827979 3519 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:49.827994 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:49.828022 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-rjxlb in node ip-10-0-2-67.ec2.internal I0311 08:19:49.828098 3519 address_set.go:576] (u1177207157/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.4]) to address set I0311 08:19:49.828210 3519 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:49.828227 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:49.828215 3519 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 == {8a4ee0da-c98d-46a4-9e86-f9ee5749a3ba}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.828240 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-gg79h I0311 08:19:49.828248 3519 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 == {8a4ee0da-c98d-46a4-9e86-f9ee5749a3ba}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.828564 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:49.828619 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:49.828656 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-rjxlb I0311 08:19:49.843702 3519 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-1-58.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-9e29fbb5df-workers-1,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-58.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 I0311 08:19:49.843740 3519 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-58.ec2.internal in Admin Network Policy controller I0311 08:19:49.843752 3519 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-58.ec2.internal Admin Network Policy controller: took 13.013µs I0311 08:19:49.843824 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:49.843836 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-58.ec2.internal in network "default" I0311 08:19:49.843893 3519 node_tracker.go:172] Node ip-10-0-1-58.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:49.843913 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:49.843930 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.843942 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.843948 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.843956 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:49.843964 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.843972 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:49.843978 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.843988 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.843997 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:49.844002 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:49.844007 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.844013 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.844014 3519 gateway_shared_intf.go:2754] Setting OVN Masquerade route with source: 10.0.1.58 I0311 08:19:49.843842 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-58.ec2.internal I0311 08:19:49.844036 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.844069 3519 master.go:531] Adding or Updating local node "ip-10-0-1-58.ec2.internal" for network "default" I0311 08:19:49.844077 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:49.844046 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844097 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844028 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.844177 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:49.844195 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:49.844211 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.844220 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844174 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844232 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.844254 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844122 3519 route_manager.go:161] Route Manager: added route {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.1.58 Gw: Flags: [] Table: 254 Realm: 0} I0311 08:19:49.844223 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844278 3519 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-1-58.ec2.internal I0311 08:19:49.844285 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.844300 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:49.844312 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.844299 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.844327 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844334 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844338 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:49.844307 3519 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:342139fb-3f84-40b5-888c-b2dc5d2d8691}]} external_ids:{GoMap:map[physical_ip:10.0.1.58 physical_ips:10.0.1.58]} load_balancer_group:{GoSet:[{GoUUID:6f01f9c7-857a-4408-81db-7aad05df5768} {GoUUID:213b061f-4de1-4b65-a0e5-b25c6593a2ca}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb 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 == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.844352 3519 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 I0311 08:19:49.844346 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844367 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.844374 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.844379 3519 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 08:19:49.844356 3519 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:342139fb-3f84-40b5-888c-b2dc5d2d8691}]} external_ids:{GoMap:map[physical_ip:10.0.1.58 physical_ips:10.0.1.58]} load_balancer_group:{GoSet:[{GoUUID:6f01f9c7-857a-4408-81db-7aad05df5768} {GoUUID:213b061f-4de1-4b65-a0e5-b25c6593a2ca}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:a2bc4069-4443-495e-a0b0-e2ae89ddaeeb 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 == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.844382 3519 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 I0311 08:19:49.844388 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 308.521µs I0311 08:19:49.844400 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:49.844404 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:49.844406 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 198.128µs I0311 08:19:49.844019 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:49.844417 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.844434 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:49.844449 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.844456 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:49.844463 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:49.844470 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.843955 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-58.ec2.internal I0311 08:19:49.844477 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:49.844428 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844483 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:49.844484 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-58.ec2.internal: 530.052µs I0311 08:19:49.844490 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:49.844415 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844497 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:49.844502 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:49.844191 3519 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.109.227"}, 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}} I0311 08:19:49.844515 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:49.844515 3519 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.171.197"}, 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}} I0311 08:19:49.844523 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844529 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844528 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.844536 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844542 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844544 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844556 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844071 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.844559 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844591 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:49.844575 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844579 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844253 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:49.844605 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.844615 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:49.844614 3519 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.100.190"}, 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}} I0311 08:19:49.844620 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.844645 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:49.844645 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844649 3519 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 I0311 08:19:49.844657 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844602 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:49.844667 3519 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 I0311 08:19:49.844580 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844675 3519 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 08:19:49.844682 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 278.45µs I0311 08:19:49.844675 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844695 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.844696 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:49.844703 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.844702 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:49.844504 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.844715 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.844718 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:49.844725 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:49.844729 3519 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 I0311 08:19:49.844722 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:49.844733 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.844743 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:49.844743 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844748 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:49.844750 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:49.844755 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844757 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 728.403µs I0311 08:19:49.844759 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:49.844768 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.844771 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:49.844774 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.844781 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:49.844791 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.844705 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844796 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.844775 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844805 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:49.844811 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.844812 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:49.844817 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.844819 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:49.844824 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:49.844825 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:49.844830 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:49.844836 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:49.844837 3519 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 I0311 08:19:49.844834 3519 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.236.142"}, 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}} I0311 08:19:49.844842 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:49.844780 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:49.844657 3519 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 I0311 08:19:49.844850 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844859 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:49.844861 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844866 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 798.515µs I0311 08:19:49.844868 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:49.844871 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:49.844878 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 841.352µs I0311 08:19:49.844879 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:49.844880 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:49.844890 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.427µs I0311 08:19:49.844890 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.844880 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844899 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.844893 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.844910 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:49.844913 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:49.844923 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:49.844931 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.844935 3519 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 I0311 08:19:49.844961 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:49.844909 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844974 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 278.446µs I0311 08:19:49.844902 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.844987 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:49.844968 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.844996 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.378µs I0311 08:19:49.844996 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:49.845001 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:49.845006 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:49.845015 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.799µs I0311 08:19:49.845011 3519 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.71.42"}, 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}} I0311 08:19:49.845026 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.845031 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845039 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845035 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.844998 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.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:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 08:19:49.845050 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845060 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845060 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:49.845074 3519 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 I0311 08:19:49.845056 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.845035 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845089 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:49.845078 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.845102 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:49.845107 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.845108 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:49.845113 3519 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 I0311 08:19:49.845119 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.845131 3519 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 I0311 08:19:49.845135 3519 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:49.845145 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 245.31µs I0311 08:19:49.845157 3519 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 08:19:49.845124 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:49.845164 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 274.206µs I0311 08:19:49.845168 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845177 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845090 3519 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:"50b7a49f-dde4-4f52-9e4c-924852ae0ef7", 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.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:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 08:19:49.844704 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 285.827µs I0311 08:19:49.845211 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.845196 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.845223 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:49.845233 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:49.845243 3519 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 I0311 08:19:49.845265 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:49.845279 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 252.889µs I0311 08:19:49.845220 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845291 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:49.845298 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.316µs I0311 08:19:49.845305 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:49.845305 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:49.845320 3519 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.194.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}} I0311 08:19:49.845338 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845348 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845314 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845380 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:49.845367 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.845158 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:49.845399 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845408 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.845408 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.845418 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845421 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.845433 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.845433 3519 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 I0311 08:19:49.845440 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.845410 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845470 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:49.845484 3519 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 I0311 08:19:49.845472 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:49.845501 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 288.694µs I0311 08:19:49.845506 3519 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 08:19:49.845513 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 206.472µs I0311 08:19:49.845361 3519 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.56.209:443: 172.30.56.209:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {50b7a49f-dde4-4f52-9e4c-924852ae0ef7}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.845516 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:49.845526 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:49.845533 3519 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.123.97"}, 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}} I0311 08:19:49.845552 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845573 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845536 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845602 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:49.845591 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.845619 3519 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.252.25"}, 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}} I0311 08:19:49.845639 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.845591 3519 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-1-58.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.58:31484: 10.0.1.58:32186: 172.20.0.1:31484: 172.20.0.1:32186:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207281}] I0311 08:19:49.845652 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845658 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.845663 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845670 3519 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 I0311 08:19:49.845700 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 08:19:49.845514 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:49.845688 3519 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-1-58.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55457ea9-bb64-4ddb-9e3f-2fdad552a127}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.845710 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 551.522µs I0311 08:19:49.845714 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 200.584µs I0311 08:19:49.845724 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.845728 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:49.845706 3519 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-1-58.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.58:31484: 10.0.1.58:32186: 169.254.0.3:31484: 169.254.0.3:32186: 172.20.0.1:31484: 172.20.0.1:32186:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207282}] I0311 08:19:49.845739 3519 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:55457ea9-bb64-4ddb-9e3f-2fdad552a127}]}}] Timeout: Where:[where column _uuid == {d24bd446-6d9b-4c33-b5f9-7431d4feb6af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.845754 3519 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-1-58.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {55457ea9-bb64-4ddb-9e3f-2fdad552a127}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:55457ea9-bb64-4ddb-9e3f-2fdad552a127}]}}] Timeout: Where:[where column _uuid == {d24bd446-6d9b-4c33-b5f9-7431d4feb6af}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.845737 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845734 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845773 3519 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:u1177207282}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.845807 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:49.845197 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:49.845822 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.845825 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 648.16µs I0311 08:19:49.845833 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845842 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:49.845683 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.845850 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 10.924µs I0311 08:19:49.845810 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:49.845860 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.845863 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.845852 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.845871 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845860 3519 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:u1177207281}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.845877 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845879 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.845891 3519 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 I0311 08:19:49.845887 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.845905 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.845912 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:49.845916 3519 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 08:19:49.845918 3519 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 I0311 08:19:49.845870 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.845922 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 396.943µs I0311 08:19:49.845934 3519 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 08:19:49.845936 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:49.845940 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 212.934µs I0311 08:19:49.845941 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:49.845944 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.266µs I0311 08:19:49.845951 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:49.845954 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:49.845955 3519 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.243.196"}, 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}} I0311 08:19:49.845971 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845883 3519 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.56.209:443: 172.30.56.209:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {50b7a49f-dde4-4f52-9e4c-924852ae0ef7}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-58.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.58:31484: 10.0.1.58:32186: 172.20.0.1:31484: 172.20.0.1:32186:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207281} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.1.58:31484: 10.0.1.58:32186: 169.254.0.3:31484: 169.254.0.3:32186: 172.20.0.1:31484: 172.20.0.1:32186:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207282} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207282}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u1177207281}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.845983 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.845958 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:49.845962 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.846003 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.846031 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:49.846040 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:49.846045 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:49.846059 3519 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 I0311 08:19:49.845843 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846093 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 08:19:49.846100 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 238.846µs I0311 08:19:49.846114 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.846100 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.846153 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.846139 3519 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 == {7c6b3058-4514-465d-9997-fc80de869e59}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.846161 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.846168 3519 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 I0311 08:19:49.846124 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.846186 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:49.846190 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:49.846193 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 469.401µs I0311 08:19:49.846192 3519 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:7c6b3058-4514-465d-9997-fc80de869e59}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.846205 3519 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.78.14"}, 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}} I0311 08:19:49.846225 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.846226 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846238 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846216 3519 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 == {7c6b3058-4514-465d-9997-fc80de869e59}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7c6b3058-4514-465d-9997-fc80de869e59}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.846256 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.846287 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.846235 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.846055 3519 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.67.29"}, 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}} I0311 08:19:49.846319 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846325 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:49.846329 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846337 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.846347 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.846366 3519 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) I0311 08:19:49.846371 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:49.846375 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846382 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:49.846303 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:49.846392 3519 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 I0311 08:19:49.846399 3519 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 I0311 08:19:49.846391 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.846410 3519 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 08:19:49.846415 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 461.915µs I0311 08:19:49.846419 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:49.846423 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:49.846424 3519 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:49.846431 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:49.846431 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 318.008µs I0311 08:19:49.846440 3519 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 I0311 08:19:49.846445 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.846429 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.846483 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.846571 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:49.846586 3519 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.9.237"}, 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}} I0311 08:19:49.846604 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846615 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846011 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:49.846649 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.846682 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:49.846694 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:49.846712 3519 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 I0311 08:19:49.846741 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:49.846789 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 343.613µs I0311 08:19:49.846545 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:49.846887 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.846912 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846923 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846667 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.846943 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.846971 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.846965 3519 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}} I0311 08:19:49.846988 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.846990 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847000 3519 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 I0311 08:19:49.847023 3519 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 08:19:49.846483 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:49.847034 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 609.289µs I0311 08:19:49.847036 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 830.364µs I0311 08:19:49.846837 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.847049 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:49.847053 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.847128 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:49.847058 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:49.847145 3519 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:0a:ff:f2:31:d0:3f networks:{GoSet:[10.0.1.58/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b303ca95-9afa-4b8d-b1ed-2fb7ef8aaaf2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.847169 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:49.847028 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.847186 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847196 3519 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}} I0311 08:19:49.847211 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847206 3519 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:b303ca95-9afa-4b8d-b1ed-2fb7ef8aaaf2}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.847192 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.847235 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.847244 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:49.847227 3519 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0a:ff:f2:31:d0:3f networks:{GoSet:[10.0.1.58/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b303ca95-9afa-4b8d-b1ed-2fb7ef8aaaf2}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:b303ca95-9afa-4b8d-b1ed-2fb7ef8aaaf2}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.847257 3519 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 I0311 08:19:49.847246 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.847277 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:49.847289 3519 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 08:19:49.847294 3519 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 I0311 08:19:49.847295 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.343783ms I0311 08:19:49.847308 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.847316 3519 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 08:19:49.847161 3519 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.135.138"}, 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}} I0311 08:19:49.847334 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.847363 3519 loadbalancer.go:305] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"} I0311 08:19:49.847381 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 2.607997ms I0311 08:19:49.847320 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.847393 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:49.847346 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.847426 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:49.847440 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.847449 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847456 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847402 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.847466 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.847479 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:49.847485 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.847492 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.847499 3519 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 I0311 08:19:49.847496 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:49.847523 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847534 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847535 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 08:19:49.847541 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 234.386µs I0311 08:19:49.847550 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:49.847557 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.364µs I0311 08:19:49.847333 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847565 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:49.847573 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847555 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.847589 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:49.847604 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:49.847614 3519 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 I0311 08:19:49.847582 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.847657 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 08:19:49.847664 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 270.943µs I0311 08:19:49.847671 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:49.847428 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:49.847689 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847695 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.847695 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.847690 3519 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 == {6857fada-4fdd-41b1-a10f-535e1ec8daea}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.847676 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:49.847897 3519 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:f2:31:d0:3f]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-58.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ac7c0ae4-6184-4f35-895f-587af520867a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.847607 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.847943 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:49.847870 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:49.847959 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:49.847951 3519 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:6857fada-4fdd-41b1-a10f-535e1ec8daea} {GoUUID:ac7c0ae4-6184-4f35-895f-587af520867a}]}}] Timeout: Where:[where column _uuid == {4ae68ece-b148-4bf2-b06e-260ca5020979}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.847973 3519 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 I0311 08:19:49.847989 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:49.848000 3519 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:49.847710 3519 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) I0311 08:19:49.848008 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.183108ms I0311 08:19:49.848003 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:49.848017 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.848019 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:49.848030 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.847978 3519 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 == {6857fada-4fdd-41b1-a10f-535e1ec8daea}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:ff:f2:31:d0:3f]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-1-58.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ac7c0ae4-6184-4f35-895f-587af520867a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6857fada-4fdd-41b1-a10f-535e1ec8daea} {GoUUID:ac7c0ae4-6184-4f35-895f-587af520867a}]}}] Timeout: Where:[where column _uuid == {4ae68ece-b148-4bf2-b06e-260ca5020979}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.848047 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.847323 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 274.4µs I0311 08:19:49.848088 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.847707 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:49.848098 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:49.848107 3519 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 I0311 08:19:49.848119 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:49.848128 3519 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 08:19:49.848134 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 458.879µs I0311 08:19:49.848131 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:49.848064 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:49.848164 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:49.848177 3519 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 I0311 08:19:49.848177 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:49.848190 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:49.848198 3519 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 08:19:49.848200 3519 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 I0311 08:19:49.848206 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 638.778µs I0311 08:19:49.848225 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:49.848241 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 907.981µs I0311 08:19:49.848417 3519 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-1-58.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3b076d55-38e2-418b-b52e-3109f71c0899}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.848444 3519 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-1-58.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {3b076d55-38e2-418b-b52e-3109f71c0899}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.848713 3519 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 == {25334322-b89a-47a1-b235-3842db4c60cf}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.848767 3519 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:25334322-b89a-47a1-b235-3842db4c60cf}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.848787 3519 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 == {25334322-b89a-47a1-b235-3842db4c60cf}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:25334322-b89a-47a1-b235-3842db4c60cf}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.849072 3519 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 == {47eddbaa-94d3-4649-bdeb-2e26d28568f5}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.849115 3519 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:47eddbaa-94d3-4649-bdeb-2e26d28568f5}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.849133 3519 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 == {47eddbaa-94d3-4649-bdeb-2e26d28568f5}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:47eddbaa-94d3-4649-bdeb-2e26d28568f5}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.849448 3519 model_client.go:383] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.1.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a131f0d6-9774-4772-a83f-7ccb58bd2f10}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.849515 3519 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:a131f0d6-9774-4772-a83f-7ccb58bd2f10}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.849533 3519 transact.go:43] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.1.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a131f0d6-9774-4772-a83f-7ccb58bd2f10}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:a131f0d6-9774-4772-a83f-7ccb58bd2f10}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.849910 3519 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 == {7d498b96-1426-4b4e-98f1-3b080079305c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.850009 3519 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:7d498b96-1426-4b4e-98f1-3b080079305c}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.850034 3519 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 == {7d498b96-1426-4b4e-98f1-3b080079305c}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:7d498b96-1426-4b4e-98f1-3b080079305c}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.850651 3519 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 == {2efc23ec-c78f-49fe-986f-8a3f7cc3f963}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.850697 3519 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:2efc23ec-c78f-49fe-986f-8a3f7cc3f963}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.850723 3519 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 == {2efc23ec-c78f-49fe-986f-8a3f7cc3f963}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:2efc23ec-c78f-49fe-986f-8a3f7cc3f963}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.851104 3519 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.58 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 == {4d211051-4cf7-4f65-be57-f51b94408832}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.851140 3519 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:4d211051-4cf7-4f65-be57-f51b94408832}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.851156 3519 transact.go:43] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.1.58 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 == {4d211051-4cf7-4f65-be57-f51b94408832}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:4d211051-4cf7-4f65-be57-f51b94408832}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.851761 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-58.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207283}] I0311 08:19:49.851828 3519 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:u1177207283}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.851858 3519 transact.go:43] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-58.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00a49bdc0 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-58.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-1-58.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-1-58.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207283} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1177207283}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.852585 3519 base_network_controller.go:622] When adding node ip-10-0-1-58.ec2.internal for network default, found 43 pods to add to retryPods I0311 08:19:49.852621 3519 base_network_controller.go:631] Adding pod openshift-network-diagnostics/network-check-target-rzk8k to retryPods for network default I0311 08:19:49.852662 3519 base_network_controller.go:631] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal to retryPods for network default I0311 08:19:49.852669 3519 base_network_controller.go:631] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 to retryPods for network default I0311 08:19:49.852675 3519 base_network_controller.go:631] Adding pod openshift-dns/node-resolver-htg5k to retryPods for network default I0311 08:19:49.852686 3519 base_network_controller.go:631] Adding pod openshift-multus/multus-additional-cni-plugins-l8fg8 to retryPods for network default I0311 08:19:49.852697 3519 base_network_controller.go:631] Adding pod openshift-ovn-kubernetes/ovnkube-node-7smlt to retryPods for network default I0311 08:19:49.852710 3519 base_network_controller.go:631] Adding pod kube-system/konnectivity-agent-x2v49 to retryPods for network default I0311 08:19:49.852720 3519 base_network_controller.go:631] Adding pod openshift-image-registry/node-ca-g2ccd to retryPods for network default I0311 08:19:49.852726 3519 base_network_controller.go:631] Adding pod openshift-network-operator/iptables-alerter-zzg6g to retryPods for network default I0311 08:19:49.852742 3519 base_network_controller.go:631] Adding pod openshift-multus/multus-k9tfj to retryPods for network default I0311 08:19:49.852748 3519 base_network_controller.go:631] Adding pod openshift-cluster-node-tuning-operator/tuned-mkvz7 to retryPods for network default I0311 08:19:49.852753 3519 base_network_controller.go:631] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal to retryPods for network default I0311 08:19:49.852772 3519 base_network_controller.go:631] Adding pod openshift-multus/network-metrics-daemon-xwng7 to retryPods for network default I0311 08:19:49.852795 3519 obj_retry.go:236] Iterate retry objects requested (resource *v1.Pod) I0311 08:19:49.852809 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:49.852814 3519 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0311 08:19:49.852821 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-58.ec2.internal I0311 08:19:49.852828 3519 obj_retry.go:406] Going to retry *v1.Pod resource setup for 15 objects: [openshift-multus/multus-additional-cni-plugins-l8fg8 kube-system/konnectivity-agent-x2v49 openshift-network-operator/iptables-alerter-zzg6g openshift-multus/network-metrics-daemon-xwng7 kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal openshift-dns/node-resolver-htg5k openshift-image-registry/node-ca-g2ccd openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal openshift-multus/network-metrics-daemon-snft5 openshift-network-diagnostics/network-check-target-rzk8k openshift-multus/multus-k9tfj openshift-ovn-kubernetes/ovnkube-node-7smlt openshift-cluster-node-tuning-operator/tuned-mkvz7 openshift-network-diagnostics/network-check-target-8m4jg openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9] I0311 08:19:49.852843 3519 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-1-58.ec2.internal. Updating no re-route policies I0311 08:19:49.852862 3519 obj_retry.go:415] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0311 08:19:49.852887 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:49.852901 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:49.852914 3519 ovn.go:135] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 in node ip-10-0-1-58.ec2.internal I0311 08:19:49.852916 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-image-registry/node-ca-g2ccd I0311 08:19:49.852922 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:49.852934 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-image-registry/node-ca-g2ccd I0311 08:19:49.852937 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:49.852940 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-k9tfj I0311 08:19:49.852947 3519 ovn.go:135] Ensuring zone local for Pod openshift-image-registry/node-ca-g2ccd in node ip-10-0-1-58.ec2.internal I0311 08:19:49.852948 3519 ovn.go:135] Ensuring zone local for Pod openshift-network-operator/iptables-alerter-zzg6g in node ip-10-0-1-58.ec2.internal I0311 08:19:49.852954 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-k9tfj I0311 08:19:49.852956 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-image-registry/node-ca-g2ccd after 0 failed attempt(s) I0311 08:19:49.852967 3519 default_network_controller.go:705] Recording success event on pod openshift-image-registry/node-ca-g2ccd I0311 08:19:49.852968 3519 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-k9tfj in node ip-10-0-1-58.ec2.internal I0311 08:19:49.852980 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:49.852950 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 after 0 failed attempt(s) I0311 08:19:49.852986 3519 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/konnectivity-agent-x2v49 I0311 08:19:49.852993 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-b44z9 I0311 08:19:49.852998 3519 obj_retry.go:363] Adding new object: *v1.Pod kube-system/konnectivity-agent-x2v49 I0311 08:19:49.853005 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:49.853009 3519 ovn.go:135] Ensuring zone local for Pod kube-system/konnectivity-agent-x2v49 in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853010 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:49.853011 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:49.853019 3519 obj_retry.go:383] Retry successful for *v1.Pod kube-system/konnectivity-agent-x2v49 after 0 failed attempt(s) I0311 08:19:49.853023 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:49.853028 3519 default_network_controller.go:705] Recording success event on pod kube-system/konnectivity-agent-x2v49 I0311 08:19:49.853033 3519 ovn.go:135] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-xwng7 in node ip-10-0-1-58.ec2.internal I0311 08:19:49.852983 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-k9tfj after 0 failed attempt(s) I0311 08:19:49.853040 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-k9tfj I0311 08:19:49.853056 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:49.853061 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:49.853072 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:49.853075 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:49.853047 3519 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.1.58]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853083 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-dns/node-resolver-htg5k I0311 08:19:49.853058 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:49.853092 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-dns/node-resolver-htg5k I0311 08:19:49.853072 3519 obj_retry.go:299] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:49.853087 3519 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.1.58]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853100 3519 ovn.go:135] Ensuring zone local for Pod openshift-dns/node-resolver-htg5k in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853102 3519 obj_retry.go:363] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:49.853105 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:49.853108 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-dns/node-resolver-htg5k after 0 failed attempt(s) I0311 08:19:49.852993 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:49.853115 3519 default_network_controller.go:705] Recording success event on pod openshift-dns/node-resolver-htg5k I0311 08:19:49.853119 3519 ovn.go:135] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853021 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-snft5 in node ip-10-0-0-55.ec2.internal I0311 08:19:49.853128 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal after 0 failed attempt(s) I0311 08:19:49.853137 3519 default_network_controller.go:705] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-58.ec2.internal I0311 08:19:49.853084 3519 ovn.go:135] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853147 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-mkvz7 after 0 failed attempt(s) I0311 08:19:49.853140 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:49.853152 3519 default_network_controller.go:705] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-mkvz7 I0311 08:19:49.853085 3519 ovn.go:135] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-7smlt in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853159 3519 ovn.go:135] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-rzk8k in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853161 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-7smlt after 0 failed attempt(s) I0311 08:19:49.852958 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-operator/iptables-alerter-zzg6g after 0 failed attempt(s) I0311 08:19:49.853167 3519 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-7smlt I0311 08:19:49.853160 3519 obj_retry.go:374] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-snft5, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-snft5: suppressed error logged: pod openshift-multus/network-metrics-daemon-snft5: no pod IPs found I0311 08:19:49.853109 3519 ovn.go:135] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853178 3519 obj_retry.go:383] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal after 0 failed attempt(s) I0311 08:19:49.853182 3519 default_network_controller.go:705] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-58.ec2.internal I0311 08:19:49.853170 3519 default_network_controller.go:705] Recording success event on pod openshift-network-operator/iptables-alerter-zzg6g I0311 08:19:49.853095 3519 base_network_controller_pods.go:478] [default/openshift-multus/network-metrics-daemon-xwng7] creating logical port openshift-multus_network-metrics-daemon-xwng7 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:19:49.853213 3519 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-target-rzk8k] creating logical port openshift-network-diagnostics_network-check-target-rzk8k for pod on switch ip-10-0-1-58.ec2.internal I0311 08:19:49.852971 3519 obj_retry.go:299] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:49.853233 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:49.853244 3519 ovn.go:135] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-l8fg8 in node ip-10-0-1-58.ec2.internal I0311 08:19:49.853251 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-l8fg8 after 0 failed attempt(s) I0311 08:19:49.853260 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-l8fg8 I0311 08:19:49.853093 3519 obj_retry.go:363] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:49.853332 3519 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-8m4jg in node ip-10-0-0-55.ec2.internal I0311 08:19:49.853394 3519 obj_retry.go:374] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-8m4jg, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-8m4jg: suppressed error logged: pod openshift-network-diagnostics/network-check-target-8m4jg: no pod IPs found I0311 08:19:49.853469 3519 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:f484f58d-3a45-41af-bb36-cd000023a328 requested-chassis:ip-10-0-1-58.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a6dac41b-4be4-44b3-b830-dbe5748c67e1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853540 3519 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:a6dac41b-4be4-44b3-b830-dbe5748c67e1}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853469 3519 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:34b1a6b8-36ea-46bd-acb2-30f95c067ad1 requested-chassis:ip-10-0-1-58.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ead76502-e228-4e1e-aa90-7f81bbe915a4}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853615 3519 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:a6dac41b-4be4-44b3-b830-dbe5748c67e1}]}}] Timeout: Where:[where column _uuid == {34ad19d8-7040-4dfc-843f-f7c5b2833afd}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853741 3519 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:ead76502-e228-4e1e-aa90-7f81bbe915a4}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853804 3519 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:u1177207284}] I0311 08:19:49.853879 3519 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:ead76502-e228-4e1e-aa90-7f81bbe915a4}]}}] Timeout: Where:[where column _uuid == {74187f32-7d54-4a74-97b1-351120a8dd0b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853904 3519 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:u1177207284}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853908 3519 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.58 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 == {c9a5fc6b-cac2-400e-9215-d91db079ab0e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853955 3519 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:c9a5fc6b-cac2-400e-9215-d91db079ab0e}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853925 3519 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:0xc00a44e2d0 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:u1177207284} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u1177207284}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.853977 3519 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:f484f58d-3a45-41af-bb36-cd000023a328 requested-chassis:ip-10-0-1-58.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {a6dac41b-4be4-44b3-b830-dbe5748c67e1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a6dac41b-4be4-44b3-b830-dbe5748c67e1}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a6dac41b-4be4-44b3-b830-dbe5748c67e1}]}}] Timeout: Where:[where column _uuid == {34ad19d8-7040-4dfc-843f-f7c5b2833afd}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.58 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 == {c9a5fc6b-cac2-400e-9215-d91db079ab0e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:c9a5fc6b-cac2-400e-9215-d91db079ab0e}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.854016 3519 model_client.go:383] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.1.58 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 == {ff11f9f9-b95a-4075-b7f3-23d49ba6d94a}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.854070 3519 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:ff11f9f9-b95a-4075-b7f3-23d49ba6d94a}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.854095 3519 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:34b1a6b8-36ea-46bd-acb2-30f95c067ad1 requested-chassis:ip-10-0-1-58.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ead76502-e228-4e1e-aa90-7f81bbe915a4}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ead76502-e228-4e1e-aa90-7f81bbe915a4}]}}] Timeout: Where:[where column _uuid == {14da9698-7f8b-4383-9ff9-76b34509c218}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ead76502-e228-4e1e-aa90-7f81bbe915a4}]}}] Timeout: Where:[where column _uuid == {74187f32-7d54-4a74-97b1-351120a8dd0b}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.1.58 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 == {ff11f9f9-b95a-4075-b7f3-23d49ba6d94a}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:ff11f9f9-b95a-4075-b7f3-23d49ba6d94a}]}}] Timeout: Where:[where column _uuid == {eeb4e09a-35cc-4486-93d9-20b338577ad2}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:49.854728 3519 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-rzk8k): added port &{name:openshift-network-diagnostics_network-check-target-rzk8k uuid:a6dac41b-4be4-44b3-b830-dbe5748c67e1 logicalSwitch:ip-10-0-1-58.ec2.internal ips:[0xc00a17e390] 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 I0311 08:19:49.854756 3519 pods.go:253] [openshift-network-diagnostics/network-check-target-rzk8k] addLogicalPort took 1.574517ms, libovsdb time 738.641µs I0311 08:19:49.854767 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-rzk8k after 0 failed attempt(s) I0311 08:19:49.854774 3519 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-rzk8k I0311 08:19:49.854775 3519 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-xwng7): added port &{name:openshift-multus_network-metrics-daemon-xwng7 uuid:ead76502-e228-4e1e-aa90-7f81bbe915a4 logicalSwitch:ip-10-0-1-58.ec2.internal ips:[0xc00a36f830] 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 I0311 08:19:49.854786 3519 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "f484f58d-3a45-41af-bb36-cd000023a328" I0311 08:19:49.854789 3519 pods.go:253] [openshift-multus/network-metrics-daemon-xwng7] addLogicalPort took 1.729223ms, libovsdb time 673.32µs I0311 08:19:49.854795 3519 ovnkube_controller.go:780] Unexpected last event type (2) in cache for pod with UID "34b1a6b8-36ea-46bd-acb2-30f95c067ad1" I0311 08:19:49.854800 3519 obj_retry.go:383] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-xwng7 after 0 failed attempt(s) I0311 08:19:49.854806 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-xwng7 I0311 08:19:49.854818 3519 obj_retry.go:417] Function iterateRetryResources for *v1.Pod ended (in 1.98969ms) I0311 08:19:49.863543 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:49.863567 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-58.ec2.internal I0311 08:19:49.863586 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:49.863594 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-58.ec2.internal I0311 08:19:49.863618 3519 gateway_shared_intf.go:2533] Creating Gateway Node Port Watcher I0311 08:19:49.863682 3519 ovs.go:160] Exec(58): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0311 08:19:49.870928 3519 ovs.go:163] Exec(58): stdout: "1\n" I0311 08:19:49.870946 3519 ovs.go:164] Exec(58): stderr: "" I0311 08:19:49.877664 3519 iptables.go:108] Creating table: mangle chain: OUTPUT I0311 08:19:49.879168 3519 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. I0311 08:19:49.880395 3519 iptables.go:121] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0311 08:19:49.881785 3519 iptables.go:108] Creating table: nat chain: OUTPUT I0311 08:19:49.883029 3519 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. I0311 08:19:49.884197 3519 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0311 08:19:49.899770 3519 iptables.go:108] Creating table: nat chain: PREROUTING I0311 08:19:49.901090 3519 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. I0311 08:19:49.902513 3519 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0311 08:19:49.905164 3519 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0311 08:19:49.907491 3519 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0311 08:19:49.909954 3519 iptables.go:121] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0311 08:19:49.912655 3519 iptables.go:121] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0311 08:19:49.942213 3519 iptables.go:108] Creating table: filter chain: FORWARD I0311 08:19:49.943683 3519 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. I0311 08:19:49.945378 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0311 08:19:49.948454 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0311 08:19:49.951598 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0311 08:19:49.954885 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0311 08:19:49.957986 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0311 08:19:49.960869 3519 iptables.go:121] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0311 08:19:49.962436 3519 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.1 W0311 08:19:49.962561 3519 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 I0311 08:19:49.962615 3519 gateway_shared_intf.go:2855] Ensuring IP Neighbor entry for: 169.254.0.4 W0311 08:19:49.962749 3519 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 I0311 08:19:49.962816 3519 gateway_init.go:431] Gateway and management port readiness took 2.674671929s I0311 08:19:49.962856 3519 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0311 08:19:49.962888 3519 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0311 08:19:49.962897 3519 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0311 08:19:49.962908 3519 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0311 08:19:49.963054 3519 network_controller.go:246] [node-nad-controller network controller]: syncing all networks I0311 08:19:49.963064 3519 network_controller.go:257] [node-nad-controller network controller]: finished syncing all networks. Time taken: 10.014µs I0311 08:19:49.963073 3519 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0311 08:19:49.963089 3519 nad_controller.go:162] [node-nad-controller NAD controller]: started I0311 08:19:49.963097 3519 default_node_network_controller.go:986] Starting the default node network controller I0311 08:19:49.963111 3519 gateway_init.go:441] Initializing Gateway Functionality for gateway Start I0311 08:19:49.963762 3519 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.1.58:{10.0.1.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::7e14:e74a:6363:5bf9:{fe80:: ffffffffffffffff0000000000000000} fe80::9072:18ff:fef3:df22:{fe80:: ffffffffffffffff0000000000000000}] I0311 08:19:49.963913 3519 default_node_network_controller.go:1676] MTU (9001) of network interface br-ex is big enough to deal with Geneve header overhead (sum 8959). I0311 08:19:49.963931 3519 default_node_network_controller.go:1106] Upgrade Hack: Interconnect is enabled I0311 08:19:49.963974 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-55.ec2.internal, subnet 10.130.0.0/23 I0311 08:19:49.963998 3519 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.130.0.0/23" I0311 08:19:49.976221 3519 ovs.go:163] Exec(59): stdout: "" I0311 08:19:49.976243 3519 ovs.go:164] Exec(59): stderr: "" I0311 08:19:49.976255 3519 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 I0311 08:19:50.407731 3519 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-x246h: podLabels app=ovnkube-node,component=network,controller-revision-hash=58fdb6cb5,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.55], PodStatus: true, PodCompleted?: false I0311 08:19:50.407778 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-x246h in Admin Network Policy controller I0311 08:19:50.407776 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:50.407794 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-x246h Admin Network Policy controller: took 17.671µs I0311 08:19:50.407795 3519 default_network_controller.go:676] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:50.407818 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:50.407833 3519 ovn.go:139] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-x246h in node ip-10-0-0-55.ec2.internal I0311 08:19:50.407842 3519 default_network_controller.go:705] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:50.407850 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:50.407861 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-x246h I0311 08:19:50.464565 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-67.ec2.internal, subnet 10.129.0.0/23 I0311 08:19:50.464604 3519 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" I0311 08:19:50.476072 3519 ovs.go:163] Exec(60): stdout: "179f242b-e561-4ed4-913e-5ef1c1a736d6\n" I0311 08:19:50.476092 3519 ovs.go:164] Exec(60): stderr: "" I0311 08:19:50.476102 3519 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 - 179f242b-e561-4ed4-913e-5ef1c1a736d6 : stderr - : err I0311 08:19:50.476139 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-55.ec2.internal, subnet 10.130.0.0/23 I0311 08:19:50.476153 3519 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.130.0.0/23" I0311 08:19:50.486639 3519 ovs.go:163] Exec(61): stdout: "" I0311 08:19:50.486662 3519 ovs.go:164] Exec(61): stderr: "" I0311 08:19:50.486671 3519 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 I0311 08:19:50.582308 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:50.582398 3519 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:50.582441 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:50.582485 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-xp9rn in node ip-10-0-2-67.ec2.internal I0311 08:19:50.582496 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:50.582506 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:50.582519 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:50.964223 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-67.ec2.internal, subnet 10.129.0.0/23 I0311 08:19:50.964274 3519 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.129.0.0/23" I0311 08:19:50.977284 3519 ovs.go:163] Exec(62): stdout: "179f242b-e561-4ed4-913e-5ef1c1a736d6\n" I0311 08:19:50.977305 3519 ovs.go:164] Exec(62): stderr: "" I0311 08:19:50.977318 3519 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 - 179f242b-e561-4ed4-913e-5ef1c1a736d6 : stderr - : err I0311 08:19:50.977359 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-55.ec2.internal, subnet 10.130.0.0/23 I0311 08:19:50.977379 3519 ovs.go:160] Exec(63): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find logical_flow match="reg7 == 0 && ip4.dst == 10.130.0.0/23" I0311 08:19:50.990266 3519 ovs.go:163] Exec(63): stdout: "" I0311 08:19:50.990291 3519 ovs.go:164] Exec(63): stderr: "" I0311 08:19:50.990306 3519 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 I0311 08:19:51.400447 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:51.400543 3519 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:51.400568 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:51.400598 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-df9br in node ip-10-0-0-55.ec2.internal I0311 08:19:51.400605 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:51.400614 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:51.400645 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-df9br I0311 08:19:51.464309 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-55.ec2.internal, subnet 10.130.0.0/23 I0311 08:19:51.464363 3519 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.130.0.0/23" I0311 08:19:51.475734 3519 ovs.go:163] Exec(64): stdout: "" I0311 08:19:51.475751 3519 ovs.go:164] Exec(64): stderr: "" I0311 08:19:51.475761 3519 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 I0311 08:19:51.586957 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:51.586981 3519 default_network_controller.go:676] Recording update event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:51.586997 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:51.587029 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-xp9rn in node ip-10-0-2-67.ec2.internal I0311 08:19:51.587038 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:51.587046 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:51.587059 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-xp9rn I0311 08:19:51.660206 3519 admin_network_policy_controller.go:583] Updating Node in Admin Network Policy controller ip-10-0-2-67.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-9e29fbb5df-workers-2,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-67.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?: true I0311 08:19:51.660261 3519 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-67.ec2.internal in Admin Network Policy controller I0311 08:19:51.660278 3519 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-67.ec2.internal Admin Network Policy controller: took 19.322µs I0311 08:19:51.660290 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-67.ec2.internal I0311 08:19:51.660304 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-67.ec2.internal: 20.084µs I0311 08:19:51.660328 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-67.ec2.internal in network "default" I0311 08:19:51.660344 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:51.660364 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-67.ec2.internal I0311 08:19:51.660382 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:51.660390 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-67.ec2.internal I0311 08:19:51.660414 3519 node_tracker.go:172] Node ip-10-0-2-67.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:51.660422 3519 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-2-67.ec2.internal. Updating no re-route policies I0311 08:19:51.660435 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:51.660469 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.660486 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:51.660494 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:51.660500 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:51.660507 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:51.660509 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.660514 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:51.660514 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:51.660520 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.660526 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 13.538µs I0311 08:19:51.660537 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:51.660547 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:51.660558 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.660524 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.660552 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:51.660541 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:51.660700 3519 model_client.go:383] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.58 10.0.2.67 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.660736 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:51.660691 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:51.660737 3519 transact.go:43] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.1.58 10.0.2.67 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {03b865dc-56ab-460b-8130-25ff53c481c1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.660735 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:51.660755 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.660767 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.660776 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.660785 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.660782 3519 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}} I0311 08:19:51.660811 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.660747 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 40.744µs I0311 08:19:51.660800 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.660850 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.660694 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:51.660527 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.660890 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:51.660902 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.660902 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.660910 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:51.660916 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.660923 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.660864 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.660929 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:51.660936 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.660941 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:51.660733 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.660866 3519 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.243.196"}, 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}} I0311 08:19:51.660951 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:51.660914 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.660957 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.660969 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.660968 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:51.660970 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:51.660947 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:51.660983 3519 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.67.29"}, 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}} I0311 08:19:51.660966 3519 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.78.14"}, 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}} I0311 08:19:51.660982 3519 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 I0311 08:19:51.661002 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.661017 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.661103 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.661172 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.661198 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:51.661213 3519 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 I0311 08:19:51.661242 3519 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.661257 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 407.44µs I0311 08:19:51.661277 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.660851 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.661305 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:51.661325 3519 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 I0311 08:19:51.661291 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.661360 3519 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 08:19:51.661367 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 818.772µs I0311 08:19:51.661368 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:51.661383 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:51.661381 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.661399 3519 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) I0311 08:19:51.661409 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.661431 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.661491 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:51.661521 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:51.661536 3519 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 I0311 08:19:51.661560 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.661598 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 324.189µs I0311 08:19:51.661585 3519 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 == {1eb7f8cf-e12b-4594-ac27-33b97ed9068f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.661751 3519 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:1eb7f8cf-e12b-4594-ac27-33b97ed9068f}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.660987 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.661811 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:51.661782 3519 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 == {1eb7f8cf-e12b-4594-ac27-33b97ed9068f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:1eb7f8cf-e12b-4594-ac27-33b97ed9068f}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.661841 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:51.661868 3519 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 I0311 08:19:51.661895 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.661903 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.399434ms I0311 08:19:51.661397 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.661951 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:51.661974 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.661993 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662002 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.660989 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:51.662033 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.662054 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:51.662059 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.662064 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.662069 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.662072 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:51.662078 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.662081 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.662086 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.662079 3519 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 I0311 08:19:51.662094 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.662100 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.662105 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:51.662112 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:51.662112 3519 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 08:19:51.662117 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.662123 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:51.662131 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.662136 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 735.94µs I0311 08:19:51.662139 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:51.662148 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:51.662150 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.662155 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.662161 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:51.662169 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:51.662173 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:51.662177 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:51.662181 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.662195 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.662203 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:51.661002 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662159 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.662255 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:51.662271 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.662287 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662296 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662226 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662327 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.662368 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.662378 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.662387 3519 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 I0311 08:19:51.662373 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.662408 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.662410 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:51.662414 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 263.911µs I0311 08:19:51.661917 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:51.662425 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:51.662425 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.662438 3519 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 I0311 08:19:51.662463 3519 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 08:19:51.661035 3519 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 08:19:51.662473 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.931079ms I0311 08:19:51.662477 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.94004ms I0311 08:19:51.662488 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:51.662489 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.662433 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:51.662436 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.662534 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:51.662598 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.662660 3519 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) I0311 08:19:51.662673 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662692 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.662536 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:51.662726 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.662740 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.662745 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662753 3519 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 I0311 08:19:51.662753 3519 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}} I0311 08:19:51.662764 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662781 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.662777 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.662797 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 370.771µs I0311 08:19:51.662504 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.662793 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.662841 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:51.662842 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:51.662842 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:51.662862 3519 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 I0311 08:19:51.662869 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 39.105µs I0311 08:19:51.662878 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:51.662886 3519 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 08:19:51.662897 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 979.08µs I0311 08:19:51.662909 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:51.662858 3519 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.135.138"}, 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}} I0311 08:19:51.662897 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.662962 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662918 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.662991 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662992 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:51.662997 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:51.663010 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663013 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.663017 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.663029 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.662500 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.663034 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663039 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663059 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.663062 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:51.663023 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.663059 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.663081 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:51.663071 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.663090 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.663092 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:51.661647 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.663097 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:51.663101 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.663103 3519 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 I0311 08:19:51.663114 3519 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 I0311 08:19:51.663138 3519 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 I0311 08:19:51.663150 3519 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 08:19:51.663156 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 247.282µs I0311 08:19:51.663105 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.663162 3519 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 08:19:51.663170 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:51.663170 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 291.569µs I0311 08:19:51.663183 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.663182 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:51.663196 3519 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.9.237"}, 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}} I0311 08:19:51.663179 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.663216 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663227 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663238 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:51.663192 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.663260 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663243 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.663274 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:51.663291 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:51.663300 3519 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 I0311 08:19:51.663320 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.663332 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 1.685333ms I0311 08:19:51.663345 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:51.663081 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:51.663443 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663458 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663480 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.663521 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:51.663532 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:51.663543 3519 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 I0311 08:19:51.663566 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 08:19:51.663575 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.08818ms I0311 08:19:51.663271 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.663589 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.663598 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663643 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.663604 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.663660 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.663699 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:51.663709 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:51.663723 3519 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.171.197"}, 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}} I0311 08:19:51.663739 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663749 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663123 3519 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.663772 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.663798 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:51.663808 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:51.663710 3519 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 I0311 08:19:51.663820 3519 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 I0311 08:19:51.663836 3519 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 08:19:51.663898 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 714.553µs I0311 08:19:51.663918 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.663807 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.313975ms I0311 08:19:51.663974 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.663929 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664014 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:51.664033 3519 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.100.190"}, 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}} I0311 08:19:51.663842 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.664053 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.663991 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664059 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 467.252µs I0311 08:19:51.664062 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664073 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.664081 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:51.663354 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664080 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664094 3519 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.109.227"}, 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}} I0311 08:19:51.664108 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.664110 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664116 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.664121 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664120 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:51.664123 3519 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 I0311 08:19:51.664082 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.663270 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:51.664149 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.664155 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.664163 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664162 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 244.637µs I0311 08:19:51.664172 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664139 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664136 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.664188 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:51.664161 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:51.664199 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.664186 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664206 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:51.664209 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.664216 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.664210 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:51.664223 3519 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 I0311 08:19:51.664189 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664227 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664239 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664239 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664206 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664265 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664268 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664285 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:51.664292 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:51.664296 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.664301 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:51.664299 3519 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.236.142"}, 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}} I0311 08:19:51.664309 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.664311 3519 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 I0311 08:19:51.664314 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664321 3519 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 I0311 08:19:51.664324 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664334 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.664342 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 269.293µs I0311 08:19:51.664346 3519 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 08:19:51.664218 3519 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 I0311 08:19:51.664352 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.007044ms I0311 08:19:51.664340 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664354 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:51.664365 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:51.664365 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:51.664373 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.144µs I0311 08:19:51.664372 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.664377 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:51.664382 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.664382 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 408.827µs I0311 08:19:51.664389 3519 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 I0311 08:19:51.664395 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:51.664413 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.664427 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 248.975µs I0311 08:19:51.664428 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.031µs I0311 08:19:51.664367 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:51.664438 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.664441 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:51.664241 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.664476 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.287375ms I0311 08:19:51.664497 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:51.664450 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664447 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664511 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 14.447µs I0311 08:19:51.664522 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.664526 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:51.664458 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:51.664544 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:51.664540 3519 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.123.97"}, 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}} I0311 08:19:51.664547 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:51.664557 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664558 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:51.664568 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664566 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.664576 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664586 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664584 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:51.664583 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664602 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.664603 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664538 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664611 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.664621 3519 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 I0311 08:19:51.664391 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664656 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:51.664664 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 08:19:51.664671 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 229.529µs I0311 08:19:51.664659 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664682 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:51.664676 3519 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.71.42"}, 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}} I0311 08:19:51.664689 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.603µs I0311 08:19:51.664695 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664697 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:51.664699 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:51.664707 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664682 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.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:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 08:19:51.664712 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.664603 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664727 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:51.664735 3519 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 I0311 08:19:51.664728 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664735 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:51.664727 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664749 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664749 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:51.664759 3519 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 I0311 08:19:51.664763 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:51.664766 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 08:19:51.664707 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664773 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 418.94µs I0311 08:19:51.664777 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:51.664779 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.664783 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:51.664787 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 348.324µs I0311 08:19:51.664768 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664790 3519 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 I0311 08:19:51.664800 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:51.664797 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:51.664801 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.664814 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664814 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.664827 3519 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.664827 3519 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 I0311 08:19:51.664835 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 313.087µs I0311 08:19:51.664823 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.664852 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.664852 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664855 3519 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.664809 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664863 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 479.028µs I0311 08:19:51.664790 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.593µs I0311 08:19:51.664878 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.664887 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:51.664889 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:51.664896 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.777µs I0311 08:19:51.664897 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.664897 3519 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.252.25"}, 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}} I0311 08:19:51.664907 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664914 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664862 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664908 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.664889 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.664938 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:51.664942 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:51.664930 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.664950 3519 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 I0311 08:19:51.664956 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:51.664957 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.664959 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.664967 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.664972 3519 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 08:19:51.664969 3519 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.194.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}} I0311 08:19:51.664974 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664979 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 281.344µs I0311 08:19:51.664983 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664993 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.664994 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.665005 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.665029 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.664974 3519 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 I0311 08:19:51.665040 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.665051 3519 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 I0311 08:19:51.665056 3519 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 08:19:51.665062 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 260.718µs I0311 08:19:51.665072 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.665079 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 203.925µs I0311 08:19:51.665015 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.665100 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.665112 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.665124 3519 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 I0311 08:19:51.665143 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.665153 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 302.668µs I0311 08:19:51.681436 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:51.681458 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-2-67.ec2.internal I0311 08:19:51.681471 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:51.681477 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-2-67.ec2.internal I0311 08:19:51.772097 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-55.ec2.internal in network "default" I0311 08:19:51.772137 3519 node_tracker.go:238] Node ip-10-0-0-55.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-55.ec2.internal" I0311 08:19:51.772154 3519 node_tracker.go:172] Node ip-10-0-0-55.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:51.772173 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:51.772176 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:51.772192 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:51.772201 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.772207 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.772214 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:51.772222 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.772222 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-55.ec2.internal I0311 08:19:51.772228 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:51.772235 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:51.772248 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.772284 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.772390 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:51.772300 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.772291 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.772252 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:51.772452 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:51.772405 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.772482 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.772501 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772511 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772510 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:51.772467 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:51.772266 3519 default_network_controller.go:1011] Node "ip-10-0-0-55.ec2.internal" in remote zone "ip-10-0-0-55.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0311 08:19:51.772543 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.772537 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:51.772601 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772555 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.772616 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772559 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:51.772651 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:51.772667 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772664 3519 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.135.138"}, 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}} I0311 08:19:51.772651 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.772682 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772679 3519 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}} I0311 08:19:51.772691 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:51.772694 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772697 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772705 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:51.772720 3519 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 I0311 08:19:51.772724 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.772450 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:51.772713 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.772743 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:51.772789 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:51.772805 3519 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 I0311 08:19:51.772830 3519 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.772853 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 312.69µs I0311 08:19:51.772745 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.772873 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:51.772877 3519 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) I0311 08:19:51.772883 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 9.707µs I0311 08:19:51.772890 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772893 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:51.772907 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.772935 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.772275 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:51.772946 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.772957 3519 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 I0311 08:19:51.772960 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.772968 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:51.772903 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.772978 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.772983 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.772987 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:51.772992 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 707.08µs I0311 08:19:51.772994 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.773007 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:51.773002 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:51.773012 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.773019 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.772579 3519 obj_retry.go:685] Failed to update *v1.Node, old=ip-10-0-0-55.ec2.internal, new=ip-10-0-0-55.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-55.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-55.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-55.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-55.ec2.internal I0311 08:19:51.773025 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.773031 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:51.773038 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:51.773045 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.773041 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:51.773053 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:51.773060 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.773062 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-55.ec2.internal I0311 08:19:51.773066 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:51.773016 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.773072 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:51.772554 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.773079 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.773085 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:51.773091 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:51.773089 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.773093 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:51.773098 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:51.773104 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:51.773108 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.773110 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.773108 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.773119 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.773121 3519 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 I0311 08:19:51.773123 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.772735 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.773133 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773138 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:51.773150 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.772750 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 08:19:51.773158 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 909.934µs I0311 08:19:51.773164 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 777.26µs I0311 08:19:51.773153 3519 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 I0311 08:19:51.773174 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.773178 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:51.773185 3519 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 08:19:51.773189 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 945.498µs I0311 08:19:51.773197 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.773185 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.773202 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.773185 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.773258 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:51.773257 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:51.773266 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.773274 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:51.773125 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:51.773295 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.773310 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:51.773318 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:51.773324 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:51.773330 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:51.773335 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:51.773339 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.773345 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.773150 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.773351 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:51.773358 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.773359 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.773276 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773370 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.773374 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.773289 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:51.773392 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773394 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773406 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773021 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773416 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.773421 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.773441 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773427 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.773426 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.773458 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:51.773463 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.773279 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773474 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773382 3519 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 I0311 08:19:51.773476 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.773500 3519 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 08:19:51.773507 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 501.204µs I0311 08:19:51.773493 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.773509 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:51.773520 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:51.773521 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.773524 3519 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 I0311 08:19:51.773532 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.773542 3519 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 I0311 08:19:51.773548 3519 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 08:19:51.773473 3519 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 I0311 08:19:51.773554 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 660.535µs I0311 08:19:51.773566 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.773566 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.773574 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 375.762µs I0311 08:19:51.773578 3519 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 08:19:51.773585 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 407.114µs I0311 08:19:51.773589 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.773597 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.773576 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.773531 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.773459 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:51.773662 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:51.773662 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:51.773599 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.773675 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.773662 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:51.773689 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773700 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773697 3519 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.171.197"}, 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}} I0311 08:19:51.773703 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:51.773714 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773727 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773720 3519 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.100.190"}, 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}} I0311 08:19:51.773740 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773760 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773747 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.773780 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:51.773794 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:51.773779 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.773864 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.773881 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.773891 3519 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 I0311 08:19:51.773915 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.773928 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 338.944µs I0311 08:19:51.773680 3519 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 I0311 08:19:51.773943 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.773962 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.773986 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 799.551µs I0311 08:19:51.773729 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.773956 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774021 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.774034 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:51.773806 3519 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 I0311 08:19:51.774049 3519 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.236.142"}, 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}} I0311 08:19:51.774065 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.774069 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774006 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:51.774081 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.773608 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774074 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 507.765µs I0311 08:19:51.774167 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:51.774175 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:51.774177 3519 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.109.227"}, 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}} I0311 08:19:51.774186 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774115 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774193 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774200 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:51.774038 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.774217 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:51.774223 3519 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 I0311 08:19:51.774210 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774232 3519 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 I0311 08:19:51.774094 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:51.774245 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:51.774254 3519 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 08:19:51.774257 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:51.774261 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 741.179µs I0311 08:19:51.774262 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.774267 3519 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 I0311 08:19:51.774267 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:51.774270 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 328.03µs I0311 08:19:51.774274 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.774284 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:51.774290 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.774293 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.918µs I0311 08:19:51.774186 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.893µs I0311 08:19:51.774300 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 703.339µs I0311 08:19:51.774307 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.774311 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:51.774314 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:51.774326 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:51.774333 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 9.635µs I0311 08:19:51.774285 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774327 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.774340 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.774356 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:51.774324 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774349 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:51.774391 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774318 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774396 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:51.774404 3519 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.123.97"}, 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}} I0311 08:19:51.774412 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774347 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774371 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.774424 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774424 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:51.774429 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774441 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:51.774431 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774441 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:51.774445 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774456 3519 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.71.42"}, 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}} I0311 08:19:51.774465 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.774463 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774471 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774473 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.774477 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774478 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774479 3519 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 I0311 08:19:51.774495 3519 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.774489 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774503 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 226.887µs I0311 08:19:51.774510 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:51.774419 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774517 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:51.774521 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:51.774524 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.17µs I0311 08:19:51.774502 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774532 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:51.774533 3519 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 I0311 08:19:51.774539 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:51.774533 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774556 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:51.774561 3519 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.774564 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.774463 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.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:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 08:19:51.774570 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 226.721µs I0311 08:19:51.774573 3519 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 I0311 08:19:51.774579 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.774540 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774583 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:51.774585 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:51.774592 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 10.063µs I0311 08:19:51.774592 3519 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 I0311 08:19:51.774598 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:51.774599 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.774606 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 299.002µs I0311 08:19:51.774605 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:51.774614 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 08:19:51.774619 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.774597 3519 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 I0311 08:19:51.774604 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774687 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:51.774698 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 08:19:51.774649 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774700 3519 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.252.25"}, 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}} I0311 08:19:51.774621 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 307.242µs I0311 08:19:51.774621 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774715 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774722 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.774725 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774726 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:51.774725 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.774739 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774740 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.774756 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.774706 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 700.297µs I0311 08:19:51.774756 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774769 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:51.774770 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774777 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.895µs I0311 08:19:51.774786 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.774766 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.774732 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774801 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:51.774792 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774814 3519 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 I0311 08:19:51.774817 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:51.774833 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.774844 3519 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 08:19:51.774840 3519 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.194.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}} I0311 08:19:51.774847 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.774740 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774855 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774860 3519 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 I0311 08:19:51.774865 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774864 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.774797 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774877 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.774876 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.774886 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.774888 3519 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 I0311 08:19:51.774896 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 277.071µs I0311 08:19:51.774897 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.774899 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:51.774908 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:51.774909 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.774912 3519 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 08:19:51.774917 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.363µs I0311 08:19:51.774919 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 319.711µs I0311 08:19:51.774921 3519 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 I0311 08:19:51.774927 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:51.774934 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:51.774914 3519 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.243.196"}, 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}} I0311 08:19:51.774971 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774982 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.774986 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.774850 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 317.435µs I0311 08:19:51.774995 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 272.643µs I0311 08:19:51.774948 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.774939 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:51.775006 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:51.775009 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:51.775017 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.501µs I0311 08:19:51.775025 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.774999 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.775027 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:51.775026 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:51.775038 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:51.775045 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775043 3519 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.67.29"}, 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}} I0311 08:19:51.775050 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:51.775058 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775062 3519 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 I0311 08:19:51.775016 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.775067 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775055 3519 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}} I0311 08:19:51.775083 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775088 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:51.775091 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.775034 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.775102 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 312.864µs I0311 08:19:51.775084 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.775103 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.775116 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.775117 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775119 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.775127 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775126 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:51.775141 3519 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.78.14"}, 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}} I0311 08:19:51.775143 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.775161 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775163 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.775171 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775172 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:51.775135 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.775181 3519 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 I0311 08:19:51.775126 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.775188 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:51.775117 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:51.775203 3519 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 08:19:51.775188 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.775208 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:51.775210 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 204.969µs I0311 08:19:51.775212 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:51.775217 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.775223 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:51.775225 3519 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 I0311 08:19:51.775222 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.775202 3519 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 I0311 08:19:51.775238 3519 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) I0311 08:19:51.775247 3519 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 08:19:51.775252 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775254 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 320.344µs I0311 08:19:51.775259 3519 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 08:19:51.775263 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 337.971µs I0311 08:19:51.775266 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.775232 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.775270 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.775298 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:51.775298 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:51.775308 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:51.775312 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.775275 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.775324 3519 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 I0311 08:19:51.775325 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775335 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775229 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:51.775341 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:51.775350 3519 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 I0311 08:19:51.775355 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.775354 3519 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.9.237"}, 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}} I0311 08:19:51.775362 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 245.947µs I0311 08:19:51.775352 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.775368 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775380 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.775382 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.775371 3519 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.775392 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 366.983µs I0311 08:19:51.775395 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.775406 3519 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 I0311 08:19:51.775399 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.775428 3519 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 08:19:51.775428 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:51.775434 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 210.197µs I0311 08:19:51.775440 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:51.775451 3519 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 I0311 08:19:51.775474 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.775485 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 220.296µs I0311 08:19:51.847389 3519 ovs.go:160] Exec(65): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.3127.ctl connection-status I0311 08:19:51.851444 3519 ovs.go:163] Exec(65): stdout: "connected\n" I0311 08:19:51.851465 3519 ovs.go:164] Exec(65): stderr: "" I0311 08:19:51.935560 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:51.935588 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-0-55.ec2.internal I0311 08:19:51.935613 3519 default_network_controller.go:1011] Node "ip-10-0-0-55.ec2.internal" in remote zone "ip-10-0-0-55.ec2.internal", network "default", needs interconnect zone sync up. Zone cluster changed: false I0311 08:19:51.935651 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-55.ec2.internal in network "default" I0311 08:19:51.935711 3519 node_tracker.go:172] Node ip-10-0-0-55.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:51.935703 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:f5351439-18dc-4352-b41d-ca489b144f88 ip:10.0.0.55 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207285}] I0311 08:19:51.935733 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:51.935754 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:51.935774 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:51.935761 3519 model_client.go:374] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1177207285}]} hostname:ip-10-0-0-55.ec2.internal name:f5351439-18dc-4352-b41d-ca489b144f88 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207286}] I0311 08:19:51.935786 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.935793 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.935800 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:51.935806 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:51.935787 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:f5351439-18dc-4352-b41d-ca489b144f88 ip:10.0.0.55 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207285} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u1177207285}]} hostname:ip-10-0-0-55.ec2.internal name:f5351439-18dc-4352-b41d-ca489b144f88 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207286}] I0311 08:19:51.935812 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:51.935819 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:51.935825 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:51.935830 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:51.935836 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:51.935842 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.935849 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.935861 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:51.935867 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:51.935927 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 67.51µs I0311 08:19:51.935872 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.935966 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:51.935997 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:51.935874 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.936019 3519 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.252.25"}, 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}} I0311 08:19:51.936037 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.935977 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.936048 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936079 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.936119 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.935885 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.936130 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.936140 3519 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 I0311 08:19:51.936161 3519 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 08:19:51.936172 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 311.892µs I0311 08:19:51.936134 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.936034 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.936208 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:51.936212 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:51.936220 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.935893 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:51.936235 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936229 3519 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.194.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}} I0311 08:19:51.936244 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936243 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 350.256µs I0311 08:19:51.936247 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936258 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936260 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:51.936278 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.936261 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.936316 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.936325 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.936186 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:51.936337 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 151.497µs I0311 08:19:51.936340 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.936270 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:51.936350 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:51.936351 3519 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 I0311 08:19:51.936369 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:51.936359 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.936419 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936430 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:51.936430 3519 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}} I0311 08:19:51.936442 3519 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.67.29"}, 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}} I0311 08:19:51.936454 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936456 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936466 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936489 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.936481 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.936506 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:51.936505 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.936100 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:51.936555 3519 zone_ic_handler.go:259] Creating interconnect resources for remote zone node ip-10-0-0-55.ec2.internal for the network default I0311 08:19:51.936557 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:51.936569 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936570 3519 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 I0311 08:19:51.936578 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.936593 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936602 3519 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 08:19:51.936609 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 350.054µs I0311 08:19:51.936619 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:51.936650 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.936326 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.936671 3519 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 I0311 08:19:51.935893 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:51.936695 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:51.936697 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.936697 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:51.936646 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.936652 3519 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-0-55.ec2.internal]} name:tstor-ip-10-0-0-55.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-55.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207287}] I0311 08:19:51.936707 3519 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 I0311 08:19:51.936717 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 826.814µs I0311 08:19:51.936727 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:51.936661 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.936744 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:51.936374 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:51.936760 3519 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 I0311 08:19:51.936705 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.936749 3519 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:u1177207287}]}}] Timeout: Where:[where column _uuid == {a847db85-c18c-4524-9c20-f4e82c2da7a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.936774 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.936777 3519 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 08:19:51.936782 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 817.312µs I0311 08:19:51.936742 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.936793 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.936795 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936805 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936775 3519 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-0-55.ec2.internal]} name:tstor-ip-10-0-0-55.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-55.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u1177207287} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u1177207287}]}}] Timeout: Where:[where column _uuid == {a847db85-c18c-4524-9c20-f4e82c2da7a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.936824 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.936802 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.936854 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.936863 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:51.936866 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:51.936872 3519 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.243.196"}, 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}} I0311 08:19:51.936760 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 893.913µs I0311 08:19:51.936885 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936891 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.936895 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936912 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.936977 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:51.937012 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:51.937027 3519 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 I0311 08:19:51.937049 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 08:19:51.937055 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 262.675µs I0311 08:19:51.937067 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:51.936783 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.937120 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:51.937149 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.937173 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:51.937184 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:51.937191 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:51.937197 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:51.937204 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.937211 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:51.937219 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.937226 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.937236 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.937243 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.937249 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:51.937257 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:51.936876 3519 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 I0311 08:19:51.937264 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:51.937271 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.937277 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.937280 3519 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 08:19:51.937285 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.937288 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 667.363µs I0311 08:19:51.937292 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:51.937299 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:51.937302 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.937306 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.937315 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:51.937323 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:51.937075 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.937313 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.937398 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:51.937415 3519 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.9.237"}, 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}} I0311 08:19:51.937434 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936729 3519 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 08:19:51.937444 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.937451 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 1.098959ms I0311 08:19:51.937468 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.937463 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.937498 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:51.937511 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:51.937524 3519 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 I0311 08:19:51.937556 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:51.937594 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 291.871µs I0311 08:19:51.937648 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.937672 3519 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-0-55.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:u1177207288}] I0311 08:19:51.937367 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:51.937664 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.937729 3519 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:u1177207288}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.937737 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.937755 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:51.937788 3519 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-0-55.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:u1177207289}] I0311 08:19:51.937884 3519 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:u1177207289}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.937478 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.937959 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:51.937916 3519 transact.go:43] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-55.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:u1177207288} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207288}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-55.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:u1177207289} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u1177207289}]}}] Timeout: Where:[where column _uuid == {57b1d674-aecd-497b-a1ba-20c955bd308f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:51.937980 3519 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.78.14"}, 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}} I0311 08:19:51.937994 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.938004 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.937809 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.938049 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.938061 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.936730 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:51.938131 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 1.399338ms I0311 08:19:51.938173 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.938184 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.937757 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.938268 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.938273 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:51.938290 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.938334 3519 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) I0311 08:19:51.938349 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.938288 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.938365 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.938376 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.938384 3519 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 I0311 08:19:51.938369 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.938412 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.938450 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.938466 3519 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 I0311 08:19:51.938491 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:51.938501 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 329.67µs I0311 08:19:51.938515 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:51.938419 3519 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 08:19:51.938646 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.555864ms I0311 08:19:51.938692 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.938707 3519 zone_ic_handler.go:264] Creating Interconnect resources for node "ip-10-0-0-55.ec2.internal" on network "default" took: 2.171112ms I0311 08:19:51.938723 3519 master.go:700] Creating Interconnect resources for remote node "ip-10-0-0-55.ec2.internal" on network "default" took: 3.097833ms I0311 08:19:51.938739 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:51.938752 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-0-55.ec2.internal I0311 08:19:51.938707 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.938806 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:51.938831 3519 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.135.138"}, 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}} I0311 08:19:51.938847 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.938078 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.938858 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.938869 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.938881 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.938894 3519 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 I0311 08:19:51.938877 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.938915 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:51.938968 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:51.939002 3519 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 I0311 08:19:51.938920 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 08:19:51.939019 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.37003ms I0311 08:19:51.939032 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:51.939049 3519 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:51.939063 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 371.453µs I0311 08:19:51.939074 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:51.938020 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.939041 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:51.939101 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.939116 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:51.939123 3519 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 I0311 08:19:51.938521 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.939083 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.939148 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:51.939180 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:51.939212 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939222 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.939237 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939260 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.939119 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:51.939283 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.939315 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:51.939325 3519 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 I0311 08:19:51.939359 3519 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 08:19:51.939369 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 294.481µs I0311 08:19:51.939381 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:51.939171 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:51.939415 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939430 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939389 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.939456 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:51.939451 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.939477 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:51.939472 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.939484 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:51.939487 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939495 3519 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 I0311 08:19:51.939498 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939533 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 08:19:51.939541 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.02734ms I0311 08:19:51.939551 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:51.939535 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.939556 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 5.396µs I0311 08:19:51.939563 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.939563 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.939577 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.939590 3519 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 I0311 08:19:51.939612 3519 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 08:19:51.939621 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 238.593µs I0311 08:19:51.939649 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:51.939571 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.939685 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:51.939705 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.939729 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939742 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939658 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.939755 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.939766 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:51.939777 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.939784 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.939782 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.939792 3519 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 I0311 08:19:51.939798 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939809 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939813 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:51.939820 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 257.656µs I0311 08:19:51.939836 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.939842 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.939870 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.939881 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.939892 3519 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 I0311 08:19:51.939861 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.939914 3519 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 08:19:51.939921 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 271.319µs I0311 08:19:51.939931 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:51.939150 3519 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:51.939941 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 2.47518ms I0311 08:19:51.939942 3519 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.171.197"}, 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}} I0311 08:19:51.939302 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939963 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939972 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.939967 3519 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}} I0311 08:19:51.939982 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.940014 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:51.940022 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:51.940029 3519 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 I0311 08:19:51.940049 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:51.940056 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 224.617µs I0311 08:19:51.940067 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.940076 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.940146 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:51.940157 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:51.940170 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.940176 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.940187 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.940220 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:51.940231 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:51.940238 3519 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 I0311 08:19:51.940252 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:51.940257 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 190.301µs I0311 08:19:51.940265 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:51.940273 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.940334 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:51.940352 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:51.940361 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.940376 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.940395 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.940405 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.940425 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:51.940433 3519 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 I0311 08:19:51.940454 3519 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 08:19:51.940461 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 196.608µs I0311 08:19:51.940471 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:51.940479 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:51.940555 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:51.940562 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:51.940571 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.940584 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:51.940594 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.940616 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.940664 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.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:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 08:19:51.940717 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:51.940726 3519 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 I0311 08:19:51.940757 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 08:19:51.940764 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 294.455µs I0311 08:19:51.940773 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:51.940778 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.115µs I0311 08:19:51.940784 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.940789 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.940847 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:51.940860 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.940869 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.940879 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.940891 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.940916 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.940923 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.940929 3519 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 I0311 08:19:51.940943 3519 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 08:19:51.940951 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 167.769µs I0311 08:19:51.940958 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.940964 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.941016 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:51.941031 3519 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.236.142"}, 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}} I0311 08:19:51.941044 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941054 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941093 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.941113 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:51.941120 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:51.941127 3519 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 I0311 08:19:51.941140 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:51.941144 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 186.11µs I0311 08:19:51.941152 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.941157 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.941210 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:51.941222 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:51.941237 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941243 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941254 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.941277 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:51.941288 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:51.941295 3519 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 I0311 08:19:51.941309 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:51.941315 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 162.059µs I0311 08:19:51.941325 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:51.941333 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.941397 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:51.941412 3519 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.123.97"}, 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}} I0311 08:19:51.941425 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941434 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941446 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.939951 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.941465 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.941473 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:51.941480 3519 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 I0311 08:19:51.941493 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 08:19:51.939932 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.941497 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 173.868µs I0311 08:19:51.941506 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:51.941511 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 4.698µs I0311 08:19:51.941518 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.941478 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.941525 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.939983 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941584 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:51.941592 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:51.941600 3519 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.71.42"}, 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}} I0311 08:19:51.941599 3519 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.109.227"}, 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}} I0311 08:19:51.941611 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941549 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.941617 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941618 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941662 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941652 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.941679 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:51.941691 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:51.941694 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:51.941698 3519 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 I0311 08:19:51.941691 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.941713 3519 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:51.941711 3519 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.100.190"}, 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}} I0311 08:19:51.941720 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 200.557µs I0311 08:19:51.941723 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:51.941727 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941730 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:51.941619 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:51.941735 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:51.941737 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 7.55µs I0311 08:19:51.941739 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941745 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:51.941748 3519 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 I0311 08:19:51.941752 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 6.185µs I0311 08:19:51.941747 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:51.941775 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:51.941782 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:51.941784 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.832295ms I0311 08:19:51.941790 3519 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 I0311 08:19:51.941768 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.936901 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:51.941808 3519 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 08:19:51.941814 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 2.782195ms I0311 08:19:51.941817 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:51.941819 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:51.941830 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:51.941833 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:51.941843 3519 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 I0311 08:19:51.941849 3519 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) I0311 08:19:51.941860 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:51.941868 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:51.941876 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.943267ms I0311 08:19:51.941877 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:51.941908 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:51.941919 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:51.941930 3519 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 I0311 08:19:51.941951 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:51.941960 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 5.068217ms I0311 08:19:51.964193 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-0-55.ec2.internal, subnet 10.130.0.0/23 I0311 08:19:51.964248 3519 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.130.0.0/23" I0311 08:19:51.976068 3519 ovs.go:163] Exec(66): stdout: "73e05501-9903-4a58-a5f7-88c44d92bc5b\n" I0311 08:19:51.976090 3519 ovs.go:164] Exec(66): stderr: "" I0311 08:19:51.976100 3519 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 - 73e05501-9903-4a58-a5f7-88c44d92bc5b : stderr - : err I0311 08:19:51.976138 3519 default_node_network_controller.go:1130] Upgrade Hack: node ip-10-0-2-67.ec2.internal, subnet 10.129.0.0/23 I0311 08:19:51.976159 3519 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.129.0.0/23" I0311 08:19:51.987931 3519 ovs.go:163] Exec(67): stdout: "179f242b-e561-4ed4-913e-5ef1c1a736d6\n" I0311 08:19:51.987955 3519 ovs.go:164] Exec(67): stderr: "" I0311 08:19:51.987966 3519 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 - 179f242b-e561-4ed4-913e-5ef1c1a736d6 : stderr - : err I0311 08:19:51.987978 3519 default_node_network_controller.go:1138] Upgrade Hack: Syncing nodes took 2.024039198s I0311 08:19:51.988005 3519 ovs.go:160] Exec(68): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0311 08:19:51.993763 3519 ovs.go:163] Exec(68): stdout: "Service_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-58.ec2.internal\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-58.ec2.internal\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-58.ec2.internal\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-1-58.ec2.internal\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-58.ec2.internal\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.ec2.internal\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-insights/metrics_TCP_cluster\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-1-58.ec2.internal\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n" I0311 08:19:51.994292 3519 ovs.go:164] Exec(68): stderr: "" I0311 08:19:51.994307 3519 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-1-58.ec2.internal Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-1-58.ec2.internal Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-1-58.ec2.internal Service_default/kubernetes_TCP_node_router+switch_ip-10-0-1-58.ec2.internal Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-1-58.ec2.internal Service_openshift-dns-operator/metrics_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.ec2.internal Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-insights/metrics_TCP_cluster Service_openshift-ingress/router-default_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster Service_default/packageserver_TCP_node_router+switch_ip-10-0-1-58.ec2.internal Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-authentication-operator/metrics_TCP_cluster : stderr - : err I0311 08:19:51.994317 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0311 08:19:51.994323 3519 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 I0311 08:19:51.994328 3519 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 I0311 08:19:51.994335 3519 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 I0311 08:19:51.994341 3519 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 I0311 08:19:51.994347 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0311 08:19:51.994352 3519 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 I0311 08:19:51.994358 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-service-ca-operator/metrics/Service_openshift-service-ca-operator/metrics : match - true I0311 08:19:51.994364 3519 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 I0311 08:19:51.994368 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0311 08:19:51.994373 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0311 08:19:51.994380 3519 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 I0311 08:19:51.994384 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-canary/ingress-canary/Service_openshift-ingress-canary/ingress-canary : match - true I0311 08:19:51.994389 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0311 08:19:51.994393 3519 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 I0311 08:19:51.994396 3519 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 I0311 08:19:51.994399 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0311 08:19:51.994402 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0311 08:19:51.994405 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-image-registry/image-registry/Service_openshift-image-registry/image-registry : match - true I0311 08:19:51.994408 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0311 08:19:51.994411 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0311 08:19:51.994415 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0311 08:19:51.994419 3519 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 I0311 08:19:51.994422 3519 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 I0311 08:19:51.994425 3519 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 I0311 08:19:51.994430 3519 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 I0311 08:19:51.994436 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-internal-default/Service_openshift-ingress/router-internal-default : match - true I0311 08:19:51.994442 3519 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 I0311 08:19:51.994446 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0311 08:19:51.994452 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0311 08:19:51.994457 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0311 08:19:51.994462 3519 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0311 08:19:51.994471 3519 default_node_network_controller.go:1158] Upgrade Hack: Syncing services took 2.030530644s I0311 08:19:51.994499 3519 ovs.go:160] Exec(69): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-xwng7 I0311 08:19:51.999695 3519 ovs.go:163] Exec(69): stdout: "b40c84f9-a844-44a4-b5a1-4954add7c070\n" I0311 08:19:51.999713 3519 ovs.go:164] Exec(69): stderr: "" I0311 08:19:51.999722 3519 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-xwng7 : stdout - b40c84f9-a844-44a4-b5a1-4954add7c070 : stderr - I0311 08:19:51.999738 3519 ovs.go:160] Exec(70): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-rzk8k I0311 08:19:52.004812 3519 ovs.go:163] Exec(70): stdout: "d87f25e6-b0b3-4f95-9695-c02ab089eeeb\n" I0311 08:19:52.004828 3519 ovs.go:164] Exec(70): stderr: "" I0311 08:19:52.004837 3519 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-rzk8k : stdout - d87f25e6-b0b3-4f95-9695-c02ab089eeeb : stderr - I0311 08:19:52.004848 3519 default_node_network_controller.go:1179] Upgrade Hack: Syncing pods took 2.040907781s I0311 08:19:52.004867 3519 kube.go:133] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-1-58.ec2.internal] on node ip-10-0-1-58.ec2.internal I0311 08:19:52.022317 3519 default_node_network_controller.go:1193] ovnkube-node ip-10-0-1-58.ec2.internal finished annotating node with remote-zone-migrated; took: 2.058370827s I0311 08:19:52.022376 3519 config.go:1705] Exec: /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="unix:/var/run/ovn/ovnsb_db.sock" I0311 08:19:52.022449 3519 obj_retry.go:565] Update event received for resource *v1.Node, old object is equal to new: false I0311 08:19:52.022472 3519 obj_retry.go:617] Update event received for *v1.Node ip-10-0-1-58.ec2.internal I0311 08:19:52.022475 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-58.ec2.internal in network "default" I0311 08:19:52.022496 3519 obj_retry.go:565] Update event received for resource *factory.egressNode, old object is equal to new: false I0311 08:19:52.022504 3519 obj_retry.go:617] Update event received for *factory.egressNode ip-10-0-1-58.ec2.internal I0311 08:19:52.022523 3519 node_tracker.go:172] Node ip-10-0-1-58.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:52.022545 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:52.022569 3519 services_controller.go:640] Adding service default/kubernetes for network=default I0311 08:19:52.022588 3519 services_controller.go:640] Adding service openshift-apiserver-operator/metrics for network=default I0311 08:19:52.022597 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:52.022604 3519 services_controller.go:640] Adding service openshift-ingress/router-internal-default for network=default I0311 08:19:52.022616 3519 services_controller.go:382] Processing sync for service openshift-apiserver-operator/metrics for network=default I0311 08:19:52.022649 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:52.022667 3519 services_controller.go:640] Adding service default/openshift for network=default I0311 08:19:52.022674 3519 services_controller.go:640] Adding service default/openshift-oauth-apiserver for network=default I0311 08:19:52.022683 3519 services_controller.go:640] Adding service openshift-authentication-operator/metrics for network=default I0311 08:19:52.022690 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:52.022696 3519 services_controller.go:640] Adding service default/packageserver for network=default I0311 08:19:52.022703 3519 services_controller.go:640] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:52.022709 3519 services_controller.go:640] Adding service openshift-console-operator/metrics for network=default I0311 08:19:52.022716 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:52.022722 3519 services_controller.go:640] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:52.022642 3519 services_controller.go:460] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 9b2a8b0c-f782-4b7b-a47d-6b2098121859 1036 0 2026-03-11 08:09:00 +0000 UTC map[app:openshift-apiserver-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:openshift-apiserver-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed83f }] [] []},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.104.17,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.104.17],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.022737 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:52.022766 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0311 08:19:52.022789 3519 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.104.17"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.022812 3519 services_controller.go:470] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.022833 3519 services_controller.go:471] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.022749 3519 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 4e6aa3b1-9523-4e16-a0ef-7cd813e3d8ce 872 0 2026-03-11 08:08:57 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aede27 }] [] []},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.253.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.253.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.022854 3519 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.104.17", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.022881 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0311 08:19:52.022891 3519 services_controller.go:478] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.022904 3519 services_controller.go:479] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.022913 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-internal-default for network=default I0311 08:19:52.022919 3519 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 I0311 08:19:52.022946 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0311 08:19:52.022956 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 340.495µs I0311 08:19:52.022972 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:52.022927 3519 services_controller.go:460] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress 28a80c32-f994-4da7-a7d0-555caf3a3684 2097 0 2026-03-11 08:09:21 +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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c6ce }] [] []},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.243.95,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.95],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.023023 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0311 08:19:52.022896 3519 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.253.42"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.023041 3519 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) I0311 08:19:52.023059 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023046 3519 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.243.95"}, 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.243.95"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}, services.lbConfig{vips:[]string{"172.30.243.95"}, 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}} I0311 08:19:52.023073 3519 services_controller.go:470] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023084 3519 services_controller.go:471] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023082 3519 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.253.42", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.023114 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.023130 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:52.023106 3519 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.243.95", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.243.95", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.023142 3519 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 I0311 08:19:52.023146 3519 services_controller.go:478] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0311 08:19:52.023157 3519 services_controller.go:479] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0311 08:19:52.023166 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0311 08:19:52.023170 3519 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 I0311 08:19:52.023173 3519 services_controller.go:386] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 436.756µs I0311 08:19:52.023183 3519 services_controller.go:382] Processing sync for service default/openshift for network=default I0311 08:19:52.023190 3519 services_controller.go:386] Finished syncing service openshift on namespace default for network=default : 7.38µs I0311 08:19:52.023198 3519 services_controller.go:382] Processing sync for service default/openshift-oauth-apiserver for network=default I0311 08:19:52.022987 3519 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 328ab6c8-d177-4329-8a14-c7fe72c5174d 4076 0 2026-03-11 08:09:47 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4cdb7 0xc007a4cdb8}] [] []},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.135.138,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.135.138],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.023221 3519 lb_config.go:1030] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0311 08:19:52.023238 3519 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.135.138"}, 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}} I0311 08:19:52.023209 3519 services_controller.go:460] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default c928e54d-7b6e-4f88-8cd6-806f0f9aeafa 1541 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.184.172,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.184.172],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.023248 3519 services_controller.go:470] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023257 3519 services_controller.go:471] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023276 3519 lb_config.go:1030] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.177.205] []}] I0311 08:19:52.023273 3519 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.135.138", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.023297 3519 services_controller.go:469] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023303 3519 services_controller.go:478] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0311 08:19:52.023307 3519 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.184.172"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.177.205"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.023314 3519 services_controller.go:479] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0311 08:19:52.023323 3519 services_controller.go:471] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023327 3519 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 I0311 08:19:52.023345 3519 services_controller.go:497] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0311 08:19:52.023356 3519 services_controller.go:382] Processing sync for service openshift-authentication-operator/metrics for network=default I0311 08:19:52.023358 3519 services_controller.go:386] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 386.261µs I0311 08:19:52.023376 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:52.023444 3519 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 8bea50ff-9a65-49d9-a381-568677edacbd 880 0 2026-03-11 08:08:57 +0000 UTC map[k8s-app:machine-config-daemon] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4ca77 }] [] []},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.58.23,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.23],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.023198 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0311 08:19:52.023516 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0311 08:19:52.023531 3519 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.58.23"}, 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.58.23"}, 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}} I0311 08:19:52.023557 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023568 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023593 3519 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.58.23", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.23", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.022729 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:52.023639 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0311 08:19:52.023650 3519 services_controller.go:640] Adding service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:52.023651 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0311 08:19:52.023658 3519 services_controller.go:640] Adding service openshift-ingress/router-default for network=default I0311 08:19:52.023663 3519 services_controller.go:640] Adding service openshift-multus/network-metrics-service for network=default I0311 08:19:52.023665 3519 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 I0311 08:19:52.023692 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0311 08:19:52.023703 3519 services_controller.go:386] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 328.854µs I0311 08:19:52.023717 3519 services_controller.go:382] Processing sync for service default/packageserver for network=default I0311 08:19:52.023538 3519 services_controller.go:386] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 619.284µs I0311 08:19:52.023747 3519 services_controller.go:382] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:52.023729 3519 services_controller.go:460] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 7a849729-2b33-4f51-a267-0c72ba1254dc 1629 0 2026-03-11 08:09:11 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.76.201,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.76.201],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.023806 3519 lb_config.go:1030] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.183.70] []}] I0311 08:19:52.023761 3519 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 9be073ee-6f52-49b1-ba48-92e3629151cf 919 0 2026-03-11 08:08:59 +0000 UTC map[app:cluster-storage-operator-metrics] map[capability.openshift.io/name:Storage include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:cluster-storage-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedd77 }] [] []},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.154.203,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.154.203],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.023668 3519 services_controller.go:640] Adding service openshift-service-ca-operator/metrics for network=default I0311 08:19:52.023824 3519 services_controller.go:469] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023849 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0311 08:19:52.023854 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:52.023850 3519 services_controller.go:470] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.76.201"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.183.70"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.023863 3519 services_controller.go:640] Adding service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:52.023867 3519 services_controller.go:471] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023870 3519 services_controller.go:640] Adding service openshift-ingress-operator/metrics for network=default I0311 08:19:52.023864 3519 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.154.203"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.023878 3519 services_controller.go:640] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:52.023882 3519 services_controller.go:470] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023884 3519 services_controller.go:640] Adding service openshift-network-console/networking-console-plugin for network=default I0311 08:19:52.023892 3519 services_controller.go:640] Adding service openshift-network-operator/metrics for network=default I0311 08:19:52.023893 3519 services_controller.go:471] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023367 3519 services_controller.go:460] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator a3f77f37-191c-4eae-9761-943efe98c2df 645 0 2026-03-11 08:08:51 +0000 UTC map[app:authentication-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed9c7 }] [] []},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.252.66,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.66],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.023899 3519 services_controller.go:640] Adding service default/openshift-apiserver for network=default I0311 08:19:52.023904 3519 services_controller.go:640] Adding service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:52.023907 3519 services_controller.go:640] Adding service openshift-dns-operator/metrics for network=default I0311 08:19:52.023913 3519 services_controller.go:640] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:52.023919 3519 services_controller.go:640] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:52.022616 3519 services_controller.go:382] Processing sync for service default/kubernetes for network=default I0311 08:19:52.023924 3519 services_controller.go:640] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:52.023929 3519 services_controller.go:640] Adding service openshift-apiserver/check-endpoints for network=default I0311 08:19:52.023934 3519 services_controller.go:640] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:52.023911 3519 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.154.203", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.023940 3519 services_controller.go:640] Adding service openshift-dns/dns-default for network=default I0311 08:19:52.023946 3519 services_controller.go:640] Adding service openshift-image-registry/image-registry for network=default I0311 08:19:52.023947 3519 services_controller.go:478] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.023952 3519 services_controller.go:640] Adding service openshift-insights/metrics for network=default I0311 08:19:52.023959 3519 services_controller.go:640] Adding service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:52.023959 3519 services_controller.go:479] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:52.023966 3519 services_controller.go:640] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:52.023973 3519 services_controller.go:640] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:52.023893 3519 services_controller.go:477] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:52.023932 3519 services_controller.go:460] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default e81292b9-1f64-40cf-bfdf-a5126c1ac052 272 0 2026-03-11 08:08:10 +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{},},} I0311 08:19:52.023981 3519 services_controller.go:640] Adding service openshift-config-operator/metrics for network=default I0311 08:19:52.023986 3519 services_controller.go:640] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:52.023973 3519 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 I0311 08:19:52.023986 3519 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-1-58.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.76.201", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.183.70", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:52.024018 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0311 08:19:52.024020 3519 services_controller.go:479] Built service default/packageserver template LB for network=default: []services.LB{} I0311 08:19:52.024025 3519 services_controller.go:386] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 278.927µs I0311 08:19:52.024033 3519 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 I0311 08:19:52.024038 3519 services_controller.go:382] Processing sync for service openshift-console-operator/metrics for network=default I0311 08:19:52.023917 3519 lb_config.go:1030] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0311 08:19:52.024059 3519 services_controller.go:497] Skipping no-op change for service default/packageserver for network=default I0311 08:19:52.024067 3519 services_controller.go:386] Finished syncing service packageserver on namespace default for network=default : 350.662µs I0311 08:19:52.024072 3519 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.252.66"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.024002 3519 lb_config.go:1030] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0311 08:19:52.024089 3519 services_controller.go:470] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024096 3519 services_controller.go:469] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024101 3519 services_controller.go:471] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024048 3519 services_controller.go:460] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator 59817449-48b8-4b3d-a4aa-a999cfa15200 1884 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c007 }] [] []},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.215.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.215.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024107 3519 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}} I0311 08:19:52.024127 3519 lb_config.go:1030] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0311 08:19:52.024136 3519 services_controller.go:471] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.023347 3519 services_controller.go:477] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:52.024148 3519 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.215.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.024163 3519 services_controller.go:470] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024149 3519 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.252.66", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024173 3519 services_controller.go:471] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024180 3519 services_controller.go:478] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.024193 3519 services_controller.go:479] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.024167 3519 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-1-58.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.184.172", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.177.205", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:52.024190 3519 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.215.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024207 3519 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 I0311 08:19:52.024211 3519 services_controller.go:479] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0311 08:19:52.024216 3519 services_controller.go:478] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.024224 3519 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 I0311 08:19:52.024228 3519 services_controller.go:479] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.024235 3519 services_controller.go:497] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0311 08:19:52.024169 3519 services_controller.go:477] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0311 08:19:52.024241 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 886.639µs I0311 08:19:52.024241 3519 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 I0311 08:19:52.024249 3519 services_controller.go:497] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0311 08:19:52.024254 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:52.024256 3519 services_controller.go:386] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 1.057559ms I0311 08:19:52.024264 3519 services_controller.go:497] Skipping no-op change for service openshift-console-operator/metrics for network=default I0311 08:19:52.024270 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-console-operator for network=default : 232.42µs I0311 08:19:52.024271 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:52.024250 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:52.024282 3519 services_controller.go:382] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:52.024299 3519 services_controller.go:479] Built service default/kubernetes template LB for network=default: []services.LB{} I0311 08:19:52.024315 3519 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 I0311 08:19:52.024264 3519 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 256a6870-1f20-4c64-8340-2f40940d46a3 5293 0 2026-03-11 08:11:38 +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.100.190,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.100.190],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024290 3519 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 58c5df18-67ad-46ba-a56a-ef8dad7f9f32 481 0 2026-03-11 08:08:43 +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.236.142,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.236.142],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024284 3519 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 ec78252c-adb0-490e-861e-a690d9a81971 834 0 2026-03-11 08:08:55 +0000 UTC map[k8s-app:machine-config-controller] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mcc-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c9ab }] [] []},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.109.227,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.109.227],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024080 3519 services_controller.go:382] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:52.024345 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0311 08:19:52.024352 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0311 08:19:52.024361 3519 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.100.190"}, 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}} I0311 08:19:52.024364 3519 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.236.142"}, 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}} I0311 08:19:52.024368 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0311 08:19:52.024376 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024379 3519 services_controller.go:470] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024388 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024384 3519 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.109.227"}, 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}} I0311 08:19:52.024389 3519 services_controller.go:471] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024402 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024412 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024366 3519 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 66e48a08-179e-49f3-b780-11cc6033856f 5268 0 2026-03-11 08:11:38 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog dc28ff35-87db-4a75-bb62-ef7129b8326a 0xc007a4c09d 0xc007a4c09e}] [] []},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.171.197,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.171.197],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024407 3519 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.100.190", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024411 3519 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.236.142", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024438 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.024439 3519 services_controller.go:478] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0311 08:19:52.024440 3519 lb_config.go:1030] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0311 08:19:52.024434 3519 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.109.227", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024452 3519 services_controller.go:479] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0311 08:19:52.024343 3519 services_controller.go:497] Skipping no-op change for service default/kubernetes for network=default I0311 08:19:52.024455 3519 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.171.197"}, 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}} I0311 08:19:52.024462 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0311 08:19:52.024464 3519 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 I0311 08:19:52.024465 3519 services_controller.go:386] Finished syncing service kubernetes on namespace default for network=default : 1.847712ms I0311 08:19:52.024469 3519 services_controller.go:470] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024475 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0311 08:19:52.024477 3519 services_controller.go:382] Processing sync for service openshift-ingress/router-default for network=default I0311 08:19:52.024477 3519 services_controller.go:471] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024486 3519 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 I0311 08:19:52.024487 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0311 08:19:52.024495 3519 services_controller.go:386] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 214.038µs I0311 08:19:52.024491 3519 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.171.197", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024509 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0311 08:19:52.024511 3519 services_controller.go:478] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0311 08:19:52.024511 3519 services_controller.go:382] Processing sync for service openshift-multus/network-metrics-service for network=default I0311 08:19:52.024516 3519 services_controller.go:386] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 245.418µs I0311 08:19:52.024519 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0311 08:19:52.024521 3519 services_controller.go:386] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 10.425µs I0311 08:19:52.024528 3519 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 I0311 08:19:52.024452 3519 services_controller.go:479] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0311 08:19:52.024533 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0311 08:19:52.024541 3519 services_controller.go:386] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 10.48µs I0311 08:19:52.024486 3519 services_controller.go:460] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress eba6457a-e29d-4ee5-ab0e-9362b62eb424 3741 0 2026-03-11 08:09:21 +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=2ovd18q8bue50eb2boov1bhdddghejth,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-9e29fbb5df,cluster-type=rosa-hcp,creation-date=2026-03-11,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 48cc0c87-afdd-46d9-9971-d15b022c7b3c 0xc007a4c607 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32186,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:31484,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.56.209,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:30706,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.56.209],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:aeba6457ae29d4ee5ab0e9362b62eb42-f0384ba3995906ec.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0311 08:19:52.024544 3519 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 I0311 08:19:52.024549 3519 services_controller.go:382] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:52.024566 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:52.024574 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0311 08:19:52.024582 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 328.36µs I0311 08:19:52.024583 3519 lb_config.go:1053] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0311 08:19:52.024595 3519 services_controller.go:382] Processing sync for service openshift-ingress-operator/metrics for network=default I0311 08:19:52.024597 3519 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.56.209"}, 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.56.209"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.024530 3519 services_controller.go:382] Processing sync for service openshift-service-ca-operator/metrics for network=default I0311 08:19:52.024615 3519 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:32186, 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:31484, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0311 08:19:52.024557 3519 services_controller.go:460] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary ee23c98a-53f6-4d9e-a701-483b9605506f 3387 0 2026-03-11 08:09:30 +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 e0f8b62b-805e-4069-a183-2b223d0660bc 0xc007a4c430 }] [] []},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.23.19,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.23.19],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024654 3519 services_controller.go:471] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024675 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0311 08:19:52.024638 3519 services_controller.go:460] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator c00921b7-f7a2-424e-9302-de87fcacef46 856 0 2026-03-11 08:08:57 +0000 UTC map[app:service-ca-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cfa7 }] [] []},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.47.12,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.47.12],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024610 3519 services_controller.go:460] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 01df9a01-4dde-4880-bd88-07dc48e30193 1598 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c517 }] [] []},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.123.97,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.123.97],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024696 3519 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.23.19"}, 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.23.19"}, 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}} I0311 08:19:52.024709 3519 lb_config.go:1030] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0311 08:19:52.024691 3519 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.56.209", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.56.209", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024714 3519 services_controller.go:470] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024720 3519 lb_config.go:1030] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0311 08:19:52.024725 3519 services_controller.go:471] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024722 3519 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.47.12"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.024737 3519 services_controller.go:470] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024735 3519 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.123.97"}, 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}} I0311 08:19:52.024747 3519 services_controller.go:471] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024750 3519 services_controller.go:470] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024742 3519 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.23.19", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.23.19", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024761 3519 services_controller.go:471] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024774 3519 services_controller.go:478] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0311 08:19:52.024549 3519 services_controller.go:497] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0311 08:19:52.024765 3519 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.47.12", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024725 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-1-58.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:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32186, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.1.58", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:31484, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0311 08:19:52.024785 3519 services_controller.go:479] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0311 08:19:52.024791 3519 services_controller.go:478] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.024792 3519 services_controller.go:386] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 706.181µs I0311 08:19:52.024797 3519 services_controller.go:479] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0311 08:19:52.024799 3519 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 I0311 08:19:52.024803 3519 services_controller.go:479] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.024787 3519 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.123.97", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.024809 3519 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 I0311 08:19:52.024811 3519 services_controller.go:382] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0311 08:19:52.024814 3519 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 I0311 08:19:52.024818 3519 services_controller.go:478] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.024821 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0311 08:19:52.024829 3519 services_controller.go:386] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 280.077µs I0311 08:19:52.024831 3519 services_controller.go:479] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.024834 3519 services_controller.go:497] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0311 08:19:52.024840 3519 services_controller.go:382] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:52.024841 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 311.934µs I0311 08:19:52.024843 3519 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 I0311 08:19:52.024851 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress/router-default for network=default I0311 08:19:52.024857 3519 services_controller.go:382] Processing sync for service openshift-network-operator/metrics for network=default I0311 08:19:52.024857 3519 services_controller.go:386] Finished syncing service router-default on namespace openshift-ingress for network=default : 380.81µs I0311 08:19:52.024867 3519 services_controller.go:497] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0311 08:19:52.024870 3519 services_controller.go:382] Processing sync for service default/openshift-apiserver for network=default I0311 08:19:52.024874 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 279.87µs I0311 08:19:52.024883 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-network-operator for network=default : 26.408µs I0311 08:19:52.024888 3519 services_controller.go:382] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0311 08:19:52.024893 3519 services_controller.go:382] Processing sync for service openshift-dns-operator/metrics for network=default I0311 08:19:52.024897 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.928µs I0311 08:19:52.024820 3519 services_controller.go:386] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.211µs I0311 08:19:52.024850 3519 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 f3e39f45-0b9d-40c5-9012-8dfd38fdd576 4199 0 2026-03-11 08:09:50 +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 01528cf1-854c-491c-8a1b-fa434adfb22d 0xc007a4ccbe 0xc007a4ccbf}] [] []},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.71.42,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.71.42],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024909 3519 services_controller.go:382] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:52.024914 3519 services_controller.go:382] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:52.024879 3519 services_controller.go:460] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default 193e7e51-c847-48cd-a799-eb72959ea73d 1524 0 2026-03-11 08:09:10 +0000 UTC map[hypershift.openshift.io/managed:true] map[] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{0 443 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:172.30.38.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.38.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024923 3519 lb_config.go:1030] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0311 08:19:52.024935 3519 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.71.42"}, 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}} I0311 08:19:52.024919 3519 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 7a657585-8a41-4d87-b56f-74dbd88e069d 827 0 2026-03-11 08:08:55 +0000 UTC map[app:kube-controller-manager-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:kube-controller-manager-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c86f }] [] []},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.127.61,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.127.61],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024924 3519 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 f44a2c54-04f1-49e8-80ec-189f1293bb67 2515 0 2026-03-11 08:09:27 +0000 UTC map[app:kube-storage-version-migrator-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true service.alpha.openshift.io/serving-cert-secret-name:serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c927 }] [] []},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.194.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.194.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.024991 3519 services_controller.go:470] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025004 3519 services_controller.go:471] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025006 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0311 08:19:52.025006 3519 lb_config.go:1030] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0311 08:19:52.025020 3519 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.127.61"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.025023 3519 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.71.42", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.025042 3519 services_controller.go:470] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025052 3519 services_controller.go:471] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025053 3519 services_controller.go:478] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0311 08:19:52.025067 3519 services_controller.go:479] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0311 08:19:52.025079 3519 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 I0311 08:19:52.025071 3519 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.127.61", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.025100 3519 services_controller.go:478] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.024941 3519 lb_config.go:1030] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.148.15] []}] I0311 08:19:52.025104 3519 services_controller.go:497] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0311 08:19:52.025111 3519 services_controller.go:479] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.025114 3519 services_controller.go:386] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 273.031µs I0311 08:19:52.025117 3519 services_controller.go:469] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025123 3519 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 I0311 08:19:52.025127 3519 services_controller.go:382] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0311 08:19:52.025127 3519 services_controller.go:470] Built service default/openshift-apiserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.38.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.148.15"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.025135 3519 services_controller.go:386] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 8.79µs I0311 08:19:52.025142 3519 services_controller.go:471] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.024903 3519 services_controller.go:460] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator c791b6ed-0e03-4212-8e25-05e990ffffc6 1071 0 2026-03-11 08:09:01 +0000 UTC map[name:dns-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:metrics-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c1bf }] [] []},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.252.25,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.252.25],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.025021 3519 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.194.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}} I0311 08:19:52.025160 3519 services_controller.go:470] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025165 3519 lb_config.go:1030] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0311 08:19:52.025168 3519 services_controller.go:477] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0311 08:19:52.025172 3519 services_controller.go:471] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025176 3519 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.252.25"}, 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}} I0311 08:19:52.025189 3519 services_controller.go:470] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025199 3519 services_controller.go:471] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025179 3519 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-1-58.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.38.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.148.15", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:52.025192 3519 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.194.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.025215 3519 services_controller.go:479] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0311 08:19:52.025223 3519 services_controller.go:478] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.025213 3519 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.252.25", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.025229 3519 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 I0311 08:19:52.025236 3519 services_controller.go:479] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.025237 3519 services_controller.go:478] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.025249 3519 services_controller.go:479] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.025250 3519 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 I0311 08:19:52.025253 3519 services_controller.go:497] Skipping no-op change for service default/openshift-apiserver for network=default I0311 08:19:52.025259 3519 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 I0311 08:19:52.025261 3519 services_controller.go:386] Finished syncing service openshift-apiserver on namespace default for network=default : 390.445µs I0311 08:19:52.025274 3519 services_controller.go:382] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0311 08:19:52.025289 3519 services_controller.go:386] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 15.962µs I0311 08:19:52.025299 3519 services_controller.go:382] Processing sync for service openshift-dns/dns-default for network=default I0311 08:19:52.025144 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0311 08:19:52.025417 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 506.286µs I0311 08:19:52.025435 3519 services_controller.go:382] Processing sync for service openshift-image-registry/image-registry for network=default I0311 08:19:52.025275 3519 services_controller.go:497] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0311 08:19:52.025446 3519 services_controller.go:460] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry a0099563-0556-4ef8-a275-07b69a739fe9 1784 0 2026-03-11 08:09:14 +0000 UTC map[docker-registry:default] map[imageregistry.operator.openshift.io/checksum:sha256:1c19715a76014ae1d56140d6390a08f14f453c1a59dc36c15718f40c638ef63d service.alpha.openshift.io/serving-cert-secret-name:image-registry-tls] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:5000-tcp,Protocol:TCP,Port:5000,TargetPort:{0 5000 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{docker-registry: default,},ClusterIP:172.30.67.29,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.67.29],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.025511 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 596.371µs I0311 08:19:52.025525 3519 services_controller.go:382] Processing sync for service openshift-insights/metrics for network=default I0311 08:19:52.025535 3519 lb_config.go:1030] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0311 08:19:52.025549 3519 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.67.29"}, 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}} I0311 08:19:52.025567 3519 services_controller.go:470] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025578 3519 services_controller.go:471] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025279 3519 services_controller.go:497] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0311 08:19:52.025598 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 702.513µs I0311 08:19:52.025535 3519 services_controller.go:460] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights 5e0f388a-6bc9-4e6b-b043-707dcd2fca60 1901 0 2026-03-11 08:09:16 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4c7cb }] [] []},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.235.16,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.235.16],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.025613 3519 services_controller.go:382] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0311 08:19:52.025638 3519 services_controller.go:386] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 10.074µs I0311 08:19:52.025644 3519 lb_config.go:1030] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0311 08:19:52.025597 3519 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.67.29", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.025666 3519 services_controller.go:478] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0311 08:19:52.025648 3519 services_controller.go:382] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:52.025681 3519 services_controller.go:479] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0311 08:19:52.025693 3519 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 I0311 08:19:52.025718 3519 services_controller.go:497] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0311 08:19:52.025683 3519 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 a79935d7-b5d4-4527-b0d0-998dba4d5cf7 1127 0 2026-03-11 08:09:03 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aeda5b }] [] []},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.78.14,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.78.14],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.025730 3519 services_controller.go:386] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 294.495µs I0311 08:19:52.025745 3519 services_controller.go:382] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:52.025750 3519 lb_config.go:1030] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0311 08:19:52.025763 3519 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.78.14"}, 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}} I0311 08:19:52.025782 3519 services_controller.go:470] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025794 3519 services_controller.go:471] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025308 3519 services_controller.go:460] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 8492885c-8542-4790-afaf-1e50668a5d40 1641 0 2026-03-11 08:09:11 +0000 UTC map[dns.operator.openshift.io/owning-dns:default] map[service.beta.openshift.io/serving-cert-secret-name:dns-default-metrics-tls] [{operator.openshift.io/v1 DNS default 4e37935f-ac59-4941-8ae8-d2099bf7b1ce 0xc007a4c2a7 }] [] []},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{},},} I0311 08:19:52.025755 3519 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 9a5c1512-a9cf-4c87-b599-352613f3a386 1591 0 2026-03-11 08:09:11 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedc4f }] [] []},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.147.136,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.147.136],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.025813 3519 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.78.14", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.025838 3519 lb_config.go:1030] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0311 08:19:52.025832 3519 lb_config.go:1030] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0311 08:19:52.025848 3519 services_controller.go:478] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.025850 3519 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.147.136"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.025861 3519 services_controller.go:479] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0311 08:19:52.025863 3519 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) I0311 08:19:52.025866 3519 services_controller.go:469] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025872 3519 services_controller.go:471] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025873 3519 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 I0311 08:19:52.025877 3519 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}} I0311 08:19:52.025895 3519 services_controller.go:497] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0311 08:19:52.025888 3519 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.147.136", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.025906 3519 services_controller.go:471] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025905 3519 services_controller.go:386] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 256.594µs I0311 08:19:52.025663 3519 services_controller.go:469] Built service openshift-insights/metrics LB cluster-wide configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.235.16"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.025925 3519 services_controller.go:470] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025927 3519 services_controller.go:382] Processing sync for service openshift-config-operator/metrics for network=default I0311 08:19:52.025932 3519 services_controller.go:471] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025939 3519 services_controller.go:477] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0311 08:19:52.025948 3519 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.235.16", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.026013 3519 services_controller.go:478] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.026030 3519 services_controller.go:479] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0311 08:19:52.026039 3519 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 I0311 08:19:52.026061 3519 services_controller.go:497] Skipping no-op change for service openshift-insights/metrics for network=default I0311 08:19:52.026068 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-insights for network=default : 542.453µs I0311 08:19:52.026079 3519 services_controller.go:382] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:52.026088 3519 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 267e9592-87da-4973-b113-bdc0ab17468c 773 0 2026-03-11 08:08:54 +0000 UTC map[k8s-app:machine-config-operator] map[include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.beta.openshift.io/serving-cert-secret-name:mco-proxy-tls] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc007a4cb0b }] [] []},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.9.237,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.237],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.026155 3519 lb_config.go:1030] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0311 08:19:52.026167 3519 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.9.237"}, 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}} I0311 08:19:52.025914 3519 services_controller.go:478] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0311 08:19:52.026180 3519 services_controller.go:470] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.026198 3519 services_controller.go:479] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0311 08:19:52.026212 3519 services_controller.go:471] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.026227 3519 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 I0311 08:19:52.026229 3519 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.9.237", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.026256 3519 services_controller.go:497] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0311 08:19:52.025937 3519 services_controller.go:460] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator ca7bd2a7-dc01-45fa-8d80-108fc98f8f95 1721 0 2026-03-11 08:09:12 +0000 UTC map[app:openshift-config-operator] map[include.release.openshift.io/hypershift:true include.release.openshift.io/ibm-cloud-managed:true include.release.openshift.io/self-managed-high-availability:true include.release.openshift.io/single-node-developer:true service.alpha.openshift.io/serving-cert-secret-name:config-operator-serving-cert] [{config.openshift.io/v1 ClusterVersion version b31c777f-db63-413d-92c2-a232caa176cc 0xc006aedf47 }] [] []},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.25.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.026265 3519 services_controller.go:386] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 520.348µs I0311 08:19:52.026280 3519 lb_config.go:1030] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0311 08:19:52.026295 3519 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.25.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0311 08:19:52.026308 3519 services_controller.go:470] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.026316 3519 services_controller.go:471] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.025949 3519 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-1-58.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-1-58.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-1-58.ec2.internal"}, Routers:[]string{"GR_ip-10-0-1-58.ec2.internal"}, Groups:[]string(nil)}} I0311 08:19:52.026362 3519 services_controller.go:479] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0311 08:19:52.026372 3519 services_controller.go:478] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0311 08:19:52.026375 3519 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 I0311 08:19:52.026384 3519 services_controller.go:479] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0311 08:19:52.026394 3519 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 I0311 08:19:52.026408 3519 services_controller.go:497] Skipping no-op change for service openshift-dns/dns-default for network=default I0311 08:19:52.026414 3519 services_controller.go:386] Finished syncing service dns-default on namespace openshift-dns for network=default : 1.1154ms I0311 08:19:52.026427 3519 services_controller.go:497] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0311 08:19:52.025145 3519 services_controller.go:382] Processing sync for service openshift-apiserver/check-endpoints for network=default I0311 08:19:52.026434 3519 services_controller.go:386] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 355.006µs I0311 08:19:52.026331 3519 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.25.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.026518 3519 services_controller.go:478] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0311 08:19:52.026448 3519 services_controller.go:460] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver e6904ab1-4b64-45e8-8fc8-de8d5fb0b48a 1648 0 2026-03-11 08:09:12 +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 b31c777f-db63-413d-92c2-a232caa176cc 0xc006aed907 }] [] []},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.243.196,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.243.196],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0311 08:19:52.026527 3519 services_controller.go:479] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0311 08:19:52.026539 3519 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 I0311 08:19:52.026552 3519 lb_config.go:1030] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0311 08:19:52.026573 3519 services_controller.go:497] Skipping no-op change for service openshift-config-operator/metrics for network=default I0311 08:19:52.026582 3519 services_controller.go:386] Finished syncing service metrics on namespace openshift-config-operator for network=default : 656.007µs I0311 08:19:52.026567 3519 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.243.196"}, 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}} I0311 08:19:52.026596 3519 services_controller.go:470] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0311 08:19:52.026605 3519 services_controller.go:471] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0311 08:19:52.026647 3519 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.243.196", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0311 08:19:52.026678 3519 services_controller.go:478] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0311 08:19:52.026689 3519 services_controller.go:479] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0311 08:19:52.026700 3519 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 I0311 08:19:52.026730 3519 services_controller.go:497] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0311 08:19:52.026739 3519 services_controller.go:386] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 1.593973ms I0311 08:19:52.030015 3519 default_node_network_controller.go:1199] Upgrade hack: ovnkube-node ip-10-0-1-58.ec2.internal finished setting DB Auth; took: 2.066066763s I0311 08:19:52.030034 3519 default_node_network_controller.go:1204] Waiting for gateway and management port readiness... I0311 08:19:52.030071 3519 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000901200 0xc00029bb90 0xc00029bc00 0xc00029bc70 0xc00029bce0 0xc00029bd50 0xc00029bea0 0xc000915360 0xc00029bf10 0xc0002a8000 0xc000510c80 0xc0061423f0 0xc0002a8070 map[0x2b197a0:0xc0027ef320 0x2b19f80:0xc00562c420 0x2b1a760:0xc0042e8060 0x2b1aa00:0xc0042e84e0 0x2b1af40:0xc0027ef740 0x2b1b1e0:0xc0027efc20 0x2b1b480:0xc00562c120 0x2b1bc60:0xc00562c960 0x2b1bf00:0xc00562cc60 0x2b46ce0:0xc000861e00 0x2b47080:0xc002362300 0x2b47b60:0xc00095f620 0x2b494c0:0xc000a3ea80 0x2b49c00:0xc0020b7c80 0x2b4a6e0:0xc0007ccde0] 0xc0009162a0 0} I0311 08:19:52.030149 3519 gateway.go:146] Starting gateway service sync I0311 08:19:52.030642 3519 openflow_manager.go:112] Gateway OpenFlow sync requested I0311 08:19:52.030657 3519 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0311 08:19:52.030672 3519 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 32186 -j DNAT --to-destination 172.30.56.209:80" for protocol: 0 I0311 08:19:52.030681 3519 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 31484 -j DNAT --to-destination 172.30.56.209:443" for protocol: 0 I0311 08:19:52.033246 3519 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0311 08:19:52.057104 3519 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0311 08:19:52.057139 3519 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 32186 -j DNAT --to-destination 172.30.56.209:80" for protocol: 0 I0311 08:19:52.057147 3519 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 31484 -j DNAT --to-destination 172.30.56.209:443" for protocol: 0 I0311 08:19:52.058605 3519 gateway_iptables.go:610] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0311 08:19:52.058640 3519 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 32186 -j DNAT --to-destination 172.30.56.209:80" for protocol: 0 I0311 08:19:52.058649 3519 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 31484 -j DNAT --to-destination 172.30.56.209:443" for protocol: 0 I0311 08:19:52.059990 3519 gateway_iptables.go:610] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0311 08:19:52.060009 3519 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 32186 -j DNAT --to-destination 172.30.56.209:80" for protocol: 0 I0311 08:19:52.060018 3519 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 31484 -j DNAT --to-destination 172.30.56.209:443" for protocol: 0 I0311 08:19:52.102606 3519 gateway.go:163] Gateway service sync done. Time taken: 72.4375ms I0311 08:19:52.102739 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway default/kubernetes I0311 08:19:52.102760 3519 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0311 08:19:52.102821 3519 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0311 08:19:52.102851 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.102857 3519 obj_retry.go:548] Creating *factory.serviceForGateway default/kubernetes took: 101.918µs I0311 08:19:52.102865 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0311 08:19:52.102870 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0311 08:19:52.102887 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0311 08:19:52.102897 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.102904 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 31.052µs I0311 08:19:52.102910 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0311 08:19:52.102915 3519 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.102929 3519 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.102937 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.102944 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 26.81µs I0311 08:19:52.102951 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0311 08:19:52.102956 3519 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0311 08:19:52.102972 3519 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0311 08:19:52.102979 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.102984 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 26.889µs I0311 08:19:52.102990 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0311 08:19:52.102996 3519 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0311 08:19:52.103013 3519 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0311 08:19:52.103023 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103028 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 32.175µs I0311 08:19:52.103033 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift I0311 08:19:52.103037 3519 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift took: 289ns I0311 08:19:52.103041 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0311 08:19:52.103044 3519 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0311 08:19:52.103059 3519 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0311 08:19:52.103072 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103078 3519 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 31.653µs I0311 08:19:52.103085 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0311 08:19:52.103090 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0311 08:19:52.103102 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0311 08:19:52.103107 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103111 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 19.625µs I0311 08:19:52.103117 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0311 08:19:52.103123 3519 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0311 08:19:52.103143 3519 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0311 08:19:52.103155 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103161 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 37.309µs I0311 08:19:52.103167 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway default/packageserver I0311 08:19:52.103171 3519 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0311 08:19:52.103190 3519 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0311 08:19:52.103197 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103201 3519 obj_retry.go:548] Creating *factory.serviceForGateway default/packageserver took: 29.393µs I0311 08:19:52.103206 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0311 08:19:52.103211 3519 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.103227 3519 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.103244 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103251 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 38.467µs I0311 08:19:52.103256 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0311 08:19:52.103260 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0311 08:19:52.103271 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0311 08:19:52.103278 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103282 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 21.496µs I0311 08:19:52.103286 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0311 08:19:52.103290 3519 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 08:19:52.103305 3519 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 08:19:52.103311 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103318 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 24.991µs I0311 08:19:52.103326 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0311 08:19:52.103333 3519 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 08:19:52.103347 3519 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 08:19:52.103358 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103364 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 30.59µs I0311 08:19:52.103371 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0311 08:19:52.103377 3519 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0311 08:19:52.103394 3519 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0311 08:19:52.103403 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103408 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 31.234µs I0311 08:19:52.103415 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0311 08:19:52.103421 3519 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0311 08:19:52.103440 3519 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0311 08:19:52.103485 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103493 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 72.527µs I0311 08:19:52.103501 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0311 08:19:52.103510 3519 port_claim.go:197] Handle NodePort service router-default port 32186 I0311 08:19:52.103520 3519 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32186 and protocol TCP I0311 08:19:52.103529 3519 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32186/tcp) I0311 08:19:52.103725 3519 port_claim.go:197] Handle NodePort service router-default port 31484 I0311 08:19:52.103736 3519 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31484 and protocol TCP I0311 08:19:52.103741 3519 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31484/tcp) I0311 08:19:52.103790 3519 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 30706 I0311 08:19:52.103852 3519 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0311 08:19:52.103865 3519 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0311 08:19:52.103885 3519 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0311 08:19:52.103912 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103923 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress/router-default took: 413.041µs I0311 08:19:52.103925 3519 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 30706 I0311 08:19:52.103935 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0311 08:19:52.103946 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 667ns I0311 08:19:52.103953 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0311 08:19:52.103960 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0311 08:19:52.103978 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0311 08:19:52.103987 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.103994 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 33.152µs I0311 08:19:52.104001 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0311 08:19:52.104007 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 333ns I0311 08:19:52.104013 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0311 08:19:52.104020 3519 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0311 08:19:52.104038 3519 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0311 08:19:52.104050 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104056 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 35.425µs I0311 08:19:52.104062 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0311 08:19:52.104068 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0311 08:19:52.104085 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0311 08:19:52.104096 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104102 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 32.812µs I0311 08:19:52.104109 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0311 08:19:52.104115 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 311ns I0311 08:19:52.104122 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0311 08:19:52.104129 3519 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0311 08:19:52.104148 3519 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0311 08:19:52.104158 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104165 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 35.492µs I0311 08:19:52.104172 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0311 08:19:52.104178 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 274ns I0311 08:19:52.104182 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway default/openshift-apiserver I0311 08:19:52.104186 3519 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0311 08:19:52.104206 3519 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0311 08:19:52.104217 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104222 3519 obj_retry.go:548] Creating *factory.serviceForGateway default/openshift-apiserver took: 35.946µs I0311 08:19:52.104227 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0311 08:19:52.104231 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 242ns I0311 08:19:52.104235 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0311 08:19:52.104239 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0311 08:19:52.104255 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0311 08:19:52.104265 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104272 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 29.921µs I0311 08:19:52.104277 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0311 08:19:52.104281 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0311 08:19:52.104297 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0311 08:19:52.104309 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104316 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 32.123µs I0311 08:19:52.104323 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0311 08:19:52.104328 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0311 08:19:52.104340 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0311 08:19:52.104344 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104348 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 19.414µs I0311 08:19:52.104352 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0311 08:19:52.104358 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 192ns I0311 08:19:52.104362 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0311 08:19:52.104366 3519 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0311 08:19:52.104376 3519 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0311 08:19:52.104384 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104388 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 22.063µs I0311 08:19:52.104392 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0311 08:19:52.104400 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 233ns I0311 08:19:52.104404 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0311 08:19:52.104408 3519 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0311 08:19:52.104424 3519 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0311 08:19:52.104441 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104447 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-dns/dns-default took: 36.88µs I0311 08:19:52.104454 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0311 08:19:52.104460 3519 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0311 08:19:52.104478 3519 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0311 08:19:52.104488 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104495 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 33.567µs I0311 08:19:52.104502 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-insights/metrics I0311 08:19:52.104508 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0311 08:19:52.104524 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0311 08:19:52.104531 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104537 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-insights/metrics took: 28.37µs I0311 08:19:52.104545 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0311 08:19:52.104552 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 306ns I0311 08:19:52.104558 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0311 08:19:52.104564 3519 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0311 08:19:52.104580 3519 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0311 08:19:52.104587 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104594 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 28.753µs I0311 08:19:52.104601 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0311 08:19:52.104607 3519 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 08:19:52.104621 3519 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 08:19:52.104643 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104649 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 41.536µs I0311 08:19:52.104658 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0311 08:19:52.104665 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0311 08:19:52.104683 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0311 08:19:52.104690 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104697 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 31.256µs I0311 08:19:52.104704 3519 obj_retry.go:509] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0311 08:19:52.104710 3519 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0311 08:19:52.104726 3519 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0311 08:19:52.104736 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.104742 3519 obj_retry.go:548] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 31.928µs I0311 08:19:52.104760 3519 factory.go:1366] Added *v1.Service event handler 13 I0311 08:19:52.104778 3519 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000901200 0xc00029bb90 0xc00029bc00 0xc00029bc70 0xc00029bce0 0xc00029bd50 0xc00029bea0 0xc000915360 0xc00029bf10 0xc0002a8000 0xc000510c80 0xc0061423f0 0xc0002a8070 map[0x2b197a0:0xc0027ef320 0x2b19f80:0xc00562c420 0x2b1a760:0xc0042e8060 0x2b1aa00:0xc0042e84e0 0x2b1af40:0xc0027ef740 0x2b1b1e0:0xc0027efc20 0x2b1b480:0xc00562c120 0x2b1bc60:0xc00562c960 0x2b1bf00:0xc00562cc60 0x2b46ce0:0xc000861e00 0x2b47080:0xc002362300 0x2b47b60:0xc00095f620 0x2b494c0:0xc000a3ea80 0x2b49c00:0xc0020b7c80 0x2b4a6e0:0xc0007ccde0] 0xc0009162a0 0} I0311 08:19:52.104900 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-pg4d8 I0311 08:19:52.104964 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-pg4d8 in namespace openshift-kube-controller-manager-operator I0311 08:19:52.105020 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-pg4d8 took: 65.994µs I0311 08:19:52.105033 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-wtmhd I0311 08:19:52.105043 3519 gateway_shared_intf.go:1157] Adding endpointslice machine-config-controller-wtmhd in namespace openshift-machine-config-operator I0311 08:19:52.105062 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-wtmhd took: 21.33µs I0311 08:19:52.105071 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-6wd6l I0311 08:19:52.105080 3519 gateway_shared_intf.go:1157] Adding endpointslice machine-config-daemon-6wd6l in namespace openshift-machine-config-operator I0311 08:19:52.105099 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-6wd6l took: 20.029µs I0311 08:19:52.105109 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-zjvbm I0311 08:19:52.105119 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-zjvbm in namespace openshift-service-ca-operator I0311 08:19:52.105135 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-zjvbm took: 19.743µs I0311 08:19:52.105143 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-9psk2 I0311 08:19:52.105152 3519 gateway_shared_intf.go:1157] Adding endpointslice performance-addon-operator-service-9psk2 in namespace openshift-cluster-node-tuning-operator I0311 08:19:52.105176 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-9psk2 took: 18.449µs I0311 08:19:52.105187 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-9z7wd I0311 08:19:52.105197 3519 gateway_shared_intf.go:1157] Adding endpointslice cluster-version-operator-9z7wd in namespace openshift-cluster-version I0311 08:19:52.105215 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-9z7wd took: 20.158µs I0311 08:19:52.105221 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-hgsgw I0311 08:19:52.105230 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-hgsgw in namespace openshift-console-operator I0311 08:19:52.105241 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-hgsgw took: 13.902µs I0311 08:19:52.105245 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/kubernetes I0311 08:19:52.105251 3519 gateway_shared_intf.go:1157] Adding endpointslice kubernetes in namespace default I0311 08:19:52.105262 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/kubernetes took: 11.845µs I0311 08:19:52.105266 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-tx92q I0311 08:19:52.105271 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-tx92q in namespace openshift-kube-storage-version-migrator-operator I0311 08:19:52.105280 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-tx92q took: 10.008µs I0311 08:19:52.105286 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-bnscr I0311 08:19:52.105296 3519 gateway_shared_intf.go:1157] Adding endpointslice networking-console-plugin-bnscr in namespace openshift-network-console I0311 08:19:52.105311 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-bnscr took: 19.23µs I0311 08:19:52.105319 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-slfmc I0311 08:19:52.105324 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-slfmc in namespace openshift-authentication-operator I0311 08:19:52.105337 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-slfmc took: 13.134µs I0311 08:19:52.105349 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-zjnlh I0311 08:19:52.105358 3519 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-catalog-zjnlh in namespace openshift-deployment-validation-operator I0311 08:19:52.105374 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-zjnlh took: 17.504µs I0311 08:19:52.105384 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-7w859 I0311 08:19:52.105400 3519 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0311 08:19:52.105410 3519 gateway_shared_intf.go:1157] Adding endpointslice router-default-7w859 in namespace openshift-ingress I0311 08:19:52.105426 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-7w859 took: 35.589µs I0311 08:19:52.105434 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-kpr6b I0311 08:19:52.105443 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-kpr6b in namespace openshift-ingress-operator I0311 08:19:52.105460 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-kpr6b took: 18.29µs I0311 08:19:52.105471 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-pl9kw I0311 08:19:52.105476 3519 gateway_shared_intf.go:1157] Adding endpointslice openshift-apiserver-pl9kw in namespace default I0311 08:19:52.105490 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-apiserver-pl9kw took: 14.353µs I0311 08:19:52.105497 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-g2n6b I0311 08:19:52.105505 3519 gateway_shared_intf.go:1157] Adding endpointslice openshift-oauth-apiserver-g2n6b in namespace default I0311 08:19:52.105521 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-g2n6b took: 16.683µs I0311 08:19:52.105531 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-h4dg5 I0311 08:19:52.105539 3519 gateway_shared_intf.go:1157] Adding endpointslice deployment-validation-operator-metrics-h4dg5 in namespace openshift-deployment-validation-operator I0311 08:19:52.105555 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-h4dg5 took: 17.538µs I0311 08:19:52.105600 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-6bggk I0311 08:19:52.105611 3519 gateway_shared_intf.go:1157] Adding endpointslice cluster-storage-operator-metrics-6bggk in namespace openshift-cluster-storage-operator I0311 08:19:52.105640 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-6bggk took: 29.04µs I0311 08:19:52.105648 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-knt8k I0311 08:19:52.105654 3519 gateway_shared_intf.go:1157] Adding endpointslice csi-snapshot-controller-operator-metrics-knt8k in namespace openshift-cluster-storage-operator I0311 08:19:52.105664 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-knt8k took: 11.645µs I0311 08:19:52.105669 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-pcl7w I0311 08:19:52.105677 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-pcl7w in namespace openshift-insights I0311 08:19:52.105691 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-insights/metrics-pcl7w took: 14.847µs I0311 08:19:52.105697 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-gwhsk I0311 08:19:52.105706 3519 gateway_shared_intf.go:1157] Adding endpointslice ingress-canary-gwhsk in namespace openshift-ingress-canary I0311 08:19:52.105722 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-gwhsk took: 16.371µs I0311 08:19:52.105732 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-lrx8x I0311 08:19:52.105741 3519 gateway_shared_intf.go:1157] Adding endpointslice network-check-target-lrx8x in namespace openshift-network-diagnostics I0311 08:19:52.105758 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-lrx8x took: 18.484µs I0311 08:19:52.105767 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway default/packageserver-tcwkn I0311 08:19:52.105772 3519 gateway_shared_intf.go:1157] Adding endpointslice packageserver-tcwkn in namespace default I0311 08:19:52.105784 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway default/packageserver-tcwkn took: 12.454µs I0311 08:19:52.105788 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-hp927 I0311 08:19:52.105797 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-hp927 in namespace openshift-config-operator I0311 08:19:52.105809 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-hp927 took: 15.529µs I0311 08:19:52.105818 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-cn88f I0311 08:19:52.105826 3519 gateway_shared_intf.go:1157] Adding endpointslice dns-default-cn88f in namespace openshift-dns I0311 08:19:52.105840 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-cn88f took: 14.566µs I0311 08:19:52.105849 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-t54cz I0311 08:19:52.105857 3519 gateway_shared_intf.go:1157] Adding endpointslice image-registry-t54cz in namespace openshift-image-registry I0311 08:19:52.105870 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-t54cz took: 14.067µs I0311 08:19:52.105878 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-7l99d I0311 08:19:52.105886 3519 gateway_shared_intf.go:1157] Adding endpointslice router-internal-default-7l99d in namespace openshift-ingress I0311 08:19:52.105902 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-7l99d took: 16.941µs I0311 08:19:52.105908 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-vmr95 I0311 08:19:52.105914 3519 gateway_shared_intf.go:1157] Adding endpointslice machine-config-operator-vmr95 in namespace openshift-machine-config-operator I0311 08:19:52.105923 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-vmr95 took: 10.725µs I0311 08:19:52.105927 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-885ln I0311 08:19:52.105932 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-885ln in namespace openshift-apiserver-operator I0311 08:19:52.105947 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-885ln took: 13.403µs I0311 08:19:52.105958 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-ks2r9 I0311 08:19:52.105966 3519 gateway_shared_intf.go:1157] Adding endpointslice check-endpoints-ks2r9 in namespace openshift-apiserver I0311 08:19:52.105980 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-ks2r9 took: 14.715µs I0311 08:19:52.105989 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-vwmwz I0311 08:19:52.105996 3519 gateway_shared_intf.go:1157] Adding endpointslice metrics-vwmwz in namespace openshift-dns-operator I0311 08:19:52.106008 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-vwmwz took: 13.824µs I0311 08:19:52.106014 3519 obj_retry.go:509] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-fwzk9 I0311 08:19:52.106021 3519 gateway_shared_intf.go:1157] Adding endpointslice cco-metrics-fwzk9 in namespace openshift-cloud-credential-operator I0311 08:19:52.106032 3519 obj_retry.go:548] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-fwzk9 took: 13.044µs I0311 08:19:52.106049 3519 factory.go:1366] Added *v1.EndpointSlice event handler 14 I0311 08:19:52.106056 3519 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000901200 0xc00029bb90 0xc00029bc00 0xc00029bc70 0xc00029bce0 0xc00029bd50 0xc00029bea0 0xc000915360 0xc00029bf10 0xc0002a8000 0xc000510c80 0xc0061423f0 0xc0002a8070 map[0x2b197a0:0xc0027ef320 0x2b19f80:0xc00562c420 0x2b1a760:0xc0042e8060 0x2b1aa00:0xc0042e84e0 0x2b1af40:0xc0027ef740 0x2b1b1e0:0xc0027efc20 0x2b1b480:0xc00562c120 0x2b1bc60:0xc00562c960 0x2b1bf00:0xc00562cc60 0x2b46ce0:0xc000861e00 0x2b47080:0xc002362300 0x2b47b60:0xc00095f620 0x2b494c0:0xc000a3ea80 0x2b49c00:0xc0020b7c80 0x2b4a6e0:0xc0007ccde0] 0xc0009162a0 0} I0311 08:19:52.106108 3519 gateway.go:492] Reconciling gateway with updates I0311 08:19:52.106222 3519 openflow_manager.go:114] Gateway OpenFlow sync already requested I0311 08:19:52.106259 3519 iptables.go:144] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0311 08:19:52.135174 3519 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0311 08:19:52.135197 3519 gateway.go:520] Adding service openshift-ingress-canary/ingress-canary to retryServices I0311 08:19:52.135204 3519 gateway.go:520] Adding service openshift-ingress-operator/metrics to retryServices I0311 08:19:52.135207 3519 gateway.go:520] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0311 08:19:52.135211 3519 gateway.go:520] Adding service openshift-network-console/networking-console-plugin to retryServices I0311 08:19:52.135214 3519 gateway.go:520] Adding service openshift-network-operator/metrics to retryServices I0311 08:19:52.135218 3519 gateway.go:520] Adding service default/openshift-apiserver to retryServices I0311 08:19:52.135226 3519 gateway.go:520] Adding service openshift-cluster-samples-operator/metrics to retryServices I0311 08:19:52.135229 3519 gateway.go:520] Adding service openshift-dns-operator/metrics to retryServices I0311 08:19:52.135234 3519 gateway.go:520] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0311 08:19:52.135238 3519 gateway.go:520] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0311 08:19:52.135241 3519 gateway.go:520] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0311 08:19:52.135244 3519 gateway.go:520] Adding service openshift-apiserver/check-endpoints to retryServices I0311 08:19:52.135248 3519 gateway.go:520] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0311 08:19:52.135252 3519 gateway.go:520] Adding service openshift-dns/dns-default to retryServices I0311 08:19:52.135255 3519 gateway.go:520] Adding service openshift-image-registry/image-registry to retryServices I0311 08:19:52.135259 3519 gateway.go:520] Adding service openshift-insights/metrics to retryServices I0311 08:19:52.135264 3519 gateway.go:520] Adding service openshift-network-diagnostics/network-check-source to retryServices I0311 08:19:52.135269 3519 gateway.go:520] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0311 08:19:52.135274 3519 gateway.go:520] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0311 08:19:52.135278 3519 gateway.go:520] Adding service openshift-config-operator/metrics to retryServices I0311 08:19:52.135281 3519 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0311 08:19:52.135284 3519 gateway.go:520] Adding service default/kubernetes to retryServices I0311 08:19:52.135287 3519 gateway.go:520] Adding service openshift-apiserver-operator/metrics to retryServices I0311 08:19:52.135290 3519 gateway.go:520] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0311 08:19:52.135293 3519 gateway.go:520] Adding service openshift-ingress/router-internal-default to retryServices I0311 08:19:52.135296 3519 gateway.go:520] Adding service openshift-network-diagnostics/network-check-target to retryServices I0311 08:19:52.135300 3519 gateway.go:520] Adding service default/openshift to retryServices I0311 08:19:52.135303 3519 gateway.go:520] Adding service default/openshift-oauth-apiserver to retryServices I0311 08:19:52.135307 3519 gateway.go:520] Adding service openshift-authentication-operator/metrics to retryServices I0311 08:19:52.135310 3519 gateway.go:520] Adding service default/packageserver to retryServices I0311 08:19:52.135313 3519 gateway.go:520] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0311 08:19:52.135316 3519 gateway.go:520] Adding service openshift-console-operator/metrics to retryServices I0311 08:19:52.135320 3519 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0311 08:19:52.135323 3519 gateway.go:520] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0311 08:19:52.135326 3519 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0311 08:19:52.135329 3519 gateway.go:520] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0311 08:19:52.135332 3519 gateway.go:520] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0311 08:19:52.135335 3519 gateway.go:520] Adding service openshift-ingress/router-default to retryServices I0311 08:19:52.135339 3519 gateway.go:520] Adding service openshift-multus/network-metrics-service to retryServices I0311 08:19:52.135344 3519 gateway.go:520] Adding service openshift-service-ca-operator/metrics to retryServices I0311 08:19:52.135358 3519 obj_retry.go:236] Iterate retry objects requested (resource *factory.serviceForGateway) I0311 08:19:52.135383 3519 factory.go:1366] Added *v1.EgressIP event handler 15 I0311 08:19:52.135398 3519 gateway.go:321] Spawning Conntrack Rule Check Thread I0311 08:19:52.135445 3519 obj_retry.go:431] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0311 08:19:52.135462 3519 obj_retry.go:406] Going to retry *factory.serviceForGateway resource setup for 41 objects: [default/kubernetes openshift-ingress/router-internal-default default/openshift-oauth-apiserver openshift-console-operator/metrics openshift-multus/network-metrics-service openshift-apiserver/check-endpoints openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-ingress/router-default openshift-network-console/networking-console-plugin openshift-ovn-kubernetes/ovn-kubernetes-node default/openshift openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-service-ca-operator/metrics openshift-ingress-canary/ingress-canary openshift-kube-controller-manager-operator/metrics openshift-cluster-version/cluster-version-operator openshift-cloud-credential-operator/cco-metrics openshift-machine-config-operator/machine-config-operator openshift-machine-config-operator/machine-config-daemon openshift-cluster-samples-operator/metrics openshift-cluster-machine-approver/machine-approver openshift-kube-storage-version-migrator-operator/metrics openshift-config-operator/metrics openshift-authentication-operator/metrics openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-cluster-node-tuning-operator/node-tuning-operator openshift-ingress-operator/metrics openshift-image-registry/image-registry openshift-network-diagnostics/network-check-source openshift-machine-config-operator/machine-config-controller openshift-monitoring/cluster-monitoring-operator default/openshift-apiserver openshift-dns/dns-default openshift-insights/metrics openshift-apiserver-operator/metrics openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics openshift-network-diagnostics/network-check-target default/packageserver openshift-network-operator/metrics openshift-dns-operator/metrics] I0311 08:19:52.135502 3519 default_node_network_controller.go:1213] Gateway and management port readiness took 105.455453ms I0311 08:19:52.135518 3519 obj_retry.go:415] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0311 08:19:52.135537 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0311 08:19:52.135548 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0311 08:19:52.135558 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-dns-operator I0311 08:19:52.135573 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0311 08:19:52.135605 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift I0311 08:19:52.135614 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0311 08:19:52.135643 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift I0311 08:19:52.135651 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0311 08:19:52.135656 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0311 08:19:52.135659 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0311 08:19:52.135663 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0311 08:19:52.135615 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0311 08:19:52.135677 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0311 08:19:52.135678 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0311 08:19:52.135688 3519 gateway_shared_intf.go:859] Adding service openshift-oauth-apiserver in namespace default I0311 08:19:52.135697 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0311 08:19:52.135707 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0311 08:19:52.135719 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0311 08:19:52.135719 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0311 08:19:52.135727 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0311 08:19:52.135709 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0311 08:19:52.135735 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0311 08:19:52.135740 3519 gateway_shared_intf.go:859] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.135745 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-config-operator I0311 08:19:52.135788 3519 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} I0311 08:19:52.135805 3519 gateway_shared_intf.go:892] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.135806 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0311 08:19:52.135816 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-config-operator I0311 08:19:52.135817 3519 ovs.go:160] Exec(72): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0311 08:19:52.135858 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0311 08:19:52.135873 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-authentication-operator I0311 08:19:52.135913 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0311 08:19:52.135689 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0311 08:19:52.136011 3519 gateway_shared_intf.go:859] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0311 08:19:52.136262 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-dns-operator I0311 08:19:52.136319 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0311 08:19:52.136367 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0311 08:19:52.136402 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0311 08:19:52.136449 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0311 08:19:52.136463 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-console-operator I0311 08:19:52.135679 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0311 08:19:52.136500 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-console-operator I0311 08:19:52.136429 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0311 08:19:52.136519 3519 gateway_shared_intf.go:859] Adding service network-check-target in namespace openshift-network-diagnostics I0311 08:19:52.136557 3519 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0311 08:19:52.136576 3519 gateway_shared_intf.go:892] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0311 08:19:52.135666 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0311 08:19:52.136589 3519 gateway_shared_intf.go:859] Adding service machine-config-operator in namespace openshift-machine-config-operator I0311 08:19:52.135646 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0311 08:19:52.136657 3519 gateway_shared_intf.go:859] Adding service ingress-canary in namespace openshift-ingress-canary I0311 08:19:52.136708 3519 gateway_shared_intf.go:892] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0311 08:19:52.136263 3519 gateway_shared_intf.go:892] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0311 08:19:52.135588 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/kubernetes I0311 08:19:52.136746 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/kubernetes I0311 08:19:52.136758 3519 gateway_shared_intf.go:859] Adding service kubernetes in namespace default I0311 08:19:52.136761 3519 node_ip_handler_linux.go:493] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0311 08:19:52.136799 3519 gateway_shared_intf.go:892] Updating already programmed rules for kubernetes in namespace default I0311 08:19:52.135595 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0311 08:19:52.136809 3519 node_ip_handler_linux.go:175] Node IP manager is running I0311 08:19:52.135592 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0311 08:19:52.136816 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0311 08:19:52.136823 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0311 08:19:52.136824 3519 gateway_shared_intf.go:859] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 08:19:52.136842 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-controller-manager-operator I0311 08:19:52.136863 3519 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0311 08:19:52.136874 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0311 08:19:52.135599 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0311 08:19:52.136882 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0311 08:19:52.136886 3519 gateway_shared_intf.go:859] Adding service router-internal-default in namespace openshift-ingress I0311 08:19:52.136905 3519 gateway_shared_intf.go:892] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0311 08:19:52.135575 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0311 08:19:52.136914 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0311 08:19:52.136919 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0311 08:19:52.135615 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0311 08:19:52.136928 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0311 08:19:52.136932 3519 gateway_shared_intf.go:859] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0311 08:19:52.136949 3519 gateway_shared_intf.go:892] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0311 08:19:52.135668 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0311 08:19:52.136965 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-service-ca-operator I0311 08:19:52.137001 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0311 08:19:52.135677 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0311 08:19:52.137017 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0311 08:19:52.137026 3519 gateway_shared_intf.go:859] Adding service cluster-version-operator in namespace openshift-cluster-version I0311 08:19:52.137056 3519 gateway_shared_intf.go:892] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0311 08:19:52.136278 3519 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0311 08:19:52.135578 3519 ovs.go:160] Exec(71): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0311 08:19:52.136283 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0311 08:19:52.137142 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0311 08:19:52.137151 3519 gateway_shared_intf.go:859] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 08:19:52.137201 3519 gateway_shared_intf.go:892] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0311 08:19:52.136294 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0311 08:19:52.137216 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0311 08:19:52.137225 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0311 08:19:52.136304 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0311 08:19:52.137235 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0311 08:19:52.137241 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-insights I0311 08:19:52.136304 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0311 08:19:52.137312 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-insights I0311 08:19:52.137323 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0311 08:19:52.136317 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0311 08:19:52.137331 3519 gateway_shared_intf.go:859] Adding service check-endpoints in namespace openshift-apiserver I0311 08:19:52.137338 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0311 08:19:52.137346 3519 gateway_shared_intf.go:859] Adding service machine-config-controller in namespace openshift-machine-config-operator I0311 08:19:52.137364 3519 gateway_shared_intf.go:892] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0311 08:19:52.137389 3519 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0311 08:19:52.136329 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0311 08:19:52.137406 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0311 08:19:52.137414 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0311 08:19:52.136329 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0311 08:19:52.137426 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0311 08:19:52.137432 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0311 08:19:52.136339 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0311 08:19:52.137442 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0311 08:19:52.137447 3519 gateway_shared_intf.go:859] Adding service openshift-apiserver in namespace default I0311 08:19:52.137472 3519 gateway_shared_intf.go:892] Updating already programmed rules for openshift-apiserver in namespace default I0311 08:19:52.136341 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0311 08:19:52.137483 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0311 08:19:52.137489 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-apiserver-operator I0311 08:19:52.137519 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0311 08:19:52.136339 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0311 08:19:52.137529 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0311 08:19:52.137536 3519 port_claim.go:197] Handle NodePort service router-default port 32186 I0311 08:19:52.137543 3519 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32186 and protocol TCP I0311 08:19:52.137549 3519 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32186/tcp) I0311 08:19:52.137577 3519 port_claim.go:71] Svc openshift-ingress/router-default: port 32186 is already open, no action needed I0311 08:19:52.137583 3519 port_claim.go:197] Handle NodePort service router-default port 31484 I0311 08:19:52.137588 3519 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 31484 and protocol TCP I0311 08:19:52.137592 3519 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:31484/tcp) I0311 08:19:52.137599 3519 port_claim.go:71] Svc openshift-ingress/router-default: port 31484 is already open, no action needed I0311 08:19:52.137606 3519 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 30706 I0311 08:19:52.137618 3519 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0311 08:19:52.136347 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0311 08:19:52.137644 3519 gateway_shared_intf.go:859] Adding service router-default in namespace openshift-ingress I0311 08:19:52.137659 3519 gateway_shared_intf.go:892] Updating already programmed rules for router-default in namespace openshift-ingress I0311 08:19:52.136349 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0311 08:19:52.137669 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0311 08:19:52.137677 3519 gateway_shared_intf.go:859] Adding service dns-default in namespace openshift-dns I0311 08:19:52.137710 3519 gateway_shared_intf.go:892] Updating already programmed rules for dns-default in namespace openshift-dns I0311 08:19:52.137657 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0311 08:19:52.137739 3519 gateway_shared_intf.go:859] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 08:19:52.137796 3519 gateway_shared_intf.go:892] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0311 08:19:52.136353 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway default/packageserver I0311 08:19:52.136353 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0311 08:19:52.136358 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0311 08:19:52.136369 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0311 08:19:52.136370 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0311 08:19:52.136376 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0311 08:19:52.136377 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0311 08:19:52.136389 3519 obj_retry.go:299] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0311 08:19:52.136642 3519 gateway_shared_intf.go:892] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0311 08:19:52.137829 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway default/packageserver I0311 08:19:52.137835 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0311 08:19:52.137837 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0311 08:19:52.137823 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0311 08:19:52.137855 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0311 08:19:52.137878 3519 gateway_shared_intf.go:859] Adding service networking-console-plugin in namespace openshift-network-console I0311 08:19:52.137881 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0311 08:19:52.137838 3519 gateway_shared_intf.go:859] Adding service packageserver in namespace default I0311 08:19:52.137919 3519 gateway_shared_intf.go:892] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0311 08:19:52.137921 3519 gateway_shared_intf.go:892] Updating already programmed rules for packageserver in namespace default I0311 08:19:52.137843 3519 gateway_shared_intf.go:859] Adding service image-registry in namespace openshift-image-registry I0311 08:19:52.137829 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0311 08:19:52.137947 3519 gateway_shared_intf.go:859] Adding service metrics in namespace openshift-ingress-operator I0311 08:19:52.137980 3519 gateway_shared_intf.go:892] Updating already programmed rules for image-registry in namespace openshift-image-registry I0311 08:19:52.137865 3519 gateway_shared_intf.go:859] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.137863 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0311 08:19:52.138016 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0311 08:19:52.138030 3519 gateway_shared_intf.go:892] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0311 08:19:52.137821 3519 obj_retry.go:363] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0311 08:19:52.138039 3519 gateway_shared_intf.go:892] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0311 08:19:52.138043 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0311 08:19:52.142093 3519 ovs.go:163] Exec(72): stdout: "" I0311 08:19:52.142105 3519 ovs.go:164] Exec(72): stderr: "" I0311 08:19:52.142114 3519 ovs.go:160] Exec(73): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0311 08:19:52.142891 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:52.142907 3519 default_network_controller.go:676] Recording update event on pod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:52.142919 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:52.142912 3519 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-snft5: 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.3], PodStatus: false, PodCompleted?: false I0311 08:19:52.142939 3519 ovn.go:139] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-snft5 in node ip-10-0-0-55.ec2.internal I0311 08:19:52.142942 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-multus/network-metrics-daemon-snft5 in Admin Network Policy controller I0311 08:19:52.142955 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-multus/network-metrics-daemon-snft5 Admin Network Policy controller: took 14.578µs I0311 08:19:52.143041 3519 address_set.go:576] (u1177207157/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.130.0.3]) to address set I0311 08:19:52.143084 3519 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 == {8a4ee0da-c98d-46a4-9e86-f9ee5749a3ba}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:52.143117 3519 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 == {8a4ee0da-c98d-46a4-9e86-f9ee5749a3ba}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:52.143242 3519 admin_network_policy_controller.go:534] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-8m4jg: podLabels app=network-check-target,controller-revision-hash=76fbc57bbf,kubernetes.io/os=linux,pod-template-generation=1, podIPs: [10.130.0.4], PodStatus: false, PodCompleted?: false I0311 08:19:52.143286 3519 obj_retry.go:565] Update event received for resource *v1.Pod, old object is equal to new: false I0311 08:19:52.143318 3519 admin_network_policy_pod.go:57] Processing sync for Pod openshift-network-diagnostics/network-check-target-8m4jg in Admin Network Policy controller I0311 08:19:52.143322 3519 default_network_controller.go:676] Recording update event on pod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:52.143330 3519 admin_network_policy_pod.go:60] Finished syncing Pod openshift-network-diagnostics/network-check-target-8m4jg Admin Network Policy controller: took 13.48µs I0311 08:19:52.143336 3519 obj_retry.go:617] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:52.143357 3519 ovn.go:139] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-8m4jg in node ip-10-0-0-55.ec2.internal I0311 08:19:52.143429 3519 address_set.go:576] (u1177207163/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.130.0.4]) to address set I0311 08:19:52.143481 3519 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 == {b609be52-3f11-4c1c-8160-82a321441b85}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:52.143499 3519 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 == {b609be52-3f11-4c1c-8160-82a321441b85}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0311 08:19:52.143737 3519 default_network_controller.go:705] Recording success event on pod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:52.143756 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:52.143770 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-8m4jg I0311 08:19:52.143793 3519 default_network_controller.go:705] Recording success event on pod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:52.143803 3519 obj_retry.go:565] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0311 08:19:52.143814 3519 obj_retry.go:617] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-snft5 I0311 08:19:52.147906 3519 ovs.go:163] Exec(73): stdout: "" I0311 08:19:52.147920 3519 ovs.go:164] Exec(73): stderr: "" I0311 08:19:52.159329 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) W0311 08:19:52.177285 3519 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 W0311 08:19:52.177489 3519 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 W0311 08:19:52.177619 3519 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 I0311 08:19:52.188743 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0311 08:19:52.188755 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0311 08:19:52.188765 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0311 08:19:52.188768 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0311 08:19:52.188766 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0311 08:19:52.188754 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0311 08:19:52.188743 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0311 08:19:52.188774 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0311 08:19:52.188787 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0311 08:19:52.229195 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0311 08:19:52.229214 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0311 08:19:52.229202 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0311 08:19:52.229229 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0311 08:19:52.229235 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0311 08:19:52.229241 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0311 08:19:52.229247 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0311 08:19:52.229252 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0311 08:19:52.229258 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0311 08:19:52.229265 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0311 08:19:52.269416 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0311 08:19:52.269439 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0311 08:19:52.269446 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0311 08:19:52.269456 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0311 08:19:52.269465 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0311 08:19:52.269473 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0311 08:19:52.309067 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0311 08:19:52.309121 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0311 08:19:52.309138 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0311 08:19:52.309144 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0311 08:19:52.309150 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0311 08:19:52.309157 3519 obj_retry.go:383] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0311 08:19:52.313378 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-67.ec2.internal in network "default" I0311 08:19:52.313464 3519 node_tracker.go:172] Node ip-10-0-2-67.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:52.313492 3519 services_controller.go:575] Full service sync requested for network=default W0311 08:19:53.223479 3519 egressip_healthcheck.go:76] Health checking using insecure connection I0311 08:19:53.223542 3519 egressip_healthcheck.go:109] Starting Egress IP Health Server on 10.128.0.2:9107 I0311 08:19:53.223491 3519 default_node_network_controller.go:1597] Starting node controller node sync I0311 08:19:53.238786 3519 default_node_network_controller.go:1638] Node controller node sync done. Time taken: 15.206354ms I0311 08:19:53.238934 3519 default_node_network_controller.go:1523] Adding remote node "ip-10-0-2-67.ec2.internal", IP: 10.0.2.67 to PMTUD blocking rules I0311 08:19:53.238989 3519 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-55.ec2.internal", IP: 10.0.0.55 to PMTUD blocking rules I0311 08:19:53.252706 3519 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0311 08:19:53.253108 3519 egressservice_node.go:93] Setting up event handlers for Egress Services I0311 08:19:53.253273 3519 egressservice_node.go:183] Starting Egress Services Controller I0311 08:19:53.253289 3519 shared_informer.go:313] Waiting for caches to sync for egressservices I0311 08:19:53.253295 3519 shared_informer.go:320] Caches are synced for egressservices I0311 08:19:53.253299 3519 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0311 08:19:53.253302 3519 shared_informer.go:320] Caches are synced for egressservices_services I0311 08:19:53.253306 3519 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0311 08:19:53.253309 3519 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0311 08:19:53.253313 3519 egressservice_node.go:197] Repairing Egress Services I0311 08:19:53.263561 3519 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0311 08:19:53.263577 3519 external_controller.go:277] Starting Admin Policy Based Route Controller I0311 08:19:53.263802 3519 default_node_network_controller.go:1349] Egress IP for secondary host network is disabled I0311 08:19:53.263816 3519 link_network_manager.go:116] Link manager is running I0311 08:19:53.263834 3519 default_node_network_controller.go:1360] Default node network controller initialized and ready. I0311 08:19:53.263920 3519 ovspinning_linux.go:42] OVS CPU affinity pinning disabled I0311 08:19:53.264299 3519 vrf_manager.go:128] VRF manager is running I0311 08:19:54.489818 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-55.ec2.internal in network "default" I0311 08:19:54.489889 3519 node_tracker.go:172] Node ip-10-0-0-55.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:54.489906 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:54.489915 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-55.ec2.internal I0311 08:19:54.489940 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-55.ec2.internal: 33.643µs I0311 08:19:54.489985 3519 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-55.ec2.internal", IP: 10.0.0.55 to PMTUD blocking rules I0311 08:19:54.496360 3519 default_network_controller.go:1063] Egress IP detected IP address change for node ip-10-0-0-55.ec2.internal. Updating no re-route policies I0311 08:19:54.510351 3519 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-55.ec2.internal", IP: 10.0.0.55 to PMTUD blocking rules I0311 08:19:54.709341 3519 default_node_network_controller.go:1523] Adding remote node "ip-10-0-0-55.ec2.internal", IP: 10.0.0.55 to PMTUD blocking rules I0311 08:19:54.709393 3519 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-55.ec2.internal in network "default" I0311 08:19:54.709553 3519 node_tracker.go:172] Node ip-10-0-0-55.ec2.internal switch + router changed, syncing services in network "default" I0311 08:19:54.709577 3519 services_controller.go:575] Full service sync requested for network=default I0311 08:19:55.270971 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-67.ec2.internal I0311 08:19:55.271046 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-67.ec2.internal: 80.871µs I0311 08:19:55.481911 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-58.ec2.internal I0311 08:19:55.481961 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-58.ec2.internal: 58.409µs I0311 08:19:55.608459 3519 base_network_controller_pods.go:478] [default/openshift-dns/dns-default-j4kbw] creating logical port openshift-dns_dns-default-j4kbw for pod on switch ip-10-0-1-58.ec2.internal I0311 08:19:55.608610 3519 kube.go:320] Updating pod openshift-dns/dns-default-j4kbw I0311 08:19:55.611842 3519 base_network_controller_pods.go:478] [default/openshift-ingress-canary/ingress-canary-6wn9s] creating logical port openshift-ingress-canary_ingress-canary-6wn9s for pod on switch ip-10-0-1-58.ec2.internal I0311 08:19:55.611924 3519 kube.go:320] Updating pod openshift-ingress-canary/ingress-canary-6wn9s I0311 08:19:55.646485 3519 pod.go:62] [openshift-dns/dns-default-j4kbw] pod update took 37.896416ms I0311 08:19:55.646505 3519 base_network_controller_pods.go:928] [default/openshift-dns/dns-default-j4kbw] addLogicalPort annotation time took 37.930804ms I0311 08:19:55.646695 3519 pod.go:62] [openshift-ingress-canary/ingress-canary-6wn9s] pod update took 34.790387ms I0311 08:19:55.646771 3519 base_network_controller_pods.go:928] [default/openshift-ingress-canary/ingress-canary-6wn9s] addLogicalPort annotation time took 34.869159ms I0311 08:19:55.647846 3519 pods.go:253] [openshift-dns/dns-default-j4kbw] addLogicalPort took 39.405998ms, libovsdb time 906.132µs I0311 08:19:55.648214 3519 pods.go:253] [openshift-ingress-canary/ingress-canary-6wn9s] addLogicalPort took 36.445544ms, libovsdb time 1.153789ms I0311 08:19:58.042871 3519 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-6d5c5b65db-dnk8r] creating logical port openshift-image-registry_image-registry-6d5c5b65db-dnk8r for pod on switch ip-10-0-1-58.ec2.internal I0311 08:19:58.042904 3519 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-55.ec2.internal I0311 08:19:58.043063 3519 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-55.ec2.internal: 162.506µs I0311 08:19:58.043099 3519 kube.go:320] Updating pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:19:58.068688 3519 pod.go:62] [openshift-image-registry/image-registry-6d5c5b65db-dnk8r] pod update took 25.629747ms I0311 08:19:58.068972 3519 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-6d5c5b65db-dnk8r] addLogicalPort annotation time took 25.922629ms I0311 08:19:58.070184 3519 pods.go:253] [openshift-image-registry/image-registry-6d5c5b65db-dnk8r] addLogicalPort took 27.337437ms, libovsdb time 924.573µs I0311 08:20:24.102931 3519 cni.go:331] [openshift-network-diagnostics/network-check-target-rzk8k c1cc34c0b3cc41ae3cd8efa41a288184083aace9d0b7af52453afaebde75a238 network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-rzk8k c1cc34c0b3cc41ae3cd8efa41a288184083aace9d0b7af52453afaebde75a238 network default NAD default] I0311 08:20:24.139811 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-rzk8k, hostIfaceName: c1cc34c0b3cc41a, network: default, NAD default, SandboxID: "c1cc34c0b3cc41ae3cd8efa41a288184083aace9d0b7af52453afaebde75a238", PCI device ID: , UID: "f484f58d-3a45-41af-bb36-cd000023a328", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0311 08:20:24.203185 3519 cni.go:352] [openshift-network-diagnostics/network-check-target-rzk8k c1cc34c0b3cc41ae3cd8efa41a288184083aace9d0b7af52453afaebde75a238 network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-rzk8k c1cc34c0b3cc41ae3cd8efa41a288184083aace9d0b7af52453afaebde75a238 network default NAD default], result "{\"interfaces\":[{\"name\":\"c1cc34c0b3cc41a\",\"mac\":\"72:44:d0:31:48:cb\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/2ac53183-0b90-4d4d-bea3-0ed89eaf68ca\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:22:27.008961 3519 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf5653902zfh2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:22:27.009563 3519 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf5653902zfh2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:22:27.009589 3519 obj_retry.go:463] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf5653902zfh2 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0311 08:22:27.009597 3519 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0311 08:22:28.031910 3519 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf5653902zfh2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:22:28.031944 3519 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf5653902zfh2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:22:28.031957 3519 obj_retry.go:457] Detected object openshift-deployment-validation-operator/ca5b21c3869491e79768d2cfaf75f947507507b9e3b372dfa4bf5653902zfh2 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:22:29.359014 3519 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0311 08:22:29.368571 3519 namespace.go:137] [openshift-deployment-validation-operator] updating namespace I0311 08:23:11.501674 3519 base_network_controller_pods.go:478] [default/openshift-network-console/networking-console-plugin-c8f658647-snzj6] creating logical port openshift-network-console_networking-console-plugin-c8f658647-snzj6 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:11.501827 3519 base_network_controller_pods.go:478] [default/openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw] creating logical port openshift-network-diagnostics_network-check-source-74cff59b98-sjlkw for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:11.501909 3519 kube.go:320] Updating pod openshift-network-console/networking-console-plugin-c8f658647-snzj6 I0311 08:23:11.501947 3519 kube.go:320] Updating pod openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw I0311 08:23:11.539534 3519 pod.go:62] [openshift-network-console/networking-console-plugin-c8f658647-snzj6] pod update took 37.661969ms I0311 08:23:11.539657 3519 base_network_controller_pods.go:928] [default/openshift-network-console/networking-console-plugin-c8f658647-snzj6] addLogicalPort annotation time took 37.787966ms I0311 08:23:11.539603 3519 pod.go:62] [openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw] pod update took 37.680425ms I0311 08:23:11.539729 3519 base_network_controller_pods.go:928] [default/openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw] addLogicalPort annotation time took 37.807757ms I0311 08:23:11.541264 3519 pods.go:253] [openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw] addLogicalPort took 39.449621ms, libovsdb time 1.228527ms I0311 08:23:11.541372 3519 pods.go:253] [openshift-network-console/networking-console-plugin-c8f658647-snzj6] addLogicalPort took 39.725251ms, libovsdb time 1.347067ms I0311 08:23:11.609821 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7] creating logical port openshift-monitoring_cluster-monitoring-operator-76c9c97fb5-4vvc7 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:11.610013 3519 kube.go:320] Updating pod openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7 I0311 08:23:11.616619 3519 base_network_controller_pods.go:478] [default/openshift-console-operator/console-operator-85b84f584d-bpjtl] creating logical port openshift-console-operator_console-operator-85b84f584d-bpjtl for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:11.616759 3519 kube.go:320] Updating pod openshift-console-operator/console-operator-85b84f584d-bpjtl I0311 08:23:11.638953 3519 pod.go:62] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7] pod update took 28.975129ms I0311 08:23:11.638975 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7] addLogicalPort annotation time took 29.002689ms I0311 08:23:11.640089 3519 pods.go:253] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7] addLogicalPort took 30.304032ms, libovsdb time 817.205µs I0311 08:23:11.645870 3519 pod.go:62] [openshift-console-operator/console-operator-85b84f584d-bpjtl] pod update took 29.13429ms I0311 08:23:11.645959 3519 base_network_controller_pods.go:928] [default/openshift-console-operator/console-operator-85b84f584d-bpjtl] addLogicalPort annotation time took 29.225376ms I0311 08:23:11.647379 3519 pods.go:253] [openshift-console-operator/console-operator-85b84f584d-bpjtl] addLogicalPort took 30.777528ms, libovsdb time 1.044212ms I0311 08:23:11.656850 3519 base_network_controller_pods.go:478] [default/openshift-ingress/router-default-769cbd8f7-jx7vg] creating logical port openshift-ingress_router-default-769cbd8f7-jx7vg for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:11.657012 3519 kube.go:320] Updating pod openshift-ingress/router-default-769cbd8f7-jx7vg I0311 08:23:11.685487 3519 pod.go:62] [openshift-ingress/router-default-769cbd8f7-jx7vg] pod update took 28.511685ms I0311 08:23:11.685517 3519 base_network_controller_pods.go:928] [default/openshift-ingress/router-default-769cbd8f7-jx7vg] addLogicalPort annotation time took 28.545747ms I0311 08:23:11.686851 3519 pods.go:253] [openshift-ingress/router-default-769cbd8f7-jx7vg] addLogicalPort took 30.016062ms, libovsdb time 909.785µs I0311 08:23:11.861447 3519 cni.go:331] [openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw 64e2435640bed5be02cd0b3c74556bee154fd99757ed71fc5fe75b47462b422a network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw 64e2435640bed5be02cd0b3c74556bee154fd99757ed71fc5fe75b47462b422a network default NAD default] I0311 08:23:11.871007 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-source-74cff59b98-sjlkw, hostIfaceName: 64e2435640bed5b, network: default, NAD default, SandboxID: "64e2435640bed5be02cd0b3c74556bee154fd99757ed71fc5fe75b47462b422a", PCI device ID: , UID: "4c481271-f297-4ff5-973a-9a821e43342e", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0311 08:23:11.915170 3519 cni.go:352] [openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw 64e2435640bed5be02cd0b3c74556bee154fd99757ed71fc5fe75b47462b422a network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-source-74cff59b98-sjlkw 64e2435640bed5be02cd0b3c74556bee154fd99757ed71fc5fe75b47462b422a network default NAD default], result "{\"interfaces\":[{\"name\":\"64e2435640bed5b\",\"mac\":\"92:ac:92:d1:37:bb\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/918977c9-0dc2-4363-a7db-a44e89cf8668\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:11.967556 3519 cni.go:331] [openshift-console-operator/console-operator-85b84f584d-bpjtl c768a5162d6a68a3c053bd7514e5ff73d7a6f051dc326c283695df66677521c0 network default NAD default] ADD starting CNI request [openshift-console-operator/console-operator-85b84f584d-bpjtl c768a5162d6a68a3c053bd7514e5ff73d7a6f051dc326c283695df66677521c0 network default NAD default] I0311 08:23:11.977161 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-console-operator, podName: console-operator-85b84f584d-bpjtl, hostIfaceName: c768a5162d6a68a, network: default, NAD default, SandboxID: "c768a5162d6a68a3c053bd7514e5ff73d7a6f051dc326c283695df66677521c0", PCI device ID: , UID: "2e6c1ca2-7dcd-454a-a5fa-967f1cdb2bf6", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0311 08:23:12.021688 3519 cni.go:352] [openshift-console-operator/console-operator-85b84f584d-bpjtl c768a5162d6a68a3c053bd7514e5ff73d7a6f051dc326c283695df66677521c0 network default NAD default] ADD finished CNI request [openshift-console-operator/console-operator-85b84f584d-bpjtl c768a5162d6a68a3c053bd7514e5ff73d7a6f051dc326c283695df66677521c0 network default NAD default], result "{\"interfaces\":[{\"name\":\"c768a5162d6a68a\",\"mac\":\"26:b3:9f:5b:4d:62\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/8f580e42-371f-4223-9a37-69e6b0c0d995\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:16.023666 3519 namespace.go:93] [openshift-kube-storage-version-migrator] adding namespace I0311 08:23:16.024593 3519 namespace.go:97] [openshift-kube-storage-version-migrator] adding namespace took 904.146µs I0311 08:23:16.047862 3519 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0311 08:23:16.388662 3519 namespace.go:93] [openshift-service-ca] adding namespace I0311 08:23:16.389510 3519 namespace.go:97] [openshift-service-ca] adding namespace took 821.143µs I0311 08:23:16.418037 3519 namespace.go:137] [openshift-service-ca] updating namespace I0311 08:23:18.065133 3519 base_network_controller_pods.go:478] [default/openshift-service-ca/service-ca-5b4f5db6f9-mcl9l] creating logical port openshift-service-ca_service-ca-5b4f5db6f9-mcl9l for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:18.065275 3519 kube.go:320] Updating pod openshift-service-ca/service-ca-5b4f5db6f9-mcl9l I0311 08:23:18.080291 3519 pod.go:62] [openshift-service-ca/service-ca-5b4f5db6f9-mcl9l] pod update took 15.03769ms I0311 08:23:18.080316 3519 base_network_controller_pods.go:928] [default/openshift-service-ca/service-ca-5b4f5db6f9-mcl9l] addLogicalPort annotation time took 15.067931ms I0311 08:23:18.081496 3519 pods.go:253] [openshift-service-ca/service-ca-5b4f5db6f9-mcl9l] addLogicalPort took 16.385171ms, libovsdb time 785.436µs I0311 08:23:18.419397 3519 cni.go:331] [openshift-service-ca/service-ca-5b4f5db6f9-mcl9l 8b9a4fea321f0080cdf7edca8795591557503d973ef36b7ba4bcd91ae00ed158 network default NAD default] ADD starting CNI request [openshift-service-ca/service-ca-5b4f5db6f9-mcl9l 8b9a4fea321f0080cdf7edca8795591557503d973ef36b7ba4bcd91ae00ed158 network default NAD default] I0311 08:23:18.427814 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-service-ca, podName: service-ca-5b4f5db6f9-mcl9l, hostIfaceName: 8b9a4fea321f008, network: default, NAD default, SandboxID: "8b9a4fea321f0080cdf7edca8795591557503d973ef36b7ba4bcd91ae00ed158", PCI device ID: , UID: "37ffec73-ca8a-4555-8822-d65ff36a56ec", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0311 08:23:18.471511 3519 cni.go:352] [openshift-service-ca/service-ca-5b4f5db6f9-mcl9l 8b9a4fea321f0080cdf7edca8795591557503d973ef36b7ba4bcd91ae00ed158 network default NAD default] ADD finished CNI request [openshift-service-ca/service-ca-5b4f5db6f9-mcl9l 8b9a4fea321f0080cdf7edca8795591557503d973ef36b7ba4bcd91ae00ed158 network default NAD default], result "{\"interfaces\":[{\"name\":\"8b9a4fea321f008\",\"mac\":\"42:e4:02:de:ea:05\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/bccfc2bd-38b6-4cb1-8973-6fe2393d7042\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:25.616222 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6d5c5b65db-dnk8r of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:23:25.616311 3519 pods.go:175] Deleting pod: openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:23:25.617782 3519 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-6d5c5b65db-dnk8r, ips: 10.128.0.7 I0311 08:23:25.617815 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-6d5c5b65db-dnk8r of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:23:25.627491 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6d5c5b65db-dnk8r of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:23:25.627514 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-6d5c5b65db-dnk8r of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:23:25.633468 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:23:25.633557 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-6d5c5b65db-dnk8r I0311 08:23:26.024011 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-77ffd6644f-mnr8p of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:23:26.024725 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-77ffd6644f-mnr8p of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:23:26.036188 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-77ffd6644f-mnr8p of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:23:26.036208 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-77ffd6644f-mnr8p of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:23:26.039998 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-77ffd6644f-mnr8p I0311 08:23:26.040025 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-77ffd6644f-mnr8p I0311 08:23:26.178907 3519 base_network_controller_pods.go:478] [default/openshift-image-registry/image-registry-65b8595947-t6dd8] creating logical port openshift-image-registry_image-registry-65b8595947-t6dd8 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:26.179003 3519 kube.go:320] Updating pod openshift-image-registry/image-registry-65b8595947-t6dd8 I0311 08:23:26.204387 3519 pod.go:62] [openshift-image-registry/image-registry-65b8595947-t6dd8] pod update took 25.412973ms I0311 08:23:26.204410 3519 base_network_controller_pods.go:928] [default/openshift-image-registry/image-registry-65b8595947-t6dd8] addLogicalPort annotation time took 25.44045ms I0311 08:23:26.205722 3519 pods.go:253] [openshift-image-registry/image-registry-65b8595947-t6dd8] addLogicalPort took 26.833997ms, libovsdb time 952.059µs I0311 08:23:26.531033 3519 cni.go:331] [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default] I0311 08:23:26.539324 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-65b8595947-t6dd8, hostIfaceName: 1dbe7840f6f7d03, network: default, NAD default, SandboxID: "1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2", PCI device ID: , UID: "061aedc1-858e-4cd8-85e3-11e4677ae968", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0311 08:23:26.582179 3519 cni.go:352] [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default], result "{\"interfaces\":[{\"name\":\"1dbe7840f6f7d03\",\"mac\":\"aa:03:76:42:9b:29\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/bcc65577-cdc5-407a-8232-724916f1b236\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:30.093451 3519 cni.go:331] [openshift-multus/network-metrics-daemon-xwng7 b2af0b1f27a12c9e2ca16d8b6e6b856fc5435395795dfd12538ac740502632ff network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-xwng7 b2af0b1f27a12c9e2ca16d8b6e6b856fc5435395795dfd12538ac740502632ff network default NAD default] I0311 08:23:30.102046 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-xwng7, hostIfaceName: b2af0b1f27a12c9, network: default, NAD default, SandboxID: "b2af0b1f27a12c9e2ca16d8b6e6b856fc5435395795dfd12538ac740502632ff", PCI device ID: , UID: "34b1a6b8-36ea-46bd-acb2-30f95c067ad1", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0311 08:23:30.145294 3519 cni.go:352] [openshift-multus/network-metrics-daemon-xwng7 b2af0b1f27a12c9e2ca16d8b6e6b856fc5435395795dfd12538ac740502632ff network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-xwng7 b2af0b1f27a12c9e2ca16d8b6e6b856fc5435395795dfd12538ac740502632ff network default NAD default], result "{\"interfaces\":[{\"name\":\"b2af0b1f27a12c9\",\"mac\":\"2a:5b:3e:c3:4e:5d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/1015bfe9-2614-4a98-8fa9-be856b8ebd22\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:43.665926 3519 cni.go:331] [openshift-network-console/networking-console-plugin-c8f658647-snzj6 e37384d4e8ff9451a80d21e0966f48b62a6461399ca7cd298811af9722accc75 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-c8f658647-snzj6 e37384d4e8ff9451a80d21e0966f48b62a6461399ca7cd298811af9722accc75 network default NAD default] I0311 08:23:43.674821 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-c8f658647-snzj6, hostIfaceName: e37384d4e8ff945, network: default, NAD default, SandboxID: "e37384d4e8ff9451a80d21e0966f48b62a6461399ca7cd298811af9722accc75", PCI device ID: , UID: "fbd7d3a7-b20f-4be6-aa14-00c519e67a1b", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0311 08:23:43.715888 3519 cni.go:352] [openshift-network-console/networking-console-plugin-c8f658647-snzj6 e37384d4e8ff9451a80d21e0966f48b62a6461399ca7cd298811af9722accc75 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-c8f658647-snzj6 e37384d4e8ff9451a80d21e0966f48b62a6461399ca7cd298811af9722accc75 network default NAD default], result "{\"interfaces\":[{\"name\":\"e37384d4e8ff945\",\"mac\":\"7e:e3:41:cf:3f:5f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/ee54cbbc-c47f-4491-986c-e09dda1def8c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:43.770427 3519 cni.go:331] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7 ccd339f95c4f5382016fe80756217af7483663d99896ddbc496a8d91abb0444e network default NAD default] ADD starting CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7 ccd339f95c4f5382016fe80756217af7483663d99896ddbc496a8d91abb0444e network default NAD default] I0311 08:23:43.780260 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: cluster-monitoring-operator-76c9c97fb5-4vvc7, hostIfaceName: ccd339f95c4f538, network: default, NAD default, SandboxID: "ccd339f95c4f5382016fe80756217af7483663d99896ddbc496a8d91abb0444e", PCI device ID: , UID: "540aabe6-4772-4a70-95d0-50b6ac5ad4ae", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0311 08:23:43.822359 3519 cni.go:331] [openshift-ingress/router-default-769cbd8f7-jx7vg 3c152fa6364da0a07c0e7333889df95e8c17ecbaeaa0444b8cb1ceb4afc9b902 network default NAD default] ADD starting CNI request [openshift-ingress/router-default-769cbd8f7-jx7vg 3c152fa6364da0a07c0e7333889df95e8c17ecbaeaa0444b8cb1ceb4afc9b902 network default NAD default] I0311 08:23:43.829033 3519 cni.go:352] [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7 ccd339f95c4f5382016fe80756217af7483663d99896ddbc496a8d91abb0444e network default NAD default] ADD finished CNI request [openshift-monitoring/cluster-monitoring-operator-76c9c97fb5-4vvc7 ccd339f95c4f5382016fe80756217af7483663d99896ddbc496a8d91abb0444e network default NAD default], result "{\"interfaces\":[{\"name\":\"ccd339f95c4f538\",\"mac\":\"c6:9e:7a:0d:8a:1c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/669eab6f-809b-415f-ba86-f933ad5d5323\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:43.830612 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress, podName: router-default-769cbd8f7-jx7vg, hostIfaceName: 3c152fa6364da0a, network: default, NAD default, SandboxID: "3c152fa6364da0a07c0e7333889df95e8c17ecbaeaa0444b8cb1ceb4afc9b902", PCI device ID: , UID: "59d8bae2-709c-4e2a-985d-b03474407d59", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0311 08:23:43.873742 3519 cni.go:352] [openshift-ingress/router-default-769cbd8f7-jx7vg 3c152fa6364da0a07c0e7333889df95e8c17ecbaeaa0444b8cb1ceb4afc9b902 network default NAD default] ADD finished CNI request [openshift-ingress/router-default-769cbd8f7-jx7vg 3c152fa6364da0a07c0e7333889df95e8c17ecbaeaa0444b8cb1ceb4afc9b902 network default NAD default], result "{\"interfaces\":[{\"name\":\"3c152fa6364da0a\",\"mac\":\"56:45:68:60:77:32\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/aadf1e34-5a6b-42d4-a14a-8858832faf3f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:46.233722 3519 base_network_controller_pods.go:478] [default/openshift-insights/insights-runtime-extractor-j5g54] creating logical port openshift-insights_insights-runtime-extractor-j5g54 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:46.233876 3519 kube.go:320] Updating pod openshift-insights/insights-runtime-extractor-j5g54 I0311 08:23:46.279840 3519 pod.go:62] [openshift-insights/insights-runtime-extractor-j5g54] pod update took 46.000809ms I0311 08:23:46.279870 3519 base_network_controller_pods.go:928] [default/openshift-insights/insights-runtime-extractor-j5g54] addLogicalPort annotation time took 46.036128ms I0311 08:23:46.281181 3519 pods.go:253] [openshift-insights/insights-runtime-extractor-j5g54] addLogicalPort took 47.478416ms, libovsdb time 898.859µs I0311 08:23:46.311616 3519 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0311 08:23:46.591931 3519 cni.go:331] [openshift-insights/insights-runtime-extractor-j5g54 c76be399b8b8a916f7a748b01bc026b964999a9894d32c4bb8229aa6479ee3e6 network default NAD default] ADD starting CNI request [openshift-insights/insights-runtime-extractor-j5g54 c76be399b8b8a916f7a748b01bc026b964999a9894d32c4bb8229aa6479ee3e6 network default NAD default] I0311 08:23:46.603200 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-insights, podName: insights-runtime-extractor-j5g54, hostIfaceName: c76be399b8b8a91, network: default, NAD default, SandboxID: "c76be399b8b8a916f7a748b01bc026b964999a9894d32c4bb8229aa6479ee3e6", PCI device ID: , UID: "4e8b3642-ff44-4ae5-936b-b754a320ac1a", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0311 08:23:46.645212 3519 cni.go:352] [openshift-insights/insights-runtime-extractor-j5g54 c76be399b8b8a916f7a748b01bc026b964999a9894d32c4bb8229aa6479ee3e6 network default NAD default] ADD finished CNI request [openshift-insights/insights-runtime-extractor-j5g54 c76be399b8b8a916f7a748b01bc026b964999a9894d32c4bb8229aa6479ee3e6 network default NAD default], result "{\"interfaces\":[{\"name\":\"c76be399b8b8a91\",\"mac\":\"8a:44:50:49:0f:4b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/6618dbda-712f-4148-947d-9fa70cb7d6f8\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:46.993465 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp] creating logical port openshift-monitoring_prometheus-operator-admission-webhook-6454d4896-7s5bp for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:46.993650 3519 kube.go:320] Updating pod openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp I0311 08:23:47.006390 3519 pod.go:62] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp] pod update took 12.816688ms I0311 08:23:47.006412 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp] addLogicalPort annotation time took 12.844225ms I0311 08:23:47.007749 3519 pods.go:253] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp] addLogicalPort took 14.305216ms, libovsdb time 918.86µs I0311 08:23:47.373793 3519 cni.go:331] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp 8b137cc88ffe42020e06e5c0f6a7b1e4080f6285351f960c9885782cbc26a77d network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp 8b137cc88ffe42020e06e5c0f6a7b1e4080f6285351f960c9885782cbc26a77d network default NAD default] I0311 08:23:47.382749 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-operator-admission-webhook-6454d4896-7s5bp, hostIfaceName: 8b137cc88ffe420, network: default, NAD default, SandboxID: "8b137cc88ffe42020e06e5c0f6a7b1e4080f6285351f960c9885782cbc26a77d", PCI device ID: , UID: "771cd42f-ae2a-4b7a-a03b-fb9f18a243aa", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0311 08:23:47.430096 3519 cni.go:352] [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp 8b137cc88ffe42020e06e5c0f6a7b1e4080f6285351f960c9885782cbc26a77d network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-operator-admission-webhook-6454d4896-7s5bp 8b137cc88ffe42020e06e5c0f6a7b1e4080f6285351f960c9885782cbc26a77d network default NAD default], result "{\"interfaces\":[{\"name\":\"8b137cc88ffe420\",\"mac\":\"46:75:41:30:86:13\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/0d70b3b4-4250-4306-809e-d5f30f753fdd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:47.876806 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-77ffd6644f-d6dfl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:23:47.877514 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-77ffd6644f-d6dfl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:23:47.897312 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-77ffd6644f-d6dfl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:23:47.897363 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-77ffd6644f-d6dfl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:23:47.903289 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-77ffd6644f-d6dfl I0311 08:23:47.903313 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-77ffd6644f-d6dfl I0311 08:23:54.648156 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/kube-state-metrics-867d8f66bf-585ng] creating logical port openshift-monitoring_kube-state-metrics-867d8f66bf-585ng for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:54.648400 3519 kube.go:320] Updating pod openshift-monitoring/kube-state-metrics-867d8f66bf-585ng I0311 08:23:54.668099 3519 pod.go:62] [openshift-monitoring/kube-state-metrics-867d8f66bf-585ng] pod update took 19.739961ms I0311 08:23:54.668125 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/kube-state-metrics-867d8f66bf-585ng] addLogicalPort annotation time took 19.777937ms I0311 08:23:54.669595 3519 pods.go:253] [openshift-monitoring/kube-state-metrics-867d8f66bf-585ng] addLogicalPort took 21.463091ms, libovsdb time 1.011299ms I0311 08:23:55.008478 3519 cni.go:331] [openshift-monitoring/kube-state-metrics-867d8f66bf-585ng d7a61b4d5c180278030726d71e42efad19798ed4acf063383731407207340a75 network default NAD default] ADD starting CNI request [openshift-monitoring/kube-state-metrics-867d8f66bf-585ng d7a61b4d5c180278030726d71e42efad19798ed4acf063383731407207340a75 network default NAD default] I0311 08:23:55.018375 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: kube-state-metrics-867d8f66bf-585ng, hostIfaceName: d7a61b4d5c18027, network: default, NAD default, SandboxID: "d7a61b4d5c180278030726d71e42efad19798ed4acf063383731407207340a75", PCI device ID: , UID: "c9dba63c-16e1-4868-8f50-fd53b4eba708", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0311 08:23:55.065117 3519 cni.go:352] [openshift-monitoring/kube-state-metrics-867d8f66bf-585ng d7a61b4d5c180278030726d71e42efad19798ed4acf063383731407207340a75 network default NAD default] ADD finished CNI request [openshift-monitoring/kube-state-metrics-867d8f66bf-585ng d7a61b4d5c180278030726d71e42efad19798ed4acf063383731407207340a75 network default NAD default], result "{\"interfaces\":[{\"name\":\"d7a61b4d5c18027\",\"mac\":\"ee:86:e4:9e:80:f5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/943da0d3-599e-4c87-99ae-8535e962aa98\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:55.824058 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/alertmanager-main-0] creating logical port openshift-monitoring_alertmanager-main-0 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:55.824218 3519 kube.go:320] Updating pod openshift-monitoring/alertmanager-main-0 I0311 08:23:55.848934 3519 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 24.785548ms I0311 08:23:55.848962 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 24.819979ms I0311 08:23:55.850530 3519 pods.go:253] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 26.496328ms, libovsdb time 1.078678ms I0311 08:23:56.197697 3519 cni.go:331] [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default] I0311 08:23:56.209647 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: 203e456c54ab6f2, network: default, NAD default, SandboxID: "203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f", PCI device ID: , UID: "1fac496f-13f6-48b1-9d80-15de3fe41230", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0311 08:23:56.279285 3519 cni.go:352] [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default], result "{\"interfaces\":[{\"name\":\"203e456c54ab6f2\",\"mac\":\"3e:67:11:b3:ff:db\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/f24a8b24-7e44-4b43-85e7-d7a75b9f0a28\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:56.694838 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/thanos-querier-86c9b74c87-pjp9d] creating logical port openshift-monitoring_thanos-querier-86c9b74c87-pjp9d for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:56.695062 3519 kube.go:320] Updating pod openshift-monitoring/thanos-querier-86c9b74c87-pjp9d I0311 08:23:56.717165 3519 pod.go:62] [openshift-monitoring/thanos-querier-86c9b74c87-pjp9d] pod update took 22.155899ms I0311 08:23:56.717197 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/thanos-querier-86c9b74c87-pjp9d] addLogicalPort annotation time took 22.191398ms I0311 08:23:56.719047 3519 pods.go:253] [openshift-monitoring/thanos-querier-86c9b74c87-pjp9d] addLogicalPort took 24.230638ms, libovsdb time 1.295641ms I0311 08:23:57.054972 3519 cni.go:331] [openshift-monitoring/thanos-querier-86c9b74c87-pjp9d 880fb259bb28b7bef8cc3e0781ea9531bc973b935640b1ea5bdcfc5b0750e87f network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-86c9b74c87-pjp9d 880fb259bb28b7bef8cc3e0781ea9531bc973b935640b1ea5bdcfc5b0750e87f network default NAD default] I0311 08:23:57.064462 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-86c9b74c87-pjp9d, hostIfaceName: 880fb259bb28b7b, network: default, NAD default, SandboxID: "880fb259bb28b7bef8cc3e0781ea9531bc973b935640b1ea5bdcfc5b0750e87f", PCI device ID: , UID: "0785a981-a0ad-4224-8b09-179c67ac5ce3", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0311 08:23:57.113961 3519 cni.go:352] [openshift-monitoring/thanos-querier-86c9b74c87-pjp9d 880fb259bb28b7bef8cc3e0781ea9531bc973b935640b1ea5bdcfc5b0750e87f network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-86c9b74c87-pjp9d 880fb259bb28b7bef8cc3e0781ea9531bc973b935640b1ea5bdcfc5b0750e87f network default NAD default], result "{\"interfaces\":[{\"name\":\"880fb259bb28b7b\",\"mac\":\"02:fe:51:3c:37:da\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/9ce0f045-c567-4df2-b1af-927aea12faa4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:23:59.384957 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z] creating logical port openshift-monitoring_monitoring-plugin-5d5fc6b556-k8c6z for pod on switch ip-10-0-1-58.ec2.internal I0311 08:23:59.385193 3519 kube.go:320] Updating pod openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z I0311 08:23:59.398728 3519 pod.go:62] [openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z] pod update took 13.578118ms I0311 08:23:59.398751 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z] addLogicalPort annotation time took 13.606199ms I0311 08:23:59.400002 3519 pods.go:253] [openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z] addLogicalPort took 15.066677ms, libovsdb time 904.244µs I0311 08:23:59.750955 3519 cni.go:331] [openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z ad32dad640469e84925b8f975c80a63782d9476e8edb0da81a0bc344f9af10b8 network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z ad32dad640469e84925b8f975c80a63782d9476e8edb0da81a0bc344f9af10b8 network default NAD default] I0311 08:23:59.763306 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-5d5fc6b556-k8c6z, hostIfaceName: ad32dad640469e8, network: default, NAD default, SandboxID: "ad32dad640469e84925b8f975c80a63782d9476e8edb0da81a0bc344f9af10b8", PCI device ID: , UID: "0fbbd0dc-f7d7-4f3f-bac8-8b67dab4c6aa", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0311 08:23:59.820185 3519 cni.go:352] [openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z ad32dad640469e84925b8f975c80a63782d9476e8edb0da81a0bc344f9af10b8 network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-5d5fc6b556-k8c6z ad32dad640469e84925b8f975c80a63782d9476e8edb0da81a0bc344f9af10b8 network default NAD default], result "{\"interfaces\":[{\"name\":\"ad32dad640469e8\",\"mac\":\"ae:76:cb:1d:cf:75\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/4493de18-8803-4c19-9f71-975e2068b69a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:24:05.788682 3519 cni.go:331] [openshift-dns/dns-default-j4kbw 238c0f47497559d8e946fa223745c7f19f8b44737ec8fe2188bb57558f5a441c network default NAD default] ADD starting CNI request [openshift-dns/dns-default-j4kbw 238c0f47497559d8e946fa223745c7f19f8b44737ec8fe2188bb57558f5a441c network default NAD default] I0311 08:24:05.788995 3519 cni.go:331] [openshift-ingress-canary/ingress-canary-6wn9s 280f01eb4887dd5461caf3993c219c6b2b06a4a011531897b98b2aff5fe0583e network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-6wn9s 280f01eb4887dd5461caf3993c219c6b2b06a4a011531897b98b2aff5fe0583e network default NAD default] I0311 08:24:05.800214 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-6wn9s, hostIfaceName: 280f01eb4887dd5, network: default, NAD default, SandboxID: "280f01eb4887dd5461caf3993c219c6b2b06a4a011531897b98b2aff5fe0583e", PCI device ID: , UID: "9e63a42e-fcdb-45a0-95f3-dacc102835b3", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0311 08:24:05.802254 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-dns, podName: dns-default-j4kbw, hostIfaceName: 238c0f47497559d, network: default, NAD default, SandboxID: "238c0f47497559d8e946fa223745c7f19f8b44737ec8fe2188bb57558f5a441c", PCI device ID: , UID: "339926c0-0ef8-435c-b37f-3e21eb110caa", MAC: 0a:58:0a:80:00:05, IPs: [10.128.0.5/23] I0311 08:24:05.850282 3519 cni.go:352] [openshift-ingress-canary/ingress-canary-6wn9s 280f01eb4887dd5461caf3993c219c6b2b06a4a011531897b98b2aff5fe0583e network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-6wn9s 280f01eb4887dd5461caf3993c219c6b2b06a4a011531897b98b2aff5fe0583e network default NAD default], result "{\"interfaces\":[{\"name\":\"280f01eb4887dd5\",\"mac\":\"76:1b:cc:ac:83:8c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/57ed734b-dc16-4ef2-a92a-4bbdfab11924\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:24:05.867172 3519 cni.go:352] [openshift-dns/dns-default-j4kbw 238c0f47497559d8e946fa223745c7f19f8b44737ec8fe2188bb57558f5a441c network default NAD default] ADD finished CNI request [openshift-dns/dns-default-j4kbw 238c0f47497559d8e946fa223745c7f19f8b44737ec8fe2188bb57558f5a441c network default NAD default], result "{\"interfaces\":[{\"name\":\"238c0f47497559d\",\"mac\":\"d2:69:13:8b:60:95\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:05\",\"sandbox\":\"/var/run/netns/c1012068-cb59-45f0-8a16-7c8e3755d2b6\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.5/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:24:07.962209 3519 base_network_controller_pods.go:478] [default/openshift-console/downloads-7b98f8c767-v85xv] creating logical port openshift-console_downloads-7b98f8c767-v85xv for pod on switch ip-10-0-1-58.ec2.internal I0311 08:24:07.962344 3519 kube.go:320] Updating pod openshift-console/downloads-7b98f8c767-v85xv I0311 08:24:07.980902 3519 pod.go:62] [openshift-console/downloads-7b98f8c767-v85xv] pod update took 18.594424ms I0311 08:24:07.980993 3519 base_network_controller_pods.go:928] [default/openshift-console/downloads-7b98f8c767-v85xv] addLogicalPort annotation time took 18.690747ms I0311 08:24:07.982405 3519 pods.go:253] [openshift-console/downloads-7b98f8c767-v85xv] addLogicalPort took 20.216991ms, libovsdb time 951.272µs I0311 08:24:08.343531 3519 cni.go:331] [openshift-console/downloads-7b98f8c767-v85xv 4791683120c2b6619c1d36b024fcdd4617250396111df176e31b0cc23994d6e3 network default NAD default] ADD starting CNI request [openshift-console/downloads-7b98f8c767-v85xv 4791683120c2b6619c1d36b024fcdd4617250396111df176e31b0cc23994d6e3 network default NAD default] I0311 08:24:08.353179 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: downloads-7b98f8c767-v85xv, hostIfaceName: 4791683120c2b66, network: default, NAD default, SandboxID: "4791683120c2b6619c1d36b024fcdd4617250396111df176e31b0cc23994d6e3", PCI device ID: , UID: "f61a9f82-087f-432e-beac-ed9a1d52acbd", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0311 08:24:08.401172 3519 cni.go:352] [openshift-console/downloads-7b98f8c767-v85xv 4791683120c2b6619c1d36b024fcdd4617250396111df176e31b0cc23994d6e3 network default NAD default] ADD finished CNI request [openshift-console/downloads-7b98f8c767-v85xv 4791683120c2b6619c1d36b024fcdd4617250396111df176e31b0cc23994d6e3 network default NAD default], result "{\"interfaces\":[{\"name\":\"4791683120c2b66\",\"mac\":\"46:30:aa:6d:6d:79\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/2d0f5d36-d810-4fb9-84d9-3c0fe87e8a9a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:24:10.569106 3519 base_network_controller_pods.go:478] [default/openshift-console/console-847c495f5-9rbzq] creating logical port openshift-console_console-847c495f5-9rbzq for pod on switch ip-10-0-1-58.ec2.internal I0311 08:24:10.569275 3519 kube.go:320] Updating pod openshift-console/console-847c495f5-9rbzq I0311 08:24:10.587377 3519 pod.go:62] [openshift-console/console-847c495f5-9rbzq] pod update took 18.134714ms I0311 08:24:10.587468 3519 base_network_controller_pods.go:928] [default/openshift-console/console-847c495f5-9rbzq] addLogicalPort annotation time took 18.229555ms I0311 08:24:10.589103 3519 pods.go:253] [openshift-console/console-847c495f5-9rbzq] addLogicalPort took 20.0167ms, libovsdb time 1.068963ms I0311 08:24:10.933155 3519 cni.go:331] [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default] ADD starting CNI request [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default] I0311 08:24:10.943183 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-847c495f5-9rbzq, hostIfaceName: be4e631bd7fa45b, network: default, NAD default, SandboxID: "be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e", PCI device ID: , UID: "0f1b7d4c-6fbb-4ade-9355-f2aecff35414", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0311 08:24:10.998466 3519 cni.go:352] [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default] ADD finished CNI request [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default], result "{\"interfaces\":[{\"name\":\"be4e631bd7fa45b\",\"mac\":\"8a:e2:01:71:92:2c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/2c7e00d6-eeb4-4802-92e4-3152d243b9a1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:24:11.610994 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-65b8595947-x2clc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:24:11.611803 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-65b8595947-x2clc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:24:12.225155 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-65b8595947-x2clc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:24:12.225188 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-65b8595947-x2clc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:24:12.230642 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-65b8595947-x2clc I0311 08:24:12.230669 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-65b8595947-x2clc I0311 08:24:37.506549 3519 namespace.go:137] [openshift-kube-storage-version-migrator] updating namespace I0311 08:24:44.637373 3519 cni.go:331] [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default] DEL starting CNI request [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default] I0311 08:24:44.713063 3519 cni.go:352] [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default] DEL finished CNI request [openshift-console/console-847c495f5-9rbzq be4e631bd7fa45b18183ba3693ff569f1874e4bc980293abce16b9a714468e7e network default NAD default], result "{\"dns\":{}}", err I0311 08:24:44.767005 3519 obj_retry.go:463] Detected object openshift-console/console-847c495f5-9rbzq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:24:44.767049 3519 pods.go:175] Deleting pod: openshift-console/console-847c495f5-9rbzq I0311 08:24:44.768464 3519 pods.go:218] Attempting to release IPs for pod: openshift-console/console-847c495f5-9rbzq, ips: 10.128.0.22 I0311 08:24:44.768494 3519 obj_retry.go:463] Detected object openshift-console/console-847c495f5-9rbzq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:24:44.776622 3519 base_network_controller_pods.go:478] [default/openshift-console/console-5777996b57-2vwqt] creating logical port openshift-console_console-5777996b57-2vwqt for pod on switch ip-10-0-1-58.ec2.internal I0311 08:24:44.776821 3519 kube.go:320] Updating pod openshift-console/console-5777996b57-2vwqt I0311 08:24:44.798832 3519 pod.go:62] [openshift-console/console-5777996b57-2vwqt] pod update took 22.053532ms I0311 08:24:44.798855 3519 base_network_controller_pods.go:928] [default/openshift-console/console-5777996b57-2vwqt] addLogicalPort annotation time took 22.084228ms I0311 08:24:44.800156 3519 pods.go:253] [openshift-console/console-5777996b57-2vwqt] addLogicalPort took 23.553139ms, libovsdb time 882.106µs I0311 08:24:44.910361 3519 obj_retry.go:457] Detected object openshift-console/console-847c495f5-9rbzq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:24:44.910499 3519 obj_retry.go:457] Detected object openshift-console/console-847c495f5-9rbzq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:24:44.916441 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-847c495f5-9rbzq I0311 08:24:44.916473 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-847c495f5-9rbzq I0311 08:24:45.134543 3519 cni.go:331] [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default] ADD starting CNI request [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default] I0311 08:24:45.145287 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-5777996b57-2vwqt, hostIfaceName: 89963db5edd313f, network: default, NAD default, SandboxID: "89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b", PCI device ID: , UID: "ed9360f3-00f7-4603-8a9b-8fbb9efe7cc3", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0311 08:24:45.192028 3519 cni.go:352] [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default] ADD finished CNI request [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default], result "{\"interfaces\":[{\"name\":\"89963db5edd313f\",\"mac\":\"9e:48:86:3f:f3:5b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/093b6301-ed0f-4c46-8725-94883bc6638f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0311 08:24:46.828279 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 08:24:47.242550 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0311 08:24:54.951525 3519 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 7 items received I0311 08:24:55.635225 3519 obj_retry.go:463] Detected object openshift-console/console-847c495f5-cdwfl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:24:55.635874 3519 obj_retry.go:463] Detected object openshift-console/console-847c495f5-cdwfl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:24:55.868931 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 70 items received I0311 08:24:56.124764 3519 obj_retry.go:457] Detected object openshift-console/console-847c495f5-cdwfl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:24:56.124793 3519 obj_retry.go:457] Detected object openshift-console/console-847c495f5-cdwfl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:24:56.128259 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-847c495f5-cdwfl I0311 08:24:56.128289 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-847c495f5-cdwfl I0311 08:25:02.049926 3519 cni.go:331] [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default] DEL starting CNI request [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default] I0311 08:25:02.128232 3519 cni.go:352] [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default] DEL finished CNI request [openshift-image-registry/image-registry-65b8595947-t6dd8 1dbe7840f6f7d03c256eb9d572c5462407a69ec04629f2200d70c744878322e2 network default NAD default], result "{\"dns\":{}}", err I0311 08:25:02.177728 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-65b8595947-t6dd8 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:25:02.177764 3519 pods.go:175] Deleting pod: openshift-image-registry/image-registry-65b8595947-t6dd8 I0311 08:25:02.179100 3519 pods.go:218] Attempting to release IPs for pod: openshift-image-registry/image-registry-65b8595947-t6dd8, ips: 10.128.0.14 I0311 08:25:02.179192 3519 obj_retry.go:463] Detected object openshift-image-registry/image-registry-65b8595947-t6dd8 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:25:02.683117 3519 obj_retry.go:463] Detected object openshift-ingress/router-default-549f6b67c5-6h47l of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:25:02.683721 3519 obj_retry.go:463] Detected object openshift-ingress/router-default-549f6b67c5-6h47l of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:25:02.956572 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-65b8595947-t6dd8 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:25:02.956601 3519 obj_retry.go:457] Detected object openshift-image-registry/image-registry-65b8595947-t6dd8 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:25:02.965745 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-65b8595947-t6dd8 I0311 08:25:02.965779 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-65b8595947-t6dd8 I0311 08:25:03.351118 3519 obj_retry.go:457] Detected object openshift-ingress/router-default-549f6b67c5-6h47l of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:25:03.351173 3519 obj_retry.go:457] Detected object openshift-ingress/router-default-549f6b67c5-6h47l of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:25:03.356768 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-549f6b67c5-6h47l I0311 08:25:03.356792 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-549f6b67c5-6h47l I0311 08:25:09.988555 3519 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 6 items received I0311 08:25:16.571920 3519 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 I0311 08:25:16.572491 3519 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 I0311 08:25:17.397459 3519 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 I0311 08:25:17.397484 3519 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 I0311 08:25:17.403413 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0311 08:25:17.403437 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0311 08:25:19.366369 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/telemeter-client-658f8bdb58-g7mv2] creating logical port openshift-monitoring_telemeter-client-658f8bdb58-g7mv2 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:25:19.366511 3519 kube.go:320] Updating pod openshift-monitoring/telemeter-client-658f8bdb58-g7mv2 I0311 08:25:19.385321 3519 pod.go:62] [openshift-monitoring/telemeter-client-658f8bdb58-g7mv2] pod update took 18.843979ms I0311 08:25:19.385346 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/telemeter-client-658f8bdb58-g7mv2] addLogicalPort annotation time took 18.872323ms I0311 08:25:19.386727 3519 pods.go:253] [openshift-monitoring/telemeter-client-658f8bdb58-g7mv2] addLogicalPort took 20.374034ms, libovsdb time 993.868µs I0311 08:25:19.720089 3519 cni.go:331] [openshift-monitoring/telemeter-client-658f8bdb58-g7mv2 a53028f2413c8550631f156851e7df9175011b17679e455a3c49549de1380b05 network default NAD default] ADD starting CNI request [openshift-monitoring/telemeter-client-658f8bdb58-g7mv2 a53028f2413c8550631f156851e7df9175011b17679e455a3c49549de1380b05 network default NAD default] I0311 08:25:19.728690 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: telemeter-client-658f8bdb58-g7mv2, hostIfaceName: a53028f2413c855, network: default, NAD default, SandboxID: "a53028f2413c8550631f156851e7df9175011b17679e455a3c49549de1380b05", PCI device ID: , UID: "0e714f50-646a-41b9-a0d1-1e5cb5d1c706", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0311 08:25:19.774128 3519 cni.go:352] [openshift-monitoring/telemeter-client-658f8bdb58-g7mv2 a53028f2413c8550631f156851e7df9175011b17679e455a3c49549de1380b05 network default NAD default] ADD finished CNI request [openshift-monitoring/telemeter-client-658f8bdb58-g7mv2 a53028f2413c8550631f156851e7df9175011b17679e455a3c49549de1380b05 network default NAD default], result "{\"interfaces\":[{\"name\":\"a53028f2413c855\",\"mac\":\"0a:f6:d4:7b:a4:37\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/939f4be8-5ae4-4019-bb49-cdd117a0278a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:25:20.932748 3519 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 I0311 08:25:20.933428 3519 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 I0311 08:25:21.425586 3519 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 I0311 08:25:21.425617 3519 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 I0311 08:25:21.431349 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0311 08:25:21.431374 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0311 08:25:24.955834 3519 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 7 items received I0311 08:25:46.961803 3519 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 I0311 08:25:48.421872 3519 cni.go:331] [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default] DEL starting CNI request [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default] I0311 08:25:48.505123 3519 cni.go:352] [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default] DEL finished CNI request [openshift-console/console-5777996b57-2vwqt 89963db5edd313fef3be23343c69f1100114f35186255870b6f77b09a1aded2b network default NAD default], result "{\"dns\":{}}", err I0311 08:25:48.544368 3519 obj_retry.go:463] Detected object openshift-console/console-5777996b57-2vwqt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:25:48.544403 3519 pods.go:175] Deleting pod: openshift-console/console-5777996b57-2vwqt I0311 08:25:48.545908 3519 pods.go:218] Attempting to release IPs for pod: openshift-console/console-5777996b57-2vwqt, ips: 10.128.0.23 I0311 08:25:48.545947 3519 obj_retry.go:463] Detected object openshift-console/console-5777996b57-2vwqt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:25:48.556546 3519 base_network_controller_pods.go:478] [default/openshift-console/console-5696656b85-drfzv] creating logical port openshift-console_console-5696656b85-drfzv for pod on switch ip-10-0-1-58.ec2.internal I0311 08:25:48.556695 3519 kube.go:320] Updating pod openshift-console/console-5696656b85-drfzv I0311 08:25:48.571827 3519 pod.go:62] [openshift-console/console-5696656b85-drfzv] pod update took 15.169896ms I0311 08:25:48.571917 3519 base_network_controller_pods.go:928] [default/openshift-console/console-5696656b85-drfzv] addLogicalPort annotation time took 15.26785ms I0311 08:25:48.573152 3519 pods.go:253] [openshift-console/console-5696656b85-drfzv] addLogicalPort took 16.626098ms, libovsdb time 879.617µs I0311 08:25:48.913560 3519 cni.go:331] [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default] ADD starting CNI request [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default] I0311 08:25:48.929206 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-5696656b85-drfzv, hostIfaceName: 66cde75748218d6, network: default, NAD default, SandboxID: "66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082", PCI device ID: , UID: "315dc2b8-7031-4b39-b442-b87d1f608170", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0311 08:25:48.991799 3519 cni.go:352] [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default] ADD finished CNI request [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default], result "{\"interfaces\":[{\"name\":\"66cde75748218d6\",\"mac\":\"8a:06:10:2e:b3:5f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/ead27609-feb4-4185-8e31-40f9ae0ce9d1\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:25:49.015965 3519 cni.go:331] [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default] DEL starting CNI request [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default] I0311 08:25:49.105448 3519 cni.go:352] [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default] DEL finished CNI request [openshift-monitoring/alertmanager-main-0 203e456c54ab6f260dc489d05ad4e63f11f012272830cfd79c82efb36896867f network default NAD default], result "{\"dns\":{}}", err I0311 08:25:49.127915 3519 obj_retry.go:457] Detected object openshift-console/console-5777996b57-2vwqt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:25:49.127945 3519 obj_retry.go:457] Detected object openshift-console/console-5777996b57-2vwqt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:25:49.127982 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5777996b57-2vwqt I0311 08:25:49.127997 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5777996b57-2vwqt I0311 08:25:49.210304 3519 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 I0311 08:25:49.210347 3519 pods.go:175] Deleting pod: openshift-monitoring/alertmanager-main-0 I0311 08:25:49.212004 3519 pods.go:218] Attempting to release IPs for pod: openshift-monitoring/alertmanager-main-0, ips: 10.128.0.18 I0311 08:25:49.212044 3519 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 I0311 08:25:50.120930 3519 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 I0311 08:25:50.121025 3519 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 I0311 08:25:50.128504 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0311 08:25:50.128534 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0311 08:25:50.175209 3519 base_network_controller_pods.go:478] [default/openshift-monitoring/alertmanager-main-0] creating logical port openshift-monitoring_alertmanager-main-0 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:25:50.175372 3519 kube.go:320] Updating pod openshift-monitoring/alertmanager-main-0 I0311 08:25:50.200703 3519 pod.go:62] [openshift-monitoring/alertmanager-main-0] pod update took 25.373391ms I0311 08:25:50.200735 3519 base_network_controller_pods.go:928] [default/openshift-monitoring/alertmanager-main-0] addLogicalPort annotation time took 25.410804ms I0311 08:25:50.202261 3519 pods.go:253] [openshift-monitoring/alertmanager-main-0] addLogicalPort took 27.073301ms, libovsdb time 1.023462ms I0311 08:25:50.530427 3519 cni.go:331] [openshift-monitoring/alertmanager-main-0 c7b8744d22b635d32b0c7dc7fbbf343f39b5e229120ab5d652e6cf48c078e8cf network default NAD default] ADD starting CNI request [openshift-monitoring/alertmanager-main-0 c7b8744d22b635d32b0c7dc7fbbf343f39b5e229120ab5d652e6cf48c078e8cf network default NAD default] I0311 08:25:50.539096 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-monitoring, podName: alertmanager-main-0, hostIfaceName: c7b8744d22b635d, network: default, NAD default, SandboxID: "c7b8744d22b635d32b0c7dc7fbbf343f39b5e229120ab5d652e6cf48c078e8cf", PCI device ID: , UID: "ad3e25bb-cc88-45da-ba8a-eae460df945b", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0311 08:25:50.585496 3519 cni.go:352] [openshift-monitoring/alertmanager-main-0 c7b8744d22b635d32b0c7dc7fbbf343f39b5e229120ab5d652e6cf48c078e8cf network default NAD default] ADD finished CNI request [openshift-monitoring/alertmanager-main-0 c7b8744d22b635d32b0c7dc7fbbf343f39b5e229120ab5d652e6cf48c078e8cf network default NAD default], result "{\"interfaces\":[{\"name\":\"c7b8744d22b635d\",\"mac\":\"fe:92:1f:9f:2a:08\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/e5855576-1e12-4e78-afb5-9cb7dc5f88ee\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:25:59.566732 3519 obj_retry.go:463] Detected object openshift-console/console-5777996b57-64lx7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:25:59.567306 3519 obj_retry.go:463] Detected object openshift-console/console-5777996b57-64lx7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:26:00.540298 3519 obj_retry.go:457] Detected object openshift-console/console-5777996b57-64lx7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:26:00.540349 3519 obj_retry.go:457] Detected object openshift-console/console-5777996b57-64lx7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:26:00.545264 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5777996b57-64lx7 I0311 08:26:00.545355 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5777996b57-64lx7 I0311 08:26:16.966415 3519 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 I0311 08:26:23.946676 3519 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 I0311 08:26:23.947225 3519 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 I0311 08:26:24.361205 3519 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 I0311 08:26:24.361232 3519 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 I0311 08:26:24.374263 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0311 08:26:24.374293 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0311 08:26:27.951116 3519 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 8 items received I0311 08:26:56.983043 3519 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 8 items received I0311 08:27:05.872848 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0311 08:27:32.029910 3519 base_network_controller_pods.go:478] [default/openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-6494db4fc6-gbgtp for pod on switch ip-10-0-1-58.ec2.internal I0311 08:27:32.030090 3519 kube.go:320] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp I0311 08:27:32.044667 3519 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp] pod update took 14.605506ms I0311 08:27:32.044762 3519 base_network_controller_pods.go:928] [default/openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp] addLogicalPort annotation time took 14.705356ms I0311 08:27:32.050863 3519 pods.go:253] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp] addLogicalPort took 20.972312ms, libovsdb time 5.547014ms I0311 08:27:32.387573 3519 cni.go:331] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp 2195fe8fa27d69ab5edd85d6a5599921c0ea8552f7d371f7abea4394844e261d network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp 2195fe8fa27d69ab5edd85d6a5599921c0ea8552f7d371f7abea4394844e261d network default NAD default] I0311 08:27:32.396293 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-6494db4fc6-gbgtp, hostIfaceName: 2195fe8fa27d69a, network: default, NAD default, SandboxID: "2195fe8fa27d69ab5edd85d6a5599921c0ea8552f7d371f7abea4394844e261d", PCI device ID: , UID: "14d89bf6-5b45-4b2a-ad5e-af487a687240", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0311 08:27:32.447336 3519 cni.go:352] [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp 2195fe8fa27d69ab5edd85d6a5599921c0ea8552f7d371f7abea4394844e261d network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-6494db4fc6-gbgtp 2195fe8fa27d69ab5edd85d6a5599921c0ea8552f7d371f7abea4394844e261d network default NAD default], result "{\"interfaces\":[{\"name\":\"2195fe8fa27d69a\",\"mac\":\"e6:76:d5:3c:9f:ed\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/492d1423-fe5b-4e92-bc25-79f700a20170\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:27:46.452558 3519 base_network_controller_policy.go:642] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... W0311 08:27:46.452662 3519 base_network_controller_namespace.go:457] Unable to remove remote zone pod's openshift-deployment-validation-operator/deployment-validation-operator-559df65f49-q6ncp IP address from the namespace address-set, err: pod openshift-deployment-validation-operator/deployment-validation-operator-559df65f49-q6ncp: no pod IPs found I0311 08:27:52.988386 3519 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 10 items received I0311 08:27:55.874003 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 14 items received I0311 08:28:13.774526 3519 cni.go:331] [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default] DEL starting CNI request [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default] I0311 08:28:13.851959 3519 cni.go:352] [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default] DEL finished CNI request [openshift-console/console-5696656b85-drfzv 66cde75748218d6968aacabffa45a433b3942b0f3aa9b187c8f06b0f70846082 network default NAD default], result "{\"dns\":{}}", err I0311 08:28:13.900188 3519 obj_retry.go:463] Detected object openshift-console/console-5696656b85-drfzv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:28:13.900225 3519 pods.go:175] Deleting pod: openshift-console/console-5696656b85-drfzv I0311 08:28:13.901756 3519 pods.go:218] Attempting to release IPs for pod: openshift-console/console-5696656b85-drfzv, ips: 10.128.0.25 I0311 08:28:13.901791 3519 obj_retry.go:463] Detected object openshift-console/console-5696656b85-drfzv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:28:13.916162 3519 base_network_controller_pods.go:478] [default/openshift-console/console-55dd9cfc6-czprh] creating logical port openshift-console_console-55dd9cfc6-czprh for pod on switch ip-10-0-1-58.ec2.internal I0311 08:28:13.916296 3519 kube.go:320] Updating pod openshift-console/console-55dd9cfc6-czprh I0311 08:28:13.930547 3519 pod.go:62] [openshift-console/console-55dd9cfc6-czprh] pod update took 14.280416ms I0311 08:28:13.930578 3519 base_network_controller_pods.go:928] [default/openshift-console/console-55dd9cfc6-czprh] addLogicalPort annotation time took 14.315502ms I0311 08:28:13.932115 3519 pods.go:253] [openshift-console/console-55dd9cfc6-czprh] addLogicalPort took 15.966104ms, libovsdb time 999.543µs I0311 08:28:14.272185 3519 cni.go:331] [openshift-console/console-55dd9cfc6-czprh 4db7dd8f16d90b2bca210c5ac0cb79dbdb20fe8427dbc1f95f15d41de54fe2ce network default NAD default] ADD starting CNI request [openshift-console/console-55dd9cfc6-czprh 4db7dd8f16d90b2bca210c5ac0cb79dbdb20fe8427dbc1f95f15d41de54fe2ce network default NAD default] I0311 08:28:14.282774 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-console, podName: console-55dd9cfc6-czprh, hostIfaceName: 4db7dd8f16d90b2, network: default, NAD default, SandboxID: "4db7dd8f16d90b2bca210c5ac0cb79dbdb20fe8427dbc1f95f15d41de54fe2ce", PCI device ID: , UID: "75979ab7-1956-4b80-a0f5-24b852c00d1f", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0311 08:28:14.330594 3519 cni.go:352] [openshift-console/console-55dd9cfc6-czprh 4db7dd8f16d90b2bca210c5ac0cb79dbdb20fe8427dbc1f95f15d41de54fe2ce network default NAD default] ADD finished CNI request [openshift-console/console-55dd9cfc6-czprh 4db7dd8f16d90b2bca210c5ac0cb79dbdb20fe8427dbc1f95f15d41de54fe2ce network default NAD default], result "{\"interfaces\":[{\"name\":\"4db7dd8f16d90b2\",\"mac\":\"f2:23:32:ca:5e:84\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/6ff8ccde-9203-4cf7-8ffc-ad1e9ef2ea96\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:28:14.525574 3519 obj_retry.go:457] Detected object openshift-console/console-5696656b85-drfzv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:28:14.525652 3519 obj_retry.go:457] Detected object openshift-console/console-5696656b85-drfzv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:28:14.528756 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5696656b85-drfzv I0311 08:28:14.528802 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5696656b85-drfzv I0311 08:28:25.209524 3519 obj_retry.go:463] Detected object openshift-console/console-5696656b85-trjsn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:28:25.210184 3519 obj_retry.go:463] Detected object openshift-console/console-5696656b85-trjsn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:28:25.674704 3519 obj_retry.go:457] Detected object openshift-console/console-5696656b85-trjsn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:28:25.674785 3519 obj_retry.go:457] Detected object openshift-console/console-5696656b85-trjsn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:28:25.697223 3519 obj_retry.go:457] Detected object openshift-console/console-5696656b85-trjsn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:28:25.697273 3519 obj_retry.go:457] Detected object openshift-console/console-5696656b85-trjsn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:28:25.704517 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-5696656b85-trjsn I0311 08:28:25.704546 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-5696656b85-trjsn I0311 08:28:33.972377 3519 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 I0311 08:28:56.977255 3519 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 11 items received I0311 08:28:57.880668 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 637 items received I0311 08:29:00.876471 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 74 items received I0311 08:29:03.870937 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 140 items received E0311 08:29:46.828238 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 08:29:47.242202 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0311 08:30:00.231292 3519 base_network_controller_pods.go:478] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv] creating logical port openshift-backplane_osd-delete-backplane-serviceaccounts-29553630-fdfcv for pod on switch ip-10-0-1-58.ec2.internal I0311 08:30:00.231455 3519 kube.go:320] Updating pod openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv I0311 08:30:00.256448 3519 pod.go:62] [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv] pod update took 25.032353ms I0311 08:30:00.256482 3519 base_network_controller_pods.go:928] [default/openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv] addLogicalPort annotation time took 25.072565ms I0311 08:30:00.257811 3519 pods.go:253] [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv] addLogicalPort took 26.543537ms, libovsdb time 855.244µs I0311 08:30:00.595196 3519 cni.go:331] [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default] ADD starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default] I0311 08:30:00.604428 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-backplane, podName: osd-delete-backplane-serviceaccounts-29553630-fdfcv, hostIfaceName: 3214dd7ea78d068, network: default, NAD default, SandboxID: "3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5", PCI device ID: , UID: "857caaba-ab64-43f5-83d8-d4644623d3ac", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0311 08:30:00.857944 3519 cni.go:352] [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default] ADD finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default], result "{\"interfaces\":[{\"name\":\"3214dd7ea78d068\",\"mac\":\"e6:ab:fe:a2:1b:c1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/37175084-bc03-4621-8ca8-f62cefe81aa8\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:30:00.914475 3519 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553620-4jh9w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:30:00.915211 3519 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553620-4jh9w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:30:00.926141 3519 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553620-4jh9w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:30:00.926165 3519 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553620-4jh9w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:30:00.932752 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29553620-4jh9w I0311 08:30:00.932802 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29553620-4jh9w I0311 08:31:24.387584 3519 namespace.go:93] [tsf] adding namespace I0311 08:31:24.388667 3519 namespace.go:97] [tsf] adding namespace took 919.437µs I0311 08:31:24.406145 3519 namespace.go:137] [tsf] updating namespace I0311 08:31:24.429061 3519 namespace.go:137] [tsf] updating namespace I0311 08:31:24.992647 3519 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 2 items received I0311 08:31:28.031151 3519 namespace.go:93] [tsf-keycloak] adding namespace I0311 08:31:28.032209 3519 namespace.go:97] [tsf-keycloak] adding namespace took 1.030891ms I0311 08:31:28.036164 3519 namespace.go:93] [rhtpa-operator] adding namespace I0311 08:31:28.036302 3519 namespace.go:93] [tsf-tas] adding namespace I0311 08:31:28.036435 3519 namespace.go:93] [rhbk-operator] adding namespace I0311 08:31:28.036451 3519 namespace.go:93] [tsf-tpa] adding namespace I0311 08:31:28.037173 3519 namespace.go:97] [rhtpa-operator] adding namespace took 936.482µs I0311 08:31:28.037925 3519 namespace.go:97] [tsf-tas] adding namespace took 1.579978ms I0311 08:31:28.038187 3519 namespace.go:93] [cert-manager-operator] adding namespace I0311 08:31:28.038772 3519 namespace.go:97] [rhbk-operator] adding namespace took 2.319733ms I0311 08:31:28.039652 3519 namespace.go:97] [tsf-tpa] adding namespace took 3.190664ms I0311 08:31:28.039690 3519 namespace.go:93] [konflux-operator] adding namespace I0311 08:31:28.040549 3519 namespace.go:93] [konflux-ui] adding namespace I0311 08:31:28.040557 3519 namespace.go:97] [konflux-operator] adding namespace took 859.156µs I0311 08:31:28.041246 3519 namespace.go:97] [cert-manager-operator] adding namespace took 3.044806ms I0311 08:31:28.041946 3519 namespace.go:97] [konflux-ui] adding namespace took 1.379229ms I0311 08:31:28.062424 3519 namespace.go:137] [tsf-keycloak] updating namespace I0311 08:31:28.070881 3519 namespace.go:137] [tsf-tpa] updating namespace I0311 08:31:28.071095 3519 namespace.go:137] [tsf-tas] updating namespace I0311 08:31:28.076698 3519 namespace.go:137] [rhtpa-operator] updating namespace I0311 08:31:28.079452 3519 namespace.go:137] [tsf-keycloak] updating namespace I0311 08:31:28.083042 3519 namespace.go:137] [rhbk-operator] updating namespace I0311 08:31:28.090420 3519 namespace.go:137] [konflux-ui] updating namespace I0311 08:31:28.091017 3519 namespace.go:137] [konflux-operator] updating namespace I0311 08:31:28.091099 3519 namespace.go:137] [cert-manager-operator] updating namespace I0311 08:31:28.095406 3519 namespace.go:137] [tsf-keycloak] updating namespace I0311 08:31:28.102578 3519 namespace.go:137] [rhtpa-operator] updating namespace I0311 08:31:28.119708 3519 namespace.go:137] [rhtpa-operator] updating namespace I0311 08:31:28.125988 3519 namespace.go:137] [tsf-tas] updating namespace I0311 08:31:28.139967 3519 namespace.go:137] [tsf-tas] updating namespace I0311 08:31:28.163116 3519 namespace.go:137] [rhbk-operator] updating namespace I0311 08:31:28.176063 3519 namespace.go:137] [rhbk-operator] updating namespace I0311 08:31:28.185973 3519 namespace.go:137] [tsf-tpa] updating namespace I0311 08:31:28.210229 3519 namespace.go:137] [tsf-tpa] updating namespace I0311 08:31:28.222164 3519 namespace.go:137] [konflux-operator] updating namespace I0311 08:31:28.239276 3519 namespace.go:137] [konflux-operator] updating namespace I0311 08:31:28.247443 3519 namespace.go:137] [cert-manager-operator] updating namespace I0311 08:31:28.262889 3519 namespace.go:137] [cert-manager-operator] updating namespace I0311 08:31:28.283698 3519 namespace.go:137] [konflux-ui] updating namespace I0311 08:31:28.296362 3519 namespace.go:137] [konflux-ui] updating namespace I0311 08:31:29.186994 3519 namespace.go:137] [tsf-tpa] updating namespace I0311 08:31:29.200873 3519 namespace.go:137] [tsf-keycloak] updating namespace I0311 08:31:35.965784 3519 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 1 items received I0311 08:31:36.640030 3519 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1hdhz2 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:36.640580 3519 obj_retry.go:463] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1hdhz2 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:37.665270 3519 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1hdhz2 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:37.665292 3519 obj_retry.go:457] Detected object openshift-marketplace/3e5f5b636bd3cc990d4bd6297d76653ce1cee577740080d10b92cd17d1hdhz2 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:39.686920 3519 obj_retry.go:463] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba845dlw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:39.687523 3519 obj_retry.go:463] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba845dlw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:39.712748 3519 obj_retry.go:463] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5j7m68 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:39.713381 3519 obj_retry.go:463] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5j7m68 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:40.713523 3519 obj_retry.go:457] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba845dlw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:40.713546 3519 obj_retry.go:457] Detected object openshift-marketplace/ba8005e542d2434eb921fc7d1b9a173d62cb93ec352f86c52b78a87ba845dlw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:40.742762 3519 obj_retry.go:457] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5j7m68 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:40.742783 3519 obj_retry.go:457] Detected object openshift-marketplace/925ad1f05bf386dc21bdfe2f8249c1fbfd04a404dec7a7fb6362d758e5j7m68 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:41.678779 3519 obj_retry.go:463] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7b5cxh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:41.679347 3519 obj_retry.go:463] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7b5cxh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:41.703381 3519 obj_retry.go:463] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafkcs8n of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:41.703972 3519 obj_retry.go:463] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafkcs8n of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:31:42.702186 3519 obj_retry.go:457] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7b5cxh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:42.702214 3519 obj_retry.go:457] Detected object openshift-marketplace/ebcb0c36db6eeca34de38a19703fb4ad67fb8004dcf661ce32294de5e7b5cxh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:42.726591 3519 obj_retry.go:457] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafkcs8n of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:42.726733 3519 obj_retry.go:457] Detected object openshift-marketplace/30e1fee4a656579f055e90bd50374338b32290af440ed32e709fbffaafkcs8n of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:31:43.577317 3519 base_network_controller_pods.go:478] [default/rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w] creating logical port rhbk-operator_rhbk-operator-cdf7f4cff-z5x5w for pod on switch ip-10-0-1-58.ec2.internal I0311 08:31:43.577429 3519 kube.go:320] Updating pod rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w I0311 08:31:43.600553 3519 pod.go:62] [rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w] pod update took 23.146593ms I0311 08:31:43.600580 3519 base_network_controller_pods.go:928] [default/rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w] addLogicalPort annotation time took 23.179912ms I0311 08:31:43.602082 3519 pods.go:253] [rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w] addLogicalPort took 24.784076ms, libovsdb time 1.030722ms I0311 08:31:43.934035 3519 cni.go:331] [rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w 9b71e09d067d9b6a58496225c8399228a7a340608c32504804eebb9d9d71ffa1 network default NAD default] ADD starting CNI request [rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w 9b71e09d067d9b6a58496225c8399228a7a340608c32504804eebb9d9d71ffa1 network default NAD default] I0311 08:31:43.942787 3519 helper_linux.go:450] ConfigureOVS: namespace: rhbk-operator, podName: rhbk-operator-cdf7f4cff-z5x5w, hostIfaceName: 9b71e09d067d9b6, network: default, NAD default, SandboxID: "9b71e09d067d9b6a58496225c8399228a7a340608c32504804eebb9d9d71ffa1", PCI device ID: , UID: "691a35c6-39e0-4d68-8219-109f9fc2ad48", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0311 08:31:43.989728 3519 cni.go:352] [rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w 9b71e09d067d9b6a58496225c8399228a7a340608c32504804eebb9d9d71ffa1 network default NAD default] ADD finished CNI request [rhbk-operator/rhbk-operator-cdf7f4cff-z5x5w 9b71e09d067d9b6a58496225c8399228a7a340608c32504804eebb9d9d71ffa1 network default NAD default], result "{\"interfaces\":[{\"name\":\"9b71e09d067d9b6\",\"mac\":\"36:9f:f1:af:cc:79\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/90bd4058-8323-497c-b4be-e8da6a04ff29\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:31:49.544179 3519 base_network_controller_pods.go:478] [default/tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82] creating logical port tsf-tpa_rhtpa-operator-controller-manager-685585bf58-fqb82 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:31:49.544348 3519 kube.go:320] Updating pod tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82 I0311 08:31:49.564004 3519 pod.go:62] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82] pod update took 19.681954ms I0311 08:31:49.564121 3519 base_network_controller_pods.go:928] [default/tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82] addLogicalPort annotation time took 19.80302ms I0311 08:31:49.565680 3519 pods.go:253] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82] addLogicalPort took 21.519848ms, libovsdb time 947.907µs I0311 08:31:49.904164 3519 cni.go:331] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82 5bae128f5323694814f90bf5039468e83f64dfc146ee6c9e039bba9d31b3da87 network default NAD default] ADD starting CNI request [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82 5bae128f5323694814f90bf5039468e83f64dfc146ee6c9e039bba9d31b3da87 network default NAD default] I0311 08:31:49.915406 3519 helper_linux.go:450] ConfigureOVS: namespace: tsf-tpa, podName: rhtpa-operator-controller-manager-685585bf58-fqb82, hostIfaceName: 5bae128f5323694, network: default, NAD default, SandboxID: "5bae128f5323694814f90bf5039468e83f64dfc146ee6c9e039bba9d31b3da87", PCI device ID: , UID: "21aab80e-8b16-4341-9aa0-495f5affe9fa", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0311 08:31:49.970336 3519 cni.go:352] [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82 5bae128f5323694814f90bf5039468e83f64dfc146ee6c9e039bba9d31b3da87 network default NAD default] ADD finished CNI request [tsf-tpa/rhtpa-operator-controller-manager-685585bf58-fqb82 5bae128f5323694814f90bf5039468e83f64dfc146ee6c9e039bba9d31b3da87 network default NAD default], result "{\"interfaces\":[{\"name\":\"5bae128f5323694\",\"mac\":\"b6:58:cf:42:cd:4b\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/606a9d04-c9d7-438d-bcda-a032eb5dee46\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:31:54.423873 3519 base_network_controller_pods.go:478] [default/cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk] creating logical port cert-manager-operator_cert-manager-operator-controller-manager-74c77db8bb-zb7hk for pod on switch ip-10-0-1-58.ec2.internal I0311 08:31:54.424029 3519 kube.go:320] Updating pod cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk I0311 08:31:54.447359 3519 pod.go:62] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk] pod update took 23.359108ms I0311 08:31:54.447383 3519 base_network_controller_pods.go:928] [default/cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk] addLogicalPort annotation time took 23.389776ms I0311 08:31:54.448748 3519 pods.go:253] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk] addLogicalPort took 24.89075ms, libovsdb time 884.825µs I0311 08:31:54.779858 3519 cni.go:331] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk 2273e41b75a0ea4eb8ecc943e0f4450ad9607ecf733ff5d6fd7442af986c46b6 network default NAD default] ADD starting CNI request [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk 2273e41b75a0ea4eb8ecc943e0f4450ad9607ecf733ff5d6fd7442af986c46b6 network default NAD default] I0311 08:31:54.790872 3519 helper_linux.go:450] ConfigureOVS: namespace: cert-manager-operator, podName: cert-manager-operator-controller-manager-74c77db8bb-zb7hk, hostIfaceName: 2273e41b75a0ea4, network: default, NAD default, SandboxID: "2273e41b75a0ea4eb8ecc943e0f4450ad9607ecf733ff5d6fd7442af986c46b6", PCI device ID: , UID: "2538c346-5b1e-497e-a355-9c2bddb1c778", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0311 08:31:54.844893 3519 cni.go:352] [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk 2273e41b75a0ea4eb8ecc943e0f4450ad9607ecf733ff5d6fd7442af986c46b6 network default NAD default] ADD finished CNI request [cert-manager-operator/cert-manager-operator-controller-manager-74c77db8bb-zb7hk 2273e41b75a0ea4eb8ecc943e0f4450ad9607ecf733ff5d6fd7442af986c46b6 network default NAD default], result "{\"interfaces\":[{\"name\":\"2273e41b75a0ea4\",\"mac\":\"ba:06:6d:ac:9f:7a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/1425843f-0f3f-450c-9496-5ac8f2879fef\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:31:56.908115 3519 namespace.go:137] [openshift-operators] updating namespace I0311 08:31:56.918816 3519 namespace.go:137] [openshift-operators] updating namespace I0311 08:31:59.452251 3519 namespace.go:93] [cert-manager] adding namespace I0311 08:31:59.453402 3519 namespace.go:97] [cert-manager] adding namespace took 1.051395ms I0311 08:31:59.477553 3519 namespace.go:137] [cert-manager] updating namespace I0311 08:31:59.488323 3519 namespace.go:137] [cert-manager] updating namespace I0311 08:32:01.085904 3519 base_network_controller_pods.go:478] [default/cert-manager/cert-manager-webhook-597b96b99b-cskmn] creating logical port cert-manager_cert-manager-webhook-597b96b99b-cskmn for pod on switch ip-10-0-1-58.ec2.internal I0311 08:32:01.086054 3519 kube.go:320] Updating pod cert-manager/cert-manager-webhook-597b96b99b-cskmn I0311 08:32:01.102419 3519 pod.go:62] [cert-manager/cert-manager-webhook-597b96b99b-cskmn] pod update took 16.392246ms I0311 08:32:01.102447 3519 base_network_controller_pods.go:928] [default/cert-manager/cert-manager-webhook-597b96b99b-cskmn] addLogicalPort annotation time took 16.426923ms I0311 08:32:01.103845 3519 pods.go:253] [cert-manager/cert-manager-webhook-597b96b99b-cskmn] addLogicalPort took 17.961159ms, libovsdb time 911.708µs I0311 08:32:01.443088 3519 cni.go:331] [cert-manager/cert-manager-webhook-597b96b99b-cskmn fec6374ddfcf4e8d4825aed721db5fbf15504125c9d1162115cf677062cd1363 network default NAD default] ADD starting CNI request [cert-manager/cert-manager-webhook-597b96b99b-cskmn fec6374ddfcf4e8d4825aed721db5fbf15504125c9d1162115cf677062cd1363 network default NAD default] I0311 08:32:01.451887 3519 helper_linux.go:450] ConfigureOVS: namespace: cert-manager, podName: cert-manager-webhook-597b96b99b-cskmn, hostIfaceName: fec6374ddfcf4e8, network: default, NAD default, SandboxID: "fec6374ddfcf4e8d4825aed721db5fbf15504125c9d1162115cf677062cd1363", PCI device ID: , UID: "79a1b933-d94b-4fa3-9924-a0e34958951d", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0311 08:32:01.499505 3519 cni.go:352] [cert-manager/cert-manager-webhook-597b96b99b-cskmn fec6374ddfcf4e8d4825aed721db5fbf15504125c9d1162115cf677062cd1363 network default NAD default] ADD finished CNI request [cert-manager/cert-manager-webhook-597b96b99b-cskmn fec6374ddfcf4e8d4825aed721db5fbf15504125c9d1162115cf677062cd1363 network default NAD default], result "{\"interfaces\":[{\"name\":\"fec6374ddfcf4e8\",\"mac\":\"72:8a:cd:fe:dc:34\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/0e4ffa43-8192-426c-8559-6589ace631e3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:32:05.675735 3519 namespace.go:137] [openshift-operators] updating namespace I0311 08:32:07.149852 3519 base_network_controller_pods.go:478] [default/openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899] creating logical port openshift-operators_openshift-pipelines-operator-564dfb79dd-dt899 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:32:07.150066 3519 kube.go:320] Updating pod openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899 I0311 08:32:07.243737 3519 pod.go:62] [openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899] pod update took 93.715296ms I0311 08:32:07.243769 3519 base_network_controller_pods.go:928] [default/openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899] addLogicalPort annotation time took 93.752186ms I0311 08:32:07.245193 3519 pods.go:253] [openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899] addLogicalPort took 95.363448ms, libovsdb time 881.72µs I0311 08:32:07.510739 3519 cni.go:331] [openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899 4253cd190789851bee534e371f10a1a6d268d962d428df1c3eceee45e1d9d75c network default NAD default] ADD starting CNI request [openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899 4253cd190789851bee534e371f10a1a6d268d962d428df1c3eceee45e1d9d75c network default NAD default] I0311 08:32:07.519751 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-operators, podName: openshift-pipelines-operator-564dfb79dd-dt899, hostIfaceName: 4253cd190789851, network: default, NAD default, SandboxID: "4253cd190789851bee534e371f10a1a6d268d962d428df1c3eceee45e1d9d75c", PCI device ID: , UID: "d3d1972c-46c5-4310-8f8c-e66b5ee36e79", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0311 08:32:07.570018 3519 cni.go:352] [openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899 4253cd190789851bee534e371f10a1a6d268d962d428df1c3eceee45e1d9d75c network default NAD default] ADD finished CNI request [openshift-operators/openshift-pipelines-operator-564dfb79dd-dt899 4253cd190789851bee534e371f10a1a6d268d962d428df1c3eceee45e1d9d75c network default NAD default], result "{\"interfaces\":[{\"name\":\"4253cd190789851\",\"mac\":\"02:2e:9a:e9:52:c4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/0129587d-43df-47aa-a375-b4e85245e50d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:32:11.040474 3519 base_network_controller_pods.go:478] [default/cert-manager/cert-manager-759f64656b-q6qgl] creating logical port cert-manager_cert-manager-759f64656b-q6qgl for pod on switch ip-10-0-1-58.ec2.internal I0311 08:32:11.040580 3519 kube.go:320] Updating pod cert-manager/cert-manager-759f64656b-q6qgl I0311 08:32:11.058015 3519 pod.go:62] [cert-manager/cert-manager-759f64656b-q6qgl] pod update took 17.457229ms I0311 08:32:11.058041 3519 base_network_controller_pods.go:928] [default/cert-manager/cert-manager-759f64656b-q6qgl] addLogicalPort annotation time took 17.490604ms I0311 08:32:11.059381 3519 pods.go:253] [cert-manager/cert-manager-759f64656b-q6qgl] addLogicalPort took 18.922857ms, libovsdb time 826.539µs I0311 08:32:11.395223 3519 cni.go:331] [cert-manager/cert-manager-759f64656b-q6qgl 7c346ffc103a3c5f2d12c2170c84ae641479732e5921bb9065a0b12dde53ca83 network default NAD default] ADD starting CNI request [cert-manager/cert-manager-759f64656b-q6qgl 7c346ffc103a3c5f2d12c2170c84ae641479732e5921bb9065a0b12dde53ca83 network default NAD default] I0311 08:32:11.404497 3519 helper_linux.go:450] ConfigureOVS: namespace: cert-manager, podName: cert-manager-759f64656b-q6qgl, hostIfaceName: 7c346ffc103a3c5, network: default, NAD default, SandboxID: "7c346ffc103a3c5f2d12c2170c84ae641479732e5921bb9065a0b12dde53ca83", PCI device ID: , UID: "7dd8c2b7-9e55-4129-bd70-7935bafea4ab", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0311 08:32:11.452263 3519 cni.go:352] [cert-manager/cert-manager-759f64656b-q6qgl 7c346ffc103a3c5f2d12c2170c84ae641479732e5921bb9065a0b12dde53ca83 network default NAD default] ADD finished CNI request [cert-manager/cert-manager-759f64656b-q6qgl 7c346ffc103a3c5f2d12c2170c84ae641479732e5921bb9065a0b12dde53ca83 network default NAD default], result "{\"interfaces\":[{\"name\":\"7c346ffc103a3c5\",\"mac\":\"2e:87:c8:f4:51:0f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/3ec4baca-45fb-4f19-a0e6-5c989ecce49b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:32:15.560155 3519 namespace.go:93] [trusted-artifact-signer] adding namespace I0311 08:32:15.561125 3519 namespace.go:97] [trusted-artifact-signer] adding namespace took 869.521µs I0311 08:32:15.586220 3519 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 08:32:15.598805 3519 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 08:32:22.263578 3519 namespace.go:93] [openshift-pipelines] adding namespace I0311 08:32:22.264621 3519 namespace.go:97] [openshift-pipelines] adding namespace took 918.396µs I0311 08:32:22.264701 3519 namespace.go:137] [openshift-pipelines] updating namespace I0311 08:32:23.006497 3519 namespace.go:137] [cert-manager] updating namespace I0311 08:32:23.207879 3519 namespace.go:137] [cert-manager-operator] updating namespace I0311 08:32:23.609111 3519 namespace.go:137] [konflux-operator] updating namespace I0311 08:32:23.812432 3519 namespace.go:137] [konflux-ui] updating namespace I0311 08:32:24.010403 3519 namespace.go:137] [open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth] updating namespace I0311 08:32:24.415523 3519 namespace.go:137] [rhbk-operator] updating namespace I0311 08:32:24.608789 3519 namespace.go:137] [rhtpa-operator] updating namespace I0311 08:32:24.808781 3519 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 08:32:24.955165 3519 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 3 items received I0311 08:32:25.009820 3519 namespace.go:137] [tsf] updating namespace I0311 08:32:25.212572 3519 namespace.go:137] [tsf-keycloak] updating namespace I0311 08:32:25.431458 3519 namespace.go:137] [tsf-tas] updating namespace I0311 08:32:25.632820 3519 namespace.go:137] [tsf-tpa] updating namespace I0311 08:32:25.767687 3519 namespace.go:137] [cert-manager] updating namespace I0311 08:32:25.776816 3519 namespace.go:137] [cert-manager-operator] updating namespace I0311 08:32:25.785073 3519 namespace.go:137] [default] updating namespace I0311 08:32:25.794765 3519 namespace.go:137] [konflux-operator] updating namespace I0311 08:32:25.807833 3519 namespace.go:137] [konflux-ui] updating namespace I0311 08:32:25.816886 3519 namespace.go:137] [open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth] updating namespace I0311 08:32:25.824366 3519 namespace.go:137] [openshift] updating namespace I0311 08:32:25.833300 3519 namespace.go:137] [rhbk-operator] updating namespace I0311 08:32:25.843134 3519 namespace.go:137] [rhtpa-operator] updating namespace I0311 08:32:25.851841 3519 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 08:32:25.862476 3519 namespace.go:137] [tsf] updating namespace I0311 08:32:25.872325 3519 namespace.go:137] [tsf-keycloak] updating namespace I0311 08:32:25.891691 3519 namespace.go:137] [tsf-tas] updating namespace I0311 08:32:25.914210 3519 namespace.go:137] [tsf-tpa] updating namespace I0311 08:32:26.016481 3519 namespace.go:137] [cert-manager] updating namespace I0311 08:32:26.117072 3519 namespace.go:137] [cert-manager-operator] updating namespace I0311 08:32:26.212033 3519 namespace.go:137] [default] updating namespace I0311 08:32:26.317666 3519 namespace.go:137] [konflux-operator] updating namespace I0311 08:32:26.415144 3519 namespace.go:137] [konflux-ui] updating namespace I0311 08:32:26.514362 3519 namespace.go:137] [open-cluster-management-2ovd18q8bue50eb2boov1bhdddghejth] updating namespace I0311 08:32:26.615154 3519 namespace.go:137] [openshift] updating namespace I0311 08:32:26.713370 3519 namespace.go:137] [rhbk-operator] updating namespace I0311 08:32:26.813185 3519 namespace.go:137] [rhtpa-operator] updating namespace I0311 08:32:26.913380 3519 namespace.go:137] [trusted-artifact-signer] updating namespace I0311 08:32:27.014855 3519 namespace.go:137] [tsf] updating namespace I0311 08:32:27.114586 3519 namespace.go:137] [tsf-keycloak] updating namespace I0311 08:32:27.214528 3519 namespace.go:137] [tsf-tas] updating namespace I0311 08:32:27.315383 3519 namespace.go:137] [tsf-tpa] updating namespace I0311 08:32:27.947334 3519 namespace.go:137] [openshift-pipelines] updating namespace I0311 08:32:37.386678 3519 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd] creating logical port openshift-pipelines_tekton-pipelines-controller-585b85775-tnqvd for pod on switch ip-10-0-1-58.ec2.internal I0311 08:32:37.386838 3519 kube.go:320] Updating pod openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd I0311 08:32:37.499462 3519 pod.go:62] [openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd] pod update took 112.650221ms I0311 08:32:37.499494 3519 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd] addLogicalPort annotation time took 112.686807ms I0311 08:32:37.501040 3519 pods.go:253] [openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd] addLogicalPort took 114.411688ms, libovsdb time 907.77µs I0311 08:32:37.751050 3519 cni.go:331] [openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd a39a3ec460ee9d80eb2cd3daae0976d181d118a0702a4281ccf8d7c9fdfbe1ab network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd a39a3ec460ee9d80eb2cd3daae0976d181d118a0702a4281ccf8d7c9fdfbe1ab network default NAD default] I0311 08:32:37.761210 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-controller-585b85775-tnqvd, hostIfaceName: a39a3ec460ee9d8, network: default, NAD default, SandboxID: "a39a3ec460ee9d80eb2cd3daae0976d181d118a0702a4281ccf8d7c9fdfbe1ab", PCI device ID: , UID: "54d64878-ebbc-4ba8-9f85-b04d45469681", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0311 08:32:37.812166 3519 cni.go:352] [openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd a39a3ec460ee9d80eb2cd3daae0976d181d118a0702a4281ccf8d7c9fdfbe1ab network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-controller-585b85775-tnqvd a39a3ec460ee9d80eb2cd3daae0976d181d118a0702a4281ccf8d7c9fdfbe1ab network default NAD default], result "{\"interfaces\":[{\"name\":\"a39a3ec460ee9d8\",\"mac\":\"02:5a:2a:9b:f1:b6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/782f9dd4-87ee-4e0c-8571-6bab014fbfb4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:33:02.534960 3519 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7] creating logical port openshift-pipelines_tekton-triggers-controller-6458ddd477-q79m7 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:33:02.535069 3519 kube.go:320] Updating pod openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7 I0311 08:33:02.552046 3519 pod.go:62] [openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7] pod update took 17.008573ms I0311 08:33:02.552144 3519 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7] addLogicalPort annotation time took 17.111337ms I0311 08:33:02.553766 3519 pods.go:253] [openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7] addLogicalPort took 18.833971ms, libovsdb time 1.195787ms I0311 08:33:02.774820 3519 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6] creating logical port openshift-pipelines_tekton-triggers-core-interceptors-5cdd986f68-l2jq6 for pod on switch ip-10-0-1-58.ec2.internal I0311 08:33:02.774970 3519 kube.go:320] Updating pod openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6 I0311 08:33:02.789912 3519 pod.go:62] [openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6] pod update took 14.974836ms I0311 08:33:02.789937 3519 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6] addLogicalPort annotation time took 15.006195ms I0311 08:33:02.791234 3519 pods.go:253] [openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6] addLogicalPort took 16.436708ms, libovsdb time 830.482µs I0311 08:33:02.895031 3519 cni.go:331] [openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7 503f4fb060f893ecd6e211cee9294c3a0bb85e585ac9bec0ea9654855e32ecf8 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7 503f4fb060f893ecd6e211cee9294c3a0bb85e585ac9bec0ea9654855e32ecf8 network default NAD default] I0311 08:33:02.906762 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-controller-6458ddd477-q79m7, hostIfaceName: 503f4fb060f893e, network: default, NAD default, SandboxID: "503f4fb060f893ecd6e211cee9294c3a0bb85e585ac9bec0ea9654855e32ecf8", PCI device ID: , UID: "e9c9a9a6-1167-417b-a792-d59effda4d9c", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0311 08:33:02.961194 3519 cni.go:352] [openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7 503f4fb060f893ecd6e211cee9294c3a0bb85e585ac9bec0ea9654855e32ecf8 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-controller-6458ddd477-q79m7 503f4fb060f893ecd6e211cee9294c3a0bb85e585ac9bec0ea9654855e32ecf8 network default NAD default], result "{\"interfaces\":[{\"name\":\"503f4fb060f893e\",\"mac\":\"4e:fa:5a:c0:da:58\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/e5ee4c90-b0ef-4906-87a2-ea65ef6063be\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:33:03.132760 3519 cni.go:331] [openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6 dc387d3038529c821318e5eab4486455176ca995db1c0f1633b62959247bd140 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6 dc387d3038529c821318e5eab4486455176ca995db1c0f1633b62959247bd140 network default NAD default] I0311 08:33:03.141735 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-core-interceptors-5cdd986f68-l2jq6, hostIfaceName: dc387d3038529c8, network: default, NAD default, SandboxID: "dc387d3038529c821318e5eab4486455176ca995db1c0f1633b62959247bd140", PCI device ID: , UID: "ab5e7135-c60d-495f-8977-601e16f082fd", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0311 08:33:03.191391 3519 cni.go:352] [openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6 dc387d3038529c821318e5eab4486455176ca995db1c0f1633b62959247bd140 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-core-interceptors-5cdd986f68-l2jq6 dc387d3038529c821318e5eab4486455176ca995db1c0f1633b62959247bd140 network default NAD default], result "{\"interfaces\":[{\"name\":\"dc387d3038529c8\",\"mac\":\"f2:ee:69:ea:c2:53\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/5c57c184-86bc-4066-aeed-06bf764e2e72\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:33:14.878117 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 93 items received I0311 08:33:30.920835 3519 iptables.go:108] Creating table: nat chain: OVN-KUBE-NODEPORT I0311 08:33:31.991978 3519 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 I0311 08:33:45.873064 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 54 items received I0311 08:33:47.976200 3519 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 3 items received I0311 08:34:03.970550 3519 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 I0311 08:34:05.954336 3519 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received I0311 08:34:06.965693 3519 base_network_controller_pods.go:478] [default/openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z] creating logical port openshift-pipelines_tekton-results-api-845dd5dc88-xpf8z for pod on switch ip-10-0-1-58.ec2.internal I0311 08:34:06.965908 3519 kube.go:320] Updating pod openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z I0311 08:34:06.982020 3519 pod.go:62] [openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z] pod update took 16.144897ms I0311 08:34:06.982053 3519 base_network_controller_pods.go:928] [default/openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z] addLogicalPort annotation time took 16.182316ms I0311 08:34:06.983590 3519 pods.go:253] [openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z] addLogicalPort took 17.921835ms, libovsdb time 958.398µs I0311 08:34:07.325377 3519 cni.go:331] [openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z 67385fd11665418a99e6ef714eb3dede532c674043fae947fbedbc4ac5975607 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z 67385fd11665418a99e6ef714eb3dede532c674043fae947fbedbc4ac5975607 network default NAD default] I0311 08:34:07.341205 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-api-845dd5dc88-xpf8z, hostIfaceName: 67385fd11665418, network: default, NAD default, SandboxID: "67385fd11665418a99e6ef714eb3dede532c674043fae947fbedbc4ac5975607", PCI device ID: , UID: "4ab18de0-3990-4c3a-a738-3450e5320315", MAC: 0a:58:0a:80:00:27, IPs: [10.128.0.39/23] I0311 08:34:07.599024 3519 cni.go:352] [openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z 67385fd11665418a99e6ef714eb3dede532c674043fae947fbedbc4ac5975607 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-api-845dd5dc88-xpf8z 67385fd11665418a99e6ef714eb3dede532c674043fae947fbedbc4ac5975607 network default NAD default], result "{\"interfaces\":[{\"name\":\"67385fd11665418\",\"mac\":\"4e:2a:f5:cc:b0:58\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:27\",\"sandbox\":\"/var/run/netns/18aad474-c7d3-42ad-a2b1-2243491f8251\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.39/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:34:28.874599 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 66 items received I0311 08:34:43.880675 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 50 items received E0311 08:34:46.828368 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 08:34:47.241535 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0311 08:34:48.296466 3519 base_network_controller_pods.go:478] [default/openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf] creating logical port openshift-pipelines_pipelines-as-code-controller-697ddc5f79-qwghf for pod on switch ip-10-0-1-58.ec2.internal I0311 08:34:48.296671 3519 kube.go:320] Updating pod openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf I0311 08:34:48.313657 3519 pod.go:62] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf] pod update took 17.028686ms I0311 08:34:48.313761 3519 base_network_controller_pods.go:928] [default/openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf] addLogicalPort annotation time took 17.138493ms I0311 08:34:48.315127 3519 pods.go:253] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf] addLogicalPort took 18.682918ms, libovsdb time 899.971µs I0311 08:34:48.658103 3519 cni.go:331] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf 57bfd62e0a579c4d46a7e6fc9f8c42c2dac354e04c6ab05aef125a4c81872b79 network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf 57bfd62e0a579c4d46a7e6fc9f8c42c2dac354e04c6ab05aef125a4c81872b79 network default NAD default] I0311 08:34:48.666849 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-controller-697ddc5f79-qwghf, hostIfaceName: 57bfd62e0a579c4, network: default, NAD default, SandboxID: "57bfd62e0a579c4d46a7e6fc9f8c42c2dac354e04c6ab05aef125a4c81872b79", PCI device ID: , UID: "9cfb8925-2e2b-4c65-8215-9b2f7b7e350d", MAC: 0a:58:0a:80:00:28, IPs: [10.128.0.40/23] I0311 08:34:48.722492 3519 cni.go:352] [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf 57bfd62e0a579c4d46a7e6fc9f8c42c2dac354e04c6ab05aef125a4c81872b79 network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-controller-697ddc5f79-qwghf 57bfd62e0a579c4d46a7e6fc9f8c42c2dac354e04c6ab05aef125a4c81872b79 network default NAD default], result "{\"interfaces\":[{\"name\":\"57bfd62e0a579c4\",\"mac\":\"96:de:b3:d0:15:55\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:28\",\"sandbox\":\"/var/run/netns/49ea103b-6aff-49ff-a724-36957c95e760\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.40/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:34:57.577398 3519 namespace.go:137] [openshift-pipelines] updating namespace I0311 08:35:04.278571 3519 base_network_controller_pods.go:478] [default/openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw] creating logical port openshift-pipelines_pipelines-console-plugin-76d64577f4-q5shw for pod on switch ip-10-0-1-58.ec2.internal I0311 08:35:04.278708 3519 kube.go:320] Updating pod openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw I0311 08:35:04.291450 3519 pod.go:62] [openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw] pod update took 12.773997ms I0311 08:35:04.291483 3519 base_network_controller_pods.go:928] [default/openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw] addLogicalPort annotation time took 12.81437ms I0311 08:35:04.293168 3519 pods.go:253] [openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw] addLogicalPort took 14.617414ms, libovsdb time 1.071957ms I0311 08:35:04.639962 3519 cni.go:331] [openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw 0c927908b8eb8e0f01c9d2079fbf73976798eaa419990ec812f44a04d3c18611 network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw 0c927908b8eb8e0f01c9d2079fbf73976798eaa419990ec812f44a04d3c18611 network default NAD default] I0311 08:35:04.651053 3519 helper_linux.go:450] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-console-plugin-76d64577f4-q5shw, hostIfaceName: 0c927908b8eb8e0, network: default, NAD default, SandboxID: "0c927908b8eb8e0f01c9d2079fbf73976798eaa419990ec812f44a04d3c18611", PCI device ID: , UID: "0cbf11f4-a717-4d54-92f5-812db7d65d5e", MAC: 0a:58:0a:80:00:29, IPs: [10.128.0.41/23] I0311 08:35:04.703015 3519 cni.go:352] [openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw 0c927908b8eb8e0f01c9d2079fbf73976798eaa419990ec812f44a04d3c18611 network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-console-plugin-76d64577f4-q5shw 0c927908b8eb8e0f01c9d2079fbf73976798eaa419990ec812f44a04d3c18611 network default NAD default], result "{\"interfaces\":[{\"name\":\"0c927908b8eb8e0\",\"mac\":\"96:b8:03:f9:fc:99\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:29\",\"sandbox\":\"/var/run/netns/e073d031-4a33-4447-80f9-abe3a7bab7eb\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.41/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0311 08:35:07.959420 3519 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 I0311 08:35:27.876882 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 7 items received I0311 08:35:50.987284 3519 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 I0311 08:37:09.980945 3519 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 10 items received I0311 08:37:36.958702 3519 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 0 items received I0311 08:37:48.884552 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 287 items received I0311 08:38:31.970249 3519 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 I0311 08:39:11.996323 3519 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 0 items received E0311 08:39:46.827862 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 08:39:47.242027 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory I0311 08:40:00.173883 3519 cni.go:331] [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default] DEL starting CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default] I0311 08:40:00.254483 3519 cni.go:352] [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default] DEL finished CNI request [openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv 3214dd7ea78d068385f10170d324c5018e11e2594c46222da6a7208b95a817a5 network default NAD default], result "{\"dns\":{}}", err I0311 08:40:00.797001 3519 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:40:00.797046 3519 pods.go:175] Deleting pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv I0311 08:40:00.798900 3519 pods.go:218] Attempting to release IPs for pod: openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv, ips: 10.128.0.29 I0311 08:40:00.798932 3519 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:40:00.805448 3519 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:40:00.805534 3519 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:40:00.810959 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv I0311 08:40:00.810998 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29553630-fdfcv I0311 08:40:05.672333 3519 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553640-4jvzl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:40:05.673017 3519 obj_retry.go:463] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553640-4jvzl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:40:06.692488 3519 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553640-4jvzl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:40:06.692537 3519 obj_retry.go:457] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29553640-4jvzl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:40:09.878134 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 17 items received I0311 08:40:25.971311 3519 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 I0311 08:41:08.885217 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 12 items received I0311 08:41:23.996150 3519 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 3 items received I0311 08:41:27.991809 3519 reflector.go:879] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 0 items received I0311 08:41:37.974303 3519 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 I0311 08:41:39.980243 3519 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 0 items received I0311 08:41:51.882166 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 10 items received I0311 08:42:02.876707 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 45 items received I0311 08:42:16.880921 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 2 items received I0311 08:42:26.073582 3519 obj_retry.go:463] Detected object tsf/test-tsf-subscriptions of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0311 08:42:26.074199 3519 obj_retry.go:463] Detected object tsf/test-tsf-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0311 08:43:13.985186 3519 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 5 items received I0311 08:43:17.958140 3519 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 5 items received I0311 08:43:26.154548 3519 obj_retry.go:457] Detected object tsf/test-tsf-subscriptions of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:43:26.154571 3519 obj_retry.go:457] Detected object tsf/test-tsf-subscriptions of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0311 08:43:26.158989 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *factory.egressIPPod tsf/test-tsf-subscriptions I0311 08:43:26.159011 3519 obj_retry.go:736] Ignoring delete event for resource in terminal state *v1.Pod tsf/test-tsf-subscriptions E0311 08:44:46.827673 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory E0311 08:44:47.241770 3519 metrics.go:168] Failed to get the logfile size for .: stat : no such file or directory W0311 08:44:47.249047 3519 duration.go:461] Config duration recorder: measurement expired for pod/openshift-console/console-847c495f5-9rbzq I0311 08:44:57.000931 3519 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 4 items received I0311 08:45:36.962363 3519 reflector.go:879] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received I0311 08:46:01.889228 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 38 items received I0311 08:46:21.882172 3519 reflector.go:879] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 0 items received